/* ================================================================
   BIVS — style.css v12
   Cybernetic · High-Tech · Liquid Glass · Red Native Cursors
   ================================================================ */

/* ── VARIABLES ── */
:root {
  --red:        #FF1D1D;
  --red-dim:    rgba(255,29,29,0.14);
  --red-glow:   rgba(255,29,29,0.45);
  --red-deep:   #CC0000;
  --bg:         #030308;
  --bg2:        #070712;
  --surface:    rgba(255,255,255,0.038);
  --surface-hov:rgba(255,255,255,0.07);
  --text:       rgba(255,255,255,0.95);
  --text-dim:   rgba(255,255,255,0.52);
  --text-mute:  rgba(255,255,255,0.28);
  --green:      #22c55e;
  --blue:       #3b82f6;
  --purple:     #a855f7;
  --amber:      #f59e0b;

  /* Glass */
  --glass-bg:   rgba(255,255,255,0.055);
  --glass-bdr:  rgba(255,255,255,0.11);
  --glass-top:  rgba(255,255,255,0.28);
  --blur:       blur(48px) saturate(200%) brightness(1.06);
  --blur-sm:    blur(24px) saturate(180%);
  --shadow-lg:  0 32px 100px rgba(0,0,0,0.7),
                inset 0 1px 0 var(--glass-top),
                inset 0 0 0 1px rgba(255,255,255,0.05);
  --shadow-md:  0 16px 48px rgba(0,0,0,0.55),
                inset 0 1px 0 rgba(255,255,255,0.22),
                inset 0 0 0 1px rgba(255,255,255,0.06);

  /* Fonts */
  --f-head: 'Orbitron', sans-serif;
  --f-body: 'Space Grotesk', sans-serif;
  --f-mono: 'JetBrains Mono', monospace;

  /* Easing */
  --expo:   cubic-bezier(0.16, 1, 0.3, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --smooth: cubic-bezier(0.4, 0, 0.2, 1);

  /* Layout */
  --pad:   clamp(20px, 5vw, 72px);
  --max:   1300px;
  --sec:   clamp(100px, 14vw, 160px);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--f-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { border: none; background: none; font-family: inherit; }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 2px; }

/* ================================================================
   RED NATIVE CURSORS  — high-res SVG data URIs
   ================================================================ */

/* Arrow / default */
* {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23FF4444'/%3E%3Cstop offset='100%25' stop-color='%23BB0000'/%3E%3C/linearGradient%3E%3Cfilter id='f'%3E%3CfeDropShadow dx='1' dy='2' stdDeviation='1.8' flood-color='%23000' flood-opacity='.55'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M4.5 2L4.5 25 10 18.5 14.2 28 18.2 26 14 16.5 23.5 16.5Z' fill='url(%23a)' stroke='%23880000' stroke-width='.7' stroke-linejoin='round' filter='url(%23f)'/%3E%3Cpath d='M4.5 2L4.5 12 12.5 12Z' fill='rgba(255,200,200,.32)'/%3E%3C/svg%3E") 4 3, auto;
}

/* Pointer — hand */
a, button, [role="button"],
.pcard, .cta-primary, .cta-ghost,
.social-btn, .nav-link, .nav-cta,
.nav-mob-link, .footer-nav a,
label[for], .pcard-arr {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='h' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23FF4444'/%3E%3Cstop offset='100%25' stop-color='%23BB0000'/%3E%3C/linearGradient%3E%3Cfilter id='f'%3E%3CfeDropShadow dx='1' dy='1.5' stdDeviation='1.5' flood-color='%23000' flood-opacity='.5'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23f)'%3E%3Crect x='13' y='3' width='4.5' height='15' rx='2.2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='18.5' y='8' width='4' height='12' rx='2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='8.5' y='10' width='4.5' height='12' rx='2.2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='13' y='17' width='10' height='9' rx='1.5' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='8.5' y='20' width='4.5' height='6' rx='1.5' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Cpath d='M8.5 14.5 Q6 14 6 17 L6 22 Q6 26 10 27 L22 27 Q26 27 26 23 L26 14 Q26 12.5 24.5 12.5 Q23 12.5 23 14 L23 8 Q23 6 21.5 6 Q20 6 20 7.5 L20 8' fill='none' stroke='none'/%3E%3C/g%3E%3C/svg%3E") 13 3, pointer;
}

/* Text / I-beam */
input, textarea, select,
p, h1, h2, h3, h4, span:not(.eyebrow-dot):not(.nav-cta-dot):not(.hchip-val):not(.hchip-lbl):not(.avail-dot) {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cdefs%3E%3Cfilter id='f'%3E%3CfeDropShadow dx='0' dy='1' stdDeviation='1' flood-color='%23000' flood-opacity='.5'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23f)'%3E%3Crect x='4' y='1' width='16' height='2.5' rx='1.2' fill='%23FF3333'/%3E%3Crect x='11' y='3.5' width='2' height='21' rx='1' fill='%23FF2222'/%3E%3Crect x='4' y='24.5' width='16' height='2.5' rx='1.2' fill='%23FF3333'/%3E%3C/g%3E%3C/svg%3E") 12 14, text;
}

