
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root{
  --bg:#060112;
  --bg-soft:#0c0320;
  --panel:rgba(13,16,42,.70);
  --panel-strong:rgba(12,14,36,.90);
  --line:rgba(154,170,255,.15);
  --line-bright:rgba(255,255,255,.22);
  --text:#f7f8ff;
  --muted:#b6bfdf;
  --muted-2:#7b86ad;
  --cyan:#27e5ff;
  --blue:#7b89ff;
  --violet:#7a38ff;
  --pink:#ff4eb8;
  --pink-soft:#ff7cca;
  --green:#31e7a7;
  --warning:#ffd166;
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
  --shadow-lg:0 24px 80px rgba(0,0,0,.34);
  --shadow-md:0 16px 44px rgba(0,0,0,.24);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Poppins',system-ui,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,78,184,.16), transparent 22%),
    radial-gradient(circle at 85% 14%, rgba(39,229,255,.10), transparent 26%),
    radial-gradient(circle at 70% 76%, rgba(123,137,255,.16), transparent 24%),
    linear-gradient(135deg,#04010c 0%,#09011b 42%,#130430 70%,#060111 100%);
  min-height:100vh;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    linear-gradient(rgba(135,145,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135,145,255,.07) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.28;
  mask-image:linear-gradient(to bottom, rgba(255,255,255,.45), rgba(255,255,255,.14) 58%, transparent 92%);
  pointer-events:none;
  z-index:0;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.04), transparent 20%),
    repeating-linear-gradient(180deg, rgba(255,255,255,.012) 0px, rgba(255,255,255,.012) 1px, transparent 2px, transparent 9px);
  opacity:.18;
  mix-blend-mode:screen;
  pointer-events:none;
  z-index:0;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrapper{position:relative;z-index:1}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.section{padding:88px 0; position:relative}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 16px; border-radius:999px;
  color:rgba(237,243,255,.82); font-size:11px; letter-spacing:1.6px; text-transform:uppercase;
  border:1px solid var(--line); background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:0 12px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter:blur(12px);
}
.eyebrow .dot{width:10px; height:10px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--pink)); box-shadow:0 0 18px rgba(39,229,255,.8),0 0 28px rgba(255,78,184,.4)}
.section-title{font-size:clamp(26px, 3.6vw, 44px); line-height:1.08; margin:16px 0 14px; letter-spacing:-.8px}
.section-lead{max-width:760px; color:var(--muted); font-size:17px; line-height:1.75}
.text-gradient{background:linear-gradient(90deg,#fff 0%,#d8e9ff 14%,#a3b4ff 38%,#d16dff 68%,#ff79c8 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text}
.accent{color:#fff; font-weight:700}
.badge-row,.chip-row{display:flex; flex-wrap:wrap; gap:12px}
.chip,.mini-chip{
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px;
  background:rgba(8,12,32,.62); border:1px solid var(--line); color:rgba(234,238,255,.82);
  box-shadow:var(--shadow-md); backdrop-filter:blur(12px)
}
.mini-chip{padding:8px 12px; font-size:13px}
.btn-row{display:flex; flex-wrap:wrap; gap:14px; margin-top:30px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 24px; border-radius:18px; font-weight:700; letter-spacing:.4px;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.btn:hover{transform:translateY(-3px)}
.btn.primary{
  background:linear-gradient(135deg, var(--cyan) 0%, var(--blue) 40%, var(--pink) 100%);
  color:#fff; box-shadow:0 18px 44px rgba(39,229,255,.18), 0 18px 48px rgba(255,78,184,.24), inset 0 1px 0 rgba(255,255,255,.24);
}
.btn.secondary{background:rgba(255,255,255,.05); border:1px solid var(--line); color:#fff; box-shadow:var(--shadow-md); backdrop-filter:blur(12px)}
.btn.ghost{padding:0; border-radius:0; color:#dbe5ff; font-weight:600}
.btn.secondary:hover{border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.08)}
.topbar{
  position:sticky; top:0; z-index:30;
  backdrop-filter:blur(18px);
  background:linear-gradient(180deg, rgba(7,7,21,.88), rgba(7,7,21,.62));
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{display:flex; align-items:center; justify-content:space-between; min-height:82px; gap:18px}
.brand{display:flex; align-items:center; gap:14px; min-width:0}
.brand img{width:56px; height:56px; object-fit:contain; filter:drop-shadow(0 8px 22px rgba(255,78,184,.28))}
.brand-copy{display:flex; flex-direction:column; min-width:0}
.brand-title{font-size:20px; font-weight:800; letter-spacing:.8px; white-space:nowrap}
.brand-subtitle{font-size:11px; color:var(--muted); letter-spacing:2.8px; text-transform:uppercase; white-space:nowrap}
.nav-links{display:flex; align-items:center; gap:8px; flex-wrap:wrap; justify-content:flex-end}
.nav-link{
  padding:10px 14px; border-radius:14px; color:rgba(229,234,255,.78); font-size:14px;
  transition:background .25s ease, color .25s ease, border-color .25s ease;
  border:1px solid transparent;
}
.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.05); border-color:var(--line); color:#fff}
.nav-cta{margin-left:8px}
.mobile-toggle{display:none; width:46px; height:46px; border-radius:14px; border:1px solid var(--line); background:rgba(255,255,255,.04); color:#fff}
.hero{position:relative; min-height:auto; display:flex; align-items:flex-start; overflow:visible; padding:136px 0 64px}
.hero::before,.page-hero::before{content:""; position:absolute; inset:auto -10% -6% -10%; height:340px; background:radial-gradient(circle at center, rgba(39,229,255,.18) 0%, rgba(255,78,184,.12) 26%, rgba(0,0,0,0) 72%); filter:blur(30px); pointer-events:none}
.hero-grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.96fr); gap:56px; align-items:center}
.hero-copy{max-width:620px; padding-top:8px}
.hero-title,.page-title{margin:10px 0 14px; font-size:clamp(24px, 2.4vw, 36px); line-height:1.08; letter-spacing:-0.7px; max-width:18ch}
.hero-text{font-size:clamp(14px,1.08vw,16px); color:var(--muted); line-height:1.82; max-width:600px}
.hero-signature{margin-top:22px}
.metric-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:30px}
.metric-card,.glass-card,.plan-card,.value-card,.timeline-card,.contact-card,.faq-card,.unit-card,.stat-card,.service-card,.program-card{
  border:1px solid var(--line); background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.09);
  backdrop-filter:blur(16px); border-radius:var(--radius-lg);
}
.metric-card{padding:18px 18px 20px}
.metric-label{display:block; font-size:12px; text-transform:uppercase; letter-spacing:1.6px; color:var(--muted-2); margin-bottom:10px}
.metric-value{display:block; color:#f3f6ff; line-height:1.6; font-size:15px}
.hero-stage,.page-visual{
  position:relative; min-height:640px; display:grid; place-items:center; isolation:isolate; overflow:visible; padding:18px 0;
}
.hero-shell,.visual-shell{
  position:relative; width:min(640px, 100%); min-height:640px; aspect-ratio:auto; border-radius:38px;
  background:radial-gradient(circle at 50% 20%, rgba(255,255,255,.10), rgba(255,255,255,.02) 36%, rgba(255,255,255,.01) 56%, transparent 75%);
  border:1px solid rgba(168,180,255,.15);
  box-shadow:0 0 0 1px rgba(255,255,255,.04), 0 30px 70px rgba(4,8,24,.55), inset 0 1px 0 rgba(255,255,255,.14);
  overflow:hidden;
  padding:40px;
  margin-inline:auto;
}
.hero-shell::before,.visual-shell::before{content:""; position:absolute; inset:-18% -20%; background:conic-gradient(from 90deg, rgba(39,229,255,.0), rgba(39,229,255,.16), rgba(123,137,255,.12), rgba(255,78,184,.16), rgba(39,229,255,.0)); filter:blur(24px); animation:spin 18s linear infinite}
.hero-shell::after,.visual-shell::after{content:""; position:absolute; inset:32px; border-radius:30px; border:1px solid rgba(255,255,255,.06); pointer-events:none}
.logo-core{position:absolute; inset:0; display:grid; place-items:center; z-index:2; transform-style:preserve-3d}
.logo-core img{width:min(230px,42%); filter:drop-shadow(0 22px 60px rgba(123,56,255,.52)) drop-shadow(0 12px 28px rgba(255,78,184,.34)); animation:floatLogo 6.8s ease-in-out infinite}
.orbit,.orbit-2,.orbit-3{position:absolute; inset:16%; border-radius:50%; border:1px solid rgba(163,176,255,.16); z-index:1; animation:spin 22s linear infinite}
.orbit-2{inset:24%; animation-duration:16s; animation-direction:reverse}
.orbit-3{inset:8%; border-style:dashed; opacity:.5; animation-duration:26s}
.dot-float{position:absolute; width:18px; height:18px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--pink)); box-shadow:0 0 24px rgba(39,229,255,.7), 0 0 34px rgba(255,78,184,.32)}
.dot-a{top:18%; left:18%; animation:floatDot 7s ease-in-out infinite}
.dot-b{top:26%; right:18%; animation:floatDot 8s ease-in-out infinite reverse}
.dot-c{bottom:18%; right:22%; animation:floatDot 6s ease-in-out infinite .8s}
.holo-panel{
  position:absolute; min-width:0; width:clamp(220px, 44%, 310px); max-width:calc(100% - 48px); padding:18px 20px; border-radius:22px; z-index:3;
  border:1px solid rgba(161,174,255,.16); background:linear-gradient(180deg, rgba(12,17,42,.84), rgba(10,12,30,.62));
  box-shadow:0 24px 44px rgba(0,0,0,.30); backdrop-filter:blur(16px)
}
.holo-panel strong{display:block; font-size:15px; margin-bottom:5px}
.holo-panel span{display:block; font-size:13px; color:var(--muted); line-height:1.5}
.panel-a{top:30px; right:28px; animation:floatCard 7s ease-in-out infinite}
.panel-b{left:26px; bottom:138px; animation:floatCard 8s ease-in-out infinite reverse}
.panel-c{right:34px; bottom:34px; animation:floatCard 6.6s ease-in-out infinite .7s}
.unit-grid,.card-grid,.value-grid,.service-grid,.program-grid,.stats-grid,.timeline-grid,.contact-grid,.faq-grid{display:grid; gap:18px}
.unit-grid{grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:34px}
.unit-card,.value-card,.service-card,.program-card,.contact-card,.faq-card,.timeline-card,.stat-card{padding:26px}
.unit-icon,.value-icon,.service-icon,.program-icon,.contact-icon{width:56px; height:56px; display:grid; place-items:center; border-radius:18px; margin-bottom:18px; background:linear-gradient(135deg, rgba(39,229,255,.12), rgba(255,78,184,.15)); border:1px solid rgba(255,255,255,.1); font-size:25px}
.card-kicker{display:inline-flex; align-items:center; gap:8px; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); font-size:11px; letter-spacing:1.3px; text-transform:uppercase; color:var(--muted)}
.unit-card h3,.value-card h3,.service-card h3,.program-card h3,.timeline-card h3,.contact-card h3,.faq-card h3{font-size:19px; margin:10px 0 10px}
.unit-card p,.value-card p,.service-card p,.program-card p,.timeline-card p,.contact-card p,.faq-card p{color:var(--muted); line-height:1.8; margin:0 0 16px}
.feature-list{list-style:none; margin:0; padding:0; display:grid; gap:10px}
.feature-list li{display:flex; gap:10px; color:#edf1ff; line-height:1.6}
.feature-list li .check{width:22px; height:22px; border-radius:50%; display:grid; place-items:center; font-size:12px; flex:0 0 auto; color:#fff; background:linear-gradient(135deg, var(--blue), var(--pink)); box-shadow:0 8px 16px rgba(123,137,255,.2)}
.value-grid{grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:28px}
.service-grid{grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:32px}
.program-grid{grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:32px}
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:30px}
.stat-number{font-size:40px; font-weight:800; line-height:1; margin-bottom:8px}
.stat-caption{color:var(--muted); line-height:1.6}
.split{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:24px; align-items:start}
.panel-block{padding:30px}
.highlight-box{
  padding:22px; border-radius:22px; border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg, rgba(39,229,255,.08), rgba(255,78,184,.12));
}
.page-hero{position:relative; padding:132px 0 52px; overflow:visible}
.page-grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.94fr); gap:44px; align-items:center}
.page-title{font-size:clamp(24px,2.2vw,32px); max-width:18ch; line-height:1.12}
.page-text{font-size:16px; color:var(--muted); line-height:1.8; max-width:620px}
.plan-wrap{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:30px}
.plan-card{padding:28px; position:relative}
.plan-card.popular::before{content:"Más popular"; position:absolute; top:18px; right:18px; padding:8px 10px; border-radius:999px; background:linear-gradient(135deg,var(--cyan),var(--pink)); color:#071022; font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase}
.plan-price{display:flex; align-items:flex-end; gap:8px; margin:10px 0 14px}
.plan-price strong{font-size:44px; line-height:1}
.plan-price span{color:var(--muted); font-size:13px}
.plan-card .mini{font-size:13px; color:var(--muted); margin-bottom:12px}
.timeline-grid{grid-template-columns:repeat(5,minmax(0,1fr)); margin-top:30px}
.timeline-step{display:inline-flex; width:38px; height:38px; align-items:center; justify-content:center; border-radius:14px; background:linear-gradient(135deg,var(--blue),var(--pink)); font-weight:800; margin-bottom:16px; box-shadow:0 14px 24px rgba(123,137,255,.24)}
.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:28px}
.contact-link{display:inline-flex; align-items:center; gap:10px; color:#fff; font-weight:600}
.form-card{padding:30px}
.form-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px}
.field{display:flex; flex-direction:column; gap:10px}
.field.full{grid-column:1/-1}
label{font-size:13px; color:var(--muted)}
input,select,textarea{
  width:100%; border:none; outline:none; border-radius:16px; padding:16px 18px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); color:#fff; font:inherit
}
textarea{min-height:150px; resize:vertical}
input::placeholder,textarea::placeholder{color:#8792bb}
.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:26px}
.cta-band{padding:34px; border-radius:28px; margin-top:38px; background:linear-gradient(135deg, rgba(39,229,255,.12), rgba(123,137,255,.10), rgba(255,78,184,.14)); border:1px solid rgba(255,255,255,.12); box-shadow:var(--shadow-lg)}
.footer{padding:26px 0 38px; border-top:1px solid rgba(255,255,255,.08); background:rgba(3,2,10,.36)}
.footer-grid{display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap}
.footer-copy{color:var(--muted); font-size:14px; line-height:1.7; max-width:560px}
.footer-links{display:flex; gap:10px; flex-wrap:wrap}
.footer-links a{padding:9px 12px; border-radius:12px; border:1px solid rgba(255,255,255,.08); color:var(--muted)}
.divider{height:1px; background:linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); margin:26px 0}
.reveal{opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease}
.reveal.in{opacity:1; transform:none}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes floatLogo{0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)}}
@keyframes floatCard{0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)}}
@keyframes floatDot{0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-12px) scale(1.06)}}

