/* ═══════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════ */
.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding:120px 0 72px;
  isolation:isolate;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%,rgba(124,92,255,.18),transparent 26%),
    radial-gradient(circle at 84% 24%,rgba(0,212,255,.15),transparent 24%),
    linear-gradient(140deg,rgba(255,255,255,.03),transparent 42%,rgba(255,255,255,.02));
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:112px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  opacity:.54;
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
  gap:56px;
  align-items:center;
  position:relative;
  z-index:1;
}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:38px}
}

.hero-copy{position:relative}

.hero h1{
  font-size:clamp(36px,5vw,66px);
  line-height:.97;
  letter-spacing:-.045em;
  font-weight:800;
  margin:18px 0 16px;
  max-width:11ch;
}
.hero .lead{
  color:rgba(211,223,247,.84);
  font-size:17px;
  line-height:1.8;
  max-width:60ch;
  margin-bottom:0;
}

.hero-offer-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:30px 0 20px;
}
.hero-offer{
  position:relative;
  min-height:100%;
  isolation:isolate;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:var(--glass);
  padding:0;
  box-shadow:0 20px 60px rgba(0,0,0,.24);
  overflow:hidden;
  background-clip:padding-box;
}
.hero-offer::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 38%);
  pointer-events:none;
}
.hero-offer .glow{z-index:0}
.hero-offer .inner{
  position:relative;
  z-index:1;
  padding:28px;
  transform:translateZ(24px);
}
.hero-offer strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  letter-spacing:-.02em;
}
.hero-offer span{
  display:block;
  margin-top:0;
  color:rgba(188,205,236,.8);
  font-size:14px;
  line-height:1.65;
}

.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.hero-proof-chip{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:180px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(174,198,243,.16);
  background:rgba(255,255,255,.04);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
  background-clip:padding-box;
}
.hero-proof-chip strong{
  font-size:13px;
  letter-spacing:.02em;
}
.hero-proof-chip span{
  color:rgba(185,202,234,.72);
  font-size:12px;
  line-height:1.55;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-visual{
  position:relative;
  min-height:664px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:34px 54px 38px;
  overflow:visible;
  isolation:isolate;
}
.hero-blob{
  position:absolute;
  border-radius:44% 56% 55% 45% / 43% 40% 60% 57%;
  pointer-events:none;
  opacity:1;
  filter:saturate(142%) brightness(1.05) drop-shadow(0 40px 125px rgba(7,13,28,.58)) drop-shadow(0 0 42px rgba(104,152,255,.14));
  will-change:transform;
}
.hero-blob::before,
.hero-blob::after{
  content:"";
  position:absolute;
  border-radius:inherit;
  pointer-events:none;
}
.hero-blob::before{
  inset:11%;
  background:
    radial-gradient(circle at 28% 24%,rgba(255,255,255,.34),transparent 24%),
    radial-gradient(circle at 72% 76%,rgba(255,255,255,.12),transparent 34%);
  mix-blend-mode:screen;
  opacity:.78;
  animation:heroBlobSheen 8.2s ease-in-out infinite alternate;
}
.hero-blob::after{
  inset:-12%;
  background:radial-gradient(circle at 50% 50%,rgba(143,181,255,.22),transparent 62%);
  filter:blur(38px);
  opacity:.82;
  animation:heroBlobAura 7.6s ease-in-out infinite alternate;
}
.hero-blob-a{
  top:-38px;
  right:-92px;
  width:592px;
  height:592px;
  background:
    radial-gradient(circle at 28% 24%,rgba(255,255,255,.42),transparent 24%),
    radial-gradient(circle at 68% 24%,rgba(146,117,255,.98),transparent 34%),
    radial-gradient(circle at 54% 68%,rgba(82,190,255,.78),transparent 44%),
    linear-gradient(135deg,rgba(92,78,255,.98),rgba(0,212,255,.62));
  animation:heroBlobFloatA 11.2s ease-in-out infinite alternate;
}
.hero-blob-b{
  left:-54px;
  bottom:-34px;
  width:402px;
  height:402px;
  background:
    radial-gradient(circle at 30% 28%,rgba(255,246,236,.42),transparent 24%),
    radial-gradient(circle at 62% 36%,rgba(255,95,123,.82),transparent 38%),
    radial-gradient(circle at 48% 72%,rgba(255,186,118,.34),transparent 42%),
    linear-gradient(145deg,rgba(255,96,120,.68),rgba(255,122,84,.28));
  animation:heroBlobFloatB 12.6s ease-in-out infinite alternate;
  animation-delay:-2.6s;
}
@keyframes heroBlobFloatA{
  0%{transform:translate3d(0,0,0) scale(1) rotate(0deg)}
  45%{transform:translate3d(28px,-30px,0) scale(1.1) rotate(10deg)}
  100%{transform:translate3d(-22px,24px,0) scale(.98) rotate(-8deg)}
}
@keyframes heroBlobFloatB{
  0%{transform:translate3d(0,0,0) scale(1) rotate(0deg)}
  50%{transform:translate3d(-24px,-18px,0) scale(1.12) rotate(-9deg)}
  100%{transform:translate3d(18px,24px,0) scale(.97) rotate(7deg)}
}
@keyframes heroBlobSheen{
  0%{opacity:.62;transform:translate3d(-4px,0,0) scale(.96)}
  100%{opacity:.9;transform:translate3d(10px,-8px,0) scale(1.04)}
}
@keyframes heroBlobAura{
  0%{opacity:.48;transform:scale(.94)}
  100%{opacity:.9;transform:scale(1.08)}
}

.hero-orbit{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(171,204,255,.22);
  pointer-events:none;
}
.hero-orbit::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:12px;
  margin:-6px 0 0 -6px;
  border-radius:50%;
  background:linear-gradient(135deg,#8aa7ff,#8df3ff);
  box-shadow:0 0 22px rgba(120,216,255,.62),0 0 40px rgba(255,122,90,.14);
  transform-origin:0 -155px;
}
.hero-orbit-a::before{transform-origin:0 -296px}
.hero-orbit-b::before{transform-origin:0 -184px}
.hero-orbit-a{
  top:-26px;
  right:-86px;
  width:612px;
  height:612px;
  animation:heroOrbitSpin 18s linear infinite;
}
.hero-orbit-b{
  left:-18px;
  bottom:-46px;
  width:392px;
  height:392px;
  animation:heroOrbitSpinReverse 14s linear infinite;
}
@keyframes heroOrbitSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes heroOrbitSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}