/* Override back to pointer for inputs that are clickable */
input[type="checkbox"], input[type="radio"], input[type="submit"], input[type="button"],
select {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='h' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23FF4444'/%3E%3Cstop offset='100%25' stop-color='%23BB0000'/%3E%3C/linearGradient%3E%3Cfilter id='f'%3E%3CfeDropShadow dx='1' dy='1.5' stdDeviation='1.5' flood-color='%23000' flood-opacity='.5'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23f)'%3E%3Crect x='13' y='3' width='4.5' height='15' rx='2.2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='18.5' y='8' width='4' height='12' rx='2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='8.5' y='10' width='4.5' height='12' rx='2.2' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='13' y='17' width='10' height='9' rx='1.5' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3Crect x='8.5' y='20' width='4.5' height='6' rx='1.5' fill='url(%23h)' stroke='%23880000' stroke-width='.5'/%3E%3C/g%3E%3C/svg%3E") 13 3, pointer;
}

/* ── NOISE ── */
.noise-overlay {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px; opacity: .022; mix-blend-mode: screen;
}

/* ================================================================
   LOADER
   ================================================================ */
#loader {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .55s var(--expo), visibility .55s;
}
#loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.loader-wm {
  width: clamp(100px, 18vw, 150px);
  filter: brightness(0) invert(1);
  animation: ldPulse 1.8s ease-in-out infinite;
}
@keyframes ldPulse { 0%,100%{opacity:.65;transform:scale(1)} 50%{opacity:1;transform:scale(1.05)} }
.loader-bar-track {
  width: 180px; height: 1.5px;
  background: rgba(255,255,255,0.07); border-radius: 2px; overflow: hidden;
}
.loader-bar {
  height: 100%; width: 0;
  background: var(--red);
  box-shadow: 0 0 10px var(--red-glow);
  transition: width .4s var(--expo);
}
.loader-status {
  font-family: var(--f-mono); font-size: .65rem;
  color: var(--text-mute); letter-spacing: .18em; text-transform: uppercase;
}

