:root {
  --navy: #082d42;
  --navy-deep: #052334;
  --mist: #eaf4f7;
  --white: #ffffff;
  --cyan: #18c6cf;
  --cyan-dark: #0aa3ae;
  --coral: #9c6924;
  --gold: #c6923b;
  --ink-muted: #527080;
  --line: #c9dde3;
  --display: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  --body: "Trebuchet MS", "Segoe UI", sans-serif;
  --utility: Consolas, "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--mist); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 100px; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 4px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { height: 86px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; background: rgba(234,244,247,.9); border-bottom: 1px solid rgba(8,45,66,.08); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; }
.brand { width: 128px; height: 54px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; }
.brand .brand-mark { display: none; }
.brand > span:nth-child(2) { width: 64px; color: var(--gold); background: linear-gradient(180deg, #fff0a3 0%, #d6a548 45%, #9c6924 100%); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: 35px; line-height: .82; font-weight: 900; letter-spacing: -2px; text-align: center; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 7px rgba(198,146,59,.42)); }
.brand small { width: 64px; color: var(--navy); font: 700 8px/1 var(--utility); letter-spacing: 1.6px; text-align: center; transform: translateX(5px); }
.brand-mark { width: 34px; height: 31px; display: flex; gap: 3px; align-items: flex-end; }
.brand-mark i { display: block; width: 9px; height: 24px; background: var(--coral); border-radius: 1px; transform: skew(-23deg); }
.brand-mark i:last-child { height: 16px; background: var(--cyan); transform: skew(23deg); }
.site-header nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: 14px; font-weight: 700; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--coral); transition: width .2s ease; }
.site-header nav a:hover::after { width: 100%; }
.header-cta { color: var(--white); background: var(--navy); padding: 13px 18px; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: var(--navy-deep); }
.header-cta span { color: var(--cyan); margin-left: 10px; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: calc(100vh - 86px); max-width: 1500px; margin: auto; padding: clamp(65px, 9vw, 140px) clamp(24px, 7vw, 110px) 80px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; overflow: hidden; }
.eyebrow, .section-label { font: 700 11px/1 var(--utility); letter-spacing: 1.8px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 28px; height: 3px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-family: var(--display); font-size: clamp(58px, 6.4vw, 104px); line-height: .86; letter-spacing: -5px; text-transform: uppercase; }
h1 em { color: var(--gold); font-style: normal; position: relative; }
.hero-lead { max-width: 520px; color: var(--ink-muted); font-size: 16px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 38px 0 50px; }
.primary-button, .light-button { border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--navy); background: var(--gold); padding: 17px 20px; border-radius: 3px; font-size: 14px; font-weight: 800; box-shadow: 0 9px 22px rgba(198,146,59,.22); cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.primary-button:hover { transform: translateY(-3px); background: #d3a34d; box-shadow: 0 13px 26px rgba(198,146,59,.34); }
.text-link { font-size: 13px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.section-jump-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--cyan-dark); border: 1px solid var(--cyan-dark); border-radius: 50%; font-size: 17px; transition: transform .2s, background .2s, color .2s; }
.text-link:hover .section-jump-icon { color: var(--white); background: var(--cyan-dark); transform: translateY(3px); }
.trust-row { display: flex; gap: clamp(18px, 3vw, 42px); padding-top: 20px; border-top: 1px solid var(--line); max-width: 530px; }
.trust-row span { color: var(--ink-muted); font-size: 12px; }
.trust-row b { display: block; color: var(--navy); font-family: var(--display); font-size: 22px; letter-spacing: -.5px; }

.route-scene { position: relative; height: 610px; }
.route-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-shadow, .route-path { stroke-linecap: round; stroke-width: 3; }
.route-shadow { stroke: rgba(8,45,66,.08); stroke-width: 18; }
.route-path { stroke: var(--cyan); stroke-dasharray: 8 12; animation: route 18s linear infinite; }
@keyframes route { to { stroke-dashoffset: -200; } }
.route-start { position: absolute; left: 3%; bottom: 6%; display: flex; align-items: center; gap: 9px; font: 700 10px var(--utility); letter-spacing: 1px; }
.route-start span { width: 19px; height: 19px; background: var(--cyan); border: 5px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--cyan-dark); }
.goal-card { position: absolute; width: 280px; right: 0; top: 6%; color: white; background: var(--navy); padding: 28px; border-radius: 4px; transform: rotate(2deg); box-shadow: 25px 28px 0 rgba(24,198,207,.16); }
.goal-icon { position: relative; width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 38px; color: var(--gold); background: radial-gradient(circle at 34% 28%, rgba(255,240,163,.16), rgba(198,146,59,.04) 58%, transparent 60%); border: 1px solid rgba(214,165,72,.72); border-radius: 50%; box-shadow: 0 0 0 6px rgba(198,146,59,.08), inset 0 0 20px rgba(255,240,163,.06); font: 900 29px/.8 var(--display); letter-spacing: -2px; text-shadow: 0 0 9px rgba(214,165,72,.55); }
.goal-icon::after { content: ""; position: absolute; right: -3px; bottom: 4px; width: 12px; height: 12px; background: var(--cyan); border: 3px solid var(--navy); border-radius: 50%; }
.goal-card p { margin-bottom: 9px; color: var(--cyan); font: 700 9px var(--utility); letter-spacing: 1.5px; }
.goal-card strong { display: block; font: 800 27px/1.08 var(--display); text-transform: uppercase; letter-spacing: -.5px; }
.goal-progress { height: 6px; background: rgba(255,255,255,.16); margin: 30px 0 9px; }
.goal-progress i { display: block; width: 72%; height: 100%; background: var(--gold); }
.goal-card > span { font: 700 8px var(--utility); letter-spacing: 1px; }
.floating-note { position: absolute; padding: 12px 16px; background: white; border: 1px solid rgba(8,45,66,.08); box-shadow: 0 9px 26px rgba(8,45,66,.08); font-size: 12px; font-weight: 800; }
.floating-note span { color: var(--cyan-dark); margin-right: 6px; }
.note-one { left: 3%; top: 46%; transform: rotate(-2deg); }
.note-two { right: 22%; bottom: 17%; transform: rotate(2deg); }