.hero-float-strip{
  position:relative;
  z-index:2;
  width:min(100%,540px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.hero-float-card{
  position:relative;
  min-height:68px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(176,209,255,.28);
  background:linear-gradient(145deg,rgba(10,19,36,.88),rgba(15,29,54,.72));
  backdrop-filter:blur(20px);
  box-shadow:0 18px 48px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);
  color:#f4f7ff;
  font-size:13px;
  font-weight:600;
  line-height:1.6;
  letter-spacing:.02em;
  text-shadow:0 2px 16px rgba(6,12,28,.55);
  overflow:hidden;
  background-clip:padding-box;
  animation:heroCardFloat 4.8s ease-in-out infinite;
}
.hero-float-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 14% 20%,rgba(255,255,255,.12),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.06),transparent 42%);
  pointer-events:none;
}
.hero-float-card-primary{
  background:
    linear-gradient(145deg,rgba(19,31,57,.92),rgba(16,34,67,.72)),
    linear-gradient(135deg,rgba(124,92,255,.2),transparent);
}
.hero-float-card-secondary{
  animation-delay:-2.4s;
  background:
    linear-gradient(145deg,rgba(16,27,52,.92),rgba(12,37,63,.72)),
    linear-gradient(135deg,rgba(0,212,255,.14),transparent);
}
@keyframes heroCardFloat{
  0%,100%{
    box-shadow:0 18px 48px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);
    border-color:rgba(176,209,255,.28);
  }
  50%{
    box-shadow:0 24px 58px rgba(0,0,0,.3),0 0 24px rgba(116,180,255,.14),inset 0 1px 0 rgba(255,255,255,.1);
    border-color:rgba(196,223,255,.42);
  }
}

