:root {
  --bg: #f4f4f0;
  --paper: #ffffff;
  --ink: #0a0a0a;
  --muted: #6a6a66;
  --line: rgba(10,10,10,.12);
  --green: #57f12f;
  --green-2: #82ff62;
  --black: #080808;
  --radius-xl: 42px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(0,0,0,.10);
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.display { font-size: clamp(58px, 8.9vw, 148px); line-height: .82; letter-spacing: 0; font-weight: 900; margin: 0; }
.h2 { font-size: clamp(42px, 6vw, 88px); line-height: .92; letter-spacing: 0; font-weight: 900; margin: 0; }
.h3 { font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: 0; margin: 0; }
.lead { font-size: clamp(18px, 2vw, 27px); line-height: 1.38; letter-spacing: 0; color: var(--muted); max-width: 760px; }
.small { color: var(--muted); line-height: 1.6; }

.nav-wrap { position: fixed; z-index: 1000; top: 18px; left: 0; width: 100%; pointer-events: none; }
.nav {
  pointer-events: auto;
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.brand { font-weight: 950; letter-spacing: 0; font-size: 29px; display: flex; align-items: center; gap: 9px; }
.brand-dot { width: 14px; height: 14px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(87,241,47,.15); }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 700; }
.nav-links a { opacity: .76; transition: opacity .2s ease; }
.nav-links a:hover { opacity: 1; }
.nav-actions { display: flex; gap: 8px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px;
  font-weight: 850; letter-spacing: 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--black); color: white; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.btn-green { background: var(--green); color: var(--black); }
.btn-white { background: white; color: var(--black); }
.btn-outline { border: 1px solid rgba(0,0,0,.14); background: transparent; }
.mobile-menu { display: none; background: var(--black); color: #fff; width: 46px; height: 46px; border-radius: 50%; border: 0; }

.hero { min-height: 100svh; padding: 150px 0 42px; display: flex; align-items: stretch; }
.hero-shell { width: min(1500px, calc(100% - 26px)); margin: 0 auto; background: #fff; border-radius: 48px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.hero-copy { padding: clamp(52px, 6vw, 92px); display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 2; }
.hero-top { display: flex; flex-direction: column; gap: 26px; }
.hero-copy .display .accent { color: var(--green); display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 44px; }
.metric-mini { border-top: 1px solid var(--line); padding-top: 16px; }
.metric-mini strong { display:block; font-size: clamp(24px,3vw,44px); letter-spacing: 0; }
.metric-mini span { font-size: 12px; color: var(--muted); }
.hero-visual { background: var(--green); position: relative; overflow: hidden; min-height: 620px; }
.hero-visual::before { content:""; position:absolute; width: 520px; height:520px; border-radius:50%; background: rgba(255,255,255,.24); top:-120px; right:-160px; filter: blur(1px); }
.hero-device { position:absolute; width:min(80%, 650px); max-height: 84%; object-fit: contain; left:50%; bottom:-2%; transform:translateX(-50%) rotate(-2deg); filter: drop-shadow(0 36px 36px rgba(0,0,0,.24)); }
.floating-chip { position:absolute; background:#111; color:white; border-radius:999px; padding:14px 18px; font-size:13px; font-weight:800; box-shadow: var(--shadow); }
.chip-a { top: 15%; left: 8%; transform: rotate(-4deg); }
.chip-b { top: 29%; right: 7%; background:#fff; color:#111; transform: rotate(3deg); }
.chip-c { bottom: 12%; right: 9%; }

.marquee { background: var(--black); color: white; overflow: hidden; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.12); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 28s linear infinite; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.marquee-track span::before { content:"✦"; color: var(--green); margin-right: 24px; }
@keyframes marquee { from{ transform:translateX(0)} to{ transform:translateX(-50%)} }

.section { padding: 130px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 60px; }
.section-head .lead { margin:0; }

.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.step-card { min-height: 390px; border-radius: var(--radius-lg); background: #fff; padding: 26px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid rgba(0,0,0,.06); transition: transform .3s ease, box-shadow .3s ease; }
.step-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.step-num { width:50px; height:50px; border-radius:50%; display:grid; place-items:center; background:var(--green); font-weight:900; }
.step-icon { font-size: 54px; line-height:1; }
.step-card p { color:var(--muted); line-height:1.55; }

.dark-section { background: var(--black); color: white; border-radius: 48px; width:min(1500px, calc(100% - 26px)); margin:0 auto; padding: 90px 0; overflow:hidden; position:relative; }
.dark-section .lead, .dark-section .small { color: rgba(255,255,255,.62); }
.network-grid { display:grid; grid-template-columns: .82fr 1.18fr; align-items:center; gap:60px; }
.network-map { min-height:620px; border-radius:8px; background: radial-gradient(circle at 65% 20%, rgba(87,241,47,.25), transparent 35%), linear-gradient(140deg,#181818,#0e0e0e); position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.08); }
.map-lines { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; transform: perspective(800px) rotateX(54deg) scale(1.45); transform-origin:center; opacity:.7; }
.pin { position:absolute; width:22px; height:22px; border-radius:50% 50% 50% 0; background:var(--green); transform:rotate(-45deg); box-shadow:0 0 0 8px rgba(87,241,47,.12), 0 0 36px rgba(87,241,47,.7); }
.pin::after { content:""; width:7px; height:7px; background:#0a0a0a; border-radius:50%; position:absolute; top:7px; left:7px; }
.pin.p1{left:18%;top:30%}.pin.p2{left:42%;top:19%}.pin.p3{left:61%;top:39%}.pin.p4{left:28%;top:62%}.pin.p5{left:73%;top:69%}.pin.p6{left:50%;top:76%}.pin.p7{left:80%;top:24%}
.network-stat { margin-top:34px; font-size:clamp(52px,8vw,128px); line-height:.82; font-weight:950; color:var(--green); letter-spacing:-.07em; }

.product-grid { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.product-card { border-radius:8px; overflow:hidden; min-height:650px; position:relative; }
.product-card.light { background:#fff; padding:52px; }
.product-card.green { background:var(--green); display:grid; place-items:center; }
.product-card.green img { width:74%; max-height:560px; object-fit:contain; filter:drop-shadow(0 30px 30px rgba(0,0,0,.2)); }
.spec-row { margin-top:48px; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); }
.spec { padding:24px 0; border-bottom:1px solid var(--line); }
.spec:nth-child(odd){padding-right:20px;border-right:1px solid var(--line)}
.spec:nth-child(even){padding-left:20px}.spec strong{display:block;font-size:26px;letter-spacing:-.04em}.spec span{color:var(--muted);font-size:13px}

.photo-band { width:min(1500px, calc(100% - 26px)); margin:0 auto; min-height:760px; border-radius:28px; overflow:hidden; position:relative; background:#111; }
.photo-band img { width:100%; height:100%; min-height:760px; object-fit:cover; position:absolute; inset:0; }
.photo-band::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.05) 70%); }
.photo-copy { position:relative; z-index:2; color:white; padding:clamp(48px,7vw,100px); max-width:800px; }
.photo-copy .lead{color:rgba(255,255,255,.74)}

.business { display:grid; grid-template-columns:.9fr 1.1fr; gap:12px; }
.business-copy { background:var(--green); border-radius:8px; padding:52px; min-height:620px; display:flex; flex-direction:column; justify-content:space-between; }
.business-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.benefit { background:#fff; border-radius:28px; padding:28px; min-height:260px; }
.benefit-icon{font-size:34px;margin-bottom:50px}.benefit p{color:var(--muted);line-height:1.5}

.faq { max-width:1040px; margin:0 auto; }
.faq-item { border-top:1px solid var(--line); }
.faq-q { width:100%; padding:25px 0; background:none; border:0; display:flex; justify-content:space-between; text-align:left; font-weight:850; font-size:clamp(20px,2.1vw,28px); letter-spacing:-.025em; }
.faq-plus { font-size:28px; transition:transform .25s ease; }
.faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease; color:var(--muted); line-height:1.65; max-width:780px; }
.faq-item.open .faq-a { max-height:220px; padding-bottom:28px; }
.faq-item.open .faq-plus { transform:rotate(45deg); }

.form-shell { background:#fff; border-radius:40px; padding:clamp(28px,5vw,64px); display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full { grid-column:1/-1; }
.field label { font-size:12px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.field input,.field select,.field textarea { width:100%; border:1px solid var(--line); border-radius:16px; background:#f7f7f4; padding:16px 17px; outline:none; transition:border-color .2s, box-shadow .2s; }
.field textarea { min-height:130px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:#111; box-shadow:0 0 0 3px rgba(87,241,47,.25); }
.form-note { color:var(--muted); font-size:12px; margin-top:12px; }

.investor-hero .hero-visual { background:#0d0d0d; color:white; }
.investor-hero .hero-visual::before { background:radial-gradient(circle, rgba(87,241,47,.55), transparent 64%); }
.investor-visual-stat { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:55px; }
.investor-visual-stat .big { font-size:clamp(86px,11vw,172px); color:var(--green); font-weight:950; letter-spacing:-.08em; line-height:.75; }
.investor-visual-stat p { max-width:430px; color:rgba(255,255,255,.7); font-size:18px; }
.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.info-card { background:#fff; border-radius:30px; padding:32px; min-height:330px; display:flex; flex-direction:column; justify-content:space-between; }
.info-card.dark { background:#111; color:white; }
.info-card.green { background:var(--green); }
.info-card .num { font-size:13px; font-weight:900; }
.info-card p { color:var(--muted); line-height:1.55; }
.info-card.dark p { color:rgba(255,255,255,.62); }
.model-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.model-item { background:#fff; border-radius:24px; padding:28px; min-height:300px; }
.model-item strong { font-size:20px; display:block; margin:18px 0; }
.model-item p { color:var(--muted); line-height:1.5; font-size:14px; }
.timeline { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:2px solid #111; }
.timeline-item { padding:25px 28px 0 0; position:relative; }
.timeline-item::before { content:""; width:16px; height:16px; border-radius:50%; background:#111; position:absolute; top:-9px; left:0; box-shadow:0 0 0 6px var(--bg); }
.timeline-item.current::before { background:var(--green); box-shadow:0 0 0 6px var(--bg), 0 0 0 9px rgba(87,241,47,.25); }
.timeline-item .status { display:inline-flex; border-radius:999px; background:#fff; padding:6px 10px; font-size:11px; font-weight:800; margin-top:14px; }
.timeline-item.current .status { background:var(--green); }

.footer { background:#0a0a0a; color:white; border-radius:28px 28px 0 0; padding:70px 0 34px; margin-top:100px; }
.footer-top { display:flex; justify-content:space-between; gap:30px; align-items:flex-end; border-bottom:1px solid rgba(255,255,255,.14); padding-bottom:48px; }
.footer-word { font-size:clamp(70px,14vw,210px); line-height:.72; font-weight:950; letter-spacing:-.08em; color:var(--green); }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-bottom { padding-top:24px; display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.55); font-size:12px; }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity:1; transform:none; }

@media (max-width: 1080px) {
  .nav-links { display:none; }
  .mobile-menu { display:block; }
  .nav-actions .btn-outline { display:none; }
  .hero-shell { grid-template-columns:1fr; }
  .hero-visual { min-height:600px; }
  .steps { grid-template-columns:1fr 1fr; }
  .network-grid,.product-grid,.business,.form-shell { grid-template-columns:1fr; }
  .business-benefits { grid-template-columns:repeat(3,1fr); }
  .cards-3 { grid-template-columns:1fr; }
  .model-grid { grid-template-columns:1fr 1fr; }
  .timeline { grid-template-columns:1fr 1fr; row-gap:50px; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 28px, var(--container)); }
  .nav { height:62px; padding-left:18px; }
  .nav-actions .btn-dark { display:none; }
  .brand { font-size:25px; }
  .hero { padding-top:98px; }
  .hero-shell { width:calc(100% - 12px); border-radius:30px; min-height:0; }
  .hero-copy { padding:32px 24px 38px; }
  .hero-visual { min-height:480px; }
  .hero-device { width:92%; max-height:86%; }
  .hero-meta { grid-template-columns:1fr; gap:10px; }
  .display { font-size:clamp(55px,18vw,92px); }
  .h2 { font-size:clamp(42px,13vw,68px); }
  .section { padding:84px 0; }
  .section-head { flex-direction:column; align-items:flex-start; margin-bottom:38px; }
  .steps,.business-benefits,.model-grid { grid-template-columns:1fr; }
  .step-card { min-height:300px; }
  .dark-section,.photo-band { width:calc(100% - 12px); border-radius:30px; }
  .dark-section { padding:62px 0; }
  .network-map { min-height:440px; }
  .product-card { min-height:520px; }
  .product-card.light,.business-copy { padding:32px 24px; }
  .photo-band,.photo-band img { min-height:650px; }
  .photo-copy { padding:42px 28px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .timeline { grid-template-columns:1fr; border-top:0; border-left:2px solid #111; padding-left:24px; gap:34px; }
  .timeline-item { padding:0 0 0 14px; }
  .timeline-item::before { top:5px; left:-33px; }
  .footer-top,.footer-bottom { flex-direction:column; align-items:flex-start; }
  .footer-word { font-size:28vw; }
  .chip-a { top:10%; left:5%;}.chip-b{top:27%; right:3%;}.chip-c{bottom:8%;right:4%;}
}

.mobile-drawer { position:fixed; z-index:1200; inset:0; background:#0a0a0a; color:white; padding:28px; transform:translateY(-100%); transition:transform .4s cubic-bezier(.2,.8,.2,1); display:flex; flex-direction:column; }
.mobile-drawer.open { transform:none; }
.mobile-drawer-top { display:flex; align-items:center; justify-content:space-between; }
.mobile-drawer a { font-size:clamp(36px,12vw,68px); font-weight:900; letter-spacing:-.05em; border-bottom:1px solid rgba(255,255,255,.13); padding:16px 0; }
.mobile-drawer-links { display:flex; flex-direction:column; margin-top:45px; }
.close-menu { width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:transparent;color:white;font-size:24px; }

/* Power Buddy-inspired AURO refresh */
:root {
  --bg: #f7fbff;
  --paper: #ffffff;
  --ink: #0c2430;
  --muted: #5d7280;
  --line: rgba(12,36,48,.12);
  --green: #20d6a2;
  --green-2: #39ff14;
  --blue: #00ff71;
  --yellow: #ffcf4a;
  --coral: #ff6f61;
  --black: #071721;
  --radius-xl: 28px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --shadow: 0 18px 48px rgba(17, 69, 94, .13);
  --container: 1200px;
}

body {
  font-family: "Inter", "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(180deg, #eef9ff 0%, #f7fbff 42%, #ffffff 100%);
  color: var(--ink);
}

.display,
.h2,
.h3,
.brand,
.footer-word,
.network-stat,
.investor-visual-stat .big {
  letter-spacing: 0;
}

.display {
  font-size: clamp(48px, 7.6vw, 112px);
  line-height: .9;
  font-weight: 900;
}

.h2 {
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: .98;
  font-weight: 900;
}

.h3 {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.05;
  font-weight: 850;
}

.lead {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--muted);
}

.eyebrow {
  color: #0b8fc7;
  font-size: 12px;
  letter-spacing: .08em;
}

.nav {
  height: 64px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,184,255,.16);
  border-radius: 999px;
  box-shadow: 0 10px 34px rgba(17,69,94,.12);
}

.brand {
  color: var(--ink);
}

.brand-dot {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 6px;
  box-shadow: 0 0 0 5px rgba(18,184,255,.12);
  transform: rotate(8deg);
}

.nav-links a {
  opacity: .82;
}

.btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(12,36,48,.22);
}

.btn-green {
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #04131a;
  box-shadow: 0 12px 30px rgba(18,184,255,.24);
}

.btn-white {
  color: var(--ink);
  background: #fff;
}

.btn-outline {
  background: #fff;
  border: 1px solid rgba(12,36,48,.16);
}

.hero {
  min-height: auto;
  padding: 132px 0 34px;
}

.hero-shell {
  width: min(1420px, calc(100% - 28px));
  min-height: 700px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(17,69,94,.12);
  border: 1px solid rgba(18,184,255,.12);
}

.hero-copy {
  padding: clamp(42px, 5vw, 74px);
}

.hero-top {
  gap: 22px;
}

.hero-copy .display .accent {
  color: #0b8fc7;
}

.hero-visual {
  background:
    linear-gradient(150deg, rgba(18,184,255,.92), rgba(32,214,162,.9) 54%, #effcff);
  min-height: 600px;
}

.hero-visual::before {
  display: none;
}

.hero-device {
  width: min(74%, 430px);
  max-height: none;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%) rotate(-4deg);
}

.station-mockup {
  position: absolute;
  aspect-ratio: .68;
  width: 430px;
  max-width: 78%;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #e8f7ff);
  border: 10px solid #082635;
  box-shadow: 0 34px 46px rgba(6, 32, 45, .28);
  padding: 28px;
  display: grid;
  grid-template-rows: .8fr 1fr .45fr;
  gap: 18px;
}

.station-screen {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #06202d;
  display: grid;
  place-items: center;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 950;
}

.powerbank-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.powerbank-row i {
  border-radius: 8px;
  background: linear-gradient(180deg, #082635, #12465f);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.powerbank-row i::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 34%;
  height: 8px;
  border-radius: 8px;
  background: var(--yellow);
  transform: translateX(-50%);
}

.station-qr {
  justify-self: center;
  width: 86px;
  height: 86px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #082635 50%, transparent 0) 0 0 / 18px 18px,
    linear-gradient(#082635 50%, transparent 0) 0 0 / 18px 18px,
    #fff;
  border: 8px solid #fff;
  box-shadow: 0 0 0 1px rgba(12,36,48,.14);
}

.station-mockup.compact {
  position: relative;
  inset: auto;
  width: min(74%, 410px);
  max-width: 430px;
  transform: rotate(-3deg);
}

.floating-chip {
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(12,36,48,.18);
}

.chip-a {
  top: 13%;
  left: 8%;
}

.chip-b {
  top: 28%;
  right: 7%;
  background: var(--yellow);
}

.chip-c {
  bottom: 14%;
  right: 8%;
  background: var(--ink);
  color: #fff;
}

.metric-mini {
  border-top-color: rgba(12,36,48,.14);
}

.metric-mini strong {
  letter-spacing: 0;
  color: var(--ink);
}

.marquee {
  background: var(--ink);
  padding: 15px 0;
}

.marquee-track {
  letter-spacing: .04em;
}

.marquee-track span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  border-radius: 2px;
  background: var(--green);
  transform: rotate(12deg);
}

.section {
  padding: 104px 0;
}

.section-head {
  margin-bottom: 44px;
}

.step-card,
.info-card,
.model-item,
.benefit,
.product-card.light,
.form-shell {
  border-radius: 8px;
  border: 1px solid rgba(12,36,48,.1);
  box-shadow: 0 12px 34px rgba(17,69,94,.08);
}

.step-card {
  min-height: 330px;
  padding: 24px;
}

.step-card:hover,
.info-card:hover,
.model-item:hover,
.benefit:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.step-num {
  background: #e8f7ff;
  color: #087fb2;
  border-radius: 8px;
}

.step-icon {
  color: var(--ink);
  font-size: 28px;
  font-weight: 950;
}

.dark-section {
  background:
    linear-gradient(145deg, #071721, #0c3346 58%, #073f47);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(7,23,33,.18);
}

.network-map {
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(18,184,255,.2), transparent 40%),
    linear-gradient(140deg, #092635, #0b1d28);
}

.pin {
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255,207,74,.12), 0 0 34px rgba(255,207,74,.48);
}

.network-stat {
  color: var(--yellow);
}

.product-card {
  border-radius: 8px;
  min-height: 590px;
}

.product-card.green {
  background:
    linear-gradient(150deg, rgba(18,184,255,.9), rgba(32,214,162,.9)),
    #dff8ff;
}

.photo-band {
  border-radius: 28px;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(7,23,33,.88), rgba(7,23,33,.28)),
    radial-gradient(circle at 78% 22%, rgba(255,207,74,.52), transparent 22%),
    linear-gradient(135deg, #07120d 0%, #00ff71 48%, #ffd21f 100%);
}

.photo-band img {
  display: none;
}

.photo-band::after {
  display: none;
}

.business-copy {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,207,74,.95), rgba(32,214,162,.78)),
    #fff5c9;
}

.benefit-icon {
  color: #0b8fc7;
  font-weight: 950;
}

.field input,
.field select,
.field textarea {
  border-radius: 8px;
  background: #f5fbff;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(18,184,255,.16);
}

.investor-hero .hero-visual {
  background:
    linear-gradient(145deg, #071721, #0c3346 62%, #086e7a);
}

.investor-visual-stat {
  padding: 48px;
}

.investor-visual-stat .big {
  color: var(--yellow);
}

.investor-device {
  right: 9%;
  bottom: 8%;
  width: min(42%, 320px);
  transform: rotate(6deg);
  opacity: .92;
}

.info-card.green {
  background: linear-gradient(135deg, var(--yellow), var(--green));
}

.timeline-item.current::before,
.timeline-item.current .status {
  background: var(--blue);
}

.footer {
  background: var(--ink);
  border-radius: 28px 28px 0 0;
}

.footer-word {
  color: var(--green);
}

.reveal {
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 1080px) {
  .hero-shell {
    min-height: 0;
  }

  .investor-device {
    display: none;
  }
}

/* build: footer-ref-20260818-1624 */
.footer {
  margin-top: 60px !important;
  padding: 34px 0 !important;
  background: #050706 !important;
  border-top: 1px solid rgba(0, 255, 113, .24) !important;
  border-radius: 0 !important;
}

.footer-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.footer-logo .footer-logo-img {
  display: block !important;
  height: 60px !important;
  max-height: 60px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

.footer-logo span {
  display: block !important;
  margin-top: 8px !important;
  color: var(--muted) !important;
  font-size: .75rem !important;
  font-weight: 400 !important;
}

.footer-links {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

.footer-links a {
  color: var(--muted) !important;
  font-size: .85rem !important;
  font-weight: 500 !important;
}

.footer-links a:hover,
.footer-links .footer-featured {
  color: var(--green) !important;
}

.footer-links .footer-featured {
  font-weight: 700 !important;
}

.footer-copy {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: .8rem !important;
}

@media (max-width: 720px) {
  .footer-inner {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .footer-links {
    gap: 16px !important;
  }
}

/* build: investor-hero-align-20260818-1641-final */
.investor-hero .hero-shell {
  align-items: start !important;
}

.investor-hero .hero-visual {
  min-height: 520px !important;
  padding-top: clamp(34px, 4vw, 64px) !important;
  align-items: flex-start !important;
}

.investor-hero .investor-visual-stat {
  position: relative !important;
  inset: auto !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  max-width: 430px !important;
  z-index: 2 !important;
}

.investor-hero .investor-device {
  top: clamp(210px, 23vw, 290px) !important;
  right: 6% !important;
  bottom: auto !important;
}

@media (max-width: 1080px) {
  .investor-hero .hero-visual {
    min-height: 0 !important;
    padding-top: 20px !important;
  }

  .investor-hero .investor-device {
    display: none !important;
  }
}

/* build: investor-hero-image-20260818-1646-final */
.investor-hero .investor-equipo-img {
  display: block !important;
  position: absolute !important;
  top: clamp(190px, 21vw, 270px) !important;
  right: 4% !important;
  bottom: auto !important;
  width: min(50%, 430px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, .58)) drop-shadow(0 0 42px rgba(0, 255, 113, .34)) !important;
  transform: translateY(0) rotate(2deg) !important;
  animation: auroFloat 4.8s ease-in-out infinite !important;
}

@keyframes auroFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-equipo-img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(78%, 360px) !important;
    margin: 24px auto 0 !important;
  }
}

/* build: investor-hero-cambios2-20260818-1653-eof */
.investor-hero .investor-visual-stat {
  transform: translateY(32px) !important;
}

.investor-hero .investor-equipo-img {
  left: 50% !important;
  right: auto !important;
  top: clamp(340px, 33vw, 420px) !important;
  width: min(65%, 560px) !important;
  max-width: none !important;
  transform: translateX(-50%) translateY(0) rotate(2deg) !important;
  animation: auroFloatCentered 4.8s ease-in-out infinite !important;
}

@keyframes auroFloatCentered {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(2deg);
  }
  50% {
    transform: translateX(-50%) translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-visual-stat {
    transform: none !important;
  }

  .investor-hero .investor-equipo-img {
    left: auto !important;
    top: auto !important;
    width: min(92%, 460px) !important;
    margin: 30px auto 0 !important;
    transform: translateY(0) rotate(2deg) !important;
    animation: auroFloat 4.8s ease-in-out infinite !important;
  }
}

/* build: investor-hero-cambios2-20260818-1650 */
.investor-hero .investor-visual-stat {
  transform: translateY(32px) !important;
}

.investor-hero .investor-equipo-img {
  left: 50% !important;
  right: auto !important;
  top: clamp(340px, 33vw, 420px) !important;
  width: min(65%, 560px) !important;
  max-width: none !important;
  transform: translateX(-50%) translateY(0) rotate(2deg) !important;
  animation: auroFloatCentered 4.8s ease-in-out infinite !important;
}

@keyframes auroFloatCentered {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(2deg);
  }
  50% {
    transform: translateX(-50%) translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-visual-stat {
    transform: none !important;
  }

  .investor-hero .investor-equipo-img {
    left: auto !important;
    top: auto !important;
    width: min(92%, 460px) !important;
    margin: 30px auto 0 !important;
    transform: translateY(0) rotate(2deg) !important;
    animation: auroFloat 4.8s ease-in-out infinite !important;
  }
}

/* build: investor-hero-image-20260818-1645-final */
.investor-hero .investor-equipo-img {
  display: block !important;
  position: absolute !important;
  top: clamp(190px, 21vw, 270px) !important;
  right: 4% !important;
  bottom: auto !important;
  width: min(50%, 430px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, .58)) drop-shadow(0 0 42px rgba(0, 255, 113, .34)) !important;
  transform: translateY(0) rotate(2deg) !important;
  animation: auroFloat 4.8s ease-in-out infinite !important;
}

@keyframes auroFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-equipo-img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(78%, 360px) !important;
    margin: 24px auto 0 !important;
  }
}

/* build: investor-hero-image-20260818-1645 */
.investor-hero .investor-equipo-img {
  display: block !important;
  width: min(48%, 410px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, .58)) drop-shadow(0 0 42px rgba(0, 255, 113, .34)) !important;
  transform: translateY(0) rotate(2deg) !important;
  animation: auroFloat 4.8s ease-in-out infinite !important;
}

@keyframes auroFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-equipo-img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(78%, 360px) !important;
    margin: 24px auto 0 !important;
  }
}

/* build: investor-faq-header-20260818-1634-final */

/* build: investor-hero-align-20260818-1641 */
.investor-hero .hero-shell {
  align-items: start !important;
}

.investor-hero .hero-visual {
  min-height: 520px !important;
  padding-top: clamp(34px, 4vw, 64px) !important;
  align-items: flex-start !important;
}

.investor-hero .investor-visual-stat {
  position: relative !important;
  inset: auto !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  max-width: 430px !important;
  z-index: 2 !important;
}

.investor-hero .investor-device {
  top: clamp(210px, 23vw, 290px) !important;
  right: 6% !important;
  bottom: auto !important;
}

@media (max-width: 1080px) {
  .investor-hero .hero-visual {
    min-height: 0 !important;
    padding-top: 20px !important;
  }

  .investor-hero .investor-device {
    display: none !important;
  }
}

/* build: investor-faq-header-20260818-1633-final */

/* build: investor-faq-header-20260818-1633 */

/* Header/logo correction from cambios.jpeg */
body::after {
  display: none !important;
  content: none !important;
}

.nav-wrap {
  position: sticky;
  top: 0;
  height: 64px;
  background: rgba(14, 14, 14, .88);
  border-bottom: 1px solid rgba(0, 255, 113, .18);
  backdrop-filter: blur(14px);
}

.nav {
  height: 64px;
  min-height: 64px;
}

.brand.nav-logo {
  width: auto;
  height: 64px;
  max-height: 64px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.logo-img {
  height: 42px;
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

.mobile-drawer .logo-img {
  height: 52px;
  max-height: 52px;
}

.hero {
  padding-top: 96px;
}

@media (max-width: 720px) {
  .nav-wrap,
  .nav {
    height: 60px;
    min-height: 60px;
  }

  .brand.nav-logo {
    height: 60px;
    max-height: 60px;
  }

  .logo-img {
    height: 38px;
    max-height: 38px;
  }

  .hero {
    padding-top: 72px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 94px;
  }

  .hero-shell,
  .dark-section,
  .photo-band,
  .footer {
    border-radius: 18px;
  }

  .display {
    font-size: clamp(46px, 15vw, 76px);
  }

  .h2 {
    font-size: clamp(34px, 11vw, 58px);
  }

  .hero-visual {
    min-height: 430px;
  }

  .station-mockup {
    width: min(78%, 320px);
    padding: 20px;
    gap: 12px;
    border-width: 8px;
  }

  .station-qr {
    width: 66px;
    height: 66px;
  }

  .floating-chip {
    font-size: 10px;
    padding: 9px 11px;
  }

  .section {
    padding: 76px 0;
  }

  .product-card,
  .photo-band {
    min-height: 500px;
  }
}

/* Real Power Buddy reference adaptation for AURO */
:root {
  --bg: #050706;
  --paper: #0b1110;
  --ink: #ffffff;
  --muted: #a7b3ad;
  --line: rgba(0, 255, 113, .28);
  --green: #00ff71;
  --green-2: #39ff14;
  --blue: #00ff71;
  --yellow: #ffd21f;
  --black: #050706;
  --radius-xl: 18px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow: 0 0 38px rgba(0, 255, 113, .18);
  --container: 1180px;
}

html {
  background: #050706;
}

body {
  background:
    radial-gradient(circle at 74% 18%, rgba(0, 255, 113, .23), transparent 26rem),
    radial-gradient(circle at 12% 30%, rgba(0, 255, 113, .11), transparent 18rem),
    linear-gradient(rgba(0, 255, 113, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 113, .035) 1px, transparent 1px),
    #050706;
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
  color: #fff;
}

body::after {
  content: "";
  position: fixed;
  right: 28px;
  top: 48%;
  z-index: 900;
  width: 62px;
  height: 82px;
  border: 4px solid var(--green);
  border-radius: 18px;
  background:
    radial-gradient(circle at 36% 58%, var(--green) 0 4px, transparent 5px),
    radial-gradient(circle at 64% 58%, var(--green) 0 4px, transparent 5px),
    linear-gradient(var(--green), var(--green)) 50% 75% / 24px 5px no-repeat,
    #101312;
  box-shadow: 0 0 24px rgba(0, 255, 113, .72), inset 0 0 18px rgba(0, 255, 113, .1);
  pointer-events: none;
}

.nav-wrap {
  top: 28px;
  z-index: 3000;
  pointer-events: none;
}

.nav {
  width: min(1280px, calc(100% - 56px));
  min-height: 64px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
  position: relative;
  z-index: 3001;
}

.brand {
  width: max-content;
  padding: 10px 22px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: rgba(0, 255, 113, .08);
  color: var(--green);
  font-size: 18px;
  box-shadow: 0 0 28px rgba(0, 255, 113, .18);
  text-shadow: 0 0 16px rgba(0, 255, 113, .38);
}

.brand-dot {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 210, 31, .45);
}

.nav-links,
.nav-actions .btn {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 64px;
  pointer-events: auto;
  position: relative;
  z-index: 3002;
}

.mobile-menu {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--green);
  background: rgba(0, 255, 113, .06);
  color: var(--green);
  font-size: 24px;
  box-shadow: 0 0 24px rgba(0, 255, 113, .22);
  pointer-events: auto;
  position: relative;
  z-index: 3003;
}

.display {
  font-size: clamp(58px, 8.5vw, 132px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.h2 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.h3 {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
}

.lead,
.small,
.step-card p,
.benefit p,
.info-card p,
.model-item p,
.form-note,
.metric-mini span,
.spec span {
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: rgba(0, 255, 113, .08);
  color: var(--green);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 0 20px rgba(0, 255, 113, .14);
}

.eyebrow::before {
  content: "⚡";
  color: var(--yellow);
}

.hero {
  min-height: 100svh;
  padding: 150px 0 48px;
}

.hero-shell {
  width: min(1440px, calc(100% - 56px));
  min-height: 720px;
  grid-template-columns: 1.05fr .95fr;
  background:
    radial-gradient(circle at 72% 42%, rgba(0, 255, 113, .34), transparent 28rem),
    radial-gradient(circle at 56% 92%, rgba(0, 255, 113, .15), transparent 18rem),
    transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.hero-shell::before {
  content: "AURO";
  position: absolute;
  left: 6%;
  top: 19%;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 255, 113, .16);
  font-size: clamp(120px, 20vw, 320px);
  font-weight: 950;
  line-height: .75;
  pointer-events: none;
}

.hero-copy {
  padding: clamp(34px, 4vw, 64px) 0 clamp(34px, 4vw, 64px) 0;
  justify-content: center;
}

.hero-top {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.hero-copy .display .accent,
.h2 .accent,
.network-stat,
.footer-word {
  color: var(--green);
  text-shadow: 0 0 24px rgba(0, 255, 113, .32);
}

.hero-actions {
  gap: 14px;
}

.btn {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
}

.btn-green {
  background: linear-gradient(90deg, var(--green-2), var(--green));
  color: #051006;
  box-shadow: 0 0 26px rgba(0, 255, 113, .38);
}

.btn-dark,
.btn-white,
.btn-outline {
  background: rgba(10, 18, 15, .72);
  color: #fff;
  border-color: rgba(0, 255, 113, .42);
  box-shadow: inset 0 0 18px rgba(0, 255, 113, .08);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 34px rgba(0, 255, 113, .34);
}

.hero-meta {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-top: 56px;
}

.metric-mini {
  padding: 16px 18px;
  border: 1px solid rgba(0, 255, 113, .28);
  border-radius: 12px;
  background: rgba(7, 18, 13, .72);
  box-shadow: inset 0 0 20px rgba(0, 255, 113, .06);
}

.metric-mini strong {
  color: var(--green);
}

.hero-visual {
  min-height: 620px;
  background: transparent;
  overflow: visible;
}

.hero-device {
  width: min(78%, 500px);
  right: 6%;
  left: auto;
  bottom: 7%;
  transform: rotate(-2deg);
}

.station-mockup {
  background: linear-gradient(180deg, #222, #050706);
  border: 2px solid rgba(0, 255, 113, .64);
  border-radius: 18px;
  box-shadow: 0 0 46px rgba(0, 255, 113, .42), 0 34px 80px rgba(0,0,0,.55);
  padding: 18px;
}

.station-screen {
  background:
    linear-gradient(90deg, transparent 0 34%, rgba(0,0,0,.65) 34% 100%),
    radial-gradient(circle at 75% 40%, rgba(0, 255, 113, .3), transparent 40%),
    #1b1d1c;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  text-shadow: 0 0 18px rgba(0,255,113,.5);
}

.powerbank-row i {
  border: 1px solid rgba(0, 255, 113, .55);
  background: linear-gradient(180deg, #111, #050706);
  box-shadow: inset 0 0 20px rgba(0, 255, 113, .1);
}

.powerbank-row i::before {
  background: var(--green);
  box-shadow: 0 0 14px rgba(0, 255, 113, .9);
}

.station-qr {
  background:
    linear-gradient(90deg, var(--green) 50%, transparent 0) 0 0 / 16px 16px,
    linear-gradient(var(--green) 50%, transparent 0) 0 0 / 16px 16px,
    #0b1110;
  border-color: #0b1110;
  box-shadow: 0 0 0 1px rgba(0, 255, 113, .42);
}

.floating-chip {
  border: 1px solid rgba(0, 255, 113, .55);
  border-radius: 999px;
  background: rgba(8, 18, 13, .86);
  color: var(--green);
  box-shadow: 0 0 28px rgba(0, 255, 113, .24);
}

.chip-b {
  color: #071006;
  background: var(--green);
}

.chip-c {
  background: rgba(8, 18, 13, .86);
  color: #fff;
}

.marquee {
  background: rgba(0, 255, 113, .08);
  border-color: rgba(0, 255, 113, .28);
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.section-head .lead {
  margin-inline: auto;
}

.steps,
.cards-3,
.business-benefits {
  gap: 24px;
}

.step-card,
.info-card,
.model-item,
.benefit,
.product-card.light,
.form-shell,
.faq,
.timeline-item {
  background: linear-gradient(180deg, rgba(0, 255, 113, .12), rgba(9, 13, 12, .84));
  border: 1px solid rgba(0, 255, 113, .35);
  border-radius: 22px;
  box-shadow: inset 0 0 24px rgba(0, 255, 113, .05), 0 0 26px rgba(0, 255, 113, .08);
}

.step-card {
  min-height: 320px;
}

.step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.step-media {
  margin: 18px -8px 20px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 255, 113, .08);
  border: 1px solid rgba(0, 255, 113, .22);
}

.step-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-copy {
  margin-top: auto;
}

@media (max-width: 720px) {
  .step-card {
    padding: 20px;
  }

  .step-media {
    margin: 16px -4px 18px;
    border-radius: 16px;
  }
}

.step-num,
.benefit-icon {
  background: rgba(0, 255, 113, .1);
  color: var(--green);
  border: 1px solid rgba(0, 255, 113, .3);
  box-shadow: 0 0 22px rgba(0, 255, 113, .18);
}

.step-icon {
  color: var(--green);
  text-shadow: 0 0 18px rgba(0, 255, 113, .28);
}

.step-card {
  position: relative;
  min-height: clamp(460px, 38vw, 580px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #050706;
  border: 1px solid rgba(0, 255, 113, .28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

.step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, .08), rgba(5, 7, 6, .22) 38%, rgba(5, 7, 6, .88)),
    linear-gradient(90deg, rgba(5, 7, 6, .72), rgba(5, 7, 6, .08) 58%);
  pointer-events: none;
}

.step-card-top {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  right: 22px;
}

.step-card .step-num {
  background: rgba(0, 255, 113, .14);
  color: var(--green);
  border-color: rgba(0, 255, 113, .42);
  backdrop-filter: blur(12px);
}

.step-card .step-icon {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 255, 113, .36);
  border-radius: 999px;
  background: rgba(5, 7, 6, .58);
  color: var(--green);
  font-size: .78rem;
  font-weight: 850;
  text-shadow: none;
  backdrop-filter: blur(12px);
}

.step-card .step-icon:empty {
  display: none;
}

.step-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #050706;
}

.step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 3s ease;
}

.step-card:hover .step-media img {
  transform: scale(1);
}

.step-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 24px;
  margin: 0;
  color: #fff;
}

.step-copy .h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.9rem);
  line-height: .92;
  letter-spacing: 0;
}

.step-card .step-copy p {
  max-width: 24rem;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .98rem;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .step-card {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .step-card {
    min-height: 560px;
    padding: 0;
  }

  .step-card::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, .06), rgba(5, 7, 6, .18) 42%, rgba(5, 7, 6, .9));
  }

  .step-card-top {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .step-media {
    margin: 0;
    border-radius: 0;
  }

  .step-copy {
    left: 18px;
    right: 18px;
    bottom: 22px;
  }

  .step-copy .h3 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }
}

.stations-action {
  overflow: hidden;
}

.stations-carousel {
  position: relative;
  min-height: clamp(560px, 62vw, 760px);
  border: 1px solid rgba(0, 255, 113, .28);
  border-radius: 28px;
  overflow: hidden;
  background: #050706;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.stations-track,
.station-slide {
  position: absolute;
  inset: 0;
}

.station-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}

.station-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.station-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 3s ease;
}

.station-slide.is-active img {
  transform: scale(1);
}

.station-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, .88), rgba(5, 7, 6, .24) 60%, rgba(5, 7, 6, .1)),
    linear-gradient(180deg, rgba(5, 7, 6, .08), rgba(5, 7, 6, .72));
}

.station-caption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 5vw, 72px);
  bottom: clamp(72px, 7vw, 96px);
  width: min(560px, calc(100% - 48px));
  color: #fff;
}

.station-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 255, 113, .42);
  border-radius: 999px;
  background: rgba(0, 255, 113, .12);
  color: var(--green);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.station-caption h3 {
  margin: 18px 0 12px;
  max-width: 12ch;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: .92;
  letter-spacing: 0;
}

.station-caption p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.stations-dots {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 5vw, 72px);
  right: clamp(24px, 5vw, 72px);
  bottom: 28px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.station-dot {
  width: 30px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.station-dot.is-active {
  width: 54px;
  background: var(--green);
}

@media (max-width: 720px) {
  .stations-carousel {
    min-height: 640px;
    border-radius: 22px;
  }

  .station-slide img {
    object-position: center top;
  }

  .station-slide::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, .04), rgba(5, 7, 6, .16) 42%, rgba(5, 7, 6, .88));
  }

  .station-caption {
    left: 20px;
    right: 20px;
    bottom: 82px;
    width: auto;
  }

  .station-caption h3 {
    max-width: 11ch;
    font-size: clamp(38px, 12vw, 56px);
  }

  .station-caption p {
    font-size: .98rem;
  }

  .stations-dots {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .station-dot {
    flex: 1 1 22px;
    max-width: 42px;
  }

.station-dot.is-active {
  width: auto;
  }
}

