/* ── APLICAÇÕES ── */
.aplic-hero { background: var(--gray-light); padding: 70px 8% 76px; }
.aplic-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr); gap: 56px; align-items: center; }
.aplic-hero h1 { font-size: clamp(32px, 4.4vw, 58px); font-weight: 700; color: var(--navy); line-height: 1.08; margin-bottom: 18px; }
.aplic-hero p { font-size: 15px; color: var(--gray-text); line-height: 1.8; max-width: 620px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-panel { background: var(--white); border: 1px solid var(--gray-border); border-radius: 8px; padding: 24px; box-shadow: 0 22px 60px rgba(10,31,68,.08); }
.hero-image { position: relative; min-height: 350px; border: 1px solid var(--gray-border); border-radius: 8px; overflow: hidden; background: #f8fafc; }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.applications-section { background: var(--white); padding: 82px 8%; }
.section-header { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-header .section-tag { display: inline-flex; justify-content: center; }
.section-header p:not(.section-tag) { color: var(--gray-text); font-size: 14px; line-height: 1.8; }
.application-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.application-card { border: 1px solid var(--gray-border); border-radius: 8px; overflow: hidden; background: var(--white); display: flex; flex-direction: column; min-height: 100%; transition: transform .22s, box-shadow .22s; }
.application-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(10,31,68,.10); }
.application-media { height: 168px; position: relative; overflow: hidden; background: var(--gray-light); }
.application-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.application-media::after { content: ""; position: absolute; inset: auto 0 0; height: 56px; background: linear-gradient(to top, rgba(10,31,68,.48), rgba(10,31,68,0)); }
.application-number { position: absolute; left: 16px; bottom: 14px; z-index: 1; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.application-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.application-title-row { margin-bottom: 12px; }
.application-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.25; }
.application-card p { color: var(--gray-text); font-size: 13px; line-height: 1.75; margin-bottom: 18px; }
.application-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.application-list li { display: flex; gap: 8px; color: var(--gray-text); font-size: 12.5px; line-height: 1.45; }
.application-list svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 2px; fill: none; stroke: var(--blue-mid); stroke-width: 2.5; }
.product-tags { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--gray-border); display: flex; flex-wrap: wrap; gap: 8px; }
.product-tag { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px; border-radius: 999px; font-size: 10.5px; font-weight: 800; letter-spacing: .4px; color: var(--blue-mid); background: var(--blue-light); }
.product-tag.flow { color: var(--navy); background: #eef3f8; }

.flow-section { background: var(--gray-light); padding: 82px 8%; }
.flow-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.flow-copy h2 { font-size: clamp(24px, 3.1vw, 40px); color: var(--navy); line-height: 1.18; margin-bottom: 18px; }
.flow-copy p { color: var(--gray-text); font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.flow-diagram { display: grid; gap: 14px; }
.flow-step { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; background: var(--white); border: 1px solid var(--gray-border); border-radius: 8px; padding: 18px; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; left: 52px; bottom: -15px; width: 2px; height: 15px; background: var(--blue-mid); opacity: .4; }
.step-mark { width: 58px; height: 58px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; }
.flow-step h3 { color: var(--navy); font-size: 16px; margin-bottom: 5px; }
.flow-step p { color: var(--gray-text); font-size: 13px; line-height: 1.6; }

.decision-section { background: var(--navy); color: #fff; padding: 82px 8%; }
.decision-inner { max-width: 1180px; margin: 0 auto; }
.decision-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: end; margin-bottom: 34px; }
.decision-heading h2 { font-size: clamp(24px, 3vw, 38px); line-height: 1.18; }
.decision-heading p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.decision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.decision-card { border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 26px; background: rgba(255,255,255,.06); }
.decision-card h3 { font-size: 20px; margin-bottom: 10px; color: #fff; }
.decision-card p { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.66); margin-bottom: 20px; }
.decision-items { list-style: none; display: grid; gap: 10px; }
.decision-items li { display: flex; gap: 9px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.86); }
.decision-items svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; fill: none; stroke: var(--blue-light); stroke-width: 2.4; }

.cta-section { background: var(--white); padding: 76px 8%; text-align: center; }
.cta-section h2 { font-size: clamp(24px, 2.8vw, 36px); color: var(--navy); margin-bottom: 14px; line-height: 1.2; }
.cta-section p { color: var(--gray-text); font-size: 14px; line-height: 1.8; max-width: 600px; margin: 0 auto 30px; }
.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .aplic-hero-inner,.flow-inner,.decision-heading { grid-template-columns: 1fr; }
  .application-grid,.decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .aplic-hero,.applications-section,.flow-section,.decision-section,.cta-section { padding-left: 5%; padding-right: 5%; }
  .aplic-hero { padding-top: 54px; padding-bottom: 58px; }
  .application-grid,.decision-grid { grid-template-columns: 1fr; }
  .hero-panel { padding: 16px; }
  .hero-image { min-height: 300px; }
  .flow-step { grid-template-columns: 52px 1fr; gap: 14px; padding: 16px; }
  .step-mark { width: 48px; height: 48px; font-size: 16px; }
  .flow-step:not(:last-child)::after { left: 40px; }
  .cta-actions .btn,.hero-actions .btn { width: 100%; justify-content: center; }
}