.hero-glass{
  position:relative;
  width:min(100%,540px);
  border-radius:30px;
  border:1px solid rgba(164,190,255,.23);
  background:linear-gradient(145deg,rgba(9,16,32,.9),rgba(11,19,37,.86) 58%,rgba(12,23,42,.88));
  padding:26px;
  box-shadow:0 28px 90px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.14);
  overflow:hidden;
  background-clip:padding-box;
  z-index:2;
}
.hero-glass::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 12% -30%,rgba(120,176,255,.24),transparent 46%),
    radial-gradient(circle at 92% 130%,rgba(0,212,255,.2),transparent 54%);
  pointer-events:none;
}
.hero-glass::after{
  content:"";
  position:absolute;
  left:-28%;
  top:-2px;
  width:46%;
  height:calc(100% + 4px);
  border-radius:inherit;
  background:linear-gradient(100deg,transparent,rgba(167,218,255,.22),transparent);
  filter:blur(10px);
  opacity:.42;
  transform:translateX(-120%);
  animation:consoleBeam 5.6s linear infinite;
  pointer-events:none;
}
@keyframes consoleBeam{
  0%{transform:translateX(-120%)}
  55%,100%{transform:translateX(420%)}
}

.hero-form-shell{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.hero-form-shell > *{
  position:relative;
  z-index:2;
}
.hero-form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.hero-form-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(166,192,240,.24);
  background:rgba(255,255,255,.05);
  overflow:hidden;
  background-clip:padding-box;
  color:rgba(206,223,251,.84);
  font-size:11px;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hero-form-head h2{
  margin:12px 0 0;
  font-size:clamp(24px,2.7vw,34px);
  line-height:1.02;
  letter-spacing:-.03em;
}
.hero-form-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(143,198,255,.28);
  background:rgba(66,132,255,.1);
  overflow:hidden;
  background-clip:padding-box;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#deecff;
  white-space:nowrap;
}
.hero-form-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#61ccff;
  box-shadow:0 0 0 0 rgba(97,204,255,.7);
  animation:dashPulse 1.7s ease-out infinite;
}
.hero-form-ribbon{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.hero-form-ribbon span{
  border-radius:999px;
  border:1px solid rgba(170,197,241,.18);
  background:rgba(255,255,255,.04);
  padding:8px 12px;
  color:rgba(214,226,248,.86);
  font-size:12px;
  line-height:1.2;
  overflow:hidden;
  background-clip:padding-box;
}

.hero-lead-form{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.lead-field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.lead-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.lead-field span{
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(192,209,240,.7);
}
.lead-field input,
.lead-field select,
.lead-field textarea{
  width:100%;
  border:1px solid rgba(162,187,231,.18);
  border-radius:15px;
  background:rgba(255,255,255,.04);
  color:var(--text);
  padding:14px 15px;
  font:inherit;
  line-height:1.4;
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease;
}
.lead-field select{
  color-scheme:dark;
}
.lead-field select option,
.lead-field select optgroup{
  background:#0f1728;
  color:#eaf0ff;
}
.lead-field input::placeholder,
.lead-field textarea::placeholder{
  color:rgba(176,194,228,.42);
}
.lead-field input:focus,
.lead-field select:focus,
.lead-field textarea:focus{
  outline:none;
  border-color:rgba(143,198,255,.58);
  box-shadow:0 0 0 3px rgba(0,212,255,.08),0 10px 30px rgba(0,0,0,.14);
  background:rgba(255,255,255,.06);
  transform:translateY(-1px);
}
.lead-field-full textarea{
  min-height:132px;
  resize:vertical;
}
.lead-form-footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.lead-form-note{
  max-width:320px;
  color:rgba(206,220,246,.78);
  font-size:12px;
  line-height:1.65;
  text-align:center;
  text-wrap:balance;
}
.lead-submit{
  justify-content:center;
  min-width:220px;
}
.lead-inline-ok{
  opacity:0;
  transform:translateY(8px);
  border-radius:16px;
  border:1px solid rgba(143,198,255,.28);
  background:rgba(55,124,255,.1);
  padding:12px 14px;
  color:#deecff;
  font-size:13px;
  line-height:1.55;
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease;
}
.lead-inline-ok.show{
  opacity:1;
  transform:translateY(0);
}

.tech-dashboard{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.tech-dashboard::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(transparent 97%,rgba(153,196,255,.1) 97%),
    linear-gradient(90deg,transparent 97%,rgba(153,196,255,.08) 97%);
  background-size:100% 28px,28px 100%;
  opacity:.17;
  mix-blend-mode:screen;
}

.dash-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  position:relative;
  z-index:2;
}
.dash-node{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(148,198,255,.38);
  background:rgba(72,132,255,.12);
  color:#deecff;
  font-size:11px;
  letter-spacing:.09em;
  font-weight:700;
}
.dash-node b{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#61ccff;
  box-shadow:0 0 0 0 rgba(97,204,255,.7);
  animation:dashPulse 1.7s ease-out infinite;
}
@keyframes dashPulse{
  0%{box-shadow:0 0 0 0 rgba(97,204,255,.7)}
  100%{box-shadow:0 0 0 12px rgba(97,204,255,0)}
}
.dash-clock{
  font-family:"SFMono-Regular","Menlo","Consolas","Liberation Mono",monospace;
  font-size:12px;
  font-weight:600;
  color:rgba(188,210,246,.86);
  letter-spacing:.08em;
}

.dash-grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:12px;
  position:relative;
  z-index:2;
}
.dash-panel{
  border:1px solid rgba(165,192,238,.23);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  padding:14px;
  overflow:hidden;
  background-clip:padding-box;
}
.dash-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  color:rgba(182,201,236,.78);
  margin-bottom:8px;
}
.dash-title{
  margin:0;
  font-size:clamp(18px,1.9vw,25px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:800;
}
.dash-copy{
  margin:10px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.dash-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}
.console-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  padding:10px 13px;
  border:1px solid rgba(167,191,241,.34);
  background:rgba(255,255,255,.02);
  overflow:hidden;
  background-clip:padding-box;
  color:#d8e6ff;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.console-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(185,217,255,.56);
}
.console-btn.primary{
  border-color:rgba(143,198,255,.52);
  background:linear-gradient(130deg,rgba(66,132,255,.38),rgba(0,212,255,.24));
  box-shadow:0 8px 24px rgba(58,136,255,.24);
}
.console-btn:focus-visible{
  outline:2px solid rgba(141,207,255,.9);
  outline-offset:2px;
}