/* ================================================================
   NAV
   ================================================================ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 9000;
  transition: background .4s, border-color .4s;
}
.nav.scrolled {
  background: rgba(3,3,8,.85);
  backdrop-filter: var(--blur-sm);
  border-bottom: 1px solid rgba(255,255,255,0.055);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  height: 72px; display: flex; align-items: center; gap: 40px;
}
.nav-brand { flex-shrink: 0; }
.nav-logo-img {
  height: 50px; filter: brightness(0) invert(1);
  transition: opacity .2s;
}
.nav-logo-img:hover { opacity: .7; }
.nav-links { display: flex; gap: 36px; list-style: none; margin-left: auto; }
.nav-link {
  font-family: var(--f-mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-mute); position: relative; padding-bottom: 3px;
  transition: color .25s;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 1px; background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--expo);
}
.nav-link:hover, .nav-link.active { color: var(--text); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px;
  background: rgba(255,29,29,0.1);
  border: 1px solid rgba(255,29,29,0.3);
  border-radius: 6px;
  font-family: var(--f-mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .08em; color: var(--text);
  backdrop-filter: var(--blur-sm);
  transition: background .25s, box-shadow .25s, border-color .25s;
}
.nav-cta:hover {
  background: rgba(255,29,29,0.18);
  border-color: rgba(255,29,29,0.55);
  box-shadow: 0 0 24px rgba(255,29,29,0.25);
}
.nav-cta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(34,197,94,.8);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100%{box-shadow:0 0 6px rgba(34,197,94,.7)} 50%{box-shadow:0 0 14px rgba(34,197,94,1)} }

.nav-ham { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.nav-ham span { display: block; width: 22px; height: 1.5px; background: var(--text); border-radius: 2px; transition: .3s; }

.nav-mob {
  background: rgba(3,3,8,.97); backdrop-filter: var(--blur-sm);
  display: flex; flex-direction: column;
  max-height: 0; overflow: hidden;
  transition: max-height .45s var(--expo), padding .35s;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-mob.open { max-height: 300px; padding: 16px 0 24px; }
.nav-mob-link {
  padding: 14px var(--pad); font-family: var(--f-mono); font-size: .85rem;
  color: var(--text-dim); border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color .2s, background .2s;
}
.nav-mob-link:hover { color: var(--text); background: rgba(255,255,255,0.03); }
.nav-mob-cta {
  margin: 16px var(--pad) 0; display: inline-flex;
  border: 1px solid rgba(255,29,29,0.3); border-radius: 6px;
  font-size: .8rem; padding: 10px 20px;
  color: var(--text); background: none;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  background: var(--red);
  color: #fff; font-family: var(--f-body); font-size: .88rem; font-weight: 700;
  letter-spacing: .04em; border-radius: 8px; border: none;
  box-shadow: 0 8px 32px rgba(255,29,29,0.45), 0 2px 8px rgba(255,29,29,0.3);
  transition: background .25s, box-shadow .25s, transform .2s var(--spring);
}
.cta-primary:hover {
  background: #e01515;
  box-shadow: 0 12px 48px rgba(255,29,29,0.65), 0 0 0 1px rgba(255,80,80,0.3);
  transform: translateY(-2px);
}
.cta-primary:active { transform: translateY(0) scale(.97); }
.cta-primary.cta-full { width: 100%; justify-content: center; }

.cta-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  background: transparent; color: var(--text);
  font-family: var(--f-body); font-size: .88rem; font-weight: 600;
  letter-spacing: .04em; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: border-color .25s, background .25s, transform .2s var(--spring);
}
.cta-ghost:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
#bg-canvas, #hero-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}
#bg-canvas { z-index: 0; }
#hero-canvas { z-index: 1; }

.hero-glow {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 1;
}
.hero-glow-1 {
  width: 700px; height: 700px; top: -15%; left: -8%;
  background: radial-gradient(circle, rgba(255,29,29,0.14) 0%, transparent 65%);
  animation: gDrift1 16s ease-in-out infinite alternate;
}
.hero-glow-2 {
  width: 600px; height: 600px; bottom: -10%; right: -5%;
  background: radial-gradient(circle, rgba(59,130,246,0.10) 0%, transparent 65%);
  animation: gDrift2 20s ease-in-out infinite alternate;
}
@keyframes gDrift1 { from{transform:translate(0,0) scale(1)} to{transform:translate(60px,40px) scale(1.15)} }
@keyframes gDrift2 { from{transform:translate(0,0) scale(1)} to{transform:translate(-50px,-30px) scale(1.12)} }

.hero-scanline {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,.03) 3px, rgba(0,0,0,.03) 4px);
}

/* Floating data chips */
.hero-chip {
  position: absolute; z-index: 4;
  background: rgba(255,255,255,0.065);
  backdrop-filter: blur(28px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5),
              inset 0 1px 0 rgba(255,255,255,0.3),
              inset 0 0 0 1px rgba(255,255,255,0.04);
  border-radius: 14px; padding: 14px 18px;
  display: flex; align-items: center; gap: 14px;
  min-width: 170px;
  animation: chipFloat 6s ease-in-out infinite;
}
#hchip1 { top: 22%; right: 7%; animation-delay: 0s; }
#hchip2 { bottom: 20%; right: 14%; animation-delay: -3s; }
@keyframes chipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.hchip-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,29,29,0.15); border: 1px solid rgba(255,29,29,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; color: var(--red); flex-shrink: 0;
}
.hchip-body { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.hchip-val {
  font-family: var(--f-head); font-size: 1.5rem; font-weight: 900;
  color: var(--text); line-height: 1;
}
.hchip-lbl {
  font-family: var(--f-mono); font-size: .58rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute);
}
.hchip-bar {
  position: absolute; bottom: 0; left: 14px; right: 14px; height: 2px;
  background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden;
}
.hchip-fill {
  height: 100%; width: 65%;
  background: linear-gradient(90deg, var(--red), rgba(255,100,100,0.6));
  border-radius: 2px;
  animation: fillPulse 3s ease-in-out infinite;
}
@keyframes fillPulse { 0%,100%{opacity:1} 50%{opacity:.5} }

