:root {
  --navy-950: #031c38;
  --navy-900: #062e5f;
  --blue-700: #0c5eb8;
  --blue-600: #1477d3;
  --aqua-500: #42c8b6;
  --aqua-400: #62d7c5;
  --ink: #122236;
  --slate: #5d6b7d;
  --mist: #eef4f7;
  --line: #d9e3e9;
  --white: #ffffff;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 18px 55px rgba(7, 38, 74, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--font-body); background: var(--white); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
p { line-height: 1.7; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 82px 0; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--white); color: var(--navy-900); padding: .75rem 1rem; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.topbar { display: none; background: var(--navy-950); color: rgba(255,255,255,.76); font-size: 12px; letter-spacing: .03em; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.topbar p { margin: 0; }
.topbar i { color: var(--aqua-400); margin-right: 7px; }
.topbar__contact { display: flex; gap: 28px; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: var(--white); }

.header { position: absolute; top: 0; left: 0; z-index: 50; width: 100%; border-bottom: 1px solid rgba(255,255,255,.17); color: var(--white); transition: background .25s, box-shadow .25s, transform .25s; }
.header.is-fixed { position: fixed; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 8px 30px rgba(3,28,56,.1); border-color: transparent; animation: headerDown .3s ease; }
.header__inner { min-height: 78px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 2; }
.brand__mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(140deg, var(--blue-600), var(--aqua-500)); box-shadow: 0 6px 18px rgba(0,0,0,.16); border: 1px solid rgba(255,255,255,.4); }
.brand__name { font: 800 24px/1 var(--font-display); letter-spacing: .04em; }
.brand__name span { color: var(--aqua-400); }
.menu-toggle { position: relative; z-index: 2; display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.header.is-fixed .menu-toggle { border-color: var(--line); }
.menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 26px; color: var(--white); background: var(--navy-950); transform: translateX(100%); transition: transform .35s ease; }
.nav.is-open { transform: translateX(0); }
.nav a { font: 600 20px var(--font-display); }
.nav a:not(.nav__cta) { position: relative; }
.nav__cta { padding: 13px 20px; border-radius: 4px; background: var(--aqua-500); color: var(--navy-950); }

.hero { --spot-x: 72%; --spot-y: 30%; --hero-x: 0px; --hero-y: 0px; position: relative; min-height: 560px; height: 100svh; color: var(--white); background: var(--navy-950); overflow: hidden; isolation: isolate; }
.hero:focus-visible { outline: 3px solid var(--aqua-400); outline-offset: -3px; }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255,255,255,.15) calc(8.333% - 1px), rgba(255,255,255,.15) 8.333%); mask-image: linear-gradient(to bottom, transparent 8%, #000 35%, transparent 95%); animation: gridDrift 14s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: -15%; pointer-events: none; background: radial-gradient(circle 360px at var(--spot-x) var(--spot-y), rgba(81,231,211,.2), transparent 70%); }
.hero__slides, .hero-slide { position: absolute; inset: 0; }
.hero__slides { transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.025); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 7s linear; }
.hero-slide.is-active img { transform: scale(1); }
.hero-slide:nth-child(2) img { object-position: 58% center; }
.hero-slide:nth-child(3) img { object-position: center 45%; }
.hero-slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,25,52,.96) 0%, rgba(4,38,76,.83) 46%, rgba(4,35,68,.4) 100%), linear-gradient(0deg, rgba(3,25,52,.55), transparent 45%); }
.hero__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 78px; }
.hero__copy { max-width: 760px; }
.hero__copy::before { content: ""; position: absolute; width: 210px; height: 210px; left: -125px; top: 34%; border: 1px solid rgba(98,215,197,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(98,215,197,.025), 0 0 0 76px rgba(98,215,197,.018); animation: orbitPulse 6s ease-in-out infinite; pointer-events: none; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--blue-700); font: 700 11px/1.3 var(--font-display); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--aqua-400); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { margin: 0; max-width: 820px; font-size: clamp(40px, 8.5vw, 74px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--aqua-400); font-style: normal; }
.hero__copy.is-visible h1 { animation: titleReveal 1.05s cubic-bezier(.16,1,.3,1) both; }
.hero__copy.is-visible .eyebrow { animation: labelGlitch .8s .15s ease both; }
.hero__lead { max-width: 600px; margin: 26px 0 0; font-size: 17px; color: rgba(255,255,255,.8); }
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 34px; }
.btn { min-height: 54px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 3px; font: 700 13px var(--font-display); transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: var(--navy-950); background: var(--aqua-400); box-shadow: 0 12px 30px rgba(66,200,182,.2); }
.btn--primary:hover { background: var(--white); }
.btn--ghost { color: var(--white); border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn--dark { background: var(--navy-900); color: var(--white); }
.btn--dark:hover { background: var(--blue-700); }
.hero__panel { display: none; }
.hero__controls { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; }
.hero__dots { display: flex; align-items: center; gap: 8px; }
.hero-dot { width: 46px; height: 32px; padding: 0; color: rgba(255,255,255,.5); border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; font: 600 11px var(--font-display); text-align: left; transition: color .3s, border .3s, width .3s; }
.hero-dot.is-active { width: 78px; color: var(--white); border-color: var(--aqua-400); }
.hero__arrows { display: flex; }
.hero__arrows button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: rgba(255,255,255,.05); }
.hero__arrows button + button { border-left: 0; }
.hero__arrows button:hover { background: var(--aqua-500); color: var(--navy-950); }

