:root {
  --navy: #061d3a;
  --blue: #0b3e79;
  --blue-bright: #1264b5;
  --blue-pale: #eaf3fb;
  --gold: #d6aa56;
  --gold-light: #f3d99b;
  --ink: #0c2340;
  --muted: #5d6c7e;
  --line: #dbe5ef;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(3, 30, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 105px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 92px; color: var(--navy); background: #fff; border-bottom: 1px solid rgba(7, 45, 88, .09); transition: box-shadow .25s, height .25s; }
.site-header.scrolled { height: 78px; background: #fff; box-shadow: 0 10px 30px rgba(0,28,60,.13); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo-frame { position: relative; display: block; width: 245px; aspect-ratio: 1179 / 399; overflow: hidden; flex: 0 0 auto; background: #fff; }
.brand-logo { position: absolute; top: -17.8%; left: -6.2%; width: 114.2%; height: auto; max-width: none; display: block; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-phone) { position: relative; }
.main-nav > a:not(.nav-phone)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; color: var(--blue); border: 1px solid rgba(7,62,121,.25); border-radius: 999px; background: #f8fbfe; }
.nav-phone svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--blue); transition: .2s; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 45%, #0e4a88 0, #082f60 26%, #061d3a 63%, #04152b 100%); display: flex; align-items: center; padding: 155px 0 80px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 580px; height: 580px; right: -160px; top: -180px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 120px rgba(40,130,210,.12) inset; }
.hero-glow-two { width: 320px; height: 320px; left: -170px; bottom: -100px; background: rgba(18,100,181,.16); filter: blur(50px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 29px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section-heading h2, .quote-intro h2 { margin: 0; font-family: "Outfit"; line-height: 1.02; letter-spacing: -.025em; }
.hero h1 { max-width: 680px; font-size: clamp(48px, 6vw, 76px); }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 610px; margin: 25px 0 32px; color: #c6d6e7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { border: 0; border-radius: 10px; padding: 15px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(214,170,86,.5); outline-offset: 3px; }
.button-primary { color: var(--navy); background: linear-gradient(135deg, #f0d28d, var(--gold)); box-shadow: 0 12px 30px rgba(214,170,86,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(214,170,86,.32); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.button-outline { color: var(--blue); border: 1px solid #b7c9dc; background: #fff; }
.button-full { width: 100%; margin-top: 6px; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; color: #aec4da; font-size: 12px; }
.trust-row span { color: var(--gold-light); margin-right: 5px; }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; perspective: 900px; }
.energy-orbit { position: absolute; border: 1px solid rgba(115,181,238,.2); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 350px; height: 350px; border-color: rgba(214,170,86,.18); }
.panel-card { position: relative; z-index: 2; width: min(390px, 84%); padding: 21px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)); box-shadow: 0 40px 80px rgba(0,0,0,.32); backdrop-filter: blur(16px); transform: rotateY(-7deg) rotateX(2deg); }
.panel-top { display: flex; gap: 6px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-top > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.panel-top small { margin-left: auto; color: #98b4d1; font-size: 7px; letter-spacing: .16em; }
.panel-display { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 22px 0; padding: 20px; border-radius: 13px; background: rgba(1,15,32,.55); }
.panel-display svg { width: 38px; fill: var(--gold); }
.panel-display div { display: flex; flex-direction: column; line-height: 1; }
.panel-display strong { font-family: "Outfit"; font-size: 35px; letter-spacing: .06em; }
.panel-display small { margin-top: 8px; color: #77d9af; font-size: 7px; letter-spacing: .16em; }
.breaker-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.breaker { min-width: 0; padding: 12px 8px 9px; border-radius: 9px; background: rgba(244,248,252,.92); text-align: center; box-shadow: 0 5px 12px rgba(0,0,0,.18); }
.breaker i { display: block; width: 14px; height: 6px; margin: 0 auto 5px; background: #748292; border-radius: 2px; }
.breaker.active i { background: #2fb67e; box-shadow: 0 0 8px rgba(47,182,126,.5); }
.breaker b { display: block; width: 25px; height: 35px; margin: auto; border-radius: 3px; background: linear-gradient(#eaf0f4 50%, #c8d0d6 51%); border: 1px solid #aeb8c0; }
.breaker small { display: block; overflow: hidden; margin-top: 6px; color: #526273; font-size: 5px; letter-spacing: .04em; }
.panel-footer { display: flex; justify-content: space-between; margin-top: 16px; color: #9db6d0; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.panel-footer span:first-child { display: flex; align-items: center; gap: 5px; }
.panel-footer i { width: 6px; height: 6px; border-radius: 50%; background: #2fb67e; box-shadow: 0 0 7px #2fb67e; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 195px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(7,36,70,.88); box-shadow: 0 14px 30px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.floating-note > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--gold-light); background: rgba(214,170,86,.12); font-size: 11px; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.4; }
.floating-note strong { font-size: 10px; }
.floating-note small { color: #91abc5; font-size: 7px; }
.note-top { top: 25px; right: -10px; }
.note-bottom { left: -5px; bottom: 38px; }
.scroll-hint { position: absolute; z-index: 2; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: #8ea9c3; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-hint span { width: 20px; height: 31px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; position: relative; }
.scroll-hint span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 6px; border-radius: 3px; background: var(--gold); transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0%,100% { transform: translate(-50%,0); opacity: .4; } 50% { transform: translate(-50%,8px); opacity: 1; } }

.services { background: #f7fafd; }
.section-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .quote-intro h2 { font-size: clamp(36px, 4vw, 53px); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #bdd2e7; }
.service-card.featured { background: linear-gradient(145deg, var(--blue), var(--navy)); border-color: transparent; color: #fff; }
.service-card.featured::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -85px; top: -70px; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: var(--blue-pale); }
.icon-box svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.featured .icon-box { color: var(--gold-light); background: rgba(255,255,255,.1); }
.service-number { position: absolute; top: 28px; right: 25px; color: #bcc9d5; font: 700 11px "Outfit"; letter-spacing: .12em; }
.featured .service-number { color: rgba(255,255,255,.35); }
.service-card h3 { margin: 28px 0 13px; font: 700 19px/1.3 "Outfit"; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.featured p { color: #b8cce0; }
.service-card a { position: absolute; left: 28px; bottom: 26px; display: flex; gap: 14px; align-items: center; color: var(--blue); font-size: 11px; font-weight: 800; }
.featured a { color: var(--gold-light); }
.service-card a span { transition: transform .2s; }
.service-card a:hover span { transform: translateX(4px); }
.standards-strip { margin-top: 20px; padding: 25px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; color: #fff; border-radius: 17px; background: linear-gradient(95deg, #0b3e79, #092b55); }
.standard-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: var(--gold-light); background: rgba(255,255,255,.1); }
.standard-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.standards-strip > div:nth-child(2) { display: flex; flex-direction: column; }
.standards-strip strong { font: 700 15px "Outfit"; }
.standards-strip div span { color: #adcae5; font-size: 10px; }
.standards-strip > a { color: var(--gold-light); font-size: 10px; font-weight: 800; }
.standards-strip > a span { margin-left: 10px; }

.quote-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #061c38, #082f5c); }
.quote-section::before { content: ""; position: absolute; width: 650px; height: 650px; left: -300px; bottom: -380px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.quote-intro { padding-top: 25px; }
.quote-intro > p:not(.eyebrow) { margin: 22px 0 30px; color: #aec2d7; font-size: 14px; }
.privacy-note { display: flex; gap: 14px; align-items: flex-start; margin: 28px 0; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.04); }
.privacy-note svg { width: 23px; flex: 0 0 auto; color: var(--gold-light); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.privacy-note div { display: flex; flex-direction: column; }
.privacy-note strong { font-size: 11px; }
.privacy-note span { color: #93abc3; font-size: 9px; }
.direct-contacts { display: grid; gap: 10px; margin-top: 35px; }
.contact-card { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); transition: transform .2s, border-color .2s, background .2s; }
.contact-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.09); }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--navy); background: var(--gold); }
.whatsapp-card .contact-icon { color: #fff; background: #25d366; box-shadow: 0 8px 20px rgba(37,211,102,.22); }
.contact-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-card .contact-icon svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.contact-card > span:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.contact-card small { color: #8ea9c3; font-size: 9px; }
.contact-card strong { overflow-wrap: anywhere; color: #fff; font: 700 14px "Outfit"; letter-spacing: .02em; }
.contact-card i { color: var(--gold-light); font-style: normal; }
.form-card { min-height: 670px; padding: 36px; color: var(--ink); border-radius: var(--radius); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-progress { position: relative; display: grid; grid-template-columns: 29px 1fr 29px; align-items: center; width: 60%; margin: 0 auto 38px; }
.form-progress > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #cbd8e4; border-radius: 50%; color: #96a6b5; background: #fff; font-size: 10px; font-weight: 800; }
.form-progress > span.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.form-progress > i { height: 1px; background: #d9e2eb; }
.form-progress > div { position: absolute; top: 35px; left: -3px; right: -7px; display: flex; justify-content: space-between; color: #8b9aaa; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { position: relative; display: flex; flex-direction: column; margin-bottom: 18px; font-size: 10px; font-weight: 800; }
.field > span { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #ccd8e3; border-radius: 8px; color: var(--ink); background: #fbfdff; font-size: 12px; font-weight: 500; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 105px; max-height: 220px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(18,100,181,.1); outline: none; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #c54040; background: #fffafa; }
.error { min-height: 15px; color: #b83737; font-size: 8px; font-weight: 600; }
.field-help { position: absolute; right: 4px; bottom: -2px; color: #93a1af; font-size: 7px; font-weight: 500; }
.urgency { margin: 0 0 20px; padding: 0; border: 0; }
.urgency legend { margin-bottom: 10px; font-size: 10px; font-weight: 800; }
.urgency label { display: inline-block; margin: 0 5px 7px 0; cursor: pointer; }
.urgency input { position: absolute; opacity: 0; pointer-events: none; }
.urgency span { display: block; padding: 8px 11px; border: 1px solid #d1dce6; border-radius: 99px; color: #68798a; font-size: 8px; font-weight: 700; }
.urgency input:checked + span { color: var(--blue); border-color: #8bb1d5; background: var(--blue-pale); }
.summary-step { animation: fadeIn .35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.summary-success { display: flex; gap: 13px; align-items: center; margin: 15px 0 25px; }
.summary-success > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #289b6d; font-weight: 800; }
.summary-success div { display: flex; flex-direction: column; }
.summary-success strong { font: 700 18px "Outfit"; }
.summary-success small { color: var(--muted); font-size: 10px; }
.summary-box { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbfe; }
.summary-line { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e5edf4; font-size: 11px; }
.summary-line:last-child { border: 0; }
.summary-line span { color: var(--muted); font-weight: 600; }
.summary-line strong { overflow-wrap: anywhere; }
.summary-actions { display: flex; gap: 10px; margin-top: 20px; }
.edit-link { margin: 22px auto 0; display: block; border: 0; color: var(--blue); background: none; font-size: 10px; font-weight: 800; cursor: pointer; }
.copy-status { min-height: 20px; margin: 10px 0 0; color: #197a54; text-align: center; font-size: 9px; }

.site-footer { color: var(--muted); background: #fff; border-top: 1px solid #e3ebf2; }
.footer-inner { min-height: 145px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; }
.footer-logo-frame { width: 215px; border-radius: 8px; }
.footer-inner p { margin: 0; font-size: 11px; text-align: right; }
.footer-inner > small { grid-column: 1 / -1; margin-top: -35px; border-top: 1px solid #e7edf3; padding-top: 13px; color: #8090a1; font-size: 8px; text-align: center; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1000px) {
  .hero-grid { gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { gap: 45px; }
  .note-top { right: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 580px); }
  .section { padding: 76px 0; }
  .site-header, .site-header.scrolled { height: 76px; }
  .brand-logo-frame { width: 205px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 75px; left: 15px; right: 15px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; color: var(--navy); border: 1px solid #dce6ef; border-radius: 15px; background: #fff; box-shadow: 0 20px 45px rgba(0,28,60,.18); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-phone { margin-top: 7px; justify-content: center; }
  .menu-toggle.active > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active > span:nth-child(3) { opacity: 0; }
  .menu-toggle.active > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; text-align: left; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 15px; }
  .hero-visual { min-height: 420px; margin-top: 15px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 285px; height: 285px; }
  .panel-card { width: min(360px, 87%); transform: none; }
  .note-top { top: 2px; right: -4px; }
  .note-bottom { left: -4px; bottom: 12px; }
  .floating-note { min-width: 172px; }
  .scroll-hint { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .standards-strip { grid-template-columns: auto 1fr; }
  .standards-strip > a { grid-column: 1 / -1; padding-left: 65px; }
  .quote-grid { grid-template-columns: 1fr; gap: 35px; }
  .quote-intro { padding-top: 0; }
  .form-card { min-height: 0; padding: 27px 20px; }
  .form-progress { width: 75%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .summary-actions { flex-direction: column; }
  .footer-inner { padding: 35px 0 85px; grid-template-columns: 1fr; gap: 21px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-logo-frame { width: 220px; }
  .footer-inner p { text-align: center; }
  .footer-inner > small { grid-column: auto; margin-top: 5px; }
  .mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--navy); background: linear-gradient(135deg, #f0d28d, var(--gold)); box-shadow: 0 12px 35px rgba(3,18,39,.3); font-size: 12px; font-weight: 800; transform: translateY(90px); transition: transform .3s; }
  .mobile-cta.show { transform: translateY(0); }
}

@media (max-width: 410px) {
  .brand-logo-frame { width: 185px; }
  .footer-logo-frame { width: 210px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 16px; }
  .hero-visual { min-height: 380px; }
  .breaker-row { gap: 6px; }
  .panel-card { padding: 16px; }
  .floating-note { min-width: 156px; padding: 9px; }
  .floating-note > span { width: 29px; height: 29px; }
  .note-top { top: -2px; }
  .standards-strip { padding: 22px; }
}

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