.page-visual .logo-core{transform:translateY(-8px)}
.page-visual .logo-core img{width:min(180px,34%)}
.hero-stage .logo-core img{width:min(180px,34%)}
@media (max-width: 1120px){
  .hero-grid,.page-grid,.split{grid-template-columns:1fr}
  .hero-stage,.page-visual{min-height:560px}
  .value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-grid,.program-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 920px){
  .nav{min-height:76px}
  .mobile-toggle{display:inline-grid; place-items:center}
  .nav-links{
    position:absolute; top:76px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch;
    padding:18px; border-radius:22px; background:rgba(10,10,28,.96); border:1px solid rgba(255,255,255,.08); box-shadow:var(--shadow-lg)
  }
  .nav-links.open{display:flex}
  .nav-link,.nav-cta{width:100%; text-align:left}
  .nav-cta{margin-left:0}
  .unit-grid,.service-grid,.program-grid,.contact-grid,.faq-grid,.plan-wrap,.metric-grid,.timeline-grid{grid-template-columns:1fr}
  .hero{padding-top:116px}
  .page-hero{padding-top:118px}
  .hero-title,.page-title{font-size:clamp(22px,4.2vw,30px); max-width:none; line-height:1.14}
  .brand-title{font-size:18px}
  .brand-subtitle{letter-spacing:2.2px}
  .brand img{width:48px;height:48px}
}