.simulator { padding: clamp(70px, 9vw, 135px) clamp(24px, 9vw, 140px); color: var(--white); background: var(--navy); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.simulator-intro { align-self: start; padding-top: 24px; }
.section-label { color: var(--coral); margin-bottom: 20px; }
.simulator h2, .steps h2, .plans h2, .faq h2, .final-cta h2 { font: 800 clamp(44px, 5vw, 76px)/.94 var(--display); letter-spacing: -3px; text-transform: uppercase; }
.simulator-intro > p:last-child { max-width: 420px; color: #a9c3ce; font-size: 16px; line-height: 1.6; }
.simulator-card { background: var(--white); color: var(--navy); padding: clamp(24px, 4vw, 50px); border-radius: 5px; box-shadow: 18px 18px 0 var(--cyan); }
fieldset { padding: 0; margin: 0 0 38px; border: 0; }
legend, .range-heading label { margin-bottom: 15px; font-size: 13px; font-weight: 800; }
.goal-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.goal-options input { position: absolute; opacity: 0; pointer-events: none; }
.goal-options label { padding: 16px 7px; border: 1px solid var(--line); border-radius: 3px; cursor: pointer; text-align: center; font-size: 10px; font-weight: 800; transition: .2s; }
.goal-options label span { display: block; font-size: 25px; margin-bottom: 7px; color: var(--cyan-dark); }
.goal-options label:has(input:checked) { color: white; background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.goal-options input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 5px; }
.range-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.range-heading output { font: 800 23px var(--display); }
input[type="range"] { width: 100%; height: 5px; appearance: none; border-radius: 3px; background: linear-gradient(to right, var(--cyan-dark) 0 26%, #d8e7eb 26% 100%); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 21px; height: 21px; background: var(--cyan-dark); border: 5px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--cyan-dark); }
.range-limits { display: flex; justify-content: space-between; margin-top: 10px; color: var(--ink-muted); font: 10px var(--utility); }
.simulation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.field-label, .lead-fields label { display: flex; flex-direction: column; gap: 9px; font-size: 12px; font-weight: 800; }
.field-label select, .field-label input, .lead-fields input { width: 100%; height: 50px; padding: 0 14px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 3px; outline: 0; }
.field-label select:focus, .field-label input:focus, .lead-fields input:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(24,198,207,.14); }
.currency-input { position: relative; display: block; }
.currency-input i { position: absolute; left: 14px; top: 17px; color: var(--ink-muted); font-style: normal; font-size: 11px; }
.currency-input input { padding-left: 40px; }
.bid-block { padding-top: 5px; }
.bid-block input[type="range"] { background: linear-gradient(to right, var(--cyan-dark) 0 40%, #d8e7eb 40% 100%); }
.bid-block input[type="range"]::-webkit-slider-thumb { background: var(--cyan-dark); box-shadow: 0 0 0 2px var(--cyan-dark); }
.field-help, .privacy-note { margin: 11px 0 0; color: var(--ink-muted); font-size: 10px; line-height: 1.5; }
.estimate { margin: 35px 0 24px; padding: 23px; background: var(--mist); border-left: 4px solid var(--cyan); }
.estimate > span { font: 700 9px var(--utility); letter-spacing: 1.1px; }
.estimate strong { display: block; margin: 5px 0; font: 800 38px var(--display); }
.estimate small { font: 700 15px var(--body); }
.estimate p { margin: 0; color: var(--ink-muted); font-size: 10px; }
.form-button { width: 100%; }
.plan-comparison { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.plan-comparison-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 12px; }
.plan-comparison-title h3 { margin: 0; font: 800 22px var(--display); text-transform: uppercase; }
.plan-comparison-title span { color: var(--ink-muted); font: 9px var(--utility); }
.analysis-checklist { display: grid; gap: 8px; }
.analysis-checklist span { display: flex; align-items: center; gap: 10px; padding: 13px 14px; color: var(--navy); background: var(--mist); font-size: 11px; font-weight: 800; }
.analysis-checklist i { width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--cyan-dark); border-radius: 50%; font-style: normal; font-size: 10px; }
.lead-step { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.lead-step-heading span { color: var(--coral); font: 700 9px var(--utility); letter-spacing: 1.3px; }
.lead-step-heading h3 { margin: 7px 0 4px; font: 800 27px var(--display); text-transform: uppercase; }
.lead-step-heading p { color: var(--ink-muted); font-size: 11px; }
.lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 25px 0 17px; }
.lead-fields label:first-child { grid-column: 1/-1; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 18px; color: var(--ink-muted); font-size: 10px; line-height: 1.4; }
.consent input { accent-color: var(--cyan-dark); }
.consent a { color: var(--cyan-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.steps { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); background: var(--white); }
.steps-heading { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-bottom: 1px solid var(--line); }
.steps-heading .section-label { align-self: center; }
.steps-heading h2 { max-width: 850px; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.step { min-height: 390px; padding: 38px clamp(22px, 3vw, 48px); position: relative; border-top: 5px solid transparent; transition: transform .25s ease, box-shadow .25s ease; }
.step:nth-child(1) { background: #e8f3f7; border-color: #9fcbd9; }
.step:nth-child(2) { background: #dff7f8; border-color: var(--cyan-dark); }
.step:nth-child(3) { color: var(--navy); background: #bfe3ed; border-color: #1594b0; }
.step:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(8,45,66,.12); }
.step-number { position: absolute; right: 25px; top: 28px; color: var(--coral); font: 700 11px var(--utility); }
.step:nth-child(2) .step-number { color: var(--cyan-dark); }
.step:nth-child(3) .step-number { color: #087d98; }
.step-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 40px 0 54px; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 29px; transition: transform .3s; }
.step:nth-child(1) .step-icon { background: #1594b0; }
.step:nth-child(2) .step-icon { background: var(--cyan-dark); }
.step:nth-child(3) .step-icon { color: var(--navy); background: var(--cyan); }
.step:hover .step-icon { transform: rotate(-8deg) scale(1.06); }
.step h3 { font: 800 26px var(--display); text-transform: uppercase; }
.step p { color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.step:nth-child(3) p { color: #3e6677; }

.plans { min-height: 760px; padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 130px); overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.plans-copy > p:not(.section-label) { max-width: 430px; color: var(--ink-muted); line-height: 1.7; }
.text-arrow { display: inline-flex; gap: 50px; margin-top: 24px; padding-bottom: 8px; border-bottom: 2px solid var(--navy); font-weight: 800; }
.text-arrow span { color: var(--coral); }
.plan-orbit { position: relative; min-height: 560px; }
.orbit-ring { position: absolute; width: 430px; height: 430px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px dashed #88b7c3; border-radius: 50%; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; inset: 65px; border: 1px solid rgba(8,45,66,.1); border-radius: 50%; }
.orbit-ring::after { inset: -25px; }
.orbit-center { position: absolute; width: 130px; height: 130px; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: white; background: var(--navy); border-radius: 50%; box-shadow: 0 0 0 16px rgba(24,198,207,.13); }
.orbit-center b { color: var(--gold); background: linear-gradient(180deg, #fff0a3 0%, #d6a548 45%, #9c6924 100%); -webkit-background-clip: text; background-clip: text; font: 900 42px/.82 var(--display); letter-spacing: -3px; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 7px rgba(198,146,59,.48)); }
.orbit-center small { color: white; font: 700 7px/1 var(--utility); letter-spacing: 1.5px; }
.orbit-item { position: absolute; width: 190px; padding: 17px 18px; background: white; box-shadow: 0 10px 28px rgba(8,45,66,.1); border-radius: 3px; }
.orbit-item span { float: left; width: 38px; height: 38px; display: grid; place-items: center; margin-right: 12px; color: white; background: var(--coral); border-radius: 50%; }
.orbit-item b { display: block; font: 800 16px var(--display); text-transform: uppercase; }
.orbit-item small { color: var(--ink-muted); font-size: 9px; }
.orbit-item:hover { transform: translateY(-5px) rotate(0); box-shadow: 0 16px 36px rgba(8,45,66,.16); }
.solutions-orbit .orbit-item { width: 210px; }
.orbit-consortium { left: 3%; top: 4%; transform: rotate(-3deg); }
.solutions-orbit .orbit-letter { width: 285px; right: 0; top: 13%; transform: rotate(2deg); }
.orbit-letter b { white-space: nowrap; }
.solutions-orbit .orbit-letter:hover { transform: translateY(-5px) rotate(0); }
.orbit-finance { right: 2%; bottom: 7%; transform: rotate(-2deg); }
.orbit-equity { left: 0; bottom: 2%; transform: rotate(3deg); }
.orbit-consortium span { background: #1594b0; }
.orbit-letter span { background: var(--cyan-dark); }
.orbit-finance span { background: var(--navy); }
.orbit-equity span { color: var(--navy); background: #b9e9ed; }

.trust { padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 125px); color: white; background: var(--navy); }
.trust-heading { display: grid; grid-template-columns: .65fr 1.2fr 1fr; gap: 50px; align-items: end; }
.trust-heading .section-label { align-self: start; }
.trust h2 { margin-bottom: 0; font: 800 clamp(48px, 5vw, 74px)/.94 var(--display); letter-spacing: -3px; text-transform: uppercase; }
.trust-heading > p:last-child { margin: 0; color: #a9c3ce; font-size: 14px; line-height: 1.65; }
.trust-cards { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-cards article { min-height: 295px; padding: 30px clamp(18px,3vw,42px); border-right: 1px solid rgba(255,255,255,.14); }
.trust-cards article:last-child { border-right: 0; }
.trust-cards article > span { color: var(--coral); font: 10px var(--utility); }
.trust-cards h3 { margin-top: 55px; font: 800 22px var(--display); text-transform: uppercase; }
.trust-cards p { min-height: 62px; color: #a9c3ce; font-size: 12px; line-height: 1.55; }
.trust-cards a { color: var(--cyan); font-size: 11px; font-weight: 800; }
.proof-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 70px; background: rgba(255,255,255,.12); }
.proof-column { padding: clamp(30px,4vw,55px); background: #0a354c; }
.proof-label { color: var(--cyan); font: 700 9px var(--utility); letter-spacing: 1.3px; }
.proof-column h3 { margin: 28px 0 16px; font: 800 29px/1 var(--display); text-transform: uppercase; }
.proof-column > p:not(.proof-label) { color: #a9c3ce; font-size: 12px; line-height: 1.65; }
.partner-column { display: flex; flex-direction: column; }
.partner-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; min-height: 132px; }
.partner-logo { min-height: 118px; padding: 18px 14px; display: grid; place-items: center; background: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 3px; }
.partner-logos img { display: block; width: 100%; max-width: 125px; max-height: 54px; object-fit: contain; }
.partner-logos .itau-logo { width: 58px; max-height: 58px; }

.faq { padding: clamp(80px, 10vw, 140px) clamp(24px, 9vw, 145px); background: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 26px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 25px 0; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }

.final-cta { min-height: 470px; padding: 90px 24px; color: white; background: var(--navy-deep); border-top: 1px solid rgba(24,198,207,.2); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta p { font: 700 10px var(--utility); letter-spacing: 1.6px; }
.final-cta h2 { margin-bottom: 40px; font-size: clamp(54px, 7vw, 94px); }
.light-button { color: var(--navy); background: white; box-shadow: none; }

footer { padding: 70px clamp(24px, 7vw, 110px) 30px; color: #9eb9c4; background: var(--navy-deep); display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 50px; font-size: 12px; }
.brand-light { color: white; margin-bottom: 22px; }
.brand-light small { color: white; }
footer > div:not(.footer-bottom) { display: flex; flex-direction: column; gap: 12px; }
footer b { margin-bottom: 6px; color: var(--cyan); font: 700 9px var(--utility); letter-spacing: 1.4px; }
.company-address { display: flex; flex-direction: column; gap: 5px; margin-top: 10px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); font-style: normal; line-height: 1.45; }
.company-address strong { color: white; font-size: 11px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: flex; align-items: center; gap: 10px; padding: 11px 16px 11px 11px; color: white; background: #168c5a; border-radius: 40px; box-shadow: 0 10px 28px rgba(5,35,52,.22); font-size: 11px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .site-header nav, .header-cta { display: none; }
  .menu-button { display: flex; width: 42px; height: 42px; padding: 12px 9px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; }
  .menu-button span { width: 24px; height: 2px; background: var(--navy); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 49; inset: 72px 0 auto; padding: 25px; color: white; background: var(--navy); flex-direction: column; gap: 22px; font-weight: 800; }
  .mobile-menu:not([hidden]) { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  h1 { font-size: clamp(56px, 11vw, 82px); letter-spacing: -4px; }
  .route-scene { height: 500px; margin-top: 20px; }
  .simulator, .plans, .faq { grid-template-columns: 1fr; }
  .trust-heading { grid-template-columns: 1fr 1fr; }
  .trust-heading .section-label { grid-column: 1/-1; }
  .trust-cards { grid-template-columns: 1fr; }
  .trust-cards article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-cards h3 { margin-top: 28px; }
  .proof-stage { grid-template-columns: 1fr; }
  .steps-heading { display: flex; }
  .steps-list { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .plan-orbit { min-height: 590px; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 20px; }
  .hero { padding: 55px 20px 60px; }
  h1 { font-size: 54px; line-height: .88; letter-spacing: -3px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button { width: 100%; }
  .trust-row { justify-content: space-between; gap: 8px; }
  .trust-row b { font-size: 18px; }
  .route-scene { height: 420px; transform: scale(.9); transform-origin: center top; margin-bottom: -50px; }
  .goal-card { width: 225px; padding: 22px; }
  .goal-icon { margin-bottom: 20px; }
  .goal-card strong { font-size: 22px; }
  .floating-note { font-size: 10px; }
  .goal-options { gap: 5px; }
  .goal-options { grid-template-columns: 1fr 1fr; }
  .goal-options label { padding: 13px 4px; font-size: 10px; }
  .simulation-grid, .lead-fields { grid-template-columns: 1fr; }
  .lead-fields label:first-child { grid-column: 1; }
  .trust-heading { grid-template-columns: 1fr; gap: 22px; }
  .trust-heading .section-label { grid-column: 1; }
  .partner-logos { grid-template-columns: 1fr; }
  .partner-logo { min-height: 100px; }
  .simulator-card { box-shadow: 9px 9px 0 var(--cyan); }
  .range-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .simulator h2, .steps h2, .plans h2, .faq h2 { font-size: 44px; letter-spacing: -2px; }
  .step { padding: 30px 28px 36px; }
  .plan-orbit { min-height: 500px; transform: scale(.76); transform-origin: center center; margin: -60px -80px; }
  .orbit-item { width: 175px; }
  .faq { gap: 30px; }
  .final-cta h2 { font-size: 54px; }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; padding-right: 11px; }
  .whatsapp-float span { display: none; }
}

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