.dash-flags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}
.dash-flags span{
  border-radius:999px;
  border:1px solid rgba(172,197,237,.28);
  background:rgba(255,255,255,.03);
  padding:5px 9px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(185,207,243,.84);
  overflow:hidden;
  background-clip:padding-box;
}

.dash-stream{
  min-height:100%;
}
.event-feed{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.event-feed li{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:8px;
  border:1px solid rgba(163,194,245,.14);
  background:rgba(255,255,255,.02);
  border-radius:12px;
  padding:8px 9px;
  overflow:hidden;
  background-clip:padding-box;
  transform:translateY(0);
  opacity:1;
  transition:transform .35s var(--ease-out-quart),opacity .35s ease,border-color .35s ease;
}
.event-feed li.is-entering{
  opacity:0;
  transform:translateY(-8px);
}
.event-feed li i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#66d0ff;
  box-shadow:0 0 10px rgba(102,208,255,.55);
}
.event-feed li[data-level="warn"] i{
  background:#ffc365;
  box-shadow:0 0 10px rgba(255,195,101,.52);
}
.event-feed li[data-level="ok"] i{
  background:#6af1b2;
  box-shadow:0 0 10px rgba(106,241,178,.52);
}
.event-feed li span{
  font-size:12px;
  color:#e0edff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.event-feed li time{
  font-family:"SFMono-Regular","Menlo","Consolas","Liberation Mono",monospace;
  font-size:10px;
  letter-spacing:.03em;
  color:rgba(174,198,235,.86);
}