.merchant-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.merchant-grid .benefit {
  min-height: 300px;
}

.merchant-grid .benefit h3 {
  color: #fff;
}

.merchant-fit {
  padding-top: 0;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.fit-grid span {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 18px;
  border: 1px solid rgba(0, 255, 113, .28);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 255, 113, .1), rgba(9, 13, 12, .78));
  color: #fff;
  font-weight: 850;
  text-align: center;
  box-shadow: inset 0 0 18px rgba(0, 255, 113, .05);
}

.user-flow {
  padding-top: clamp(70px, 8vw, 120px);
}

@media (max-width: 1080px) {
  .merchant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .merchant-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .merchant-grid .benefit {
    min-height: 240px;
  }

  .fit-grid span {
    min-height: 68px;
  }
}

.dark-section {
  width: min(1440px, calc(100% - 56px));
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 255, 113, .18), transparent 25rem),
    linear-gradient(rgba(0, 255, 113, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 113, .035) 1px, transparent 1px),
    #050706;
  background-size: auto, 58px 58px, 58px 58px, auto;
  border: 1px solid rgba(0, 255, 113, .22);
  border-radius: 0;
  box-shadow: none;
}

.network-map {
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 54%, rgba(0, 255, 113, .22), transparent 23rem),
    linear-gradient(rgba(0, 255, 113, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 113, .055) 1px, transparent 1px),
    #080c0a;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.pin {
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(0, 255, 113, .12), 0 0 34px rgba(0, 255, 113, .75);
}