/* Hero inner — content */
.hero-inner {
  position: relative; z-index: 3;
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  width: 100%; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 80px; gap: 32px;
}

/* Eyebrow tag */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px;
  background: rgba(255,29,29,0.07);
  border: 1px solid rgba(255,29,29,0.25);
  border-radius: 6px;
  font-family: var(--f-mono); font-size: .68rem;
  color: rgba(255,140,140,0.9); width: fit-content;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 24px rgba(255,29,29,0.1), inset 0 1px 0 rgba(255,80,80,0.15);
  opacity: 0; transform: translateY(12px);
  transition: opacity .7s var(--expo), transform .7s var(--expo);
}
.hero-eyebrow.visible { opacity: 1; transform: none; }
.eyebrow-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--red); box-shadow: 0 0 8px var(--red-glow);
  animation: eDotBlink 1.8s ease-in-out infinite;
}
@keyframes eDotBlink { 0%,100%{opacity:1} 50%{opacity:.25} }
.eyebrow-mono { color: rgba(255,80,80,0.6); }
.eyebrow-sep  { color: rgba(255,255,255,0.15); }

/* Hero title */
.hero-title {
  font-family: var(--f-head);
  font-size: clamp(4.5rem, 11vw, 10.5rem);
  font-weight: 900; line-height: .9; letter-spacing: -.03em;
  display: flex; flex-direction: column; gap: .06em;
  max-width: 900px;
  filter: drop-shadow(0 0 50px rgba(255,255,255,0.04));
}
.ht-line {
  display: block;
  opacity: 0; transform: translateY(64px) skewY(3deg);
  transition: opacity .9s var(--expo), transform .9s var(--expo);
}
.ht-line.visible { opacity: 1; transform: none; }
.ht-red {
  display: flex; align-items: baseline; gap: .25em;
  color: var(--red);
  text-shadow: 0 0 80px rgba(255,29,29,0.55), 0 0 30px rgba(255,29,29,0.25);
}
.ht-red em { font-style: italic; font-size: .88em; }