.dash-metrics{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.dash-metric{
  border:1px solid rgba(163,190,233,.24);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  padding:11px 12px;
  overflow:hidden;
  background-clip:padding-box;
  transition:border-color .24s ease,background .24s ease,transform .24s var(--ease-out-quart);
}
.dash-metric:hover{
  border-color:rgba(185,217,255,.52);
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.03));
  transform:translateY(-1px);
}
.stat-link{
  display:block;
  text-decoration:none;
  color:inherit;
}
.metric-name{
  color:rgba(182,201,236,.78);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.metric-value{
  display:flex;
  align-items:flex-end;
  gap:4px;
  margin-top:7px;
}
.metric-value strong{
  font-size:27px;
  line-height:1;
  letter-spacing:-.02em;
}
.metric-value span{
  font-size:11px;
  color:rgba(183,205,241,.88);
  text-transform:uppercase;
  letter-spacing:.08em;
  padding-bottom:3px;
}
.stat-meter{
  margin-top:10px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}
.stat-meter span{
  display:block;
  height:100%;
  width:54%;
  border-radius:inherit;
  background:linear-gradient(90deg,#7C5CFF,#00D4FF);
  box-shadow:0 0 16px rgba(0,212,255,.35);
  transition:width .48s var(--ease-out-quart);
}

.dash-sparkline{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(159,182,229,.2);
  padding-top:11px;
}
.dash-sparkline svg{
  display:block;
  width:100%;
  height:68px;
}
#aiSparklineLine{
  fill:none;
  stroke:#73ccff;
  stroke-width:2.4;
  stroke-linejoin:round;
  stroke-linecap:round;
  filter:drop-shadow(0 0 12px rgba(102,209,255,.28));
  transition:points .36s ease;
}

@media(max-width:900px){
  .hero{
    min-height:auto;
    padding:112px 0 58px;
  }
  .hero h1{max-width:12ch}
  .hero-offer-list{grid-template-columns:1fr}
  .hero-visual{
    min-height:0;
    padding:30px 24px 20px;
  }
  .hero-blob-a{
    left:calc(50% - 222px);
    right:auto;
    top:-8px;
    width:454px;
    height:454px;
  }
  .hero-blob-b{
    left:-18px;
    bottom:-8px;
    width:306px;
    height:306px;
  }
  .hero-orbit-a{
    left:calc(50% - 244px);
    right:auto;
    top:-16px;
    width:488px;
    height:488px;
  }
  .hero-orbit-a::before{transform-origin:0 -236px}
  .hero-orbit-b{
    left:-6px;
    bottom:-16px;
    width:314px;
    height:314px;
  }
  .hero-orbit-b::before{transform-origin:0 -146px}
  .dash-grid{grid-template-columns:1fr}
  .dash-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .hero::after{top:98px}
  .hero h1{
    font-size:clamp(32px,10vw,48px);
    max-width:13ch;
  }
  .hero .lead{font-size:15px}
  .hero-proof-chip{width:100%}
  .hero-offer{
    padding:0;
    border-radius:16px;
  }
  .hero-offer .inner{padding:16px 14px}
  .hero-proof{
    gap:8px;
    margin-bottom:24px;
  }
  .hero-actions{
    width:100%;
  }
  .hero-actions .btn-mag,
  .hero-actions .btn-ghost{
    width:100%;
    justify-content:center;
  }
  .hero-form-ribbon{
    display:grid;
    grid-template-columns:1fr;
  }
  .lead-field span{
    letter-spacing:.08em;
  }
  .lead-field input,
  .lead-field select,
  .lead-field textarea{
    padding:13px 14px;
    border-radius:14px;
  }
  .lead-field-full textarea{
    min-height:152px;
  }
  .hero-glass{padding:22px;border-radius:24px}
  .hero-form-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-form-status{white-space:normal}
  .hero-form-ribbon span{width:100%}
  .lead-field-grid{grid-template-columns:1fr}
  .lead-form-footer{
    align-items:center;
    gap:12px;
  }
  .lead-form-note{
    max-width:none;
    font-size:12px;
    text-align:center;
  }
  .lead-submit{
    width:100%;
    min-width:0;
    max-width:320px;
  }
  .dash-head{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .dash-title{font-size:22px}
  .dash-copy{font-size:13px}
  .dash-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .console-btn{width:100%}
  .dash-metrics{grid-template-columns:1fr}
  .metric-value strong{font-size:24px}
  .event-feed li span{font-size:11px}
}

/* ═══════════════════════════════════════════════════
   FEATURES GRID
   ═══════════════════════════════════════════════════ */
.features-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
@media(max-width:900px){.features-grid{grid-template-columns:1fr}}
.feature-card{min-height:200px}
.feature-card h3{margin:14px 0 8px;font-size:18px}
.feature-card p{color:var(--muted);line-height:1.7;font-size:14px}

/* ═══════════════════════════════════════════════════
   SHARED PAGE HELPERS
   ═══════════════════════════════════════════════════ */
.page-top-section{padding-top:120px}
.page-hero-title{
  font-size:clamp(32px,5vw,60px);
  font-weight:800;
  letter-spacing:-.03em;
  margin-top:14px;
  margin-bottom:8px;
}
.page-hero-lead{
  color:var(--muted);
  line-height:1.8;
  font-size:16px;
}
.page-hero-lead-narrow{max-width:52ch}
.page-hero-lead-wide{max-width:58ch}
.page-hero-lead-spaced{margin-bottom:48px}

.features-grid.features-grid-two{grid-template-columns:repeat(2,1fr)}
@media(max-width:900px){.features-grid.features-grid-two{grid-template-columns:1fr}}

.site-footer{
  padding:40px 0 60px;
  border-top:1px solid var(--stroke);
}
.site-footer.spaced{margin-top:60px}
.site-footer-copy{color:var(--muted)}
.site-footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.site-footer-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media(max-width:640px){
  .site-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* ═══════════════════════════════════════════════════
   LIGHT THEME
   ═══════════════════════════════════════════════════ */
html[data-theme="light"] .hero::before{
  background:
    radial-gradient(circle at 14% 18%,rgba(75,108,255,.12),transparent 26%),
    radial-gradient(circle at 84% 24%,rgba(8,188,231,.1),transparent 24%),
    linear-gradient(140deg,rgba(255,255,255,.4),transparent 42%,rgba(255,255,255,.22));
}
html[data-theme="light"] .hero::after{
  background:linear-gradient(90deg,transparent,rgba(94,121,176,.18),transparent);
}
html[data-theme="light"] .hero .lead,
html[data-theme="light"] .page-hero-lead,
html[data-theme="light"] .feature-card p,
html[data-theme="light"] .site-footer-copy{
  color:rgba(72,86,114,.9);
}
html[data-theme="light"] .hero-offer{
  border-color:rgba(118,145,196,.18);
  background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(242,247,255,.66));
  box-shadow:0 18px 42px rgba(129,148,183,.14);
}
html[data-theme="light"] .hero-offer span,
html[data-theme="light"] .hero-proof-chip span{
  color:rgba(80,95,124,.84);
}
html[data-theme="light"] .hero-proof-chip{
  border-color:rgba(123,147,192,.18);
  background:rgba(255,255,255,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 12px 26px rgba(127,147,181,.1);
}
html[data-theme="light"] .hero-blob{
  filter:saturate(138%) brightness(1.04) drop-shadow(0 38px 108px rgba(88,118,178,.3)) drop-shadow(0 0 34px rgba(115,146,219,.14));
}
html[data-theme="light"] .hero-glass{
  border-color:rgba(113,140,196,.22);
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(246,249,255,.8) 58%,rgba(241,247,255,.86));
  box-shadow:0 28px 76px rgba(128,146,180,.18),inset 0 1px 0 rgba(255,255,255,.94);
}
html[data-theme="light"] .hero-glass::before{
  background:
    radial-gradient(circle at 12% -30%,rgba(75,108,255,.12),transparent 46%),
    radial-gradient(circle at 92% 130%,rgba(8,188,231,.12),transparent 54%);
}
html[data-theme="light"] .hero-glass::after{
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.72),transparent);
  opacity:.5;
}
html[data-theme="light"] .hero-form-kicker{
  border-color:rgba(114,141,194,.2);
  background:rgba(255,255,255,.72);
  color:#5d6e90;
}
html[data-theme="light"] .hero-form-status{
  border-color:rgba(100,137,203,.2);
  background:rgba(74,108,255,.08);
  color:#30456f;
}
html[data-theme="light"] .hero-form-status i{background:#3cb7ea}
html[data-theme="light"] .hero-form-ribbon span{
  border-color:rgba(120,145,196,.18);
  background:rgba(255,255,255,.74);
  color:#566883;
}
html[data-theme="light"] .lead-field span{
  color:rgba(74,88,116,.76);
}
html[data-theme="light"] .lead-field input,
html[data-theme="light"] .lead-field select,
html[data-theme="light"] .lead-field textarea{
  border-color:rgba(119,144,193,.22);
  background:rgba(255,255,255,.76);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
html[data-theme="light"] .lead-field select{
  color-scheme:light;
}
html[data-theme="light"] .lead-field select option,
html[data-theme="light"] .lead-field select optgroup{
  background:#ffffff;
  color:#162541;
}
html[data-theme="light"] .lead-field input::placeholder,
html[data-theme="light"] .lead-field textarea::placeholder{
  color:rgba(99,114,144,.58);
}
html[data-theme="light"] .lead-field input:focus,
html[data-theme="light"] .lead-field select:focus,
html[data-theme="light"] .lead-field textarea:focus{
  box-shadow:0 0 0 3px rgba(8,188,231,.1),0 12px 28px rgba(129,148,183,.12);
  background:rgba(255,255,255,.92);
}
html[data-theme="light"] .lead-form-note{
  color:rgba(71,86,114,.84);
}
html[data-theme="light"] .lead-inline-ok{
  border-color:rgba(94,127,188,.2);
  background:rgba(74,108,255,.08);
  color:#2c446d;
}
html[data-theme="light"] .project-card{
  background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(244,248,255,.64));
  box-shadow:0 20px 56px rgba(128,145,178,.16);
}
html[data-theme="light"] .project-card:hover{
  box-shadow:0 24px 64px rgba(128,145,178,.18);
}
html[data-theme="light"] .project-thumb{
  background:linear-gradient(135deg,rgba(74,108,255,.16),rgba(8,188,231,.12));
}
html[data-theme="light"] .project-thumb::after{
  background:linear-gradient(180deg,transparent 60%,rgba(255,255,255,.68));
}
html[data-theme="light"] .site-footer{
  border-top-color:rgba(118,145,196,.16);
}
.site-footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
}
.site-footer-copy{
  color:var(--muted);
  font-size:14px;
}
.site-footer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.btn-ghost-sm{
  padding:10px 18px;
  font-size:13px;
}
.btn-ghost-chip{
  padding:10px 14px;
  font-size:13px;
}