.product-card {
  border-radius: 22px;
}

.product-card.green {
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 255, 113, .28), transparent 21rem),
    #070b09;
  border: 1px solid rgba(0, 255, 113, .32);
}

.photo-band {
  width: min(1440px, calc(100% - 56px));
  min-height: 580px;
  border-radius: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 255, 113, .2), transparent 22rem),
    radial-gradient(circle at 12% 82%, rgba(255, 210, 31, .12), transparent 18rem),
    #050706;
  border-top: 1px solid rgba(0, 255, 113, .18);
  border-bottom: 1px solid rgba(0, 255, 113, .18);
}

.photo-copy {
  margin-inline: auto;
  text-align: center;
  max-width: 920px;
}

.business {
  align-items: stretch;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.3fr);
  gap: 16px;
}

.business-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.business-copy {
  background:
    radial-gradient(circle at 50% 20%, rgba(0, 255, 113, .18), transparent 18rem),
    linear-gradient(180deg, rgba(0, 255, 113, .12), rgba(9, 13, 12, .88));
  border: 1px solid rgba(0, 255, 113, .35);
  border-radius: 22px;
  color: #fff;
}

.business-copy .lead,
.business-copy p[style] {
  color: var(--muted) !important;
}

.benefit {
  min-height: 230px;
}

