:root {
  --ink: #0b0d0f;
  --ink-deep: #050607;
  --cream: #f2f5f5;
  --paper: #ffffff;
  --muted: #69747a;
  --line: #dfe5e6;
  --accent: #40e0d0;
  --accent-bright: #16c8f5;
  --accent-soft: #ddfaf7;
  --whatsapp: #25d366;
  --whatsapp-dark: #118b4b;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6, 11, 14, .16);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); font-size: 1rem; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-ink { color: var(--white); background: var(--ink-deep); }
.section-light { background: var(--cream); }

.site-header { position: sticky; top: 0; z-index: 10; color: var(--white); background: rgba(11, 13, 15, .93); border-bottom: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 88px; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--white); }
.brand-logo-image { display: block; height: auto; object-fit: contain; }
.brand-logo-image-header { width: 84px; }
.brand-mark { width: 37px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.brand-mark { color: var(--accent); }
.brand-wordmark { display: flex; align-items: baseline; gap: 5px; letter-spacing: .09em; font-size: .86rem; line-height: 1; }
.brand-wordmark strong { font-weight: 800; }
.brand-wordmark em { color: var(--accent); font-style: normal; font-weight: 500; letter-spacing: .02em; text-transform: lowercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: rgba(255,255,255,.72); font-size: .9rem; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--accent); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.15rem; line-height: 0; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .82rem; }
.button-dark { color: var(--ink); background: var(--white); }
.button-dark:hover { color: var(--ink); background: var(--accent); }
.button-accent { color: var(--ink); background: var(--accent); box-shadow: 0 9px 28px rgba(64, 224, 208, .2); }
.button-accent:hover { background: var(--accent-bright); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost-light:hover { color: var(--ink); border-color: var(--accent); background: var(--accent); }
.button-whatsapp { color: #06130b; background: var(--whatsapp); box-shadow: 0 9px 24px rgba(37,211,102,.18); }
.button-whatsapp:hover { color: #06130b; background: #1fbd5b; }
.whatsapp-symbol { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .95rem; }
.text-link span { font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }
.dark-link { color: var(--ink); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: radial-gradient(circle at 74% 46%, rgba(22,200,245,.13), transparent 25%), var(--ink); }
.hero::before { position: absolute; right: -130px; top: -250px; width: 650px; height: 650px; border: 1px solid rgba(64,224,208,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(64,224,208,.035), 0 0 0 145px rgba(64,224,208,.025); content: ""; }
.hero::after { position: absolute; left: 8%; bottom: -310px; width: 600px; height: 600px; border: 1px solid rgba(22,200,245,.13); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); gap: 78px; align-items: center; min-height: 690px; }
.hero-copy { position: relative; z-index: 1; padding: 70px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: rgba(255, 255, 255, .69); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow-dark { color: #6d7478; }
.eyebrow-line { display: inline-block; width: 30px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(3.8rem, 7vw, 7.25rem); }
h1 span, h2 span { color: var(--accent); }
.hero-lead { max-width: 520px; margin-bottom: 27px; color: rgba(255, 255, 255, .75); font-size: 1.16rem; line-height: 1.7; }
.hero-topic { margin: -8px 0 19px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.hero-offer { display: flex; align-items: center; gap: 16px; margin-bottom: 31px; }
.hero-offer strong { color: var(--accent); font-size: 3.8rem; font-weight: 800; letter-spacing: -.075em; line-height: .95; white-space: nowrap; text-shadow: 0 0 24px rgba(64, 224, 208, .16); }
.hero-offer span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.27); color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.35; }
.hero-offer b { color: var(--white); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 42px; color: rgba(255, 255, 255, .62); font-size: .87rem; }
.hero-proof i { display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; margin-right: 7px; border: 1px solid rgba(243, 187, 74, .7); border-radius: 50%; color: var(--accent); font-size: .72rem; font-style: normal; }
.hero-card-wrap { position: relative; z-index: 1; width: min(100%, 430px); justify-self: end; }
.hero-card { position: relative; padding: 27px 29px 25px; overflow: hidden; border: 1px solid rgba(64,224,208,.42); border-radius: 12px; background: linear-gradient(144deg, #101b20 0%, #080b0d 58%, #020304 100%); box-shadow: 0 25px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.05) inset; transform: rotate(3.2deg); }
.hero-card::after { position: absolute; right: -80px; top: -90px; width: 230px; height: 230px; border: 1px solid rgba(64,224,208,.32); border-radius: 50%; box-shadow: 0 0 0 25px rgba(64,224,208,.05), 0 0 0 52px rgba(64,224,208,.025); content: ""; }
.card-topline, .card-bottomline { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: .65rem; font-weight: 800; letter-spacing: .17em; }
.card-topline em { color: var(--accent); font-style: normal; text-transform: lowercase; }
.card-icon { position: relative; z-index: 1; display: flex; width: 100%; justify-content: center; padding: 37px 0 20px; color: var(--accent); }
.card-icon svg { width: 170px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.card-kicker { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
.card-amount { position: relative; z-index: 1; margin: 0; color: var(--white); font-size: 5.4rem; font-weight: 700; letter-spacing: -.08em; line-height: .95; }
.card-amount small { margin-left: 5px; color: var(--accent-bright); font-size: 2.4rem; letter-spacing: -.04em; }
.card-caption { position: relative; z-index: 1; min-height: 52px; margin: 13px 0 36px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.4; }
.card-bottomline { align-items: center; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(64,224,208,.12); }
.hero-note { position: absolute; right: -34px; bottom: -45px; padding: 13px 17px; color: var(--ink); background: var(--accent); box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: .78rem; line-height: 1.35; transform: rotate(-5deg); }
.hero-note strong { font-size: .9rem; }
.note-star { margin-right: 4px; font-size: 1.1rem; }

.benefit-strip { background: var(--accent); color: var(--ink); }
.benefit-strip-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; font-size: .95rem; }
.benefit-strip strong { font-weight: 800; }
.strip-divider { width: 1px; height: 20px; background: rgba(16,34,53,.3); }

.section-heading { margin-bottom: 56px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.section-heading h2, .pricing-copy h2, .faq-layout h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.benefit-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-selector-card { position: relative; display: flex; min-height: 292px; flex-direction: column; align-items: flex-start; padding: 27px 29px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 18px 42px rgba(6,11,14,.07); cursor: pointer; text-align: left; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.benefit-selector-card::after { position: absolute; right: -74px; top: -84px; width: 190px; height: 190px; border: 1px solid rgba(64,224,208,.16); border-radius: 50%; box-shadow: 0 0 0 23px rgba(64,224,208,.04); content: ""; pointer-events: none; }
.benefit-selector-card:hover, .benefit-selector-card:focus-visible { border-color: var(--accent); box-shadow: 0 23px 48px rgba(6,11,14,.12); transform: translateY(-4px); }
.benefit-selector-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.benefit-selector-card.is-active { color: var(--white); border-color: var(--ink); background: linear-gradient(145deg, #10191d, #050708); box-shadow: 0 25px 55px rgba(6,11,14,.2), 0 0 0 1px rgba(64,224,208,.11) inset; }
.benefit-number { position: relative; z-index: 1; display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; color: #9aa0a2; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.benefit-number em { color: #8a9498; font-size: .64rem; font-style: normal; letter-spacing: .12em; }
.benefit-selector-card.is-active .benefit-number { color: rgba(255,255,255,.56); }
.benefit-selector-card.is-active .benefit-number em { color: rgba(255,255,255,.48); }
.benefit-selector-icon { position: relative; z-index: 1; display: flex; height: 63px; align-items: center; margin-top: 23px; color: var(--ink); }
.benefit-selector-card.is-active .benefit-selector-icon { color: var(--accent); }
.glasses-icon svg { width: 70px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.medical-icon svg, .hearing-icon svg { width: 56px; height: 56px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.benefit-selector-title { position: relative; z-index: 1; max-width: 285px; margin-top: 8px; font-size: 1.18rem; font-weight: 750; line-height: 1.2; }
.benefit-selector-amount { position: relative; z-index: 1; margin-top: 18px; color: var(--accent); font-size: clamp(3.5rem, 5vw, 4.8rem); font-weight: 850; letter-spacing: -.1em; line-height: .88; text-shadow: 0 0 28px rgba(64,224,208,.16); }
.benefit-selector-cycle { position: relative; z-index: 1; margin-top: 6px; color: #657078; font-size: .86rem; line-height: 1.3; }
.benefit-selector-card.is-active .benefit-selector-cycle { color: rgba(255,255,255,.7); }
.benefit-selector-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: #657078; font-size: .82rem; font-weight: 750; }
.benefit-selector-link span { color: var(--accent); font-size: 1.05rem; transition: transform .2s ease; }
.benefit-selector-card:hover .benefit-selector-link span, .benefit-selector-card:focus-visible .benefit-selector-link span { transform: translateX(4px); }
.benefit-selector-card.is-active .benefit-selector-link { color: rgba(255,255,255,.62); }
.benefit-detail-shell { margin-top: 18px; }
.benefit-detail-panel[hidden] { display: none; }
.benefit-detail-panel { padding: 35px 39px 32px; border: 1px solid rgba(64,224,208,.5); border-radius: 20px; color: var(--white); background: linear-gradient(145deg, #10191d, #050708); box-shadow: 0 23px 55px rgba(6,11,14,.15), 0 0 0 1px rgba(64,224,208,.08) inset; animation: benefit-panel-in .3s ease both; }
@keyframes benefit-panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.benefit-detail-head { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 42px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.14); }
.detail-kicker { margin: 0 0 12px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.benefit-detail-head h3 { margin: 0 0 11px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.45rem); letter-spacing: -.05em; line-height: 1.05; }
.benefit-detail-head > div:first-child > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.55; }
.detail-money { display: grid; gap: 3px; padding: 18px 20px 19px; border: 1px solid rgba(64,224,208,.45); border-radius: 15px; background: linear-gradient(135deg, rgba(64,224,208,.15), rgba(64,224,208,.03)); }
.detail-money span { color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.detail-money strong { color: var(--accent); font-size: 3.7rem; font-weight: 850; letter-spacing: -.1em; line-height: .9; text-shadow: 0 0 28px rgba(64,224,208,.18); }
.detail-money small { color: rgba(255,255,255,.74); font-size: .82rem; line-height: 1.3; }
.benefit-detail-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; margin-top: 26px; }
.detail-block { min-width: 0; }
.detail-block-title { margin: 0 0 12px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.detail-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-pills span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); font-size: .86rem; line-height: 1.15; }
.detail-block-accent { padding: 17px 18px; border: 1px solid rgba(64,224,208,.3); border-radius: 15px; background: rgba(64,224,208,.07); }
.detail-check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.detail-check-list li { position: relative; padding-left: 25px; color: rgba(255,255,255,.82); font-size: .92rem; line-height: 1.4; }
.detail-check-list li::before { position: absolute; left: 0; top: .1em; display: inline-flex; width: 17px; height: 17px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); content: "✓"; font-size: .68rem; font-weight: 900; }
.detail-section-label { margin: 25px 0 13px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.detail-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.detail-category { min-width: 0; padding: 14px 15px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.045); }
.detail-category strong { display: block; margin-bottom: 6px; color: var(--accent); font-size: .86rem; font-weight: 800; }
.detail-category span { display: block; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.45; }
.detail-disclaimer { margin: 17px 0 0; color: rgba(255,255,255,.5); font-size: .76rem; line-height: 1.4; }
.detail-condition { margin: 0 0 10px; color: var(--white); font-size: 1rem; font-weight: 700; line-height: 1.45; }
.detail-small { margin: 0; color: rgba(255,255,255,.57); font-size: .8rem; line-height: 1.4; }
.section-footnote { margin: 23px 0 0; color: #72787c; font-size: .8rem; }

.process-section { background: var(--paper); }
.process-switch { display: inline-flex; margin-bottom: 18px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); }
.process-switch-button { min-height: 45px; padding: 0 18px; border: 0; border-radius: 999px; color: #69747a; background: transparent; cursor: pointer; font-size: .88rem; font-weight: 750; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.process-switch-button.is-active { color: var(--ink); background: var(--accent); box-shadow: 0 6px 18px rgba(64,224,208,.2); }
.process-panel { padding: 31px 31px 29px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); box-shadow: 0 18px 42px rgba(6,11,14,.06); }
.process-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.process-kicker { margin: 0 0 10px; color: #778287; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.process-panel-heading h3 { margin: 0; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.055em; line-height: 1.05; }
.process-panel-money { display: grid; min-width: 232px; gap: 4px; padding: 15px 18px 16px; border: 1px solid rgba(64,224,208,.5); border-radius: 14px; background: var(--white); }
.process-panel-money strong { color: var(--ink); font-size: 2.05rem; font-weight: 850; letter-spacing: -.08em; line-height: 1; }
.process-panel-money span { color: #68747a; font-size: .78rem; line-height: 1.3; }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }
.process-steps::before { position: absolute; left: 10%; right: 10%; top: 14px; height: 1px; background: rgba(16,34,53,.18); content: ""; }
.process-step { position: relative; z-index: 1; min-width: 0; }
.process-step-number { display: inline-flex; width: 29px; height: 29px; align-items: center; justify-content: center; border: 5px solid var(--cream); border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: 0; }
.process-step-icon { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; margin: 15px 0 15px; border: 1px solid rgba(64,224,208,.36); border-radius: 15px; color: var(--ink); background: var(--white); }
.process-step-icon[hidden] { display: none; }
.process-step-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.process-icon-glasses svg { width: 37px; }
.process-step h4 { margin: 0 0 7px; color: var(--ink); font-size: .98rem; font-weight: 800; line-height: 1.2; }
.process-step h4 { hyphens: auto; overflow-wrap: anywhere; }
.process-step p { max-width: 165px; margin: 0; color: #68747a; font-size: .84rem; line-height: 1.45; }
.process-step-voluntary { display: inline-flex; margin: 0 0 9px; color: #d4483e; font-size: .75rem; font-weight: 850; }
.process-step-link { display: inline-flex; margin-top: 12px; color: var(--whatsapp-dark); font-size: .78rem; font-weight: 800; line-height: 1.2; }
.process-step-link:hover { color: var(--ink); }
.process-step-reward .process-step-icon { border-color: rgba(37,211,102,.55); background: #effbf3; }

.referral-section { color: var(--white); background: var(--ink-deep); }
.referral-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.referral-copy h2 { margin-bottom: 20px; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
.referral-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.7; }
.referral-reward { display: flex; max-width: 460px; align-items: center; gap: 16px; margin: 28px 0 20px; padding: 16px 18px; border: 1px solid rgba(64,224,208,.42); border-radius: 15px; background: rgba(64,224,208,.08); }
.referral-reward strong { color: var(--accent); font-size: 3rem; font-weight: 850; letter-spacing: -.08em; line-height: 1; }
.referral-reward span { color: rgba(255,255,255,.77); font-size: .9rem; line-height: 1.4; }
.referral-reward b { color: var(--white); font-weight: 750; }
.referral-small-note { color: rgba(255,255,255,.48) !important; font-size: .82rem !important; line-height: 1.45 !important; }
.referral-card { padding: 28px 29px 25px; border: 1px solid rgba(64,224,208,.54); border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.referral-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.referral-card-kicker { margin: 0 0 8px; color: #778287; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.referral-card-heading h3 { margin: 0; color: var(--ink); font-size: 1.65rem; letter-spacing: -.05em; line-height: 1; }
.referral-card-check { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .82rem; font-weight: 900; }
.referral-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.referral-field { display: grid; gap: 7px; }
.referral-field-referrer { grid-column: 1 / -1; }
.referral-field > span { color: #566168; font-size: .85rem; font-weight: 750; }
.referral-field > span small { color: #8a9498; font-size: .78rem; font-weight: 600; }
.referral-field input, .referral-field select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #d5dfe0; border-radius: 10px; outline: 0; color: var(--ink); background: #f8fafa; font: inherit; font-size: .92rem; }
.referral-field select { cursor: pointer; }
.referral-field input:focus, .referral-field select:focus { border-color: var(--accent); background: var(--white); box-shadow: 0 0 0 3px rgba(64,224,208,.18); }
.referral-submit { width: 100%; min-height: 52px; margin-top: 17px; }
.referral-status { min-height: 0; margin: 14px 0 0; color: var(--whatsapp-dark); font-size: .84rem; font-weight: 750; line-height: 1.4; }
.referral-status:empty { display: none; }
.referral-status.is-error { color: #a33d31; }
.referral-note { margin: 14px 0 0; color: #7b8589; font-size: .76rem; line-height: 1.45; }

.invoice-section { background: var(--cream); }
.invoice-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: start; }
.invoice-copy h2 { margin-bottom: 20px; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
.invoice-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.invoice-benefit-note { display: flex; max-width: 400px; align-items: center; gap: 13px; margin: 28px 0 22px; padding: 14px 15px; border: 1px solid rgba(64,224,208,.46); border-radius: 14px; background: var(--white); }
.invoice-benefit-icon { display: inline-flex; width: 30px; height: 30px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .82rem; font-weight: 900; }
.invoice-benefit-note strong, .invoice-benefit-note span { display: block; }
.invoice-benefit-note strong { color: var(--ink); font-size: .88rem; }
.invoice-benefit-note span { margin-top: 2px; color: #68747a; font-size: .78rem; }
.invoice-contact-note { margin: 0; font-size: .88rem !important; line-height: 1.55 !important; }
.invoice-contact-note a { color: var(--whatsapp-dark); font-weight: 800; }
.invoice-card { padding: 28px 29px 25px; border: 1px solid rgba(64,224,208,.48); border-radius: 20px; background: var(--white); box-shadow: 0 22px 55px rgba(6,11,14,.1); }
.invoice-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.invoice-card-kicker { margin: 0 0 8px; color: #778287; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.invoice-card-heading h3 { margin: 0; color: var(--ink); font-size: 1.65rem; letter-spacing: -.05em; line-height: 1; }
.invoice-card-check { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .82rem; font-weight: 900; }
.invoice-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.invoice-field { display: grid; gap: 7px; }
.invoice-field > span { color: #566168; font-size: .85rem; font-weight: 750; }
.invoice-field input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #d5dfe0; border-radius: 10px; outline: 0; color: var(--ink); background: #f8fafa; font: inherit; font-size: .92rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.invoice-field input:focus { border-color: var(--accent); background: var(--white); box-shadow: 0 0 0 3px rgba(64,224,208,.18); }
.invoice-file-options { display: grid; grid-template-columns: 1.12fr .88fr; gap: 10px; margin-top: 16px; }
.invoice-file-field { position: relative; display: flex; min-height: 86px; align-items: center; gap: 13px; margin-top: 0; padding: 13px 15px; overflow: hidden; border: 1px dashed rgba(17,139,75,.52); border-radius: 12px; color: var(--ink); background: #effbf3; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.invoice-file-camera { border-width: 2px; border-style: solid; border-color: var(--whatsapp); }
.invoice-file-picker { border-color: #cfdadb; background: #f7fafa; }
.invoice-file-field:hover { border-color: var(--whatsapp-dark); background: #e5f8ea; transform: translateY(-1px); }
.invoice-file-picker:hover { background: #f0f6f6; }
.invoice-file-field input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.invoice-file-icon { display: inline-flex; width: 35px; height: 35px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 10px; color: #06130b; background: var(--whatsapp); font-size: 1.2rem; font-weight: 900; }
.invoice-file-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.invoice-file-field strong, .invoice-file-field small { display: block; }
.invoice-file-field strong { font-size: .9rem; }
.invoice-file-field small { margin-top: 2px; color: #63706a; font-size: .77rem; line-height: 1.35; }
.invoice-file-summary { margin: 9px 0 0; color: #63706a; font-size: .78rem; line-height: 1.35; }
.invoice-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 15px; color: #667277; font-size: .75rem; line-height: 1.45; }
.invoice-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--accent); }
.invoice-consent a { color: var(--whatsapp-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.invoice-actions { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; margin-top: 17px; }
.invoice-actions .button { min-height: 52px; padding: 0 14px; font-size: .87rem; }
.button-invoice-email { color: var(--ink); border-color: var(--line); background: var(--white); }
.button-invoice-email:hover { border-color: var(--accent); background: var(--accent-soft); }
.invoice-status { min-height: 0; margin: 14px 0 0; color: var(--whatsapp-dark); font-size: .84rem; font-weight: 750; line-height: 1.4; }
.invoice-status:empty { display: none; }
.invoice-status.is-error { color: #a33d31; }
.invoice-note { margin: 14px 0 0; color: #7b8589; font-size: .76rem; line-height: 1.45; }

.pricing-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.pricing-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 27px; color: rgba(255,255,255,.67); font-size: 1.08rem; line-height: 1.7; }
.price-display { display: grid; margin: 30px 0 28px; }
.price-label { color: rgba(255,255,255,.54); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.price-number { margin-top: 4px; color: var(--accent); font-size: clamp(3.4rem, 7vw, 5.9rem); font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.price-subline { color: rgba(255,255,255,.7); font-size: .98rem; }
.pricing-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.price-card { min-height: 245px; padding: 26px; text-align: left; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: var(--white); background: #10191d; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.price-card:hover { border-color: rgba(64,224,208,.8); transform: translateY(-3px); }
.price-card.is-active { color: var(--ink); border-color: var(--accent); background: var(--accent); }
.price-card-top { display: flex; justify-content: space-between; align-items: center; }
.age-label { font-size: 1rem; font-weight: 800; }
.select-indicator { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: .9rem; }
.price-card-price { display: block; margin-top: 52px; font-size: 2.2rem; font-weight: 750; letter-spacing: -.07em; line-height: 1; }
.price-card-price small { font-size: .75rem; font-weight: 500; letter-spacing: 0; }
.price-card-note { display: block; margin-top: 12px; color: rgba(255,255,255,.63); font-size: .9rem; }
.price-card.is-active .price-card-note { color: rgba(16,34,53,.7); }
.price-card-detail { grid-column: 1 / -1; padding: 21px 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.65); font-size: .95rem; }
.detail-star { margin-right: 8px; color: var(--accent); }
.price-card-detail strong { color: var(--white); font-weight: 700; }
.pricing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.pricing-actions .button { min-height: 52px; }

.calendar-section { background: var(--paper); }
.compact-heading { max-width: 760px; margin-bottom: 42px; }
.compact-heading > p:last-child { max-width: 680px; margin: 0; }
.timeline-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.timeline-toolbar-label { margin: 0 0 4px; color: #6b7478; font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.timeline-toolbar-copy { margin: 0; color: var(--ink); font-size: .98rem; font-weight: 700; }
.timeline-switch { display: inline-flex; padding: 4px; border: 1px solid rgba(16,34,53,.14); border-radius: 999px; background: rgba(255,255,255,.76); }
.timeline-switch-button { display: inline-flex; min-height: 43px; align-items: center; gap: 7px; padding: 0 16px; border: 0; border-radius: 999px; color: #657078; background: transparent; cursor: pointer; font-size: .88rem; font-weight: 750; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.timeline-switch-button span { color: #8a9498; font-size: .75rem; font-weight: 600; }
.timeline-switch-button.is-active { color: var(--ink); background: var(--accent); box-shadow: 0 5px 16px rgba(64,224,208,.22); }
.timeline-switch-button.is-active span { color: rgba(11,13,15,.68); }
.timeline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.timeline-calculator { display: grid; grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr); gap: 20px; align-items: stretch; }
.timeline-picker-panel { display: flex; flex-direction: column; }
.timeline-slider-instruction { display: flex; align-items: center; gap: 12px; margin-top: 27px; padding: 13px 15px; border: 1px solid rgba(64,224,208,.4); border-radius: 14px; background: rgba(64,224,208,.09); }
.timeline-slider-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: 1.2rem; font-weight: 800; line-height: 1; }
.timeline-slider-instruction div { display: grid; gap: 1px; }
.timeline-slider-instruction strong { color: var(--ink); font-size: .95rem; font-weight: 850; }
.timeline-slider-instruction span { color: #68747a; font-size: .78rem; line-height: 1.3; }
.timeline-slider-selected { margin-top: 28px; padding: 19px 16px 18px; border: 1px solid rgba(16,34,53,.12); border-radius: 15px; background: var(--white); text-align: center; box-shadow: 0 10px 25px rgba(6,11,14,.05); }
.timeline-selected-kicker { margin: 0 0 6px; color: #6b7478; font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.timeline-slider-selected strong { display: block; color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); font-weight: 850; letter-spacing: -.08em; line-height: 1; }
.timeline-slider-selected > span { display: block; margin-top: 7px; color: #6f7b80; font-size: .86rem; font-weight: 750; }
.timeline-slider-wrap { margin-top: 32px; }
.timeline-slider-input { display: block; width: 100%; height: 14px; margin: 0; appearance: none; border: 0; border-radius: 999px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) var(--slider-fill, 100%), #d5dfe0 var(--slider-fill, 100%), #d5dfe0 100%); cursor: grab; }
.timeline-slider-input:active { cursor: grabbing; }
.timeline-slider-input:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.timeline-slider-input::-webkit-slider-runnable-track { width: 100%; height: 14px; border-radius: 999px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) var(--slider-fill, 100%), #d5dfe0 var(--slider-fill, 100%), #d5dfe0 100%); }
.timeline-slider-input::-webkit-slider-thumb { width: 34px; height: 34px; margin-top: -10px; appearance: none; border: 6px solid var(--ink); border-radius: 50%; background: var(--accent); box-shadow: 0 7px 17px rgba(6,11,14,.22), 0 0 0 6px rgba(64,224,208,.2); }
.timeline-slider-input::-moz-range-track { width: 100%; height: 14px; border: 0; border-radius: 999px; background: #d5dfe0; }
.timeline-slider-input::-moz-range-progress { height: 14px; border-radius: 999px; background: var(--accent); }
.timeline-slider-input::-moz-range-thumb { width: 22px; height: 22px; border: 6px solid var(--ink); border-radius: 50%; background: var(--accent); box-shadow: 0 7px 17px rgba(6,11,14,.22), 0 0 0 6px rgba(64,224,208,.2); }
.timeline-slider-ticks { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 3px; margin-top: 14px; color: #7a8589; font-size: .67rem; font-weight: 750; text-align: center; }
.timeline-slider-ticks span:first-child { text-align: left; }
.timeline-slider-ticks span:last-child { text-align: right; }
.timeline-slider-endpoints { display: flex; justify-content: space-between; gap: 18px; margin-top: 21px; padding-top: 14px; border-top: 1px solid rgba(16,34,53,.12); }
.timeline-slider-endpoints span { display: grid; gap: 2px; }
.timeline-slider-endpoints span:last-child { text-align: right; }
.timeline-slider-endpoints strong { color: var(--ink); font-size: .85rem; font-weight: 850; }
.timeline-slider-endpoints small { color: #788288; font-size: .72rem; font-weight: 650; }
.timeline-picker-help { display: flex; align-items: center; justify-content: center; gap: 8px; margin: auto 0 0; padding-top: 18px; color: #6b7478; font-size: .78rem; text-align: center; }
.timeline-picker-help span { color: var(--accent-bright); font-size: 1.15rem; line-height: 1; }
.timeline-card.timeline-result-card { min-height: 560px; }
.timeline-card { min-height: 520px; padding: 29px 31px 31px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); box-shadow: 0 18px 42px rgba(6,11,14,.06); }
.timeline-card-highlight { color: var(--white); border-color: var(--accent); background: linear-gradient(145deg, #10191d, #050708); box-shadow: 0 22px 50px rgba(6,11,14,.18), 0 0 0 1px rgba(64,224,208,.12) inset; }
.timeline-bestseller { display: inline-flex; align-items: center; gap: 8px; margin: -15px 0 22px -12px; padding: 9px 15px; border: 2px solid var(--accent); border-radius: 4px; color: var(--ink); background: var(--accent); box-shadow: 0 10px 20px rgba(64,224,208,.2); font-size: .68rem; font-weight: 900; letter-spacing: .1em; transform: rotate(-3deg); }
.timeline-bestseller span { font-size: 1rem; }
.timeline-bestseller strong { color: var(--ink); font-weight: 950; }
.timeline-card-label { display: flex; justify-content: space-between; gap: 12px; color: #6b7478; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.timeline-card-label span { color: var(--ink); font-weight: 800; }
.timeline-card-label strong { color: #6b7478; font-weight: 650; letter-spacing: 0; }
.timeline-card-highlight .timeline-card-label span, .timeline-card-highlight .timeline-card-label strong { color: rgba(255,255,255,.62); }
.timeline-card-title { margin-top: 10px; color: var(--ink); font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.timeline-card-highlight .timeline-card-title { color: var(--white); }
.timeline-date { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; font-size: clamp(1.05rem, 2vw, 1.42rem); letter-spacing: -.04em; }
.timeline-date span { color: var(--accent); font-size: 1.7rem; }
.timeline-line { position: relative; height: 22px; margin: 13px 8px 20px; border-top: 1px solid rgba(16,34,53,.45); }
.timeline-line::before, .timeline-line::after { position: absolute; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); content: ""; }
.timeline-line::before { left: 0; }
.timeline-line::after { right: 0; }
.timeline-line span { position: absolute; left: 0; top: -1px; width: 54%; height: 1px; background: var(--accent); transform-origin: left center; transition: width .35s ease; }
.timeline-card-highlight .timeline-line { border-color: rgba(255,255,255,.3); }
.timeline-card-highlight .timeline-line::before, .timeline-card-highlight .timeline-line::after { background: var(--accent); }
.timeline-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 12px; }
.timeline-stat { padding: 11px 12px; border: 1px solid rgba(16,34,53,.11); border-radius: 12px; background: rgba(255,255,255,.6); }
.timeline-stat span { display: block; color: #788288; font-size: .69rem; line-height: 1.2; }
.timeline-stat strong { display: block; margin-top: 4px; color: var(--ink); font-size: 1.22rem; letter-spacing: -.04em; }
.timeline-card-highlight .timeline-stat { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.timeline-card-highlight .timeline-stat span { color: rgba(255,255,255,.56); }
.timeline-card-highlight .timeline-stat strong { color: var(--white); }
.timeline-payment { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid rgba(16,34,53,.13); border-bottom: 1px solid rgba(16,34,53,.13); }
.timeline-payment span { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 7px; color: #657078; font-size: .88rem; }
.timeline-payment span b { font-weight: 700; }
.timeline-payment span em { color: #8a9498; font-size: .76rem; font-style: normal; font-weight: 750; }
.timeline-payment strong { color: var(--ink); font-size: 1.35rem; font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.timeline-card-highlight .timeline-payment { border-color: rgba(255,255,255,.16); }
.timeline-card-highlight .timeline-payment span { color: rgba(255,255,255,.63); }
.timeline-card-highlight .timeline-payment strong { color: var(--accent); }
.timeline-benefit, .timeline-advantage { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; }
.timeline-benefit { color: #68747a; font-size: .82rem; }
.timeline-benefit strong { color: var(--ink); font-size: 1.12rem; font-weight: 800; white-space: nowrap; }
.timeline-breakdown { display: grid; gap: 0; margin: 5px 0 13px; padding: 8px 13px; border: 1px solid rgba(16,34,53,.12); border-radius: 12px; background: rgba(255,255,255,.48); }
.timeline-breakdown > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 5px 0; color: #68747a; font-size: .8rem; }
.timeline-breakdown strong { color: var(--ink); font-size: .92rem; font-weight: 800; white-space: nowrap; }
.timeline-breakdown-total { margin-top: 4px; padding-top: 8px !important; border-top: 1px solid rgba(16,34,53,.13); color: var(--ink) !important; font-weight: 800; }
.timeline-breakdown-total strong { color: var(--ink); font-size: 1.12rem; }
.timeline-card-highlight .timeline-breakdown { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.timeline-card-highlight .timeline-breakdown > div { color: rgba(255,255,255,.68); }
.timeline-card-highlight .timeline-breakdown strong, .timeline-card-highlight .timeline-breakdown-total { color: var(--white) !important; }
.timeline-card-highlight .timeline-breakdown-total { border-color: rgba(255,255,255,.16); }
.timeline-advantage { margin-top: 2px; padding: 13px 14px; border-radius: 12px; color: var(--ink); background: var(--accent); }
.timeline-advantage span { font-size: .82rem; font-weight: 750; }
.timeline-advantage strong { font-size: 1.48rem; font-weight: 850; letter-spacing: -.06em; white-space: nowrap; }
.timeline-savings { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 11px; padding: 10px 13px; border: 1px solid rgba(64,224,208,.4); border-radius: 12px; color: rgba(255,255,255,.8); background: rgba(64,224,208,.08); font-size: .79rem; }
.timeline-savings strong { color: var(--accent); font-size: .9rem; white-space: nowrap; }
.timeline-note { display: inline-block; margin-top: 15px; padding: 8px 11px; color: #566168; background: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.35; }
.timeline-note-accent { color: var(--ink); background: var(--accent); }
.timeline-card-highlight .timeline-note-accent { color: var(--ink); }
.timeline-footnote { max-width: 900px; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-intro { max-width: 350px; margin-bottom: 26px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 1.02rem; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--ink); content: "+"; font-size: 1.55rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 610px; margin: -3px 38px 23px 0; color: var(--muted); font-size: .96rem; }

.final-cta { position: relative; overflow: hidden; text-align: center; }
.final-cta::before { position: absolute; left: 50%; top: -310px; width: 700px; height: 700px; border: 1px solid rgba(64,224,208,.23); border-radius: 50%; box-shadow: 0 0 0 75px rgba(64,224,208,.035), 0 0 0 150px rgba(64,224,208,.02); content: ""; transform: translateX(-50%); }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; }
.final-cta .eyebrow { margin-bottom: 25px; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta p:not(.eyebrow) { max-width: 470px; margin-bottom: 31px; color: rgba(255,255,255,.67); font-size: 1.08rem; }
.final-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.checkout-page { position: relative; min-height: 100vh; overflow-x: hidden; color: var(--white); background: radial-gradient(circle at 72% 35%, rgba(22,200,245,.12), transparent 26%), var(--ink); }
.checkout-orbit { position: absolute; right: -250px; top: -310px; width: 760px; height: 760px; border: 1px solid rgba(64,224,208,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(64,224,208,.035), 0 0 0 145px rgba(64,224,208,.022); pointer-events: none; }
.checkout-header { position: relative; z-index: 1; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(11,13,15,.76); backdrop-filter: blur(16px); }
.checkout-header-inner { display: flex; min-height: 78px; align-items: center; gap: 23px; }
.checkout-tag { margin-left: auto; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.checkout-back { color: rgba(255,255,255,.7); font-size: .87rem; transition: color .2s ease; }
.checkout-back:hover { color: var(--accent); }
.checkout-main { position: relative; z-index: 1; display: flex; min-height: calc(100vh - 145px); align-items: center; padding: 78px 0 90px; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr); gap: 90px; align-items: center; }
.checkout-copy h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(3.8rem, 7vw, 6.8rem); }
.checkout-lead { max-width: 570px; margin-bottom: 39px; color: rgba(255,255,255,.73); font-size: 1.1rem; line-height: 1.7; }
.checkout-amounts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 690px; gap: 12px; }
.checkout-amount { min-height: 128px; padding: 17px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(255,255,255,.055); }
.checkout-amount strong { display: block; color: var(--accent); font-size: 2.35rem; font-weight: 850; letter-spacing: -.08em; line-height: 1; }
.checkout-amount span { display: block; margin-top: 10px; color: rgba(255,255,255,.69); font-size: .8rem; line-height: 1.35; }
.checkout-service { max-width: 690px; margin-top: 30px; padding: 20px 21px 19px; border: 1px solid rgba(64,224,208,.28); border-radius: 16px; background: rgba(255,255,255,.045); }
.checkout-service-kicker { margin: 0 0 8px; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.checkout-service h2 { margin: 0 0 14px; color: var(--white); font-size: 1.35rem; letter-spacing: -.04em; }
.checkout-service ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 22px; margin: 0; padding: 0; list-style: none; }
.checkout-service li { display: flex; align-items: flex-start; gap: 8px; color: rgba(255,255,255,.76); font-size: .86rem; line-height: 1.4; }
.checkout-service li span { display: inline-flex; width: 18px; height: 18px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .66rem; font-weight: 900; }
.checkout-brand-line { margin: 34px 0 0; color: rgba(255,255,255,.48); font-size: .92rem; font-weight: 750; letter-spacing: .02em; }
.checkout-panel { padding: 28px 29px 25px; border: 1px solid rgba(64,224,208,.54); border-radius: 21px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 70px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.5) inset; }
.checkout-panel-step { display: flex; align-items: center; gap: 10px; color: #778287; font-size: .66rem; font-weight: 850; letter-spacing: .13em; }
.checkout-panel-step span:first-child { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .75rem; letter-spacing: 0; }
.checkout-panel-step i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(64,224,208,.16); }
.checkout-panel h2 { margin: 28px 0 13px; font-size: clamp(1.95rem, 3vw, 2.6rem); letter-spacing: -.06em; line-height: 1.04; }
.checkout-panel > p:not(.checkout-note) { margin-bottom: 24px; color: var(--muted); font-size: .96rem; line-height: 1.6; }
.checkout-main-button { width: 100%; min-height: 56px; font-size: .98rem; }
.checkout-note { margin: 13px 0 0; color: #7b8589; font-size: .76rem; line-height: 1.4; }
.checkout-divider { display: flex; align-items: center; gap: 11px; margin: 22px 0 17px; color: #9aa2a5; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.checkout-divider::before, .checkout-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.checkout-panel > .button-whatsapp { width: 100%; min-height: 48px; }
.checkout-support-link { display: block; margin-top: 18px; color: #526067; font-size: .83rem; font-weight: 750; text-align: center; transition: color .2s ease; }
.checkout-support-link:hover { color: var(--whatsapp-dark); }
.checkout-footer { position: relative; z-index: 1; padding: 22px 0 26px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); background: rgba(5,6,7,.55); }
.checkout-footer .container { display: flex; align-items: center; gap: 18px; font-size: .82rem; }
.checkout-footer-brand { display: flex; align-items: center; gap: 18px; }
.checkout-footer-brand span { line-height: 1.45; }
.checkout-footer-brand b { color: rgba(255,255,255,.42); font-size: .69rem; font-weight: 600; }
.checkout-footer strong { color: var(--white); font-size: .79rem; letter-spacing: .09em; }
.checkout-footer strong em { color: var(--accent); font-style: normal; font-weight: 500; letter-spacing: .02em; }
.checkout-legal-links { display: flex; flex-wrap: wrap; gap: 11px; margin-left: auto; }
.checkout-legal-links a { color: rgba(255,255,255,.62); font-size: .76rem; text-decoration: none; transition: color .2s ease; }
.checkout-legal-links a:hover { color: var(--accent); }
.checkout-footer small { margin-left: auto; color: rgba(255,255,255,.4); font-size: .7rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mobile-top-button { display: none; }
.chatbot-widget { position: relative; z-index: 30; }
.chatbot-launcher { position: fixed; right: 24px; bottom: 24px; display: inline-flex; min-height: 54px; align-items: center; gap: 9px; padding: 0 19px 0 14px; border: 1px solid rgba(64,224,208,.65); border-radius: 999px; color: var(--ink); background: var(--accent); box-shadow: 0 14px 34px rgba(5,10,12,.24); cursor: pointer; font-size: .88rem; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.chatbot-launcher:hover { background: var(--accent-bright); box-shadow: 0 18px 38px rgba(5,10,12,.3); transform: translateY(-3px); }
.chatbot-launcher-icon { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; border: 1px solid rgba(11,13,15,.35); border-radius: 50%; font-size: .95rem; }
.chatbot-panel { position: fixed; right: 24px; bottom: 91px; display: flex; width: min(394px, calc(100vw - 32px)); max-height: min(650px, calc(100vh - 112px)); flex-direction: column; overflow: hidden; border: 1px solid rgba(64,224,208,.52); border-radius: 22px; background: #f2f5f5; box-shadow: 0 24px 70px rgba(5,10,12,.3), 0 0 0 1px rgba(255,255,255,.5) inset; }
.chatbot-panel[hidden] { display: none; }
.chatbot-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 20px 18px; color: var(--white); background: linear-gradient(145deg, #10191d, #050708); }
.chatbot-kicker { margin: 0 0 7px; color: var(--accent); font-size: .64rem; font-weight: 850; letter-spacing: .16em; }
.chatbot-header h2 { margin: 0 0 5px; color: var(--white); font-size: 1.45rem; letter-spacing: -.05em; line-height: 1; }
.chatbot-header p:last-child { margin: 0; color: rgba(255,255,255,.66); font-size: .8rem; line-height: 1.4; }
.chatbot-close { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: rgba(255,255,255,.8); background: transparent; cursor: pointer; font-size: 1.3rem; line-height: 1; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.chatbot-close:hover { color: var(--ink); border-color: var(--accent); background: var(--accent); }
.chatbot-messages { display: flex; min-height: 170px; max-height: 310px; flex-direction: column; gap: 10px; overflow-y: auto; padding: 18px; background: #f2f5f5; }
.chatbot-message { max-width: 90%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 15px 15px 15px 4px; color: var(--ink); background: var(--white); font-size: .88rem; line-height: 1.46; }
.chatbot-message-user { align-self: flex-end; border-color: rgba(64,224,208,.55); border-radius: 15px 15px 4px 15px; background: var(--accent-soft); }
.chatbot-quick-replies { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 18px 15px; background: #f2f5f5; }
.chatbot-quick-replies button { padding: 7px 10px; border: 1px solid rgba(17,139,75,.35); border-radius: 999px; color: var(--whatsapp-dark); background: var(--white); cursor: pointer; font-size: .75rem; font-weight: 750; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.chatbot-quick-replies button:hover { color: #06130b; border-color: var(--whatsapp); background: var(--whatsapp); }
.chatbot-form { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 8px; margin: 0 18px 14px; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.chatbot-form input { min-width: 0; height: 38px; padding: 0 9px; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: .87rem; }
.chatbot-form input::placeholder { color: #899398; }
.chatbot-form button { display: inline-flex; width: 42px; height: 38px; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: var(--ink); background: var(--accent); cursor: pointer; font-size: 1.2rem; font-weight: 850; transition: background .2s ease; }
.chatbot-form button:hover { background: var(--accent-bright); }
.chatbot-footer-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 14px 18px 18px; border-top: 1px solid var(--line); background: var(--white); }
.chatbot-footer-actions .button { min-height: 42px; padding: 0 13px; font-size: .78rem; }
.chatbot-contract-link { color: var(--ink); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.chatbot-contract-link:hover { color: var(--whatsapp-dark); }

.site-footer { padding: 33px 0 21px; color: #657078; background: #edf1f1; }
.footer-inner { display: flex; align-items: center; gap: 27px; }
.footer-brand { color: var(--ink); }
.footer-inner p { margin: 0; font-size: .87rem; }
.footer-links { display: flex; gap: 11px; margin-left: auto; font-size: .84rem; }
.legal-note { margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(16,34,53,.12); font-size: .74rem; }

.legal-page { display: flex; min-height: 100vh; flex-direction: column; overflow-x: hidden; color: var(--white); background: radial-gradient(circle at 78% 0%, rgba(64,224,208,.12), transparent 30%), var(--ink-deep); }
.legal-header { position: relative; z-index: 2; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(11,13,15,.84); backdrop-filter: blur(16px); }
.legal-header-inner { display: flex; min-height: 80px; align-items: center; gap: 24px; }
.legal-header-label { margin-left: auto; color: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.legal-back { color: rgba(255,255,255,.7); font-size: .86rem; transition: color .2s ease; }
.legal-back:hover { color: var(--accent); }
.legal-main { position: relative; flex: 1; padding: 72px 0 106px; }
.legal-main::before { position: absolute; right: -210px; top: -260px; width: 620px; height: 620px; border: 1px solid rgba(64,224,208,.14); border-radius: 50%; box-shadow: 0 0 0 62px rgba(64,224,208,.025), 0 0 0 126px rgba(64,224,208,.018); content: ""; pointer-events: none; }
.legal-main > .container { position: relative; z-index: 1; }
.legal-hero { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 47px; border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-hero .eyebrow { margin-bottom: 20px; }
.legal-hero h1 { max-width: 850px; margin-bottom: 17px; font-size: clamp(3.4rem, 7vw, 6.8rem); }
.legal-hero > div:first-child > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.65; }
.legal-meta { min-width: 150px; padding: 16px 18px; border: 1px solid rgba(64,224,208,.5); border-radius: 15px; background: rgba(64,224,208,.07); }
.legal-meta span, .legal-meta strong { display: block; }
.legal-meta span { color: rgba(255,255,255,.55); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-meta strong { margin-top: 7px; color: var(--accent); font-size: .95rem; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 316px; gap: 28px; align-items: start; padding-top: 34px; }
.legal-content { display: grid; gap: 14px; min-width: 0; }
.legal-card, .legal-aside-card { border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.055); box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.legal-card { padding: 27px 29px 25px; }
.legal-card-kicker { margin: 0 0 9px; color: var(--accent); font-size: .66rem; font-weight: 850; letter-spacing: .15em; }
.legal-card h2 { margin: 0 0 13px; color: var(--white); font-size: clamp(1.45rem, 2.2vw, 2rem); }
.legal-card h3 { margin: 0 0 10px; color: var(--white); font-size: 1.4rem; letter-spacing: -.04em; }
.legal-card p { max-width: 820px; margin: 0 0 13px; color: rgba(255,255,255,.75); font-size: .96rem; line-height: 1.7; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card strong { color: var(--white); font-weight: 750; }
.legal-card a { color: var(--accent); text-decoration: underline; text-decoration-color: rgba(64,224,208,.45); text-underline-offset: 3px; }
.legal-card a:hover { color: var(--accent-bright); }
.legal-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; margin-top: 19px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.legal-contact-grid p { margin: 0; }
.legal-contact-grid span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.46); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-contact-grid a { display: inline-block; font-size: .9rem; }
.legal-list { display: grid; gap: 8px; margin: 5px 0 14px; padding: 0; list-style: none; }
.legal-list li { position: relative; padding-left: 24px; color: rgba(255,255,255,.74); font-size: .94rem; line-height: 1.55; }
.legal-list li::before { position: absolute; left: 0; top: .55em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(64,224,208,.11); content: ""; }
.legal-card-highlight { border-color: rgba(64,224,208,.65); background: linear-gradient(135deg, rgba(64,224,208,.19), rgba(255,255,255,.06)); }
.legal-card-highlight h2, .legal-card-highlight strong { color: var(--accent); }
.legal-aside { position: sticky; top: 104px; display: grid; gap: 14px; }
.legal-aside-card { padding: 25px 23px 23px; }
.legal-aside-card p { margin: 0 0 17px; color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.6; }
.legal-aside-card .button { width: 100%; min-height: 47px; padding: 0 14px; font-size: .83rem; }
.legal-aside-accent { border-color: var(--accent); color: var(--ink); background: var(--accent); }
.legal-aside-accent .legal-card-kicker { color: rgba(11,13,15,.65); }
.legal-aside-accent h2 { color: var(--ink); }
.legal-aside-accent p { color: rgba(11,13,15,.72); }
.legal-aside-accent .button-accent { color: var(--white); background: var(--ink); box-shadow: none; }
.legal-aside-accent .button-accent:hover { color: var(--ink); background: var(--white); }
.legal-footer { padding: 24px 0 27px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.54); background: rgba(5,6,7,.66); }
.legal-footer-inner { display: flex; align-items: center; gap: 25px; }
.legal-footer-brand { display: flex; align-items: center; gap: 16px; }
.legal-footer-brand strong { color: var(--white); font-size: .78rem; letter-spacing: .09em; }
.legal-footer-brand em { color: var(--accent); font-style: normal; font-weight: 500; letter-spacing: .02em; }
.legal-footer-brand span { font-size: .78rem; line-height: 1.45; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 9px 15px; margin-left: auto; }
.legal-footer-links a { color: rgba(255,255,255,.62); font-size: .75rem; transition: color .2s ease; }
.legal-footer-links a:hover, .legal-footer-links a[aria-current="page"] { color: var(--accent); }
.legal-footer-note { margin-top: 19px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .7rem; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .legal-header-inner { min-height: 72px; gap: 13px; }
  .legal-header-label { display: none; }
  .legal-back { margin-left: auto; font-size: .79rem; }
  .legal-main { padding: 53px 0 75px; }
  .legal-hero { align-items: flex-start; flex-direction: column; gap: 24px; padding-bottom: 34px; }
  .legal-hero h1 { margin-bottom: 13px; font-size: clamp(3.2rem, 15vw, 5rem); }
  .legal-hero > div:first-child > p:last-child { font-size: .98rem; }
  .legal-meta { min-width: 0; }
  .legal-layout { gap: 17px; padding-top: 20px; }
  .legal-card { padding: 22px 19px 21px; border-radius: 15px; }
  .legal-card h2 { font-size: 1.4rem; }
  .legal-card p, .legal-list li { font-size: .9rem; }
  .legal-contact-grid { grid-template-columns: 1fr; gap: 12px; }
  .legal-aside { grid-template-columns: 1fr; }
  .legal-aside-card { padding: 22px 19px 20px; }
  .legal-footer-inner { align-items: flex-start; flex-direction: column; gap: 13px; }
  .legal-footer-brand { align-items: flex-start; flex-direction: column; gap: 4px; }
  .legal-footer-links { gap: 7px 14px; margin-left: 0; }
  .legal-footer-note { margin-top: 16px; }
}

@media (max-width: 900px) {
  .hero-grid, .pricing-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding: 72px 0 100px; }
  .hero-card-wrap { justify-self: start; margin-left: 5%; }
  .split-heading, .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .pricing-copy > p:not(.eyebrow) { max-width: 570px; }
  .benefit-detail-head { grid-template-columns: minmax(0, 1fr) 215px; gap: 24px; }
  .detail-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-panel-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .process-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 14px; }
  .process-steps::before { display: none; }
  .process-step { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
  .process-step p { max-width: none; }
  .referral-layout { grid-template-columns: 1fr; gap: 48px; }
  .referral-card { max-width: 570px; }
  .invoice-layout { grid-template-columns: 1fr; gap: 48px; }
  .checkout-grid { grid-template-columns: 1fr; gap: 49px; }
  .checkout-copy h1 { max-width: 700px; }
  .checkout-panel { max-width: 570px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 78px 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 82px; gap: 14px; }
  .brand-logo-image-header { width: 76px; }
  .main-nav { display: none; }
  .header-inner .button { margin-left: auto; }
  .hero-grid { padding: 56px 0 86px; }
  h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-card-wrap { width: calc(100% - 10px); margin: 2px 0 25px; }
  .hero-card { transform: rotate(1.6deg); }
  .hero-note { right: 2px; bottom: -51px; }
  .benefit-strip-inner { align-items: flex-start; flex-direction: column; gap: 7px; padding: 20px 0; }
  .strip-divider { display: none; }
  .benefit-selector, .timeline-grid, .timeline-calculator, .pricing-cards { grid-template-columns: 1fr; }
  .benefit-selector-card { min-height: 270px; }
  .benefit-selector-icon { margin-top: 17px; }
  .benefit-detail-panel { padding: 26px 20px 24px; }
  .benefit-detail-head { grid-template-columns: 1fr; gap: 20px; }
  .detail-money { max-width: 240px; }
  .benefit-detail-columns { grid-template-columns: 1fr; }
  .detail-category-grid { grid-template-columns: 1fr; }
  .process-switch { display: grid; width: 100%; grid-template-columns: 1fr; border-radius: 15px; }
  .process-switch-button { width: 100%; }
  .process-panel { padding: 24px 20px 25px; }
  .process-panel-money { width: 100%; min-width: 0; }
  .process-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
  .process-steps::before { display: block; left: 14px; right: auto; top: 14px; bottom: 14px; width: 1px; height: auto; }
  .process-step { display: grid; grid-template-columns: 29px 52px minmax(0, 1fr); column-gap: 12px; align-items: start; }
  .process-step { padding: 12px; }
  .process-step-number { grid-column: 1; grid-row: 1 / span 2; margin-top: 7px; }
  .process-step-icon { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
  .process-step h4 { grid-column: 3; margin-top: 2px; }
  .process-step p { grid-column: 3; }
  .process-step-voluntary { grid-column: 3; }
  .process-step-link { grid-column: 3; }
  .referral-card { padding: 24px 20px 22px; }
  .referral-form-grid { grid-template-columns: 1fr; }
  .invoice-card { padding: 24px 20px 22px; }
  .invoice-file-options { grid-template-columns: 1fr; }
  .invoice-form-grid, .invoice-actions { grid-template-columns: 1fr; }
  .price-card { min-height: 200px; }
  .price-card-price { margin-top: 34px; }
  .price-card-detail { grid-column: auto; }
  .pricing-actions { align-items: stretch; flex-direction: column; }
  .pricing-actions .button { width: 100%; }
  .timeline-toolbar { align-items: stretch; flex-direction: column; gap: 14px; padding: 15px; }
  .timeline-switch { width: 100%; }
  .timeline-switch-button { min-height: 54px; flex: 1; flex-direction: column; justify-content: center; gap: 1px; padding: 0 7px; text-align: center; }
  .timeline-calculator { gap: 16px; }
  .timeline-card { min-height: 0; padding: 24px 20px 25px; }
  .timeline-card.timeline-result-card { min-height: 0; }
  .timeline-card-label { align-items: flex-start; flex-direction: column; gap: 3px; }
  .timeline-card-title { font-size: 1.22rem; }
  .timeline-date { margin-top: 32px; }
  .timeline-savings { align-items: flex-start; flex-direction: column; gap: 4px; }
  .timeline-slider-instruction { margin-top: 23px; }
  .timeline-slider-selected { margin-top: 22px; padding: 17px 13px 16px; }
  .timeline-slider-wrap { margin-top: 27px; }
  .timeline-slider-ticks { gap: 0; margin-top: 12px; font-size: .61rem; }
  .timeline-slider-endpoints { gap: 12px; margin-top: 18px; }
  .timeline-slider-endpoints strong { font-size: .79rem; }
  .timeline-slider-endpoints small { font-size: .68rem; }
  .faq-layout { gap: 46px; }
  .final-cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .final-cta-actions .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 5px; margin-left: 0; }
  .footer-links span { display: none; }
  .chatbot-launcher { right: 16px; bottom: 16px; }
  .chatbot-panel { right: 16px; bottom: 82px; width: calc(100vw - 32px); max-height: calc(100vh - 98px); }
  .chatbot-footer-actions { grid-template-columns: 1fr; }
  .chatbot-contract-link { justify-self: center; }
  .checkout-header-inner { min-height: 72px; gap: 13px; }
  .checkout-tag { display: none; }
  .checkout-back { margin-left: auto; font-size: .8rem; }
  .checkout-main { min-height: 0; padding: 56px 0 73px; }
  .checkout-grid { gap: 44px; }
  .checkout-copy h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  .checkout-lead { font-size: 1.03rem; }
  .checkout-amounts { grid-template-columns: 1fr; max-width: 340px; }
  .checkout-amount { min-height: 0; display: flex; align-items: center; gap: 14px; }
  .checkout-amount strong { min-width: 110px; }
  .checkout-amount span { margin-top: 0; }
  .checkout-service { margin-top: 22px; padding: 18px 16px; }
  .checkout-service ul { grid-template-columns: 1fr; }
  .checkout-panel { padding: 24px 20px 22px; }
  .checkout-footer .container { align-items: flex-start; flex-direction: column; gap: 10px; }
  .checkout-footer-brand { align-items: flex-start; flex-direction: column; gap: 5px; }
  .checkout-legal-links { gap: 7px 14px; margin-left: 0; }
  .checkout-footer small { margin-left: 0; }
  .mobile-top-button { position: fixed; left: 16px; bottom: 16px; z-index: 29; display: inline-flex; min-height: 46px; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid rgba(64,224,208,.52); border-radius: 999px; color: var(--ink); background: var(--white); box-shadow: 0 12px 28px rgba(5,10,12,.22); font-size: .78rem; font-weight: 800; }
  .mobile-top-button:hover { background: var(--accent); }
  .mobile-top-button span { font-size: 1.2rem; line-height: 1; }
}

/* Subtle motion for sections and tiles as they enter the viewport. */
.scroll-reveal {
  opacity: 0;
  translate: 0 28px;
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1), translate .72s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}
.scroll-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

.scroll-reveal.benefit-selector-card,
.scroll-reveal.price-card,
.scroll-reveal.timeline-card,
.scroll-reveal.referral-card,
.scroll-reveal.invoice-card,
.scroll-reveal.process-step {
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), translate .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.timeline-card:hover,
.referral-card:hover,
.invoice-card:hover,
.process-step:hover {
  box-shadow: 0 25px 58px rgba(6, 11, 14, .12);
}
.scroll-reveal.is-visible.benefit-selector-card:hover,
.scroll-reveal.is-visible.price-card:hover,
.scroll-reveal.is-visible.timeline-card:hover,
.scroll-reveal.is-visible.referral-card:hover,
.scroll-reveal.is-visible.invoice-card:hover,
.scroll-reveal.is-visible.process-step:hover {
  translate: 0 -5px;
}
.scroll-reveal.is-visible.price-card:hover,
.scroll-reveal.is-visible.benefit-selector-card:hover {
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.is-visible,
  .scroll-reveal.is-visible:hover {
    opacity: 1;
    translate: 0 0;
  }
}

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

/* Final hero image: the approved woman-with-glasses concept becomes the homepage background. */
.hero-image-section {
  min-height: 760px;
  background: #050607;
}
.hero-image-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(90deg, rgba(5, 6, 7, .99) 0%, rgba(5, 6, 7, .94) 29%, rgba(5, 6, 7, .62) 54%, rgba(5, 6, 7, .12) 87%), url("assets/brillen-clever-hero-test.png");
  background-position: center;
  background-size: cover;
  box-shadow: none;
  content: "";
}
.hero-image-section::after {
  right: -180px;
  bottom: -360px;
  left: auto;
  z-index: 0;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(64, 224, 208, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(64, 224, 208, .035), 0 0 0 145px rgba(64, 224, 208, .02);
  background: transparent;
}
.hero-image-section .hero-grid {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 760px;
}
.hero-image-section .hero-copy {
  max-width: 600px;
  padding: 160px 0 90px;
}
.hero-image-section .hero-card-wrap {
  display: none;
}
.hero-mobile-split {
  display: none;
}

@media (max-width: 760px) {
  .hero-image-section,
  .hero-image-section .hero-grid {
    min-height: 760px;
  }
  .hero-image-section::before {
    background-image: linear-gradient(180deg, rgba(5, 6, 7, .78) 0%, rgba(5, 6, 7, .87) 39%, rgba(5, 6, 7, .48) 100%), url("assets/brillen-clever-hero-test.png");
    background-position: 62% center;
  }
  .hero-image-section .hero-copy {
    max-width: none;
    padding: 145px 0 115px;
  }
}

@media (max-width: 680px) {
  .hero-image-section,
  .hero-image-section .hero-grid {
    min-height: auto;
  }
  .hero-image-section::before {
    background: #050607;
  }
  .hero-mobile-split {
    position: relative;
    z-index: 1;
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding-top: 0;
  }
  .hero-mobile-split-copy {
    position: absolute;
    right: 17px;
    bottom: 25px;
    left: 17px;
    z-index: 2;
    padding: 0;
  }
  .hero-mobile-split::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 6, 7, 0) 40%, rgba(5, 6, 7, .08) 56%, rgba(5, 6, 7, .62) 78%, #050607 100%);
    content: "";
    pointer-events: none;
  }
  .hero-mobile-split-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .82);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.2;
  }
  .hero-mobile-split-line {
    display: inline-block;
    flex: 0 0 32px;
    height: 1px;
    background: rgba(255, 255, 255, .72);
  }
  .hero-mobile-split-topic {
    max-width: 360px;
    margin: 0 0 13px;
    color: #40e0d0;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.35;
  }
  .hero-mobile-split h1 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 14.3vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -.075em;
    line-height: .94;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  }
  .hero-mobile-split h1 span {
    color: #40e0d0;
  }
  .hero-mobile-split-image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: clamp(500px, 128vw, 590px);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #10191d;
    box-shadow: none;
  }
  .hero-mobile-split-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
  }
  .hero-image-section .hero-grid {
    padding: 0 0 78px;
  }
  .hero-image-section .hero-copy {
    max-width: none;
    padding: 25px 0 0;
  }
  .hero-image-section .hero-copy .eyebrow,
  .hero-image-section .hero-copy .hero-topic,
  .hero-image-section .hero-copy h1 {
    display: none;
  }
  .hero-image-section .hero-lead {
    max-width: 520px;
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .hero-image-section .hero-offer {
    gap: 12px;
    margin-bottom: 25px;
  }
  .hero-image-section .hero-offer strong {
    font-size: 3.25rem;
  }
  .hero-image-section .hero-offer span {
    padding-left: 12px;
    font-size: .86rem;
  }
  .hero-image-section .hero-actions {
    gap: 13px;
  }
  .hero-image-section .hero-actions .button,
  .hero-image-section .hero-actions .text-link {
    width: 100%;
    min-height: 49px;
    justify-content: center;
  }
  .hero-image-section .hero-proof {
    gap: 10px;
    margin-top: 29px;
    font-size: .8rem;
  }
  .hero-image-section .hero-proof span {
    display: inline-flex;
    align-items: center;
  }
  .hero-image-section .hero-proof i {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .hero-image-section::after {
    right: -270px;
    bottom: -430px;
    width: 560px;
    height: 560px;
  }

  .section {
    padding: 68px 0;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading h2,
  .pricing-copy h2,
  .faq-layout h2,
  .final-cta h2 {
    font-size: clamp(2.55rem, 13vw, 4.5rem);
  }
  .benefit-selector-card,
  .price-card,
  .timeline-card,
  .referral-card,
  .invoice-card,
  .process-panel {
    border-radius: 16px;
  }
  .timeline-slider-ticks {
    font-size: .58rem;
  }
  .chatbot-launcher {
    min-height: 48px;
  }
}