/* ═══════════════════════════════════════════════════
   WORK PAGE — PROJECT CARDS
   ═══════════════════════════════════════════════════ */
.projects-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:20px;
}
@media(max-width:800px){.projects-grid{grid-template-columns:1fr}}

.project-card{
  position:relative;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  overflow:hidden;
  cursor:pointer;
  transition:transform .3s var(--ease-out-expo),box-shadow .3s ease;
  display:block;
  color:inherit;
  text-decoration:none;
  transform-style:preserve-3d;
  will-change:transform;
  box-shadow:0 20px 70px rgba(0,0,0,.35);
}
.project-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 80px rgba(0,0,0,.4);
}
.project-card .glow{
  z-index:0;
}
.project-thumb{
  width:100%;height:220px;
  background:linear-gradient(135deg,rgba(124,92,255,.2),rgba(0,212,255,.15));
  display:flex;align-items:center;justify-content:center;
  font-size:48px;border-bottom:1px solid var(--stroke);
  position:relative;overflow:hidden;
  z-index:1;
  transform:translateZ(18px);
}
.project-thumb::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(5,8,16,.5));
}
.project-body{
  padding:24px;
  position:relative;
  z-index:1;
  transform:translateZ(18px);
}
.project-body h3{font-size:20px;margin-bottom:6px}
.project-body p{color:var(--muted);line-height:1.7;font-size:14px}
.project-card.project-empty{
  min-height:360px;
}

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════ */
.about-hero{
  min-height:60vh;display:flex;align-items:center;
  padding-top:100px;
}
.about-hero .wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.about-hero h1{
  font-size:clamp(32px,5vw,60px);
  font-weight:800;letter-spacing:-.03em;
  line-height:1.08;
  margin-bottom:18px;
}
.about-cols{
  display:grid;grid-template-columns:1fr 1fr;gap:40px;
  align-items:start;
}
@media(max-width:800px){.about-cols{grid-template-columns:1fr}}
.about-cols p{color:var(--muted);line-height:1.8;font-size:15px}

.marquee{
  overflow:hidden;white-space:nowrap;
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
  padding:18px 0;
}
.marquee-inner{
  display:inline-flex;gap:40px;
  animation:marquee 20s linear infinite;
}
.marquee-inner span{
  font-size:clamp(28px,4vw,48px);
  font-weight:800;letter-spacing:-.03em;
  color:rgba(255,255,255,.06);
}
html[data-theme="light"] .marquee{
  border-top-color:rgba(118,145,196,.16);
  border-bottom-color:rgba(118,145,196,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,.08));
}
html[data-theme="light"] .marquee-inner span{
  color:rgba(76,96,136,.14);
}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