.business-benefit {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(0, 255, 113, .14), rgba(9, 13, 12, .92) 58%),
    #07110e;
  border-color: rgba(0, 255, 113, .42);
  color: #fff;
}

.business-benefit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 38%);
  pointer-events: none;
}

.business-benefit > * {
  position: relative;
  z-index: 1;
}

.business-benefit .benefit-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 999px;
  font-size: 32px;
}

.benefit-kicker {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 255, 113, .34);
  border-radius: 999px;
  background: rgba(0, 255, 113, .1);
  color: var(--green);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.business-benefit h3 {
  margin: 0 0 12px;
  max-width: 13ch;
  color: #fff;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.business-benefit p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.business-benefit-zero {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 250px;
  justify-content: stretch;
  text-align: left;
  background:
    linear-gradient(155deg, rgba(0, 255, 113, .22), rgba(7, 17, 14, .96) 62%),
    #06100d;
  box-shadow: inset 0 0 34px rgba(0, 255, 113, .08), 0 0 34px rgba(0, 255, 113, .12);
}

.business-benefit-zero .benefit-kicker {
  grid-column: 1 / -1;
  justify-self: start;
  align-self: start;
  margin-bottom: -6px;
}

.zero-price {
  color: var(--green);
  font-size: clamp(92px, 9vw, 142px);
  font-weight: 950;
  line-height: .8;
  text-shadow: 0 0 28px rgba(0, 255, 113, .22);
}