/* Hero sub — desc + ctas */
.hero-sub {
  display: flex; flex-direction: column; gap: 32px; max-width: 560px;
  opacity: 0; transform: translateY(28px);
  transition: opacity .8s var(--expo) .6s, transform .8s var(--expo) .6s;
}
.hero-sub.visible { opacity: 1; transform: none; }
.hero-desc {
  font-size: 1.05rem; line-height: 1.72; color: var(--text-dim);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Hero metrics strip */
.hero-metrics {
  display: flex; align-items: center; gap: 0;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.07);
}
.hm-item { display: flex; flex-direction: column; gap: 2px; padding: 0 24px; }
.hm-item:first-child { padding-left: 0; }
.hm-val {
  font-family: var(--f-head); font-size: 1.2rem; font-weight: 900;
  color: var(--text); line-height: 1;
}
.hm-lbl {
  font-family: var(--f-mono); font-size: .58rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute);
}
.hm-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.08); }

/* Scroll hint */
.hero-scroll {
  position: absolute; bottom: 36px; left: var(--pad); z-index: 4;
  display: flex; align-items: center; gap: 12px;
  opacity: .4; animation: sFade 3s ease-in-out infinite;
}
@keyframes sFade { 0%,100%{opacity:.25;transform:translateY(0)} 50%{opacity:.55;transform:translateY(-3px)} }
.scroll-line {
  width: 1.5px; height: 44px;
  background: rgba(255,255,255,0.14); border-radius: 2px; overflow: hidden;
}
.scroll-pip {
  width: 100%; height: 38%; background: var(--red);
  border-radius: 2px; animation: pipScroll 2.2s ease-in-out infinite;
}
@keyframes pipScroll { 0%{transform:translateY(-100%)} 100%{transform:translateY(400%)} }
.hero-scroll span {
  font-family: var(--f-mono); font-size: .58rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text-mute);
  writing-mode: vertical-rl;
}

/* ================================================================
   MARQUEE
   ================================================================ */
.marquee-wrap {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden; background: rgba(255,255,255,0.012);
}
.marquee-track { display: flex; overflow: hidden; padding: 16px 0; }
.marquee-run {
  display: flex; align-items: center; gap: 28px;
  white-space: nowrap; flex-shrink: 0;
  animation: mScroll 32s linear infinite;
  font-family: var(--f-mono); font-size: .7rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute);
}
.mdot { font-size: .35rem; color: var(--red); }
@keyframes mScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ================================================================
   SECTION COMMONS
   ================================================================ */
.s-container {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
}
.s-products, .s-contact {
  position: relative; z-index: 2;
  padding: var(--sec) 0;
}

/* Decorative section glows */
.s-glow {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(80px);
}
.s-glow-red {
  width: 500px; height: 500px;
  background: rgba(255,29,29,0.07);
  top: -100px; right: -100px;
}
.s-glow-blue {
  width: 600px; height: 600px;
  background: rgba(59,130,246,0.06);
  bottom: -100px; left: -100px;
}

/* Section label */
.s-label {
  display: flex; align-items: center; gap: 20px; margin-bottom: 52px;
}
.s-num {
  font-family: var(--f-mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; color: var(--red); flex-shrink: 0;
}
.s-rule {
  flex: 1; height: 1px; background: rgba(255,255,255,0.08);
}
.s-name {
  font-family: var(--f-mono); font-size: .65rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-mute); flex-shrink: 0;
}

/* Section headline */
.s-headline {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: 60px;
}
.s-h2 {
  font-family: var(--f-head);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900; line-height: .93; letter-spacing: -.03em;
}
.s-h2 em { font-style: italic; color: var(--red); }
.s-h2-sub {
  font-size: .95rem; line-height: 1.7; color: var(--text-mute);
  max-width: 340px; text-align: right; flex-shrink: 0;
  font-family: var(--f-mono);
}

/* ================================================================
   FEATURED PRODUCT CARD
   ================================================================ */