@media (max-width: 768px){
  .hero{padding-top:108px; padding-bottom:44px}
  .page-hero{padding-top:108px; padding-bottom:36px}
  .hero-stage,.page-visual{min-height:auto; padding-top:8px}
  .hero-shell,.visual-shell{
    width:min(100%, 440px);
    min-height:0;
    aspect-ratio:auto;
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:20px 18px 22px;
    overflow:visible;
  }
  .hero-shell::after,.visual-shell::after{inset:14px}
  .logo-core{position:relative; inset:auto; min-height:240px; order:2}
  .page-visual .logo-core{transform:none}
  .hero-stage .logo-core img,.page-visual .logo-core img,.logo-core img{width:min(136px, 42%)}
  .holo-panel{position:relative; top:auto; right:auto; bottom:auto; left:auto; width:100%; animation:none}
  .panel-a{order:1}
  .panel-b{order:3}
  .panel-c{order:4}
}
@media (max-width: 640px){
  .container{width:min(var(--max), calc(100% - 24px))}
  .section{padding:64px 0}
  .hero-shell,.visual-shell{border-radius:26px}
  .hero-stage,.page-visual{min-height:auto}
  .section-lead,.page-text,.hero-text{font-size:14px}
  .hero-title,.page-title{font-size:clamp(21px,8vw,28px)}
  .metric-card,.unit-card,.value-card,.service-card,.program-card,.plan-card,.contact-card,.faq-card,.timeline-card,.stat-card,.form-card,.panel-block{padding:22px}
  .form-grid{grid-template-columns:1fr}
  .faq-grid,.value-grid,.stats-grid{grid-template-columns:1fr}
  .footer-grid{align-items:flex-start}
  .btn-row .btn{width:100%}
  .unit-card h3,.value-card h3,.service-card h3,.program-card h3,.timeline-card h3,.contact-card h3,.faq-card h3{font-size:17px}
}