.zero-price span {
  margin-right: 4px;
}

.zero-label {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.75rem, 2.4vw, 2.55rem);
  font-weight: 900;
  line-height: .95;
}

.business-benefit-zero h3 {
  max-width: none;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
}

.business-benefit-zero p {
  max-width: 46ch;
  margin-inline: 0;
}

.business-benefit-zero .zero-copy {
  min-width: 0;
}

@media (max-width: 1080px) {
  .business {
    grid-template-columns: 1fr;
  }

  .business-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .business-benefits {
    grid-template-columns: 1fr;
  }

  .business-benefit,
  .business-benefit-zero {
    min-height: 0;
    padding: 26px;
  }

  .business-benefit-zero {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .business-benefit-zero .benefit-kicker {
    justify-self: center;
    margin-bottom: 0;
  }

  .business-benefit .benefit-icon {
    margin-bottom: 34px;
  }

  .business-benefit h3 {
    max-width: none;
  }

  .business-benefit-zero p {
    margin-inline: auto;
  }
}

.info-card.dark,
.info-card.green {
  background: linear-gradient(180deg, rgba(0, 255, 113, .12), rgba(9, 13, 12, .84));
  color: #fff;
}

.info-card.green p,
.info-card p[style] {
  color: var(--muted) !important;
}

.model-grid {
  gap: 18px;
}

.model-item span,
.info-card .num {
  color: var(--green);
}

.timeline {
  border-top-color: rgba(0, 255, 113, .55);
}

.timeline-item {
  padding: 28px;
}

.timeline-item::before,
.timeline-item.current::before {
  background: var(--green);
  box-shadow: 0 0 0 6px #050706, 0 0 28px rgba(0, 255, 113, .6);
}

.timeline-item .status,
.timeline-item.current .status {
  background: rgba(0, 255, 113, .12);
  color: var(--green);
  border: 1px solid rgba(0, 255, 113, .3);
}

.faq-item {
  border-top-color: rgba(0, 255, 113, .2);
}

.faq-q {
  color: #fff;
}

.faq-plus {
  color: var(--green);
}

.field input,
.field select,
.field textarea {
  background: rgba(255,255,255,.04);
  color: #fff;
  border-color: rgba(0, 255, 113, .28);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255,255,255,.42);
}