.feat {
  display: grid; grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px; overflow: hidden; margin-bottom: 56px;
  backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 40px 120px rgba(0,0,0,0.55),
              inset 0 1px 0 rgba(255,255,255,0.12),
              inset 0 0 0 1px rgba(255,255,255,0.04);
}
.feat-left {
  padding: clamp(36px,5vw,56px);
  display: flex; flex-direction: column; gap: 22px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.feat-top {
  display: flex; align-items: center; justify-content: space-between;
}
.feat-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px;
  background: rgba(255,29,29,0.12); border: 1px solid rgba(255,29,29,0.28);
  border-radius: 100px;
  font-family: var(--f-mono); font-size: .6rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--red);
}
.feat-num {
  font-family: var(--f-mono); font-size: .65rem;
  color: var(--text-mute); letter-spacing: .1em;
}
.feat-name {
  font-family: var(--f-head);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 900; line-height: .92; letter-spacing: -.025em;
}
.feat-desc {
  font-size: .95rem; line-height: 1.72; color: var(--text-dim);
}
.feat-stack { display: flex; flex-wrap: wrap; gap: 7px; }
.feat-stack span {
  padding: 4px 11px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 100px;
  font-family: var(--f-mono); font-size: .6rem; letter-spacing: .07em; color: var(--text-mute);
}
.feat-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.feat-kpis {
  display: flex; align-items: center;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.06); margin-top: auto;
}
.feat-kpi {
  display: flex; flex-direction: column; gap: 3px;
  padding: 0 22px; flex: 1;
}
.feat-kpi:first-child { padding-left: 0; }
.feat-kpi b {
  font-family: var(--f-head); font-size: 1.35rem; font-weight: 900; color: var(--text);
}
.feat-kpi span {
  font-family: var(--f-mono); font-size: .6rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute);
}
.feat-kpi-sep { width: 1px; height: 34px; background: rgba(255,255,255,0.08); }

/* Featured right — browser mockup */
.feat-right {
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: 36px; background: rgba(0,0,0,0.22); overflow: hidden;
}
.mockup {
  width: 100%; max-width: 400px; position: relative; z-index: 2;
  background: rgba(8,8,18,0.95);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 4px 16px rgba(0,0,0,0.4);
}
.mockup-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 14px;
  background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mockup-dots { display: flex; gap: 5px; }