/* v5 surgical fixes */
.hero-copy,.page-copy{position:relative; z-index:2}
.hero-title .text-gradient{display:inline-block}
.hero-stage,.page-visual{z-index:1}
.hero-shell,.visual-shell{margin-inline:auto}
.panel-a,.panel-b,.panel-c{transform-origin:center}
@media (min-width: 1121px){
  .hero-grid{align-items:start}
  .hero-stage{padding-top:34px}
}
@media (max-width: 768px){
  .hero-copy,.page-copy{order:1}
  .hero-stage,.page-visual{order:2;padding-inline:0}
  .hero-shell,.visual-shell{padding:18px 16px 20px}
  .logo-core{min-height:200px}
  .holo-panel{max-width:none}
}

@media (max-width: 1120px){.hero-grid{gap:26px}.hero{padding-top:96px}.page-hero{padding-top:96px}}
@media (max-width: 768px){.hero{padding-top:88px}.page-hero{padding-top:88px}.hero-shell,.visual-shell{gap:10px}.logo-core{min-height:180px}.panel-b,.panel-c,.panel-a{width:100%}}


/* v6 reference-based hero fixes */
.hero-shell,.visual-shell{background:
  linear-gradient(145deg, rgba(18,30,74,.88), rgba(10,12,34,.76)),
  radial-gradient(circle at 50% 28%, rgba(255,255,255,.10), transparent 42%),
  linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.hero-shell::before,.visual-shell::before{opacity:.9}
.logo-core{pointer-events:none}
.panel-a,.panel-b,.panel-c{backdrop-filter:blur(16px)}
@media (min-width: 1121px){
  .hero-shell,.visual-shell{transform:translateX(-6px)}
}
@media (max-width: 768px){
  .hero-shell,.visual-shell{overflow:visible}
  .panel-a,.panel-b,.panel-c{width:100%; max-width:none}
}


/* v6 final overrides */
.hero-copy,.page-copy,.hero-stage,.page-visual{position:relative; z-index:1}
.hero-grid,.page-grid{align-items:center}
@media (min-width:1121px){
  .hero-grid{gap:56px; align-items:center}
  .page-grid{gap:44px; align-items:center}
  .hero-stage{padding-top:0}
}
@media (max-width:1120px){
  .hero{padding-top:120px}
  .page-hero{padding-top:120px}
  .hero-grid{gap:32px}
}
@media (max-width:920px){
  .hero{padding-top:116px}
  .page-hero{padding-top:116px}
}
@media (max-width:768px){
  .hero{padding-top:108px; padding-bottom:44px}
  .page-hero{padding-top:108px; padding-bottom:36px}
  .hero-copy,.page-copy{order:1}
  .hero-stage,.page-visual{order:2; padding-inline:0}
  .hero-shell,.visual-shell{padding:20px 18px 22px; gap:12px; overflow:visible}
  .logo-core{min-height:180px}
}