.footer {
  margin-top: 60px;
  background: #050706;
  border-top: 1px solid rgba(0, 255, 113, .24);
  border-radius: 0;
}

.mobile-drawer {
  background:
    radial-gradient(circle at 74% 16%, rgba(0, 255, 113, .18), transparent 18rem),
    #050706;
  z-index: 4000;
}

.mobile-drawer a,
.close-menu {
  color: var(--green);
  border-color: rgba(0, 255, 113, .28);
}

.investor-hero .hero-visual {
  background: transparent;
}

.investor-visual-stat .big {
  color: var(--yellow);
  text-shadow: 0 0 26px rgba(255, 210, 31, .28);
}

.investor-device {
  right: 6%;
  bottom: 8%;
  width: min(42%, 330px);
}

@media (max-width: 1080px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-inline: 0;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-device {
    right: 50%;
    transform: translateX(50%) rotate(-2deg);
  }
}

@media (max-width: 720px) {
  body::after {
    right: 12px;
    width: 46px;
    height: 62px;
    border-width: 3px;
    border-radius: 14px;
  }

  .nav {
    width: calc(100% - 28px);
  }

  .brand {
    padding: 9px 14px;
    font-size: 15px;
  }

  .display {
    font-size: clamp(46px, 14vw, 72px);
  }

  .hero {
    padding-top: 116px;
  }

  .hero-shell,
  .dark-section,
  .photo-band {
    width: calc(100% - 28px);
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 420px;
  }

  .station-mockup {
    width: min(84%, 300px);
  }

  .section {
    padding: 82px 0;
  }
}