.intro { background: var(--white); }
.intro__grid { display: grid; gap: 34px; }
h2 { margin: 0; color: var(--ink); font-size: clamp(35px, 7vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
h2 span { color: var(--blue-600); }
.intro__body { padding-top: 2px; }
.intro__body p { margin-top: 0; color: var(--slate); }
.intro__statement { font-size: 20px; color: var(--ink) !important; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--blue-700); font: 700 13px var(--font-display); border-bottom: 1px solid rgba(12,94,184,.25); padding-bottom: 5px; }
.text-link i { transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.benefits { position: relative; color: var(--white); background: var(--navy-950); overflow: hidden; }
.benefits::after { content: "V"; position: absolute; right: -40px; top: -145px; color: rgba(255,255,255,.018); font: 800 600px/1 var(--font-display); pointer-events: none; }
.section-heading { position: relative; z-index: 1; display: grid; gap: 24px; margin-bottom: 48px; }
.section-heading h2 { color: var(--white); }
.section-heading > p { max-width: 390px; margin: 0; color: rgba(255,255,255,.62); }
.section-kicker--light { color: var(--aqua-400); }
.benefits__grid { position: relative; z-index: 1; display: grid; gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 315px; padding: 30px 25px; background: var(--navy-950); transition: background .3s, transform .3s; overflow: hidden; }
.service-card:hover { background: #07386c; }
.service-card__number { position: absolute; top: 25px; right: 25px; color: rgba(255,255,255,.34); font: 600 11px var(--font-display); letter-spacing: .14em; }
.service-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 46px; color: var(--aqua-400); background: rgba(66,200,182,.09); border: 1px solid rgba(66,200,182,.22); }
.service-card__icon i { font-size: 19px; }
.service-card h3 { margin: 0 0 14px; font-size: 20px; }
.service-card p { margin: 0; color: rgba(255,255,255,.61); font-size: 14px; }
.service-card__line { position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--aqua-400); transition: width .35s; }
.service-card:hover .service-card__line { width: 100%; }

.platform { background: var(--mist); }
.platform__grid { display: grid; gap: 50px; }
.platform__visual { position: relative; min-height: 390px; }
.platform__visual > img { height: 100%; min-height: 390px; object-fit: cover; box-shadow: var(--shadow); }
.platform__badge { position: absolute; right: -10px; bottom: -24px; width: min(270px, 84%); display: flex; align-items: center; gap: 16px; padding: 20px; color: var(--white); background: var(--navy-900); box-shadow: 0 16px 40px rgba(3,28,56,.28); }
.platform__badge > i { font-size: 25px; color: var(--aqua-400); }
.platform__badge p { margin: 0; line-height: 1.35; }
.platform__badge strong, .platform__badge span { display: block; }
.platform__badge strong { font-family: var(--font-display); font-size: 14px; }
.platform__badge span { font-size: 12px; color: rgba(255,255,255,.65); }
.platform__content > p:not(.section-kicker) { color: var(--slate); }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 15px; }
.check-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.check-list li span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: rgba(20,119,211,.1); font-size: 10px; }

