:root {
  --navy: #0B1F33;
  --mineral: #F7F8F5;
  --graphite: #17212B;
  --green: #157A6E;
  --green-light: #42B7A9;
  --gold: #C4A35A;
  --technical: #DDE4E6;
  --white: #FFFFFF;
  --muted: #66737F;
  --container: 1240px;
  --radius: 16px;
  --shadow: 0 22px 70px rgba(11, 31, 51, .10);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--graphite);
  background: var(--mineral);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--mineral); line-height: 1.6; }
body, button, input, select, textarea { font: inherit; }
button, input, select, textarea { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Plus Jakarta Sans", Inter, sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.45rem, 4.7vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 650; }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 600; }
p { color: var(--muted); }
button { cursor: pointer; }
::selection { background: rgba(21, 122, 110, .18); }
:focus-visible { outline: 3px solid rgba(196, 163, 90, .7); outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--navy); border-radius: 8px; box-shadow: var(--shadow); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
.eyebrow--light { color: #9DE4DB; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 650; font-size: .94rem; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green); color: var(--white); box-shadow: 0 12px 30px rgba(21, 122, 110, .22); }
.button--primary:hover { background: #0E685E; box-shadow: 0 16px 34px rgba(21, 122, 110, .28); }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.045); }
.button--ghost-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.42); }
.button--sm { min-height: 44px; padding: 10px 18px; font-size: .86rem; }
.button--full { width: 100%; }
.button--whatsapp { background: #159B6B; color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 650; }
.text-link svg, .service-card > a svg, .content-card a svg { transition: transform .2s ease; }
.text-link:hover svg, .service-card > a:hover svg, .content-card a:hover svg { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 18px 0; transition: padding .25s ease, background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-compact { padding: 10px 0; background: rgba(247, 248, 245, .92); box-shadow: 0 8px 30px rgba(11, 31, 51, .08); backdrop-filter: blur(16px); }
.header__inner { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.brand__mark { width: 40px; height: 40px; position: relative; display: grid; place-items: center; border: 1px solid rgba(11,31,51,.18); border-radius: 12px; background: var(--white); overflow: hidden; }
.brand__mark::before { content: ""; width: 21px; height: 21px; border: 2px solid var(--navy); border-radius: 5px 12px 5px 12px; transform: rotate(45deg); }
.brand__mark span { position: absolute; width: 22px; height: 2px; background: var(--gold); transform: rotate(-45deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { max-width: 180px; overflow: hidden; text-overflow: ellipsis; color: var(--navy); font-family: "Plus Jakarta Sans", sans-serif; font-size: .9rem; letter-spacing: .045em; white-space: nowrap; }
.brand__text small { margin-top: 5px; color: #72808C; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.brand--inverse .brand__mark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); }
.brand--inverse .brand__mark::before { border-color: var(--white); }
.brand--inverse .brand__text strong { color: var(--white); }
.brand--inverse .brand__text small { color: rgba(255,255,255,.58); }
.desktop-nav { flex: 1; display: flex; justify-content: center; gap: 24px; }
.desktop-nav a { position: relative; color: #40505D; font-size: .86rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header__cta { flex: none; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--technical); border-radius: 10px; background: var(--white); }
.mobile-nav { display: none; }

.hero { min-height: 780px; position: relative; display: flex; align-items: center; padding: 150px 0 92px; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 75%, transparent); }
.hero__ambient { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero__ambient--one { width: 520px; height: 520px; right: -180px; top: -190px; background: radial-gradient(circle, rgba(21,122,110,.28), transparent 68%); }
.hero__ambient--two { width: 420px; height: 420px; left: -220px; bottom: -240px; background: radial-gradient(circle, rgba(196,163,90,.16), transparent 68%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); gap: 70px; align-items: center; }
.hero__content h1 { max-width: 760px; margin-bottom: 24px; }
.hero__lead { max-width: 660px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__trust span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.72); font-size: .82rem; }
.hero__trust svg { color: var(--green-light); }
.hero-visual { position: relative; min-height: 520px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); box-shadow: 0 40px 90px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-visual__topline { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.62); font-size: .73rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.status-dot { display: flex; align-items: center; gap: 8px; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); box-shadow: 0 0 0 5px rgba(66,183,169,.14); }
.hero-visual__metric { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 42px; }
.hero-visual__metric div { display: flex; flex-direction: column; }
.hero-visual__metric small { color: rgba(255,255,255,.58); }
.hero-visual__metric strong { margin-top: 6px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.7rem; }
.metric-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(66,183,169,.14); color: var(--green-light); }
.hero-visual__chart { height: 170px; margin-top: 18px; border-bottom: 1px solid rgba(255,255,255,.09); }
.hero-visual__chart svg { width: 100%; height: 100%; }
.hero-visual__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.hero-visual__cards > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(255,255,255,.045); }
.hero-visual__cards .mini-icon { grid-row: 1 / 3; color: var(--gold); }
.hero-visual__cards small { color: rgba(255,255,255,.5); font-size: .72rem; }
.hero-visual__cards strong { font-size: .78rem; }
.floating-document { position: absolute; left: -54px; bottom: 90px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #14314D; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.floating-document > svg { color: var(--gold); }
.floating-document span { display: flex; flex-direction: column; }
.floating-document small { color: rgba(255,255,255,.54); font-size: .68rem; }
.floating-document strong { font-size: .76rem; }

.positioning { padding: 96px 0; background: var(--white); }
.positioning__grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 90px; align-items: center; }
.positioning h2 { max-width: 700px; margin-bottom: 0; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar { padding: 24px 20px; border: 1px solid var(--technical); border-radius: var(--radius); background: var(--mineral); }
.pillar > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 12px; background: var(--white); color: var(--green); box-shadow: 0 8px 22px rgba(11,31,51,.07); }
.pillar h3 { margin-bottom: 10px; font-size: 1.08rem; }
.pillar p { margin-bottom: 0; font-size: .84rem; line-height: 1.6; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p { max-width: 680px; font-size: 1.02rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.section-heading--split p { margin-bottom: 7px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.problems { background: var(--mineral); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { min-height: 188px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; border: 1px solid var(--technical); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-4px); border-color: rgba(21,122,110,.35); box-shadow: 0 18px 42px rgba(11,31,51,.09); }
.problem-card__number { position: absolute; right: 18px; top: 12px; color: #EFF2F2; font-family: "Plus Jakarta Sans", sans-serif; font-size: 3.6rem; font-weight: 700; line-height: 1; }
.problem-card__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 12px; background: rgba(21,122,110,.09); color: var(--green); }
.problem-card h3 { position: relative; z-index: 1; max-width: 230px; margin-bottom: 0; font-size: 1.08rem; }

.services { background: var(--navy); color: var(--white); }
.services .section-heading p { color: rgba(255,255,255,.65); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.service-card { grid-column: span 2; display: flex; flex-direction: column; min-height: 510px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 450px; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(66,183,169,.45); background: rgba(255,255,255,.075); }
.service-card--featured { background: linear-gradient(145deg, rgba(21,122,110,.28), rgba(255,255,255,.055)); }
.service-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.service-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: rgba(66,183,169,.14); color: var(--green-light); }
.service-card__index { color: rgba(255,255,255,.25); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; }
.service-card h3 { min-height: 54px; margin-bottom: 22px; }
.service-card dl { margin: 0; }
.service-card dl > div { margin-bottom: 18px; }
.service-card dt { margin-bottom: 4px; color: rgba(255,255,255,.44); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card dd { margin: 0; color: rgba(255,255,255,.69); font-size: .86rem; line-height: 1.58; }
.service-card__benefit { display: flex; gap: 9px; margin-top: auto; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); color: #D9F3EF; font-size: .82rem; }
.service-card__benefit svg { flex: none; color: var(--green-light); }
.service-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--white); font-size: .84rem; font-weight: 650; }

.profiles { background: var(--white); }
.profiles__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.profiles__intro { position: sticky; top: 130px; }
.profiles__intro p { max-width: 480px; margin-bottom: 30px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.profile-card { min-height: 240px; padding: 28px; border: 1px solid var(--technical); border-radius: var(--radius); background: var(--mineral); }
.profile-card > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 38px; border-radius: 13px; background: var(--white); color: var(--green); box-shadow: 0 10px 26px rgba(11,31,51,.07); }
.profile-card h3 { margin-bottom: 12px; font-size: 1.15rem; }
.profile-card p { margin-bottom: 0; font-size: .9rem; }

.process { background: #EEF2F1; overflow: hidden; }
.process__track { position: relative; height: 2px; margin: 14px 0 -3px; background: #CFD8D9; }
.process__progress { position: absolute; inset: 0; transform-origin: left; background: var(--green); }
.process__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.process-step { position: relative; padding: 42px 24px 0 0; }
.process-step::before { content: ""; position: absolute; top: -5px; left: 0; width: 12px; height: 12px; border: 3px solid var(--green); border-radius: 50%; background: #EEF2F1; }
.process-step__number { display: block; margin-bottom: 24px; color: var(--gold); font-family: "Plus Jakarta Sans", sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.process-step h3 { min-height: 52px; margin-bottom: 14px; font-size: 1.02rem; }
.process-step p { margin-bottom: 0; font-size: .82rem; line-height: 1.58; }

.insight { background: var(--navy); color: var(--white); }
.insight__grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 84px; align-items: center; }
.insight__content p { color: rgba(255,255,255,.66); font-size: 1.02rem; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: .9rem; }
.check-list svg { color: var(--green-light); }
.dashboard { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.dashboard__header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.dashboard__header div { display: flex; flex-direction: column; }
.dashboard__header small { color: rgba(255,255,255,.45); }
.dashboard__header strong { margin-top: 4px; }
.dashboard__header > span { padding: 5px 9px; border: 1px solid rgba(196,163,90,.35); border-radius: 999px; color: var(--gold); font-size: .67rem; text-transform: uppercase; }
.dashboard__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.dashboard__cards > div { display: flex; flex-direction: column; padding: 17px; border-radius: 12px; background: rgba(255,255,255,.055); }
.dashboard__cards small { color: rgba(255,255,255,.43); font-size: .69rem; }
.dashboard__cards strong { margin: 5px 0 2px; }
.dashboard__cards span { color: rgba(255,255,255,.5); font-size: .7rem; }
.dashboard__body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.dashboard__chart, .dashboard__note { padding: 18px; border-radius: 12px; background: rgba(255,255,255,.055); }
.dashboard__chart-title { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: .78rem; }
.dashboard__chart-title span { color: rgba(255,255,255,.42); }
.metric-bar { margin-top: 15px; }
.metric-bar > div:first-child { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: .68rem; }
.metric-bar small { color: rgba(255,255,255,.34); }
.metric-bar__track { height: 6px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.metric-bar__fill { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--green-light)); }
.dashboard__note { display: flex; flex-direction: column; justify-content: space-between; }
.dashboard__note > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: rgba(196,163,90,.12); color: var(--gold); }
.dashboard__note div { display: flex; flex-direction: column; }
.dashboard__note small { color: rgba(255,255,255,.42); font-size: .68rem; }
.dashboard__note strong { margin: 4px 0; font-size: .8rem; }
.dashboard__note p { margin-bottom: 0; color: rgba(255,255,255,.44); font-size: .68rem; }

.differences { background: var(--white); }
.differences__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.differences__grid > div:first-child p { max-width: 520px; }
.difference-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.difference-list > div { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px; border: 1px solid var(--technical); border-radius: 14px; background: var(--mineral); }
.difference-list > div:last-child { grid-column: 1 / -1; }
.difference-list span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(21,122,110,.09); color: var(--green); }
.difference-list strong { font-size: .9rem; }

.trust { background: var(--mineral); }
.trust__statement { display: grid; grid-template-columns: auto 1fr .75fr; gap: 34px; align-items: start; padding: 42px; border-radius: 22px; background: var(--navy); color: var(--white); }
.trust__icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 17px; background: rgba(196,163,90,.13); color: var(--gold); }
.trust__statement h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.trust__statement p { margin-bottom: 0; color: rgba(255,255,255,.61); }
.trust__points { display: grid; gap: 14px; padding: 8px 0 8px 34px; border-left: 1px solid rgba(255,255,255,.12); }
.trust__points span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.73); font-size: .82rem; }
.trust__points svg { flex: none; color: var(--green-light); }
.content-area { padding-top: 100px; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { min-height: 230px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--technical); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(11,31,51,.08); }
.content-card > span { color: var(--green); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.content-card h3 { margin: 24px 0; font-size: 1.15rem; line-height: 1.35; }
.content-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--green); font-size: .82rem; font-weight: 650; }

.diagnosis { background: var(--navy); color: var(--white); }
.diagnosis__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: start; }
.diagnosis__content { position: sticky; top: 130px; }
.diagnosis__content p { color: rgba(255,255,255,.65); }
.diagnosis__alternative { display: flex; align-items: center; gap: 14px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.diagnosis__alternative > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(66,183,169,.13); color: var(--green-light); }
.diagnosis__alternative div { display: flex; flex-direction: column; }
.diagnosis__alternative small { color: rgba(255,255,255,.45); }
.diagnosis__alternative a { display: flex; align-items: center; gap: 6px; margin-top: 3px; font-weight: 650; }
.contact-form { padding: 34px; border-radius: 20px; background: var(--white); color: var(--graphite); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: #42515D; font-size: .78rem; font-weight: 650; }
.contact-form label > span { color: #A85252; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #CED7D9; border-radius: 10px; background: #FBFCFB; font-size: .9rem; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); background: var(--white); box-shadow: 0 0 0 4px rgba(21,122,110,.10); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 400 !important; line-height: 1.5; }
.consent input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.consent span { color: #66737F !important; }
.form-privacy { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 14px 0 0; font-size: .69rem; }
.form-status { margin: 14px 0 0; padding: 10px 12px; border-radius: 8px; background: #EEF6F4; color: #23594F; font-size: .78rem; }

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq__intro { position: sticky; top: 130px; }
.faq__list { border-top: 1px solid var(--technical); }
.faq details { border-bottom: 1px solid var(--technical); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--mineral); color: var(--green); font-size: 1.2rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 720px; margin: -6px 50px 24px 0; font-size: .9rem; }

.final-cta { padding: 92px 0; background: #102A44; color: var(--white); }
.final-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta h2 { max-width: 820px; margin-bottom: 0; }
.final-cta__actions { display: flex; flex-direction: column; gap: 12px; min-width: 230px; }

.site-footer { padding: 76px 0 24px; background: #081726; color: var(--white); }
.footer__grid { display: grid; grid-template-columns: 1.35fr 1fr .7fr .9fr; gap: 60px; }
.footer__brand p { max-width: 380px; margin: 24px 0 0; color: rgba(255,255,255,.54); font-size: .84rem; }
.footer__grid h3 { margin-bottom: 20px; color: rgba(255,255,255,.5); font-family: Inter, sans-serif; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer__grid a, .footer__grid span { color: rgba(255,255,255,.68); font-size: .8rem; transition: color .2s ease; }
.footer__grid a:hover { color: var(--white); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .72rem; }
.footer__bottom div { display: flex; gap: 22px; }

.whatsapp-fab { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: grid; place-items: center; width: 58px; height: 58px; border: 0; border-radius: 50%; background: #159B6B; color: white; box-shadow: 0 16px 35px rgba(12, 90, 61, .35); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 40px rgba(12, 90, 61, .42); }
.whatsapp-popup { position: fixed; right: 24px; bottom: 94px; z-index: 91; width: min(360px, calc(100vw - 40px)); padding: 20px; visibility: hidden; opacity: 0; transform: translateY(12px) scale(.98); border: 1px solid var(--technical); border-radius: 18px; background: var(--white); box-shadow: 0 24px 70px rgba(11,31,51,.22); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.whatsapp-popup.is-open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
.whatsapp-popup__close { position: absolute; right: 12px; top: 12px; display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 8px; background: #EDF1F1; color: #52616D; }
.whatsapp-popup__header { display: flex; align-items: center; gap: 12px; padding-right: 34px; }
.whatsapp-popup__avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--navy); }
.whatsapp-popup__avatar .brand__mark { width: 34px; height: 34px; background: transparent; border: 0; }
.whatsapp-popup__avatar .brand__mark::before { border-color: var(--white); }
.whatsapp-popup__header div { display: flex; flex-direction: column; }
.whatsapp-popup__header strong { max-width: 210px; overflow: hidden; text-overflow: ellipsis; font-size: .9rem; white-space: nowrap; }
.whatsapp-popup__header div span { display: flex; align-items: center; gap: 7px; color: #66737F; font-size: .7rem; }
.whatsapp-popup__header i { width: 7px; height: 7px; border-radius: 50%; background: #21B776; }
.whatsapp-popup__message { margin: 18px 0; padding: 14px; border-radius: 4px 12px 12px 12px; background: #F0F5F3; color: #40505D; font-size: .82rem; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .8rem; }
  .hero__grid { grid-template-columns: 1fr 440px; gap: 44px; }
  .floating-document { left: -20px; }
  .positioning__grid, .insight__grid { gap: 50px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; }
  .pillar > span { grid-row: 1 / 3; margin-bottom: 0; }
  .pillar h3 { margin: 2px 0 6px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; min-height: 480px; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 420px; }
  .process__grid { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .process__track { display: none; }
  .process-step::before { display: none; }
  .dashboard__body { grid-template-columns: 1fr; }
  .dashboard__note { min-height: 170px; }
  .trust__statement { grid-template-columns: auto 1fr; }
  .trust__points { grid-column: 1 / -1; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 920px) {
  .section { padding: 78px 0; }
  .desktop-nav, .header__cta { display: none; }
  .header__inner { justify-content: space-between; }
  .menu-button { display: grid; }
  .mobile-nav { position: fixed; inset: 72px 20px auto; display: grid; gap: 4px; padding: 16px; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid var(--technical); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); transition: .2s ease; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav > a:not(.button) { padding: 11px 10px; border-radius: 8px; color: #334552; font-weight: 600; }
  .hero { min-height: auto; padding: 132px 0 72px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 760px; }
  .hero-visual { max-width: 680px; min-height: 500px; }
  .floating-document { left: auto; right: -20px; }
  .positioning__grid, .profiles__layout, .insight__grid, .differences__grid, .diagnosis__grid, .faq__grid { grid-template-columns: 1fr; gap: 54px; }
  .profiles__intro, .diagnosis__content, .faq__intro { position: static; }
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .pillar { display: block; }
  .pillar > span { margin-bottom: 24px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 8px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__points { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .content-card:last-child { grid-column: 1 / -1; }
  .final-cta__inner { grid-template-columns: 1fr; }
  .final-cta__actions { flex-direction: row; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 62px 0; }
  .site-header { padding: 12px 0; }
  .site-header.is-compact { padding: 8px 0; }
  .brand__text strong { max-width: 145px; font-size: .78rem; }
  .brand__text small { font-size: .6rem; }
  .brand__mark { width: 36px; height: 36px; }
  .mobile-nav { inset: 64px 20px auto; }
  .hero { padding: 116px 0 60px; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; gap: 10px; }
  .hero-visual { min-height: 420px; padding: 20px; border-radius: 18px; }
  .hero-visual__topline { align-items: flex-start; gap: 15px; }
  .status-dot { text-align: right; }
  .hero-visual__metric { margin-top: 30px; }
  .hero-visual__metric strong { font-size: 1.3rem; }
  .hero-visual__chart { height: 130px; }
  .hero-visual__cards { grid-template-columns: 1fr; }
  .hero-visual__cards > div:last-child { display: none; }
  .floating-document { display: none; }
  .positioning { padding: 62px 0; }
  .positioning__grid { gap: 40px; }
  .pillars, .problem-grid, .profile-grid, .service-grid, .process__grid, .difference-list, .content-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5), .service-card:last-child { grid-column: auto; min-height: auto; }
  .service-card h3 { min-height: 0; }
  .problem-card { min-height: 160px; }
  .process-step { padding: 0 0 28px; border-bottom: 1px solid #D4DCDE; }
  .process-step h3 { min-height: auto; }
  .dashboard { padding: 16px; }
  .dashboard__cards { grid-template-columns: 1fr; }
  .difference-list > div:last-child { grid-column: auto; }
  .trust__statement { grid-template-columns: 1fr; padding: 28px; }
  .trust__icon { width: 52px; height: 52px; }
  .content-area { padding-top: 64px; }
  .content-card:last-child { grid-column: auto; }
  .contact-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta { padding: 68px 0; }
  .final-cta__actions { flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__brand, .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .footer__bottom div { flex-wrap: wrap; gap: 12px 18px; }
  .whatsapp-fab { right: 18px; bottom: 18px; width: 54px; height: 54px; }
  .whatsapp-popup { right: 20px; bottom: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.site-header:not(.is-compact) .brand__text strong { color: var(--white); }
.site-header:not(.is-compact) .brand__text small { color: rgba(255,255,255,.58); }
.site-header:not(.is-compact) .desktop-nav a { color: rgba(255,255,255,.72); }