/* Header hotfix: visible, non-overlapping and always clickable */
.nav-wrap {
  position: fixed;
  inset: 18px 0 auto 0;
  z-index: 9000;
  width: 100%;
  height: 72px;
  pointer-events: none;
}

.nav {
  pointer-events: auto;
  width: min(1240px, calc(100% - 48px));
  height: 72px;
  min-height: 72px;
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 7, 6, .88);
  border: 1px solid rgba(0, 255, 113, .36);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(0, 255, 113, .18), 0 18px 42px rgba(0, 0, 0, .42);
  backdrop-filter: blur(16px);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 64px;
  height: 56px;
  pointer-events: auto;
}

.mobile-menu {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: rgba(0, 255, 113, .1);
  color: var(--green);
  line-height: 1;
  pointer-events: auto;
  position: relative;
  z-index: 9001;
}

.hero {
  padding-top: 180px;
}

.mobile-drawer {
  z-index: 9500;
}

@media (max-width: 720px) {
  .nav-wrap {
    top: 12px;
    height: 64px;
  }

  .nav {
    width: calc(100% - 24px);
    height: 64px;
    min-height: 64px;
  }

  .mobile-menu {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .hero {
    padding-top: 136px;
  }
}

/* Reference header and image loading alignment */
.nav-wrap {
  position: sticky;
  top: 0;
  inset: auto;
  z-index: 9000;
  width: 100%;
  height: auto;
  background: rgba(14, 14, 14, .88);
  border-bottom: 1px solid rgba(0, 255, 113, .18);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.nav {
  width: min(1180px, calc(100% - 48px));
  height: 64px;
  min-height: 64px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand.nav-logo {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.logo-img {
  display: block;
  width: auto;
  height: 54px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 600;
}

.nav-links a {
  opacity: 1;
  transition: color .2s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  height: auto;
}

.nav-actions .btn {
  display: inline-flex;
}

.mobile-menu {
  display: none;
}

.hero {
  padding-top: 100px;
}

.hero-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
}

.hero-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(0, 255, 113, .24);
  box-shadow: 0 28px 80px rgba(0,0,0,.45), 0 0 60px rgba(0,255,113,.14);
}

.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 255, 113, .24);
  border-radius: 12px;
  background: rgba(24, 26, 27, .88);
  color: #fff;
  font-size: .82rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  backdrop-filter: blur(12px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 255, 113, .22);
}

.product-card.green {
  display: grid;
  place-items: center;
  padding: 42px;
}

.pb-equipo-img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 36px rgba(0, 255, 113, .18));
}

.photo-band {
  overflow: hidden;
}

.photo-band img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: .38;
  filter: saturate(1.1) contrast(1.05);
}

.photo-band::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,7,6,.88), rgba(5,7,6,.46));
  pointer-events: none;
}

.photo-copy {
  position: relative;
  z-index: 2;
}

.footer-word {
  color: inherit;
  text-shadow: none;
}

.footer-logo-img {
  display: block;
  width: auto;
  height: clamp(74px, 10vw, 138px);
  filter: drop-shadow(0 0 24px rgba(0, 255, 113, .16));
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav-actions .btn {
    display: none;
  }

  .mobile-menu {
    display: grid;
  }
}

@media (max-width: 720px) {
  .nav {
    width: calc(100% - 28px);
  }

  .hero {
    padding-top: 76px;
  }

  .logo-img {
    height: 48px;
  }

  .hero-photo {
    aspect-ratio: 16 / 10;
  }

  .hero-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
    text-align: center;
  }
}

/* Final header/logo correction from cambios.jpeg */
body::after {
  display: none !important;
  content: none !important;
}

.nav-wrap {
  position: sticky !important;
  top: 0 !important;
  inset: auto !important;
  height: 64px !important;
  background: rgba(14, 14, 14, .88) !important;
  border-bottom: 1px solid rgba(0, 255, 113, .18) !important;
  backdrop-filter: blur(14px);
}

