/* ============================================================
   F1rst Phase — design system
   Brand: deep performance green + gold, premium AI-platform feel
   ============================================================ */
:root {
  --green-950: #071a30; --green-900: #0b2545; --green-800: #103a67;
  --green-700: #1f6fd0; --green-600: #2f8fe6;
  --gold: #2f80ed; --gold-bright: #5aa0ff; --gold-600: #1e63c9;
  --ink: #0e2138; --slate: #4a5b70; --cream: #eef4fb; --paper: #ffffff;
  --line: #dbe6f2;
  --radius: 16px; --radius-lg: 22px;
  --shadow: 0 18px 50px rgba(6,22,42,.14);
  --shadow-gold: 0 10px 30px rgba(47,128,237,.25);
  --maxw: 1180px;
  --head: "Space Grotesk", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--green-900); line-height: 1.08; margin: 0 0 .5em; font-weight: 600; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
a { color: var(--gold-600); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 700; color: var(--gold-600); margin-bottom: 1rem; font-family: var(--head); }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }
.lead { font-size: 1.18rem; color: var(--slate); max-width: 62ch; }
.gold { color: var(--gold-600); }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 1rem; font-family: var(--head); letter-spacing: -0.01em; cursor: pointer; border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #ffffff; box-shadow: var(--shadow-gold); }
.btn-primary:hover { box-shadow: 0 14px 38px rgba(47,128,237,.4); }
.btn-dark { background: var(--green-800); color: #eef3ee; }
.btn-dark:hover { background: var(--green-700); }
.btn-ghost { background: transparent; color: var(--green-900); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green-700); }
.btn-outline-light { background: rgba(255,255,255,.06); color: #f3f6f2; border-color: rgba(255,255,255,.28); }
.btn-outline-light:hover { background: rgba(255,255,255,.14); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.8rem; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(9,30,55,.72); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(47,128,237,.16); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--head); font-weight: 700; font-size: 1.2rem; color: #eef4fb; letter-spacing: -0.03em; }
.brand:hover { text-decoration: none; }
.brand .mark { width: 34px; height: 34px; display: grid; place-items: center; }
.brand .mark svg { width: 34px; height: 34px; }
.brand b { color: var(--gold); font-weight: 700; }
.brand small { display: block; font-family: var(--body); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(47,128,237,.85); font-weight: 500; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #cdddf0; font-weight: 500; font-size: .96rem; }
.nav-links a:hover { color: var(--gold-bright); text-decoration: none; }
.nav-links a.active { color: var(--gold); }
.nav-cta { padding: 10px 22px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--gold); font-size: 1.7rem; cursor: pointer; line-height: 1; }
.hero { position: relative; overflow: hidden; color: #eef4fb; background: radial-gradient(1200px 600px at 78% -10%, rgba(47,128,237,.16), transparent 60%), linear-gradient(160deg, var(--green-950) 0%, var(--green-900) 45%, var(--green-800) 100%); padding: 96px 0 108px; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(47,128,237,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.05) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(900px 500px at 70% 20%, #000, transparent 75%); pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero h1 .u { color: var(--gold); }
.hero .lead { color: #bcd0ea; margin-top: 1.2rem; }
.hero .eyebrow { color: var(--gold-bright); }
.hero .eyebrow::before { background: var(--gold-bright); }
.dash { background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); border: 1px solid rgba(47,128,237,.3); border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.4); backdrop-filter: blur(6px); }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash-top span { font-family: var(--head); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-bright); }
.dash-dot { width: 9px; height: 9px; border-radius: 50%; background: #46d08a; box-shadow: 0 0 0 4px rgba(70,208,138,.18); }
.quad { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quad-cell { background: rgba(9,30,55,.55); border: 1px solid rgba(47,128,237,.22); border-radius: 12px; padding: 14px; }
.quad-cell .k { font-family: var(--head); font-weight: 700; color: var(--gold); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.quad-cell .v { font-family: var(--head); font-size: 1.7rem; font-weight: 700; color: #fff; line-height: 1.1; margin-top: 4px; }
.quad-cell .t { font-size: .78rem; color: #9cb2cf; }
.bar { height: 6px; border-radius: 6px; background: rgba(255,255,255,.12); margin-top: 9px; overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); }
.roots { background: #fff; color: var(--slate); padding: 20px 0; border-bottom: 1px solid var(--line); }
.roots .container { display: flex; align-items: center; justify-content: center; gap: 14px 34px; flex-wrap: wrap; font-family: var(--head); font-size: .9rem; letter-spacing: .04em; }
.roots b { color: var(--green-900); font-weight: 700; }
.roots .sep { color: var(--gold); font-weight: 700; }
section { padding: 92px 0; }
.section-head { max-width: 66ch; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.cream { background: var(--cream); }
.dark { background: radial-gradient(1000px 500px at 20% 0%, rgba(47,128,237,.1), transparent 60%), linear-gradient(160deg, var(--green-900), var(--green-950)); color: #d6e3f2; }
.dark h2, .dark h3 { color: #fff; }
.dark .lead { color: #a7bdd8; }
.dark .eyebrow { color: var(--gold-bright); }
.dark .eyebrow::before { background: var(--gold-bright); }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.card h3 { display: flex; align-items: center; gap: 12px; }
.card p { color: var(--slate); margin-bottom: 0; }
.card .ic { flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-700), var(--green-800)); color: var(--gold-bright); font-family: var(--head); font-weight: 700; }
.card-glass { background: rgba(255,255,255,.05); border: 1px solid rgba(47,128,237,.24); border-radius: var(--radius); padding: 28px; }
.card-glass h3 { color: #fff; }
.card-glass p { color: #a7bdd8; margin: 0; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare .col { border-radius: var(--radius); padding: 30px; }
.compare .col.pos { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); }
.compare .col.neg { background: linear-gradient(180deg, rgba(47,128,237,.14), rgba(47,128,237,.05)); border: 1px solid rgba(47,128,237,.4); }
.compare h3 { font-size: 1.05rem; }
.compare ul { list-style: none; padding: 0; margin: 14px 0 0; }
.compare li { padding: 9px 0 9px 28px; position: relative; color: #c8d8e8; border-bottom: 1px solid rgba(255,255,255,.08); }
.compare li:last-child { border-bottom: 0; }
.compare li::before { position: absolute; left: 0; top: 8px; font-family: var(--head); font-weight: 700; }
.compare .pos li::before { content: "\2191"; color: #7fdcab; }
.compare .neg li::before { content: "\2192"; color: var(--gold-bright); }
.gain { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gain-cell { position: relative; border-radius: var(--radius); padding: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.gain-cell:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(6,22,42,.18); }
.gain-cell .letter { font-family: var(--head); font-size: 3.4rem; font-weight: 700; color: var(--gold); line-height: 1; opacity: .9; }
.gain-cell h3 { margin: 8px 0 6px; }
.gain-cell p { color: var(--slate); margin: 0; font-size: .98rem; }
.gain-cell::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(47,128,237,.14), transparent 70%); }
.horizons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.horizon { border-top: 3px solid var(--gold); background: rgba(255,255,255,.04); border-radius: 0 0 var(--radius) var(--radius); padding: 26px; }
.horizon .tag { font-family: var(--head); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-bright); font-weight: 700; }
.horizon h3 { color: #fff; margin: 8px 0 6px; }
.horizon p { color: #a7bdd8; margin: 0; font-size: .96rem; }
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.flow-step { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.flow-step .n { font-family: var(--head); font-weight: 700; font-size: .9rem; color: #ffffff; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; margin-bottom: 14px; }
.flow-step h3 { margin-bottom: 8px; }
.flow-step p { color: var(--slate); margin: 0; }
.flow-step .badge { display: inline-block; margin-top: 12px; font-size: .78rem; font-weight: 600; color: var(--gold-600); background: rgba(47,128,237,.12); padding: 4px 10px; border-radius: 999px; }
.engine { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lens-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.lens { font-size: .82rem; font-family: var(--head); font-weight: 500; color: #d6e3f2; background: rgba(255,255,255,.06); border: 1px solid rgba(47,128,237,.25); padding: 7px 13px; border-radius: 999px; }
.lens.hot { color: #ffffff; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border-color: transparent; }
.layers { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.layer { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.layer .cap { font-family: var(--head); font-weight: 700; color: var(--gold-600); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.layer h3 { margin: 6px 0 14px; }
.layer ul { list-style: none; padding: 0; margin: 0; }
.layer li { padding: 8px 0 8px 26px; position: relative; color: var(--slate); border-bottom: 1px dashed var(--line); }
.layer li:last-child { border-bottom: 0; }
.layer li::before { content: "\25C6"; position: absolute; left: 0; top: 8px; color: var(--gold); font-size: .7rem; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; text-align: center; }
.stat .big { font-family: var(--head); font-size: clamp(2.2rem,4vw,3rem); font-weight: 700; color: var(--gold); letter-spacing: -0.02em; }
.stat p { color: #a7bdd8; margin: 0; font-size: .96rem; }
.founders { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.founder { text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 20px; box-shadow: var(--shadow); }
.founder .avatar { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; font-family: var(--head); font-weight: 700; font-size: 1.5rem; color: #ffffff; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border: 3px solid var(--paper); box-shadow: 0 0 0 2px var(--gold); }
.founder h3 { margin: 0 0 2px; font-size: 1.1rem; }
.founder .role { color: var(--gold-600); font-weight: 600; font-size: .88rem; font-family: var(--head); }
.founder p { color: var(--slate); font-size: .9rem; margin: 10px 0 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.check-ul { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.check-ul li { padding: 11px 0 11px 34px; position: relative; border-bottom: 1px solid var(--line); }
.check-ul li::before { content: "\2713"; position: absolute; left: 0; top: 10px; color: var(--gold-600); font-weight: 800; font-family: var(--head); }
.dark .check-ul li { border-color: rgba(255,255,255,.1); color: #c8d8e8; }
.cta-band { position: relative; overflow: hidden; background: radial-gradient(700px 400px at 80% 0%, rgba(47,128,237,.2), transparent 60%), linear-gradient(150deg, var(--green-800), var(--green-950)); color: #fff; border-radius: var(--radius-lg); padding: 60px; text-align: center; border: 1px solid rgba(47,128,237,.3); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #bcd0ea; max-width: 56ch; margin: 0 auto 1.4rem; }
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; font-family: var(--head); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(47,128,237,.2); }
.footer { background: var(--green-950); color: #9cb2cf; padding: 62px 0 30px; border-top: 1px solid rgba(47,128,237,.16); }
.footer a { color: #d6e3f2; }
.footer a:hover { color: var(--gold-bright); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 34px; }
.footer h4 { color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; font-family: var(--head); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 9px; font-size: .95rem; }
.footer-bottom { border-top: 1px solid rgba(47,128,237,.14); padding-top: 22px; font-size: .85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #7f8da; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 960px) {
  .hero-grid, .engine, .split { grid-template-columns: 1fr; gap: 34px; }
  .grid-4, .founders, .stats { grid-template-columns: repeat(2,1fr); }
  .grid-3, .flow, .horizons, .layers, .gain, .compare { grid-template-columns: 1fr; }
  .dash { max-width: 460px; }
}
@media (max-width: 860px) {
  .nav-links { position: fixed; inset: 74px 0 auto 0; background: var(--green-950); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; transform: translateY(-130%); transition: transform .28s ease; border-bottom: 1px solid rgba(47,128,237,.2); box-shadow: 0 20px 40px rgba(0,0,0,.4); }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { padding: 6px 24px; }
  .nav-links .nav-cta { margin: 10px 24px; justify-content: center; }
  .nav-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 40px 24px; }
  section { padding: 68px 0; }
}
@media (max-width: 520px) { .grid-4, .founders, .stats, .footer-grid { grid-template-columns: 1fr; } }
/* ---------- Rugby / photo band ---------- */
.rugby-band { position: relative; overflow: hidden; background-color: var(--green-950); background-size: cover; background-position: center 22%; padding: 0; }
.rugby-band .overlay { background: linear-gradient(100deg, rgba(6,22,42,.94) 0%, rgba(6,22,42,.78) 38%, rgba(6,22,42,.30) 70%, rgba(6,22,42,.12) 100%); padding: 96px 0; }
.rugby-band .inner { max-width: 620px; }
.rugby-band h2 { color: #fff; }
.rugby-band p { color: #c8d6e6; }
.rugby-band .eyebrow { color: var(--gold-bright); }
.rugby-band .eyebrow::before { background: var(--gold-bright); }
.rugby-band .credit { position: absolute; right: 18px; bottom: 12px; font-size: .68rem; color: rgba(255,255,255,.45); font-family: var(--head); letter-spacing: .04em; }
.feature-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; }
.feature-photo img { width: 100%; display: block; }
.feature-photo .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px 14px; background: linear-gradient(to top, rgba(6,22,42,.86), transparent); color: #fff; font-family: var(--head); font-size: .92rem; font-weight: 500; }
.feature-photo .cap b { color: var(--gold-bright); font-weight: 700; }
@media (max-width: 860px) {
  .rugby-band { background-position: 68% 22%; }
  .rugby-band .overlay { padding: 64px 0; background: linear-gradient(180deg, rgba(6,22,42,.78) 0%, rgba(6,22,42,.9) 100%); }
}
/* ---------- Founder photo avatars ---------- */
.founder .avatar { overflow: hidden; padding: 0; }
.founder .avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }

/* ============================================================
   FUTURISTIC LAYER — motion, glow, live dashboards
   ============================================================ */
@keyframes gridPan { from { background-position: 0 0, 0 0; } to { background-position: 46px 46px, 46px 46px; } }
@keyframes floatOrb { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-24px) scale(1.12); } }
@keyframes floatOrb2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-26px,22px) scale(1.08); } }
@keyframes gradShift { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 rgba(47,128,237,.0), 0 30px 70px rgba(0,0,0,.4); } 50% { box-shadow: 0 0 34px rgba(47,128,237,.35), 0 30px 70px rgba(0,0,0,.45); } }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
@keyframes movePulse { 0% { offset-distance: 0%; } 100% { offset-distance: 100%; } }
@keyframes barGrow { from { width: 0; } }
@keyframes tickerUp { 0%,20% { transform: translateY(0); } 25%,45% { transform: translateY(-100%); } 50%,70% { transform: translateY(-200%); } 75%,95% { transform: translateY(-300%); } 100% { transform: translateY(-400%); } }
@keyframes scan { 0% { transform: translateY(-100%); opacity:0; } 10% { opacity:.5;} 90%{opacity:.5;} 100% { transform: translateY(1400%); opacity:0; } }
@keyframes rise { from { opacity:0; transform: translateY(30px);} to {opacity:1; transform:none;} }

/* Animated hero grid + glow orbs */
.hero::after { animation: gridPan 3.6s linear infinite; }
.hero .orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 1; pointer-events: none; }
.hero .orb.o1 { width: 420px; height: 420px; right: -60px; top: -80px; background: radial-gradient(circle, rgba(47,128,237,.55), transparent 70%); animation: floatOrb 9s ease-in-out infinite; }
.hero .orb.o2 { width: 360px; height: 360px; left: -80px; bottom: -120px; background: radial-gradient(circle, rgba(47,125,118,.6), transparent 70%); animation: floatOrb2 11s ease-in-out infinite; }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: .55; }

/* Gradient-animated keyword */
.hero h1 .u, .u-grad { background: linear-gradient(90deg, #5aa0ff, #fff6dc, #2f80ed, #5aa0ff); background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: gradShift 5s linear infinite; }

/* Live dashboard upgrade */
.dash { animation: pulseGlow 4.5s ease-in-out infinite; position: relative; overflow: hidden; }
.dash::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40%; background: linear-gradient(180deg, rgba(47,128,237,.14), transparent); pointer-events: none; }
.dash .scanline { position: absolute; left: 0; right: 0; top: 0; height: 60px; background: linear-gradient(180deg, transparent, rgba(47,128,237,.14), transparent); animation: scan 6s linear infinite; pointer-events: none; }
.dash .live { display: inline-flex; align-items: center; gap: 7px; font-size: .7rem; color: #8ef0be; font-family: var(--head); letter-spacing: .1em; }
.dash .live i { width: 8px; height: 8px; border-radius: 50%; background: #46d08a; box-shadow: 0 0 0 4px rgba(70,208,138,.2); animation: blink 1.4s ease-in-out infinite; }
.dash .delta { font-family: var(--head); font-weight: 700; font-size: .8rem; color: #8ef0be; }
.spark-wrap { position: relative; margin: 4px 0 16px; border: 1px solid rgba(47,128,237,.18); border-radius: 12px; padding: 10px 12px 6px; background: rgba(9,30,55,.5); }
.spark-wrap .lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: #9cb2cf; font-family: var(--head); }
.spark { width: 100%; height: 68px; display: block; }
.spark .area { fill: url(#sparkGrad); opacity: .0; transition: opacity 1s ease .4s; }
.spark.in .area { opacity: 1; }
.spark .line { fill: none; stroke: #5aa0ff; stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 620; stroke-dashoffset: 620; }
.spark.in .line { animation: drawLine 1.8s ease forwards; }
.spark .dot { r: 3.5; fill: #fff; filter: drop-shadow(0 0 6px #5aa0ff); opacity: 0; transition: opacity .6s ease 1.4s; } .spark.in .dot { opacity: 1; animation: blink 1.8s ease-in-out infinite 1.6s; }
.spark.in .dot { opacity: 1; }
.quad-cell { position: relative; overflow: hidden; }
.quad-cell:hover { border-color: rgba(47,128,237,.5); }
.bar > i { width: 0; animation: barGrow 1.4s ease forwards; }
.ticker { margin-top: 14px; height: 22px; overflow: hidden; border-top: 1px solid rgba(47,128,237,.18); padding-top: 10px; }
.ticker .track { display: flex; flex-direction: column; animation: tickerUp 12s cubic-bezier(.7,0,.3,1) infinite; }
.ticker .item { height: 22px; font-size: .78rem; color: #b6c8e0; font-family: var(--head); display: flex; align-items: center; gap: 8px; }
.ticker .item b { color: #8ef0be; }
.ticker .item.warn b { color: var(--gold-bright); }

/* Card glow interactions */
.card, .card-glass, .layer, .flow-step, .gain-cell { transition: transform .2s ease, box-shadow .25s ease, border-color .25s ease; }
.card:hover, .layer:hover, .flow-step:hover { transform: translateY(-5px); border-color: rgba(47,128,237,.55); box-shadow: 0 24px 60px rgba(6,22,42,.16), 0 0 0 1px rgba(47,128,237,.25); }
.card-glass:hover { border-color: rgba(47,128,237,.6); box-shadow: 0 0 30px rgba(47,128,237,.18); transform: translateY(-4px); }
.card .ic { box-shadow: 0 0 18px rgba(47,128,237,.25); }

/* Neon eyebrow tick */
.eyebrow::before { box-shadow: 0 0 10px rgba(47,128,237,.7); }

/* Tech image band (full-bleed) */
.tech-band { position: relative; overflow: hidden; background-color: var(--green-950); background-size: cover; background-position: center; }
.tech-band .veil { background: linear-gradient(120deg, rgba(6,22,42,.95) 0%, rgba(6,22,42,.82) 45%, rgba(6,22,42,.55) 100%); padding: 90px 0; position: relative; }
.tech-band .veil::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(47,128,237,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.06) 1px, transparent 1px); background-size: 40px 40px; animation: gridPan 4s linear infinite; opacity:.5; }
.tech-band .inner { position: relative; max-width: 640px; }
.tech-band h2 { color: #fff; }
.tech-band p { color: #c6d6c9; }
.tech-band .eyebrow { color: var(--gold-bright); }

/* Framed infographic */
.figure-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(47,128,237,.3); box-shadow: 0 24px 60px rgba(6,22,42,.5), 0 0 0 1px rgba(47,128,237,.12); background: #0b241b; position: relative; }
.figure-frame img { width: 100%; display: block; }
.figure-frame .tagbar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(6,22,42,.85); border-bottom: 1px solid rgba(47,128,237,.2); font-family: var(--head); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-bright); }
.figure-frame .tagbar i { width: 8px; height: 8px; border-radius: 50%; background: #46d08a; box-shadow: 0 0 8px #46d08a; }

/* Metric chips row */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.chip { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid rgba(47,128,237,.3); font-family: var(--head); font-size: .86rem; color: #d6e3f2; }
.chip b { color: var(--gold-bright); }
.chip .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 8px var(--gold-bright); animation: blink 1.8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; }
}

/* Tech-image section (full data-grid overlay, no wrapper needed) */
.tech-section { position: relative; overflow: hidden; background-color: var(--green-950); background-size: cover; background-position: center; color: #d6e3f2; }
.tech-section::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, rgba(6,22,42,.95), rgba(6,22,42,.82) 45%, rgba(6,22,42,.55)); }
.tech-section::after { content: ""; position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(47,128,237,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.06) 1px, transparent 1px); background-size: 40px 40px; animation: gridPan 4s linear infinite; opacity: .5; }
.tech-section > .container { position: relative; z-index: 2; }
.tech-section h2, .tech-section h3 { color: #fff; }
.tech-section .lead { color: #bcd0ea; }
.tech-section .eyebrow { color: var(--gold-bright); }
.tech-section .eyebrow::before { background: var(--gold-bright); }

/* Rugby band fused with animated data grid */
.rugby-band .overlay::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(47,128,237,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.07) 1px, transparent 1px); background-size: 42px 42px; animation: gridPan 4.2s linear infinite; opacity: .55; pointer-events: none; }
.rugby-band .inner { position: relative; z-index: 2; }

/* ---------- Landing: calm overrides (fade-ins only) ---------- */
.hero::after { animation: none; }
.hero h1 .u, .u-grad { animation: none; }
.lp-hero-photo { max-width: 480px; margin-left: auto; }
.lp-steps .flow-step { text-align: left; }
.lp-contact { max-width: 620px; }

/* ---------- Featured founder (CEO central) ---------- */
.founder-lead { display: flex; justify-content: center; margin-bottom: 26px; }
.founder.featured { max-width: 440px; text-align: center; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(47,128,237,.35), var(--shadow); position: relative; }
.founder.featured .avatar { width: 132px; height: 132px; margin-bottom: 18px; }
.founder.featured h3 { font-size: 1.35rem; }
.founder.featured .role { font-size: 1rem; }
.founder.featured .badge-ceo { display: inline-block; margin-bottom: 10px; font-family: var(--head); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: #ffffff; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); padding: 4px 12px; border-radius: 999px; }
.founders.three { grid-template-columns: repeat(3, 1fr); max-width: 940px; margin: 0 auto; }
@media (max-width: 860px) { .founders.three { grid-template-columns: 1fr; } }

/* ============================================================
   IMAGERY-RICH LANDING — cinematic hero + brand creatives
   ============================================================ */
.cine { position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: flex-end; color: #fff; background: #071a30; }
.cine .bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: contrast(1.03) saturate(1.05) brightness(1.3); }
.cine .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,42,.62) 0%, rgba(5,22,42,.34) 42%, rgba(5,22,42,.08) 76%, rgba(5,22,42,0) 100%), linear-gradient(to top, rgba(5,22,42,.92) 0%, rgba(5,22,42,.58) 26%, rgba(5,22,42,.18) 52%, rgba(5,22,42,0) 78%); }
.cine::before { content: ""; position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(47,128,237,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(700px 500px at 20% 40%, #000, transparent 80%); }
.cine .container { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 60px; }
.cine .inner { max-width: 760px; }
.cine h1 { color: #fff; font-size: clamp(2.6rem, 5.8vw, 4.6rem); max-width: 16ch; line-height: 1.0; letter-spacing: -0.035em; text-shadow: 0 6px 40px rgba(0,0,0,.5); }
.cine h1 .u { color: #9cc6ff; }
.cine .lead { color: #e2ecf9; max-width: 52ch; text-shadow: 0 2px 14px rgba(5,22,42,.75); }
.cine .eyebrow { color: #ffffff; letter-spacing: .22em; font-size: .82rem; text-shadow: 0 2px 16px rgba(5,22,42,.9), 0 1px 4px rgba(5,22,42,.95); }
.cine .eyebrow::before { background: var(--gold-bright); box-shadow: 0 0 10px rgba(90,160,255,.8); }
.cine .mini { margin-top: 26px; display: flex; gap: 10px 22px; flex-wrap: wrap; font-family: var(--head); font-size: .82rem; color: #9cb2cf; letter-spacing: .03em; }
.cine .mini b { color: var(--gold-bright); }

/* Brand creative showcase (portrait posters with baked text) */
.showcase { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 34px 80px rgba(5,22,42,.5); border: 1px solid rgba(47,128,237,.28); max-width: 430px; margin: 0 auto; transition: transform .3s ease, box-shadow .3s ease; }
.showcase:hover { transform: translateY(-6px) rotate(-.5deg); box-shadow: 0 46px 100px rgba(5,22,42,.62); }
.showcase img { width: 100%; display: block; }
.showcase-tag { text-align: center; margin-top: 14px; font-family: var(--head); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }

/* Big statement band */
.band-photo { position: relative; overflow: hidden; background-color: #071a30; background-size: cover; background-position: center; }
.band-photo .veil { background: linear-gradient(90deg, rgba(6,22,42,.92), rgba(6,22,42,.7) 55%, rgba(6,22,42,.4)); padding: 96px 0; }
.band-photo .inner { position: relative; max-width: 640px; }
.band-photo h2 { color: #fff; }
.band-photo p { color: #c9d6e8; }
.band-photo .eyebrow { color: var(--gold-bright); }
.band-photo .eyebrow::before { background: var(--gold-bright); }

@media (max-width: 860px) {
  .cine { min-height: 92vh; }
  .cine .bg { background-position: center top; }
  .band-photo .veil { background: linear-gradient(180deg, rgba(6,22,42,.78), rgba(6,22,42,.92)); padding: 60px 0; }
}

/* Hero photo (Luther clearly visible, split hero) */
.hero-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 70px rgba(5,22,42,.5); border: 1px solid rgba(47,128,237,.32); max-width: 460px; margin-left: auto; }
.hero-photo img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 12%; }
.hero-photo .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 14px; background: linear-gradient(to top, rgba(5,22,42,.92), transparent); color: #fff; font-family: var(--head); font-size: .86rem; }
.hero-photo .cap b { color: var(--gold-bright); }
/* Team: equal, non-hierarchical row */
.founders.flat { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .founders.flat { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .founders.flat { grid-template-columns: 1fr; } }

/* ---------- Click-to-magnify lightbox ---------- */
.zoomable { cursor: zoom-in; position: relative; }
.zoomable::after { content: "\2922  Tap to enlarge"; position: absolute; top: 12px; right: 12px; background: rgba(6,22,42,.82); color: var(--gold-bright); font-family: var(--head); font-size: .7rem; letter-spacing: .06em; padding: 6px 11px; border-radius: 999px; opacity: 0; transition: opacity .2s ease; pointer-events: none; z-index: 3; }
.zoomable:hover::after { opacity: 1; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(4,10,20,.93); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; padding: 32px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(94vw, 1120px); max-height: 92vh; border-radius: 12px; box-shadow: 0 40px 100px rgba(0,0,0,.6); border: 1px solid rgba(47,128,237,.4); }
.lightbox .x { position: absolute; top: 18px; right: 28px; color: #fff; font-size: 2.2rem; font-family: var(--head); cursor: pointer; line-height: 1; }

/* Bigger, bolder brand creatives */
.showcase { max-width: 520px; }

/* Luther success band */
.lstats { display: flex; flex-wrap: wrap; gap: 18px 44px; margin: 6px 0 4px; }
.lstat .big { font-family: var(--head); font-size: clamp(2.2rem,4vw,3rem); font-weight: 700; color: var(--gold-bright); line-height: 1; }
.lstat p { color: #a7bdd8; margin: 4px 0 0; font-size: .9rem; max-width: 18ch; }
.honours { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.honour { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(47,128,237,.35); font-family: var(--head); font-weight: 600; font-size: .9rem; color: #fff; }
.honour::before { content: "\2605"; color: var(--gold-bright); font-size: .9rem; }

/* Real brand logo */
.brand-logo { height: 46px; width: auto; display: block; }
.footer-logo { height: 42px; width: auto; display: block; margin: 0 auto 20px; opacity: .96; }
@media (max-width: 520px) { .brand-logo { height: 38px; } }

.cine::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; z-index: 3; background: linear-gradient(90deg, var(--gold-600), var(--gold-bright) 50%, var(--gold-600)); }

/* How it works: 4-up flow collapses gracefully */
@media (max-width: 1000px){ .flow.lp-steps{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width: 560px){ .flow.lp-steps{ grid-template-columns:1fr !important; } }

/* ============================================================
   HOW IT WORKS — futuristic operating-system dashboard
   ============================================================ */
@keyframes osPan { to { background-position: 40px 40px; } }
@keyframes osScan { 0% { transform: translateY(-100%); opacity: 0; } 12% { opacity: .5; } 88% { opacity: .5; } 100% { transform: translateY(1400%); opacity: 0; } }
@keyframes osBlink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.os-dash { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 24px 24px 26px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); border: 1px solid rgba(47,128,237,.3); box-shadow: 0 40px 90px rgba(0,0,0,.5); }
.os-dash::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(47,128,237,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,237,.06) 1px, transparent 1px); background-size: 40px 40px; animation: osPan 3.6s linear infinite; opacity: .5; pointer-events: none; }
.os-dash .scanline { position: absolute; left: 0; right: 0; top: 0; height: 70px; background: linear-gradient(180deg, transparent, rgba(47,128,237,.1), transparent); animation: osScan 7s linear infinite; pointer-events: none; }
.os-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 18px; border-bottom: 1px solid rgba(47,128,237,.18); margin-bottom: 22px; flex-wrap: wrap; gap: 8px; }
.os-title { font-family: var(--head); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-bright); }
.os-live { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-size: .72rem; letter-spacing: .12em; color: #8ef0be; }
.os-live i { width: 8px; height: 8px; border-radius: 50%; background: #46d08a; box-shadow: 0 0 0 4px rgba(70,208,138,.2); animation: osBlink 1.4s ease-in-out infinite; }
.os-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.os-mod { position: relative; background: rgba(6,22,42,.55); border: 1px solid rgba(47,128,237,.24); border-radius: 14px; padding: 22px 20px; transition: transform .2s ease, border-color .25s ease, box-shadow .25s ease; }
.os-mod:hover { transform: translateY(-4px); border-color: rgba(47,128,237,.6); box-shadow: 0 0 30px rgba(47,128,237,.18); }
.os-mod .n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; font-family: var(--head); font-weight: 700; color: #ffffff; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 0 16px rgba(90,160,255,.4); margin-bottom: 14px; }
.os-mod h3 { color: #fff; margin: 0 0 8px; font-size: 1.1rem; }
.os-mod p { color: #bcd0ea; margin: 0; font-size: .95rem; }
.os-mod:not(:last-child)::after { content: "\203A"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); color: var(--gold-bright); font-size: 1.6rem; z-index: 3; text-shadow: 0 0 8px rgba(90,160,255,.6); }
@media (max-width: 1000px){ .os-grid { grid-template-columns: repeat(2,1fr); } .os-mod:not(:last-child)::after { display: none; } }
@media (max-width: 560px){ .os-grid { grid-template-columns: 1fr; } }

/* Signal Intelligence Architecture — 6-stage pipeline */
.os-sub { position:relative; z-index:2; margin:-6px 6px 18px; font-size:.9rem; color:#a7bdd8; }
.os-rules { position:relative; z-index:2; display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.os-rule { font-family:var(--head); font-size:.72rem; letter-spacing:.05em; color:#cdddf0; background:rgba(255,255,255,.05); border:1px solid rgba(47,128,237,.32); padding:6px 12px; border-radius:999px; }
.os-grid.six { grid-template-columns:repeat(6,1fr); gap:12px; }
.os-grid.six .os-mod { padding:18px 15px; }
.os-grid.six .os-mod::after { display:none; }
.os-mod h3 { font-size:1rem; }
.os-mod .tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:11px; }
.os-mod .tag { font-family:var(--head); font-size:.64rem; letter-spacing:.02em; color:#a7bdd8; background:rgba(255,255,255,.04); border:1px solid rgba(47,128,237,.24); padding:3px 8px; border-radius:6px; }
.os-mod .foot { margin-top:12px; padding-top:9px; border-top:1px dashed rgba(47,128,237,.24); font-size:.72rem; color:#8fa6c6; }
.os-loop { position:relative; z-index:2; margin-top:20px; display:flex; align-items:center; justify-content:center; gap:10px; padding:13px; border-radius:12px; background:rgba(9,30,55,.6); border:1px solid rgba(47,128,237,.3); font-family:var(--head); font-size:.85rem; letter-spacing:.04em; color:#cdddf0; }
.os-loop b { color: var(--gold-bright); font-size:1.1rem; }
@media (max-width:1100px){ .os-grid.six { grid-template-columns:repeat(3,1fr); } }
@media (max-width:720px){ .os-grid.six { grid-temp