.md-red  { width: 8px; height: 8px; border-radius: 50%; background: #FF5F57; }
.md-yel  { width: 8px; height: 8px; border-radius: 50%; background: #FEBC2E; }
.md-grn  { width: 8px; height: 8px; border-radius: 50%; background: #28C840; }
.mockup-url {
  flex: 1; text-align: center;
  background: rgba(255,255,255,0.05); border-radius: 5px;
  padding: 3px 10px; font-family: var(--f-mono); font-size: .56rem; color: var(--text-mute);
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.mockup-screen { display: flex; height: 230px; overflow: hidden; }
.mockup-glow {
  position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 80px;
  background: radial-gradient(ellipse, rgba(255,29,29,0.22) 0%, transparent 70%);
  pointer-events: none;
}

/* Sim sidebar */
.msim-sidebar {
  width: 40px; background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 8px 0;
}
.msim-logo {
  width: 18px; height: 18px; border-radius: 5px;
  background: var(--red); opacity: .85; margin-bottom: 5px;
}
.msim-nav { width: 18px; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.12); }
.msim-active { background: var(--red); opacity: .75; }

/* Sim body */
.msim-body { flex: 1; display: flex; flex-direction: column; padding: 7px; gap: 7px; }
.msim-topbar { display: flex; align-items: center; justify-content: space-between; }
.msim-ttl { width: 70px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.15); }
.msim-btn { width: 36px; height: 14px; border-radius: 4px; background: rgba(255,29,29,0.3); }
.msim-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.msim-kpi { height: 28px; border-radius: 5px; background: rgba(255,255,255,0.05); }
.k-r { border-top: 2px solid rgba(255,29,29,.5); }
.k-g { border-top: 2px solid rgba(34,197,94,.5); }
.k-b { border-top: 2px solid rgba(59,130,246,.5); }
.k-a { border-top: 2px solid rgba(245,158,11,.5); }
.msim-charts { display: grid; grid-template-columns: 1fr 64px; gap: 5px; flex: 1; }
.msim-chart {
  background: rgba(255,255,255,0.03); border-radius: 5px;
  display: flex; align-items: flex-end; padding: 5px; overflow: hidden;
}
.msim-bars { display: flex; align-items: flex-end; gap: 3px; width: 100%; height: 100%; }
.msim-bar {
  flex: 1; height: var(--h, 50%);
  background: rgba(255,255,255,0.1); border-radius: 2px 2px 0 0;
  transition: height .8s var(--expo);
}
.msim-bar.hi { background: rgba(255,29,29,.5); }
.msim-donut {
  background: rgba(255,255,255,0.03); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
}
.msim-ring {
  width: 40px; height: 40px; border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: rgba(255,29,29,.55);
  border-right-color: rgba(59,130,246,.4);
  border-bottom-color: rgba(34,197,94,.35);
  border-left-color: rgba(245,158,11,.3);
}

/* Orbs */
.feat-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(55px); z-index: 0;
}
.feat-orb-a { width: 200px; height: 200px; background: rgba(255,29,29,0.1); top: -40px; right: -30px; }
.feat-orb-b { width: 180px; height: 180px; background: rgba(59,130,246,0.08); bottom: -30px; left: -30px; }

/* ================================================================
   CARDS GRID
   ================================================================ */
.cards-label {
  display: flex; align-items: center; gap: 16px; margin-bottom: 24px;
}
.cards-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 18px;
}
.pcard {
  padding: 28px 26px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background .3s, border-color .3s, transform .45s var(--expo), box-shadow .45s;
  transform-style: preserve-3d; position: relative; overflow: hidden;
}
.pcard::before {
  content: ''; position: absolute; inset: 0; border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,29,29,0.04) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.pcard:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,29,29,0.25); }
.pcard:hover::before { opacity: 1; }
.pcard:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,29,29,0.12); }
.pcard-head { display: flex; align-items: center; justify-content: space-between; }
.pcard-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--ic, rgba(255,255,255,0.06));
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.pcard-status {
  font-family: var(--f-mono); font-size: .58rem; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
}
.status-dev    { color: var(--purple); border: 1px solid rgba(168,85,247,.25); background: rgba(168,85,247,.08); }
.status-concept{ color: var(--green);  border: 1px solid rgba(34,197,94,.25);  background: rgba(34,197,94,.08); }
.status-research{ color: var(--amber); border: 1px solid rgba(245,158,11,.25); background: rgba(245,158,11,.08); }
.pcard-name {
  font-family: var(--f-head); font-size: .95rem; font-weight: 700; letter-spacing: .02em;
}
.pcard-desc { font-size: .84rem; line-height: 1.64; color: var(--text-dim); flex: 1; }
.pcard-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.05);
}
.pcard-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.pcard-tags span {
  font-family: var(--f-mono); font-size: .56rem; padding: 3px 8px;
  border-radius: 100px; background: rgba(255,255,255,0.05); color: var(--text-mute); letter-spacing: .06em;
}
.pcard-arr {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; color: var(--text-mute); flex-shrink: 0;
  transition: background .25s, border-color .25s, color .25s;
}
.pcard:hover .pcard-arr { background: var(--red); border-color: var(--red); color: #fff; }

/* ================================================================
   CONTACT
   ================================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 36px; }
.contact-info .s-h2 { margin: 0; }
.contact-sub { font-size: 1rem; line-height: 1.72; color: var(--text-dim); max-width: 380px; }

.cinfo-list { display: flex; flex-direction: column; gap: 14px; }
.cinfo-row {
  display: flex; align-items: center; gap: 14px;
  font-size: .9rem; color: var(--text-dim); transition: color .2s;
}
a.cinfo-row:hover { color: var(--text); }
.cinfo-ic {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; color: var(--text-mute);
  transition: background .25s, border-color .25s;
}
a.cinfo-row:hover .cinfo-ic { background: rgba(255,29,29,0.1); border-color: rgba(255,29,29,0.3); }
.avail-ic { background: rgba(34,197,94,0.1) !important; border-color: rgba(34,197,94,.25) !important; }
.cinfo-avail { color: var(--green); }
.avail-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 8px rgba(34,197,94,.7);
  animation: aDot 2s ease-in-out infinite;
}
@keyframes aDot { 0%,100%{box-shadow:0 0 6px rgba(34,197,94,.6)} 50%{box-shadow:0 0 14px rgba(34,197,94,1)} }

.socials { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; color: var(--text-mute);
  transition: background .25s, border-color .25s, color .25s, transform .25s var(--spring);
}
.social-btn:hover {
  background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.22);
  color: var(--text); transform: translateY(-3px);
}

/* Glass form card */
.glass-card {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 36px;
  backdrop-filter: blur(28px) saturate(160%);
  box-shadow: 0 32px 80px rgba(0,0,0,0.45),
              inset 0 1px 0 rgba(255,255,255,0.18),
              inset 0 0 0 1px rgba(255,255,255,0.04);
  display: flex; flex-direction: column; gap: 22px;
}
.gc-header { display: flex; align-items: center; justify-content: space-between; }
.gc-title {
  font-family: var(--f-head); font-size: .95rem; font-weight: 700; letter-spacing: .03em;
}
.gc-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--f-mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,.2); color: var(--green);
}

#contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field label {
  font-family: var(--f-mono); font-size: .62rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 12px 15px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; color: var(--text);
  font-family: var(--f-body); font-size: .9rem; outline: none; -webkit-appearance: none;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-mute); }
.form-field select option { background: #111; color: var(--text); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(255,29,29,0.5);
  background: rgba(255,29,29,0.04);
  box-shadow: 0 0 0 3px rgba(255,29,29,0.08);
}
.form-field textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 36px var(--pad);
}
.footer-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-logo { height: 22px; filter: brightness(0) invert(1); opacity: .45; }
.footer-copy { font-family: var(--f-mono); font-size: .68rem; color: var(--text-mute); }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-nav a { font-family: var(--f-mono); font-size: .7rem; color: var(--text-mute); transition: color .2s; letter-spacing: .05em; }
.footer-nav a:hover { color: var(--text); }

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .9s var(--expo), transform .9s var(--expo);
}
.reveal.visible { opacity: 1; transform: none; }

/* stagger on pcards */
.pcard[data-delay="0"] { transition-delay: 0s; }
.pcard[data-delay="1"] { transition-delay: .12s; }
.pcard[data-delay="2"] { transition-delay: .24s; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .feat { grid-template-columns: 1fr; }
  .feat-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .feat-right { min-height: 280px; }
  .s-headline { flex-direction: column; align-items: flex-start; }
  .s-h2-sub { text-align: left; }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-ham { display: flex; }
  #hchip1 { top: auto; bottom: 24%; right: 4%; }
  #hchip2 { bottom: 9%; right: 4%; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .hero-metrics { flex-wrap: wrap; gap: 16px; }
}
@media (max-width: 640px) {
  .hero-title { font-size: clamp(3.5rem, 13vw, 5.5rem); }
  .s-h2 { font-size: clamp(2.4rem, 9vw, 3.8rem); }
  .cards-grid { grid-template-columns: 1fr; }
  .form-row2 { grid-template-columns: 1fr; }
  .feat-left { padding: 28px 22px; }
  .feat-right { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-nav { gap: 16px; }
  #hchip1, #hchip2 { display: none; }
}