.nav {
  height: 64px !important;
  min-height: 64px !important;
}

.brand.nav-logo {
  width: auto !important;
  height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.logo-img {
  height: 42px !important;
  max-height: 42px !important;
  width: auto !important;
  object-fit: contain !important;
}

.mobile-drawer .logo-img {
  height: 52px !important;
  max-height: 52px !important;
}

.hero {
  padding-top: 96px !important;
}

@media (max-width: 720px) {
  .nav-wrap,
  .nav {
    height: 60px !important;
    min-height: 60px !important;
  }

  .brand.nav-logo {
    height: 60px !important;
    max-height: 60px !important;
  }

  .logo-img {
    height: 38px !important;
    max-height: 38px !important;
  }

  .hero {
    padding-top: 72px !important;
  }
}

/* build: header-logo-fix-20260818-1537 */

/* build: header-logo-size-20260818-1542 */
.nav-wrap {
  overflow: hidden !important;
}

.nav {
  overflow: hidden !important;
}

.brand.nav-logo {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
  height: 64px !important;
  max-height: 64px !important;
  overflow: hidden !important;
}

.brand.nav-logo .logo-img {
  width: 118px !important;
  max-width: 118px !important;
  height: 36px !important;
  max-height: 36px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.mobile-drawer .brand.nav-logo {
  width: 150px !important;
  max-width: 150px !important;
}

.mobile-drawer .brand.nav-logo .logo-img {
  width: 150px !important;
  max-width: 150px !important;
  height: 46px !important;
  max-height: 46px !important;
}

@media (max-width: 720px) {
  .brand.nav-logo {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 60px !important;
    max-height: 60px !important;
  }

  .brand.nav-logo .logo-img {
    width: 104px !important;
    max-width: 104px !important;
    height: 32px !important;
    max-height: 32px !important;
  }
}

/* build: header-text-logo-20260818-1547 */
.brand.nav-logo.text-logo {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  overflow: visible !important;
  color: var(--green) !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 0 18px rgba(0, 255, 113, .32) !important;
}

.brand.nav-logo.text-logo::before,
.brand.nav-logo.text-logo::after {
  content: none !important;
}

.nav .logo-img,
.mobile-drawer .logo-img {
  display: none !important;
}

@media (max-width: 720px) {
  .brand.nav-logo.text-logo {
    height: 60px !important;
    max-height: 60px !important;
    font-size: 24px !important;
  }
}

/* build: auro-clean-20260818-1552 */
.footer-word.text-logo {
  color: var(--green) !important;
  font-size: clamp(70px, 14vw, 190px) !important;
  line-height: .8 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 0 24px rgba(0, 255, 113, .22) !important;
}

/* build: real-logo-crop-20260818-1555 */
.brand.nav-logo.real-logo {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand.nav-logo.real-logo .logo-img {
  display: block !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 38px !important;
  max-height: 38px !important;
  object-fit: cover !important;
  object-position: left top !important;
  transform: translateY(0) !important;
}

.mobile-drawer .brand.nav-logo.real-logo {
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
}

.mobile-drawer .brand.nav-logo.real-logo .logo-img {
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
  height: 48px !important;
  max-height: 48px !important;
}

.footer-real-logo {
  width: min(260px, 45vw) !important;
  height: 110px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-start !important;
}

.footer-real-logo .footer-logo-img {
  display: block !important;
  width: min(260px, 45vw) !important;
  max-width: min(260px, 45vw) !important;
  height: 100px !important;
  max-height: 100px !important;
  object-fit: cover !important;
  object-position: left top !important;
}

@media (max-width: 720px) {
  .brand.nav-logo.real-logo {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 60px !important;
    max-height: 60px !important;
  }

  .brand.nav-logo.real-logo .logo-img {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 34px !important;
    max-height: 34px !important;
  }
}

/* build: footer-ref-20260818-1624-final */
.footer {
  margin-top: 60px !important;
  padding: 34px 0 !important;
  background: #050706 !important;
  border-top: 1px solid rgba(0, 255, 113, .24) !important;
  border-radius: 0 !important;
}

.footer-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.footer-logo .footer-logo-img {
  display: block !important;
  height: 60px !important;
  max-height: 60px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

.footer-logo span {
  display: block !important;
  margin-top: 8px !important;
  color: var(--muted) !important;
  font-size: .75rem !important;
  font-weight: 400 !important;
}

.footer-links {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

.footer-links a {
  color: var(--muted) !important;
  font-size: .85rem !important;
  font-weight: 500 !important;
}

.footer-links a:hover,
.footer-links .footer-featured {
  color: var(--green) !important;
}

.footer-links .footer-featured {
  font-weight: 700 !important;
}

.footer-copy {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: .8rem !important;
}

@media (max-width: 720px) {
  .footer-inner {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .footer-links {
    gap: 16px !important;
  }
}

/* build: investor-hero-align-20260818-1642-final */
.investor-hero .hero-shell {
  align-items: start !important;
}

.investor-hero .hero-visual {
  min-height: 520px !important;
  padding-top: clamp(34px, 4vw, 64px) !important;
  align-items: flex-start !important;
}

.investor-hero .investor-visual-stat {
  position: relative !important;
  inset: auto !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  max-width: 430px !important;
  z-index: 2 !important;
}

.investor-hero .investor-device {
  top: clamp(210px, 23vw, 290px) !important;
  right: 6% !important;
  bottom: auto !important;
}

@media (max-width: 1080px) {
  .investor-hero .hero-visual {
    min-height: 0 !important;
    padding-top: 20px !important;
  }

  .investor-hero .investor-device {
    display: none !important;
  }
}

/* build: investor-hero-image-20260818-1647-eof */
.investor-hero .investor-equipo-img {
  display: block !important;
  position: absolute !important;
  top: clamp(190px, 21vw, 270px) !important;
  right: 4% !important;
  bottom: auto !important;
  width: min(50%, 430px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, .58)) drop-shadow(0 0 42px rgba(0, 255, 113, .34)) !important;
  transform: translateY(0) rotate(2deg) !important;
  animation: auroFloat 4.8s ease-in-out infinite !important;
}

@keyframes auroFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-equipo-img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(78%, 360px) !important;
    margin: 24px auto 0 !important;
  }
}

/* build: investor-hero-cambios2-20260818-1655-eof */
.investor-hero .investor-visual-stat {
  transform: translateY(32px) !important;
}

.investor-hero .investor-equipo-img {
  left: 50% !important;
  right: auto !important;
  top: clamp(340px, 33vw, 420px) !important;
  width: min(65%, 560px) !important;
  max-width: none !important;
  transform: translateX(-50%) translateY(0) rotate(2deg) !important;
  animation: auroFloatCentered 4.8s ease-in-out infinite !important;
}

@keyframes auroFloatCentered {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(2deg);
  }
  50% {
    transform: translateX(-50%) translateY(-16px) rotate(1deg);
  }
}

@media (max-width: 1080px) {
  .investor-hero .investor-visual-stat {
    transform: none !important;
  }

  .investor-hero .investor-equipo-img {
    left: auto !important;
    top: auto !important;
    width: min(92%, 460px) !important;
    margin: 30px auto 0 !important;
    transform: translateY(0) rotate(2deg) !important;
    animation: auroFloat 4.8s ease-in-out infinite !important;
  }
}

/* WhatsApp flotante */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: transform .2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; }
@media (max-width: 640px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float svg { width: 27px; height: 27px; }
}

/* Honeypot anti-spam (oculto para humanos) */
.form-grid .hp-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Estado de envio del formulario */
.form-note { transition: color .2s ease; }
.form-note.is-error { color: #d92d20; font-weight: 700; }
.form-note.is-success { color: #0a8a3f; font-weight: 700; }