.method__header { display: grid; gap: 28px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.method__header > p { color: var(--slate); margin: 0; max-width: 490px; }
.method__steps { display: grid; gap: 0; }
.method-step { position: relative; padding: 42px 0; border-bottom: 1px solid var(--line); }
.method-step > span { position: absolute; right: 0; top: 40px; color: var(--blue-600); font: 700 11px var(--font-display); }
.method-step__icon { color: var(--blue-600); font-size: 27px; margin-bottom: 26px; }
.method-step h3 { margin: 0 0 12px; font-size: 21px; }
.method-step p { margin: 0; max-width: 310px; color: var(--slate); font-size: 14px; }

.quote { position: relative; padding: 90px 0; text-align: center; color: var(--white); background: linear-gradient(rgba(4,34,67,.9), rgba(4,34,67,.92)), url("assets/images/hero-edificio.jpg") center 42% / cover fixed; }
.quote__inner { max-width: 920px; }
.quote i { color: var(--aqua-400); font-size: 27px; }
.quote blockquote { margin: 24px auto; font: 600 clamp(25px, 5vw, 39px)/1.35 var(--font-display); letter-spacing: -.035em; }
.quote p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }

.faq { background: var(--white); }
.faq__grid { display: grid; gap: 44px; }
.faq__intro > p:not(.section-kicker) { color: var(--slate); }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; color: var(--ink); background: none; border: 0; text-align: left; font: 700 15px var(--font-display); }
.accordion__item button i { color: var(--blue-600); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion__content p { min-height: 0; overflow: hidden; margin: 0; color: var(--slate); font-size: 14px; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content p { padding-bottom: 24px; }

.contact { color: var(--white); background: linear-gradient(120deg, var(--navy-950), #07427c); }
.contact__grid { display: grid; gap: 45px; }
.contact h2 { color: var(--white); }
.contact h2 span { color: var(--aqua-400); }
.contact__copy > p:not(.section-kicker) { color: rgba(255,255,255,.65); max-width: 510px; }
.contact__details { display: grid; gap: 13px; margin-top: 30px; }
.contact__details a { display: flex; align-items: center; gap: 14px; }
.contact__details a > i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--aqua-400); border: 1px solid rgba(255,255,255,.2); }
.contact__details small, .contact__details span { display: block; }
.contact__details span { font: 600 14px var(--font-display); }
.contact__details small { margin-bottom: 2px; color: rgba(255,255,255,.49); font: 400 10px var(--font-body); text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: 28px; color: var(--ink); background: var(--white); box-shadow: 0 20px 70px rgba(0,0,0,.22); }
.form-row { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--ink); font: 600 11px var(--font-display); letter-spacing: .04em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #becbd4; border-radius: 0; padding: 9px 0; outline: none; color: var(--ink); background: transparent; resize: vertical; transition: border .2s; }
.contact-form textarea { border: 1px solid #becbd4; padding: 13px; margin-top: 4px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue-600); }
.contact-form .is-invalid { border-color: #c73a47; }
.form-submit { width: 100%; }
.form-status { margin: 12px 0 0; min-height: 20px; color: var(--blue-700); font-size: 13px; text-align: center; }

.footer { color: rgba(255,255,255,.62); background: #02162c; }
.footer__top { display: grid; gap: 24px; align-items: center; padding-block: 45px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer { color: var(--white); }
.footer__top > p { margin: 0; max-width: 440px; font-size: 14px; }
.footer__registration { color: rgba(255,255,255,.78); font: 600 11px var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.footer__bottom { display: flex; flex-direction: column; gap: 14px; padding-block: 22px; font-size: 11px; }
.footer__bottom p { margin: 0; }
.footer__bottom div { display: flex; flex-wrap: wrap; gap: 15px; }
.footer__bottom a:hover { color: var(--white); }

.whatsapp { position: fixed; right: 16px; bottom: 16px; z-index: 100; height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 7px 0 16px; border-radius: 999px; color: var(--white); background: #148c5a; box-shadow: 0 10px 30px rgba(3,28,56,.3); font: 700 12px var(--font-display); transition: transform .2s, background .2s; }
.whatsapp i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #20b66f; font-size: 22px; }
.whatsapp:hover { transform: translateY(-3px); background: #0e7147; }

.fade-in { --reveal-x: 0px; --reveal-y: 52px; --reveal-scale: .94; --reveal-rotate: 0deg; opacity: 0; filter: blur(10px); clip-path: inset(0 0 16% 0 round 2px); transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate)); transition: opacity .9s ease, filter 1s ease, clip-path 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.fade-in.is-visible { opacity: 1; filter: blur(0); clip-path: inset(0 0 0 0 round 0); transform: translate3d(0, 0, 0) scale(1) rotate(0); }
.reveal-left { --reveal-x: -85px; --reveal-y: 20px; --reveal-rotate: -2.5deg; }
.reveal-right { --reveal-x: 85px; --reveal-y: 20px; --reveal-rotate: 2.5deg; }
.service-card.fade-in:nth-child(odd) { --reveal-x: -42px; --reveal-y: 72px; --reveal-scale: .86; --reveal-rotate: -3deg; }
.service-card.fade-in:nth-child(even) { --reveal-x: 42px; --reveal-y: 72px; --reveal-scale: .86; --reveal-rotate: 3deg; }
.method-step.fade-in:nth-child(1) { --reveal-x: -65px; --reveal-rotate: -3deg; }
.method-step.fade-in:nth-child(2) { --reveal-scale: .82; --reveal-y: 80px; }
.method-step.fade-in:nth-child(3) { --reveal-x: 65px; --reveal-rotate: 3deg; }
.service-card.fade-in:nth-child(2), .method-step.fade-in:nth-child(2) { transition-delay: .1s; }
.service-card.fade-in:nth-child(3), .method-step.fade-in:nth-child(3) { transition-delay: .2s; }
.service-card.fade-in:nth-child(4) { transition-delay: .3s; }
.service-card.is-visible .service-card__icon { animation: iconPop .75s .35s cubic-bezier(.16,1.4,.3,1) both; }
.method-step.is-visible .method-step__icon { animation: iconFloat 3s .8s ease-in-out infinite; }
.quote.is-visible i { animation: quoteSpin .9s .2s cubic-bezier(.16,1.3,.3,1) both; }
.quote.is-visible blockquote { animation: quoteWave 1.1s .15s cubic-bezier(.16,1,.3,1) both; }
.whatsapp { animation: whatsappBreathe 3.2s ease-in-out infinite; }

@keyframes headerDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes gridDrift { from { transform: translateX(-1.5%); } to { transform: translateX(1.5%); } }
@keyframes orbitPulse { 0%, 100% { transform: scale(.9) rotate(0); opacity: .45; } 50% { transform: scale(1.08) rotate(20deg); opacity: 1; } }
@keyframes titleReveal { 0% { opacity: 0; transform: translateY(55px) skewY(4deg); filter: blur(12px); } 55% { filter: blur(0); } 100% { opacity: 1; transform: translateY(0) skewY(0); } }
@keyframes labelGlitch { 0% { opacity: 0; transform: translateX(-35px); letter-spacing: .5em; } 45% { transform: translateX(7px); } 100% { opacity: 1; transform: translateX(0); letter-spacing: .18em; } }
@keyframes iconPop { 0% { opacity: 0; transform: scale(.2) rotate(-25deg); } 65% { transform: scale(1.18) rotate(5deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes iconFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(5deg); } }
@keyframes quoteSpin { 0% { opacity: 0; transform: scale(0) rotate(-160deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes quoteWave { 0% { opacity: 0; transform: perspective(700px) rotateX(18deg) translateY(35px); } 100% { opacity: 1; transform: perspective(700px) rotateX(0) translateY(0); } }
@keyframes whatsappBreathe { 0%, 100% { box-shadow: 0 10px 30px rgba(3,28,56,.3), 0 0 0 0 rgba(32,182,111,.3); } 50% { box-shadow: 0 14px 38px rgba(3,28,56,.4), 0 0 0 10px rgba(32,182,111,0); } }
@keyframes statFlash { 0% { opacity: 0; transform: translateX(24px) scale(1.3); color: var(--white); } 55% { color: var(--aqua-400); } 100% { opacity: 1; transform: translateX(0) scale(1); } }

@media (min-width: 480px) {
  :root { --container: min(1180px, calc(100% - 56px)); }
  .hero__actions { flex-direction: row; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 768px) {
  .section { padding: 110px 0; }
  .intro__grid { grid-template-columns: 1.05fr .95fr; gap: 80px; }
  .benefits__grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .method__header { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .platform__grid { grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; }
  .platform__content { padding: 20px 0; }
  .method__steps { grid-template-columns: repeat(3, 1fr); }
  .method-step { padding: 50px 38px 15px; border-bottom: 0; border-right: 1px solid var(--line); }
  .method-step:first-child { padding-left: 0; }
  .method-step:last-child { border: 0; padding-right: 0; }
  .method-step > span { right: 35px; top: 50px; }
  .method-step:last-child > span { right: 0; }
  .faq__grid { grid-template-columns: .85fr 1.15fr; gap: 90px; }
  .contact__grid { grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
  .contact-form { padding: 38px; }
  .footer__top { grid-template-columns: auto 1fr auto; }
}

@media (min-width: 1024px) {
  .topbar { display: block; }
  .header { top: 36px; }
  .header.is-fixed { top: 0; }
  .header__inner { min-height: 86px; }
  .menu-toggle { display: none; }
  .nav { position: static; inset: auto; transform: none; flex-direction: row; gap: 27px; color: inherit; background: transparent; }
  .nav a { font-size: 12px; }
  .nav a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--aqua-400); transition: width .2s; }
  .nav a:hover::after, .nav a.active::after { width: 100%; }
  .hero { height: calc(100svh - 36px); }
  .hero__content { padding-top: 68px; }
  .hero__copy { max-width: 715px; }
  .hero__panel { display: block; position: absolute; right: 0; top: 50%; width: 225px; transform: translateY(-42%); border-left: 1px solid rgba(255,255,255,.23); }
  .hero__panel.fade-in { transform: translateY(calc(-42% + 28px)); }
  .hero__panel.fade-in.is-visible { transform: translateY(-42%); }
  .hero__panel.is-visible .hero__stat strong { animation: statFlash .8s cubic-bezier(.16,1.3,.3,1) both; }
  .hero__panel.is-visible .hero__stat:nth-child(3) strong { animation-delay: .12s; }
  .hero__panel.is-visible .hero__stat:nth-child(4) strong { animation-delay: .24s; }
  .hero__panel-label { margin: 0; padding: 0 0 14px 25px; color: var(--aqua-400); font: 700 10px var(--font-display); text-transform: uppercase; letter-spacing: .12em; }
  .hero__stat { padding: 17px 0 17px 25px; border-top: 1px solid rgba(255,255,255,.16); }
  .hero__stat strong, .hero__stat span { display: block; }
  .hero__stat strong { font: 700 27px var(--font-display); }
  .hero__stat span { margin-top: 2px; color: rgba(255,255,255,.54); font-size: 11px; }
  .benefits__grid { grid-template-columns: repeat(4, 1fr); }
  .service-card { min-height: 355px; padding: 34px 28px; }
  .platform__visual, .platform__visual > img { min-height: 560px; }
  .quote { padding: 125px 0; }
}

@media (max-height: 720px) {
  .hero__content { padding-top: 58px; }
  .eyebrow { margin-bottom: 14px; }
  h1 { font-size: clamp(38px, 7.5vw, 62px); }
  .hero__lead { margin-top: 18px; font-size: 15px; line-height: 1.55; }
  .hero__actions { margin-top: 22px; }
  .btn { min-height: 48px; }
  .hero__controls { bottom: 12px; }
}

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