/* ============================================================
   MALIDRA — PREMIUM DARK / GLASSMORPHIC v5
   Palette: cyan #06b6d4 (cyan-500) | blue #2563eb (blue-600)
   BG: #050505  Surface: glass rgba(255,255,255,.05)
   Fonts: Inter + Space Grotesk
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --bg:        #050505;
  --bg-2:      #080808;
  --surface:   rgba(255,255,255,0.04);
  --surface-2: rgba(255,255,255,0.07);
  --border:    rgba(255,255,255,0.08);
  --border-2:  rgba(255,255,255,0.12);
  --text:      #f8fafc;
  --text-2:    #94a3b8;
  --muted:     #475569;
  --teal:      #2563eb;
  --cyan:      #06b6d4;
  --coral:     #F07167;
  --coral-l:   #f5918a;
  --grad:         linear-gradient(135deg,#2563eb,#06b6d4);
  --grad-warm:    linear-gradient(135deg,#F07167,#f5918a);
  --grad-mix:     linear-gradient(135deg,#2563eb,#06b6d4 50%,#F07167);
  --grad-text:    linear-gradient(135deg,#06b6d4,#2563eb);
  --grad-subtle:  linear-gradient(135deg,rgba(37,99,235,.10),rgba(6,182,212,.04));
  --r:    18px;
  --r-sm: 12px;
}

html { scroll-behavior:smooth; }

body {
  font-family:'Inter',sans-serif;
  background: #050505;
  background-attachment: fixed;
  color:var(--text);
  line-height:1.6; overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
/* Ambient radial glows layered over #050505 */
body::before {
  content:''; position:fixed; inset:0; pointer-events:none; z-index:0;
  background:
    radial-gradient(ellipse 70% 45% at 15% 10%, rgba(6,182,212,.07) 0%, transparent 65%),
    radial-gradient(ellipse 55% 40% at 85% 85%, rgba(37,99,235,.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(6,182,212,.03) 0%, transparent 70%);
}
body > * { position:relative; z-index:1; }

h1,h2,h3,h4 { font-family:'Space Grotesk',sans-serif; line-height:1.1; }

/* ── Navbar ─────────────────────────────────────────────────── */
#navbar {
  display:flex; justify-content:space-between; align-items:center;
  padding:1.1rem 3rem; position:fixed; inset:0 0 auto 0;
  z-index:1000; transition:all .4s cubic-bezier(.16,1,.3,1);
}
#navbar.scrolled {
  padding:.7rem 3rem;
  background:rgba(5,5,5,0.85); backdrop-filter:blur(24px) saturate(1.6);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.logo {
  display:flex; align-items:center; gap:.6rem; text-decoration:none;
  color:var(--text); font-family:'Space Grotesk',sans-serif;
  font-weight:700; font-size:.9rem; letter-spacing:.12em;
}
.logo-icon {
  width:34px; height:34px; border-radius:9px;
  background:var(--grad); display:inline-flex;
  align-items:center; justify-content:center;
  font-size:.85rem; font-weight:800; color:#fff;
}
.nav-links { display:flex; gap:2rem; }
.nav-links a {
  color:var(--text-2); text-decoration:none; font-size:.82rem;
  font-weight:500; letter-spacing:.02em; transition:color .3s; position:relative;
}
.nav-links a::after {
  content:''; position:absolute; bottom:-4px; left:0;
  width:0; height:2px; background:var(--grad);
  border-radius:2px; transition:width .3s;
}
.nav-links a:hover,.nav-links a.active { color:var(--text); }
.nav-links a:hover::after,.nav-links a.active::after { width:100%; }
.nav-cta {
  padding:.52rem 1.35rem; background:var(--grad); color:#fff;
  border:none; border-radius:50px; font-size:.8rem; font-weight:600;
  font-family:'Inter',sans-serif; cursor:pointer;
  transition:transform .3s, box-shadow .3s;
}
.nav-cta:hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(0,129,167,.38); }
.mobile-toggle {
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; cursor:pointer; padding:4px; z-index:1001;
}
.mobile-toggle span { width:22px; height:2px; background:var(--text); border-radius:2px; transition:.3s; }
.mobile-toggle.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity:0; }
.mobile-toggle.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.9rem 2.1rem; border-radius:50px; font-size:.9rem; font-weight:600;
  font-family:'Inter',sans-serif; text-decoration:none; cursor:pointer; border:none;
  transition:all .3s cubic-bezier(.16,1,.3,1);
}
.btn-primary { background:var(--grad); color:#fff; box-shadow:0 4px 20px rgba(0,129,167,.25); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 10px 34px rgba(0,129,167,.42); }
.btn-glass {
  background:rgba(255,255,255,.05); color:var(--text);
  border:1px solid var(--border-2); backdrop-filter:blur(8px);
}
.btn-glass:hover { border-color:rgba(0,175,185,.35); background:rgba(0,175,185,.07); }
.btn-ultra { background:linear-gradient(135deg,var(--coral),var(--teal)); color:#fff; box-shadow:0 4px 20px rgba(240,113,103,.22); }
.btn-ultra:hover { transform:translateY(-2px); box-shadow:0 10px 34px rgba(240,113,103,.38); }
.btn-outline { background:transparent; color:var(--cyan); border:1px solid rgba(0,175,185,.3); }
.btn-outline:hover { background:rgba(0,175,185,.08); }
.btn-full { width:100%; }
.btn-lg { padding:1.05rem 2.6rem; font-size:1rem; }

/* ── Section ─────────────────────────────────────────────────── */
.section { padding:7rem 3rem; max-width:1200px; margin:0 auto; }
.section-header { text-align:center; margin-bottom:4rem; }
.section-header h2 { font-size:clamp(2rem,4vw,3.2rem); font-weight:800; letter-spacing:-.02em; margin-top:.5rem; }
.section-subtitle { color:var(--text-2); margin-top:.9rem; font-size:1.05rem; }
.amp { color:var(--coral); font-style:italic; }

.section-tag {
  display:inline-flex; align-items:center; gap:.45rem; font-size:.68rem; font-weight:600;
  text-transform:uppercase; letter-spacing:.2em; color:var(--cyan);
  padding:.35rem 1.1rem; background:rgba(0,175,185,.08);
  border:1px solid rgba(0,175,185,.18); border-radius:50px;
  margin-bottom:.9rem; position:relative; overflow:hidden;
}
.section-tag::after {
  content:''; position:absolute; top:0; left:-100%; width:60%; height:100%;
  background:linear-gradient(90deg,transparent,rgba(0,175,185,.28),transparent);
  animation:shimmer 3s infinite;
}
@keyframes shimmer { to { left:200%; } }

/* ── Section washes ─────────────────────────────────────────── */
.sect-teal-wash { position:relative; }
.sect-teal-wash::before {
  content:''; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 70% 50% at 15% 50%, rgba(6,182,212,0.07) 0%, transparent 65%);
}
.sect-coral-wash { position:relative; }
.sect-coral-wash::before {
  content:''; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 70% 50% at 85% 50%, rgba(240,113,103,0.06) 0%, transparent 65%);
}
.sect-top-glow { position:relative; }
.sect-top-glow::before {
  content:''; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 80% 40% at 50% 0%, rgba(37,99,235,0.09) 0%, transparent 60%);
}
.sect-teal-wash > *, .sect-coral-wash > *, .sect-top-glow > * { position:relative; z-index:1; }

/* ── Section divider ─────────────────────────────────────────── */
.section-divider {
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(0,175,185,0.25), rgba(240,113,103,0.15), transparent);
  margin:0 3rem;
}

/* ── Magnetic card hover ─────────────────────────────────────── */
.card-mag {
  position:relative; overflow:hidden;
  transition:transform .4s cubic-bezier(.16,1,.3,1),
             border-color .4s, box-shadow .4s;
}
.card-mag::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(520px circle at var(--mx,50%) var(--my,50%),
    rgba(0,175,185,.14),transparent 42%);
  opacity:0; transition:opacity .35s; pointer-events:none; z-index:1; border-radius:inherit;
}
.card-mag:hover::before { opacity:1; }
.card-mag::after {
  content:''; position:absolute; inset:0; border-radius:inherit;
  opacity:0; transition:opacity .35s; pointer-events:none; z-index:2;
  box-shadow:inset 0 0 0 1px rgba(0,175,185,.32), 0 0 35px rgba(0,175,185,.07);
}
.card-mag:hover::after { opacity:1; }
.card-mag:hover { transform:translateY(-6px); box-shadow:0 28px 70px rgba(0,0,0,.35); }

/* ── Scroll reveal ──────────────────────────────────────────── */
.reveal {
  opacity:0; transform:translateY(38px);
  transition:opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1);
}
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal:nth-child(2) { transition-delay:.1s; }
.reveal:nth-child(3) { transition-delay:.2s; }
.reveal:nth-child(4) { transition-delay:.3s; }

/* ── Icon helpers ────────────────────────────────────────────── */
.ico-inline { display:inline-flex; align-items:center; gap:.4rem; }
.tag-icon { display:inline-flex; align-items:center; gap:.5rem; }

.feat-icon-li { display:flex; align-items:flex-start; gap:.7rem; padding:.3rem 0; border-bottom:1px solid rgba(255,255,255,0.04); }
.feat-icon-li:last-child { border-bottom:none; }
.feat-icon-li .fi { flex-shrink:0; color:var(--cyan); margin-top:1px; }
.feat-icon-li p { font-size:.82rem; color:var(--text-2); line-height:1.6; margin:0; }
.feat-icon-li h5 { font-size:.88rem; font-weight:600; margin-bottom:.15rem; }

.val-icon { color:var(--cyan); flex-shrink:0; }

/* ── Step cards ──────────────────────────────────────────────── */
.step-card {
  background:linear-gradient(145deg, #0c1c38 0%, #091526 100%);
  border:1px solid var(--border); border-radius:var(--r-sm); padding:1.8rem;
  position:relative; overflow:hidden;
  transition:transform .3s, border-color .3s;
}
.step-card:hover { transform:translateY(-4px); border-color:rgba(0,175,185,.22); }
.step-num {
  font-family:'Space Grotesk',sans-serif; font-size:2.5rem; font-weight:800;
  background:linear-gradient(135deg,rgba(255,140,0,.35),rgba(255,165,0,.15));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  position:absolute; top:.8rem; right:1rem;
}
.step-icon {
  width:46px; height:46px; border-radius:13px; background:var(--grad-subtle);
  display:flex; align-items:center; justify-content:center; color:var(--cyan); margin-bottom:1rem;
}
.step-card h4 { font-size:.95rem; font-weight:700; margin-bottom:.4rem; }
.step-card p { font-size:.8rem; color:var(--text-2); line-height:1.6; }

/* ── Tech pills ──────────────────────────────────────────────── */
.tech-pill {
  display:inline-flex; align-items:center; gap:.4rem; padding:.4rem 1rem;
  background:rgba(0,175,185,0.07); border:1px solid rgba(0,175,185,0.15);
  border-radius:50px; font-size:.78rem; font-weight:500; color:var(--text-2);
  transition:all .3s;
}
.tech-pill:hover { background:rgba(0,175,185,.12); color:var(--cyan); border-color:rgba(0,175,185,.3); }
.tech-pill svg { color:var(--cyan); }

/* ── Inquiry box ─────────────────────────────────────────────── */
.inquiry-box {
  background:linear-gradient(145deg,#0c1c38,#091526);
  border:1px solid var(--border); border-radius:var(--r); padding:3.5rem;
  text-align:center; position:relative; overflow:hidden;
}
.inquiry-box::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,175,185,0.08),transparent 60%);
  pointer-events:none;
}
.inquiry-box h2 {
  font-size:clamp(1.8rem,3vw,2.4rem); font-weight:800; margin-bottom:1rem;
  position:relative; z-index:1;
}
.inquiry-box p {
  color:var(--text-2); font-size:1rem; max-width:540px; margin:0 auto 2rem;
  line-height:1.75; position:relative; z-index:1;
}
.inquiry-box .btn { position:relative; z-index:1; }
.inquiry-contacts {
  display:flex; justify-content:center; gap:2rem; margin-top:2rem;
  flex-wrap:wrap; position:relative; z-index:1;
}
.inquiry-contact { display:flex; align-items:center; gap:.5rem; color:var(--text-2); font-size:.88rem; }
.inquiry-contact svg { color:var(--coral); }
.inquiry-contact a { color:var(--cyan); text-decoration:none; }
.inquiry-contact a:hover { text-decoration:underline; }

/* ── Pillar cards ────────────────────────────────────────────── */
.pillar-card {
  background:linear-gradient(145deg,#0c1c38 0%,#091526 60%,#080f1e 100%);
  border:1px solid var(--border); border-radius:var(--r); padding:2.5rem;
  position:relative; overflow:hidden;
  transition:transform .4s cubic-bezier(.16,1,.3,1), border-color .4s, box-shadow .4s;
}
.pillar-card:hover { transform:translateY(-7px); border-color:rgba(0,175,185,.22); box-shadow:0 24px 60px rgba(0,0,0,.4); }
.pillar-card-header { display:flex; align-items:flex-start; gap:1.2rem; margin-bottom:1.5rem; }
.pillar-icon {
  width:56px; height:56px; flex-shrink:0; border-radius:15px;
  display:flex; align-items:center; justify-content:center;
}
.pillar-icon-teal {
  background:linear-gradient(135deg,rgba(0,129,167,.18),rgba(0,175,185,.08));
  color:var(--cyan); border:1px solid rgba(0,175,185,.15);
}
.pillar-icon-coral {
  background:linear-gradient(135deg,rgba(240,113,103,.18),rgba(240,113,103,.06));
  color:var(--coral); border:1px solid rgba(240,113,103,.15);
}
.pillar-icon-mix {
  background:linear-gradient(135deg,rgba(0,129,167,.15),rgba(240,113,103,.1));
  color:var(--cyan); border:1px solid rgba(0,175,185,.12);
}
.pillar-card h3 { font-size:1.2rem; font-weight:700; margin-bottom:.4rem; }
.pillar-card .pillar-subtitle { font-size:.78rem; color:var(--coral); text-transform:uppercase; letter-spacing:.08em; font-weight:600; }
.pillar-card > p { color:var(--text-2); font-size:.9rem; line-height:1.78; margin-bottom:1.5rem; }
.pillar-feats { list-style:none; display:flex; flex-direction:column; gap:.6rem; }
.pillar-feats li { display:flex; align-items:flex-start; gap:.65rem; font-size:.82rem; color:var(--text-2); }
.pillar-feats li svg { flex-shrink:0; color:var(--cyan); margin-top:2px; }

/* ── Why grid ────────────────────────────────────────────────── */
.why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.why-item {
  display:flex; align-items:flex-start; gap:1rem; padding:1.5rem;
  background:linear-gradient(145deg,#0c1c38,#091526);
  border:1px solid var(--border); border-radius:var(--r-sm); transition:border-color .3s;
}
.why-item:hover { border-color:rgba(0,175,185,.2); }
.why-icon {
  flex-shrink:0; width:42px; height:42px; border-radius:11px;
  background:var(--grad-subtle); display:flex; align-items:center; justify-content:center; color:var(--cyan);
}
.why-item h4 { font-size:.92rem; font-weight:600; margin-bottom:.3rem; }
.why-item p { font-size:.8rem; color:var(--text-2); line-height:1.6; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height:100vh; display:flex; align-items:center;
  padding:6rem 3rem 3rem; position:relative; overflow:hidden;
}
#heroCanvas { position:absolute; inset:0; width:100%; height:100%; z-index:0; }
.hero-grid-overlay {
  position:absolute; inset:0; z-index:0;
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:radial-gradient(ellipse 75% 80% at 50% 50%,black 30%,transparent 80%);
  -webkit-mask-image:radial-gradient(ellipse 75% 80% at 50% 50%,black 30%,transparent 80%);
}
.hero-inner {
  max-width:1200px; margin:0 auto; width:100%;
  display:grid; grid-template-columns:55% 45%;
  align-items:center; gap:3rem; position:relative; z-index:2;
}
.hero-left { max-width:600px; }

.hero-badge {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.38rem 1.15rem; background:rgba(0,175,185,.07);
  border:1px solid rgba(0,175,185,.22); border-radius:50px;
  font-size:.72rem; font-weight:500; color:var(--cyan);
  letter-spacing:.04em; margin-bottom:2rem;
}
.badge-dot {
  width:6px; height:6px; background:var(--cyan); border-radius:50%;
  animation:pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100%{box-shadow:0 0 0 0 rgba(0,175,185,.55);}
  50%{box-shadow:0 0 0 7px rgba(0,175,185,0);}
}

.hero h1 {
  font-size:clamp(3rem,6.5vw,5.8rem);
  font-weight:800; letter-spacing:-.03em; margin-bottom:1rem; line-height:1.04;
}
.hero h1 .line { display:block; }
.hero h1 .accent {
  background:var(--grad-text);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.hero-tagline {
  font-family:'Space Grotesk',sans-serif; font-size:.88rem;
  font-weight:500; letter-spacing:.44em; color:var(--coral);
  margin-bottom:1.4rem; text-transform:uppercase;
}
.hero-sub {
  font-size:1.08rem; color:var(--text-2);
  max-width:500px; margin-bottom:2.5rem; line-height:1.76;
}
.hero-actions { display:flex; gap:.9rem; flex-wrap:wrap; }

/* Hero right — orbital + floating stats */
.hero-right {
  position:relative; display:flex;
  align-items:center; justify-content:center; height:480px;
}
.orb-system {
  position:relative; width:220px; height:220px;
  display:flex; align-items:center; justify-content:center;
}
.orb-core {
  width:50px; height:50px; border-radius:50%; background:var(--grad);
  box-shadow:0 0 44px rgba(0,175,185,.55), 0 0 90px rgba(0,175,185,.2);
}
.orb-ring {
  position:absolute; border-radius:50%; border:1px solid rgba(0,175,185,.15);
}
.orb-ring-1 { width:120px; height:120px; animation:spin 10s linear infinite; }
.orb-ring-2 { width:185px; height:185px; border-color:rgba(240,113,103,.12); animation:spin 17s linear infinite reverse; }
.orb-ring-3 { width:270px; height:270px; animation:spin 26s linear infinite; }
.orb-ring::before {
  content:''; position:absolute; top:-4px; left:50%;
  width:8px; height:8px; border-radius:50%; transform:translateX(-50%);
}
.orb-ring-1::before { background:var(--cyan); box-shadow:0 0 10px var(--cyan); }
.orb-ring-2::before { background:var(--coral); box-shadow:0 0 10px var(--coral); }
.orb-ring-3::before { background:var(--teal); box-shadow:0 0 10px var(--teal); }
@keyframes spin { from{transform:rotate(0)}to{transform:rotate(360deg)} }

/* Floating stat cards */
.f-stats { position:absolute; inset:0; pointer-events:none; }
.f-stat { position:absolute; display:flex; align-items:flex-start; gap:0; pointer-events:none; }
.f-stat-connector { display:flex; flex-direction:column; align-items:flex-end; margin-top:18px; }
.f-stat-line-h { width:28px; height:1px; background:rgba(0,175,185,.45); }
.f-stat-line-v { width:1px; height:22px; background:rgba(0,175,185,.45); align-self:flex-end; }
.f-stat-dot {
  width:7px; height:7px; background:var(--cyan); border-radius:50%;
  box-shadow:0 0 10px var(--cyan); margin-top:-3.5px; margin-right:-3.5px;
}
.f-stat-box {
  background:rgba(8,15,29,.92); backdrop-filter:blur(14px);
  border:1px solid rgba(0,175,185,.2); border-radius:11px;
  padding:.65rem 1.1rem; min-width:130px;
}
.f-stat-num { font-family:'Space Grotesk',sans-serif; font-size:1.15rem; font-weight:700; color:var(--cyan); display:block; }
.f-stat-label { font-size:.62rem; color:var(--text-2); text-transform:uppercase; letter-spacing:.08em; display:block; margin-top:.1rem; }
.f-stat-1 { top:16%; right:0;   animation:floatY 4s   ease-in-out infinite; }
.f-stat-2 { top:45%; right:2%;  animation:floatY 5s   ease-in-out infinite .6s; }
.f-stat-3 { top:73%; right:4%;  animation:floatY 4.5s ease-in-out infinite 1.2s; }
@keyframes floatY { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }

/* Scroll indicator */
.scroll-ind {
  position:absolute; bottom:2.2rem; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:.5rem; z-index:2;
}
.scroll-mouse {
  width:24px; height:38px; border:2px solid rgba(0,175,185,.32);
  border-radius:12px; display:flex; justify-content:center; padding-top:7px;
}
.scroll-dot { width:3px; height:8px; background:var(--cyan); border-radius:3px; animation:sdot 2s ease-in-out infinite; }
@keyframes sdot { 0%{transform:translateY(0);opacity:1;}100%{transform:translateY(14px);opacity:0;} }
.scroll-ind span { font-size:.6rem; text-transform:uppercase; letter-spacing:.15em; color:var(--muted); }

/* ============================================================
   MISSION & VISION
   ============================================================ */
.mv-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-bottom:2.5rem; }
.mv-card {
  background:linear-gradient(145deg, #0c1c38 0%, #091526 60%, #080f1e 100%);
  border:1px solid var(--border);
  border-radius:var(--r); padding:2.5rem;
  position:relative; overflow:hidden;
  transition:transform .4s cubic-bezier(.16,1,.3,1), border-color .4s;
}
.mv-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--grad); opacity:0; transition:opacity .4s;
}
.mv-card:hover { transform:translateY(-5px); border-color:rgba(0,175,185,.18); }
.mv-card:hover::before { opacity:1; }
.mv-icon {
  width:52px; height:52px; border-radius:14px;
  background:var(--grad-subtle); border:1px solid rgba(0,175,185,.1);
  display:flex; align-items:center; justify-content:center;
  color:var(--cyan); margin-bottom:1.5rem;
}
.mv-card h3 {
  font-size:1.25rem; font-weight:700; margin-bottom:.9rem;
  background:var(--grad-text); -webkit-background-clip:text;
  -webkit-text-fill-color:transparent; background-clip:text;
}
.mv-card p { color:var(--text-2); font-size:.92rem; line-height:1.82; }

.values-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.val-item {
  display:flex; align-items:center; gap:.8rem; padding:1.1rem 1.3rem;
  background:linear-gradient(145deg,#0c1c38,#091526); border:1px solid var(--border); border-radius:var(--r-sm);
  transition:border-color .3s;
}
.val-item:hover { border-color:rgba(0,175,185,.22); }
.val-num { font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:.72rem; color:var(--coral); }
.val-txt { font-size:.82rem; font-weight:500; color:var(--text-2); }

/* ============================================================
   R&D
   ============================================================ */
.rd-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.rd-text h2 { font-size:clamp(1.8rem,3.5vw,2.6rem); font-weight:800; letter-spacing:-.02em; margin:.5rem 0 1rem; }
.rd-text>p { color:var(--text-2); font-size:.94rem; line-height:1.82; margin-bottom:2rem; }
.rd-areas { display:flex; flex-direction:column; gap:1.5rem; }
.rd-area { display:flex; gap:1rem; align-items:flex-start; }
.rd-area-icon {
  flex-shrink:0; width:44px; height:44px; border-radius:12px;
  background:var(--grad-subtle); display:flex; align-items:center; justify-content:center; color:var(--cyan);
}
.rd-area h4 { font-size:.95rem; font-weight:600; margin-bottom:.3rem; }
.rd-area p { font-size:.82rem; color:var(--text-2); line-height:1.62; }
.rd-visual { position:relative; height:420px; display:flex; align-items:center; justify-content:center; }
.rd-dp {
  position:absolute; background:rgba(8,15,29,.92); border:1px solid rgba(0,175,185,.22);
  border-radius:8px; padding:.4rem .85rem; font-size:.7rem; font-weight:600;
  color:var(--cyan); letter-spacing:.08em;
}
.rd-dp-1 { top:14%; left:18%; animation:floatY 3.5s ease-in-out infinite; }
.rd-dp-2 { top:24%; right:8%;  animation:floatY 4s   ease-in-out infinite .5s; }
.rd-dp-3 { bottom:24%; left:8%;  animation:floatY 4.5s ease-in-out infinite 1s; }
.rd-dp-4 { bottom:14%; right:16%; animation:floatY 3.8s ease-in-out infinite 1.5s; }

/* ============================================================
   PRODUCTS
   ============================================================ */
.products-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.product-card {
  background:linear-gradient(145deg, #0c1c38 0%, #091526 60%, #080f1e 100%);
  border:1px solid var(--border); border-radius:var(--r);
  padding:2.5rem 2rem; position:relative;
}
.p-num {
  font-family:'Space Grotesk',sans-serif; font-size:3rem; font-weight:800;
  background:linear-gradient(135deg,rgba(255,140,0,.35),rgba(255,165,0,.15));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  position:absolute; top:1rem; right:1.5rem;
}
.p-icon {
  width:60px; height:60px; border-radius:16px;
  background:var(--grad-subtle); border:1px solid rgba(0,175,185,.1);
  display:flex; align-items:center; justify-content:center;
  color:var(--cyan); margin-bottom:1.5rem; position:relative; z-index:1;
}
.product-card h3 { font-size:1.15rem; font-weight:700; margin-bottom:.8rem; }
.product-card>p { color:var(--text-2); font-size:.88rem; line-height:1.72; margin-bottom:1.5rem; }
.p-feat { list-style:none; display:flex; flex-direction:column; gap:.55rem; }
.p-feat li { display:flex; align-items:center; gap:.5rem; font-size:.8rem; color:var(--text-2); padding:.3rem 0; border-bottom:1px solid rgba(255,255,255,.04); }
.p-feat li:last-child { border-bottom:none; }
.p-feat li svg { flex-shrink:0; color:var(--cyan); }

/* ============================================================
   CUSTOM DEVELOPMENT
   ============================================================ */
.cd-outer { padding-left:0; padding-right:0; max-width:100%; }
.cd-panel {
  max-width:1200px; margin:0 auto; background:var(--surface);
  border:1px solid var(--border); border-radius:var(--r); padding:4rem; position:relative; overflow:hidden;
}
.cd-glow {
  position:absolute; top:-30%; right:-10%; width:500px; height:400px;
  background:radial-gradient(ellipse,rgba(240,113,103,.08),transparent 60%); pointer-events:none;
}
.cd-panel h2 { font-size:clamp(1.8rem,3vw,2.4rem); font-weight:800; margin:.5rem 0 1rem; }
.cd-desc { color:var(--text-2); font-size:1rem; line-height:1.72; max-width:640px; margin-bottom:2.5rem; }
.cd-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; margin-bottom:2.5rem; }
.cd-item {
  background:var(--bg); border:1px solid var(--border); border-radius:var(--r-sm);
  padding:1.5rem; position:relative;
  transition:border-color .3s, transform .3s;
}
.cd-item:hover { border-color:rgba(0,175,185,.22); transform:translateY(-3px); }
.cd-item-icon { width:42px; height:42px; background:var(--grad-subtle); border-radius:11px; display:flex; align-items:center; justify-content:center; color:var(--cyan); margin-bottom:1rem; }
.cd-item h4 { font-size:.92rem; font-weight:600; margin-bottom:.4rem; }
.cd-item p { font-size:.8rem; color:var(--text-2); line-height:1.62; }
.cd-actions { display:flex; gap:1rem; flex-wrap:wrap; align-items:center; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; align-items:start; }
.pricing-card {
  background:linear-gradient(145deg, #0c1c38 0%, #091526 60%, #080f1e 100%);
  border:1px solid var(--border);
  border-radius:var(--r); padding:2.5rem 2rem; position:relative;
  transition:transform .4s cubic-bezier(.16,1,.3,1);
}
.pricing-card:hover { transform:translateY(-4px); }
.pricing-card.featured {
  background:linear-gradient(180deg,rgba(0,175,185,.07) 0%,#091526 40%);
  border-color:rgba(0,175,185,.32); box-shadow:0 8px 50px rgba(0,175,185,.1);
  transform:scale(1.03);
}
.pricing-card.featured:hover { transform:scale(1.03) translateY(-4px); }
.pricing-card.ultra { background:linear-gradient(180deg,rgba(240,113,103,.05) 0%,#091526 40%); }
.pricing-badge {
  position:absolute; top:-12px; left:50%; transform:translateX(-50%);
  padding:.28rem 1.15rem; background:var(--grad); color:#fff;
  font-size:.68rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.08em; border-radius:50px; white-space:nowrap;
}
.pricing-tier {
  display:flex; align-items:center; gap:.5rem;
  font-family:'Space Grotesk',sans-serif; font-size:.95rem; font-weight:600;
  text-transform:uppercase; letter-spacing:.1em; color:var(--text-2); margin-bottom:1.5rem;
}
.pricing-tier svg { color:var(--cyan); }
.pricing-tier-ultra svg { color:var(--coral); }
.pricing-price { display:flex; align-items:baseline; gap:.15rem; margin-bottom:.8rem; }
.price-cur { font-size:1.3rem; font-weight:600; color:var(--text-2); }
.price-amt { font-family:'Space Grotesk',sans-serif; font-size:3.2rem; font-weight:800; letter-spacing:-.03em; line-height:1; background:var(--grad-text); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.price-per { font-size:.85rem; color:var(--muted); }
.price-tbd { font-size:1.1rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--cyan); opacity:.85; padding:.4rem 0; }
.soon-badge { display:inline-block; margin-left:.5rem; padding:.15rem .55rem; font-size:.65rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; background:rgba(0,224,255,.12); color:var(--cyan); border:1px solid rgba(0,224,255,.35); border-radius:999px; vertical-align:middle; }
.p-audience-tag { display:inline-block; margin-bottom:.6rem; padding:.2rem .7rem; font-size:.7rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; background:rgba(0,224,255,.08); color:var(--cyan); border:1px solid rgba(0,224,255,.25); border-radius:4px; }
.pricing-desc { color:var(--text-2); font-size:.85rem; margin-bottom:2rem; line-height:1.62; }
.pricing-feat { list-style:none; display:flex; flex-direction:column; gap:.8rem; margin-bottom:2rem; }
.pricing-feat li { display:flex; align-items:center; gap:.7rem; font-size:.85rem; color:var(--text-2); }
.pf-check { flex-shrink:0; width:22px; height:22px; background:rgba(0,175,185,.1); border-radius:6px; display:inline-flex; align-items:center; justify-content:center; color:var(--cyan); }
.pf-x { flex-shrink:0; width:22px; height:22px; background:rgba(255,255,255,.03); border-radius:6px; display:inline-flex; align-items:center; justify-content:center; color:var(--muted); }
.pricing-feat li.off { opacity:.3; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section { text-align:center; position:relative; overflow:hidden; padding:8rem 3rem; max-width:100%; }
.cta-canvas-wrap { position:absolute; inset:0; z-index:0; }
.cta-canvas-wrap canvas { width:100%; height:100%; }
.cta-inner { position:relative; z-index:2; }
.cta-section h2 { font-size:clamp(1.9rem,4vw,2.9rem); font-weight:800; letter-spacing:-.02em; margin:.8rem 0 1rem; }
.cta-inner>p { color:var(--text-2); font-size:1.03rem; max-width:500px; margin:0 auto 2rem; }
.cta-locs { display:flex; justify-content:center; gap:2rem; margin-top:2.5rem; flex-wrap:wrap; }
.cta-loc { display:flex; align-items:center; gap:.5rem; font-size:.82rem; color:var(--muted); }
.cta-loc svg { color:var(--coral); }

/* ============================================================
   FOOTER
   ============================================================ */
footer { border-top:1px solid var(--border); padding:0 3rem; background:var(--bg); }
.footer-wrap {
  display:flex; justify-content:space-between; align-items:start;
  padding:4rem 0 3rem; max-width:1200px; margin:0 auto; gap:2rem; flex-wrap:wrap;
}
.footer-brand { max-width:250px; }
.footer-brand p { color:var(--muted); font-size:.84rem; margin-top:1rem; line-height:1.65; }
.footer-cols { display:flex; gap:3.5rem; flex-wrap:wrap; }
.footer-col { display:flex; flex-direction:column; gap:.7rem; min-width:110px; }
.footer-col h4 { font-size:.7rem; font-weight:600; text-transform:uppercase; letter-spacing:.12em; color:var(--text-2); margin-bottom:.3rem; }
.footer-col a { color:var(--muted); text-decoration:none; font-size:.84rem; transition:color .3s; }
.footer-col a:hover { color:var(--cyan); }

/* Contact column */
.contact-group { display:flex; flex-direction:column; gap:.9rem; margin-bottom:1.2rem; }
.contact-entry { display:flex; flex-direction:column; gap:.15rem; }
.contact-entry span { font-size:.65rem; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); }
.contact-entry a { color:var(--text-2); text-decoration:none; font-size:.84rem; transition:color .3s; }
.contact-entry a:hover { color:var(--cyan); }

.social-row { display:flex; gap:.6rem; }
.soc-btn {
  width:38px; height:38px; border-radius:10px;
  background:var(--surface); border:1px solid var(--border);
  display:inline-flex; align-items:center; justify-content:center;
  color:var(--muted); text-decoration:none; transition:all .3s;
}
.soc-btn:hover { color:var(--cyan); border-color:rgba(0,175,185,.32); background:rgba(0,175,185,.07); transform:translateY(-2px); }
.soc-btn.wa:hover { color:#25D366; border-color:rgba(37,211,102,.32); background:rgba(37,211,102,.07); }

.footer-bottom { max-width:1200px; margin:0 auto; padding:1.5rem 0; border-top:1px solid var(--border); text-align:center; }
.footer-bottom p { font-size:.73rem; color:var(--muted); }

/* ============================================================
   CAREERS PAGE
   ============================================================ */
.careers-hero {
  padding:9rem 3rem 5rem; text-align:center; position:relative; overflow:hidden;
}
.careers-hero-bg {
  position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 60% at 50% 40%,rgba(0,129,167,.08),transparent 70%);
  pointer-events:none;
}
.careers-hero h1 { font-size:clamp(2.8rem,6vw,5rem); font-weight:800; letter-spacing:-.03em; margin:.8rem 0 1.2rem; }
.careers-hero p { color:var(--text-2); font-size:1.08rem; max-width:540px; margin:0 auto 2rem; line-height:1.78; }

.careers-body { padding:0 3rem 7rem; max-width:1200px; margin:0 auto; }

.jobs-grid { display:flex; flex-direction:column; gap:1.2rem; margin-bottom:3rem; }
.job-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r);
  padding:2rem 2.5rem; display:flex; justify-content:space-between;
  align-items:center; gap:2rem;
  transition:border-color .3s, transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
}
.job-card:hover { border-color:rgba(0,175,185,.28); transform:translateX(5px); box-shadow:0 10px 44px rgba(0,0,0,.28); }
.job-info { flex:1; }
.job-tag {
  display:inline-block; font-size:.65rem; font-weight:600; text-transform:uppercase;
  letter-spacing:.1em; color:var(--coral); background:rgba(240,113,103,.12);
  padding:.22rem .65rem; border-radius:4px; margin-bottom:.6rem;
}
.job-card h3 { font-size:1.1rem; font-weight:700; margin-bottom:.4rem; }
.job-card .job-info>p { font-size:.86rem; color:var(--text-2); margin-bottom:.7rem; }
.job-meta { display:flex; gap:1rem; flex-wrap:wrap; }
.job-meta span { font-size:.72rem; color:var(--muted); display:flex; align-items:center; gap:.3rem; }
.job-apply { flex-shrink:0; }

.careers-no-role {
  text-align:center; padding:2.5rem; background:var(--surface);
  border:1px dashed var(--border-2); border-radius:var(--r); margin-bottom:5rem;
}
.careers-no-role p { color:var(--text-2); margin-bottom:1rem; }
.careers-no-role a { color:var(--cyan); text-decoration:none; font-weight:600; }
.careers-no-role a:hover { text-decoration:underline; }

.perks-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-bottom:5rem; }
.perk-card {
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r);
  padding:2rem; text-align:center;
  transition:border-color .3s, transform .3s;
}
.perk-card:hover { border-color:rgba(0,175,185,.22); transform:translateY(-4px); }
.perk-icon { width:52px; height:52px; border-radius:14px; background:var(--grad-subtle); display:flex; align-items:center; justify-content:center; color:var(--cyan); margin:0 auto 1.2rem; }
.perk-card h4 { font-size:1rem; font-weight:700; margin-bottom:.5rem; }
.perk-card p { font-size:.84rem; color:var(--text-2); line-height:1.67; }

.culture-section {
  text-align:center; padding:3rem; background:var(--surface);
  border:1px solid var(--border); border-radius:var(--r);
}
.culture-section h2 { font-size:clamp(1.6rem,3vw,2.2rem); font-weight:800; margin:.5rem 0 1rem; }
.culture-section p { color:var(--text-2); font-size:.95rem; line-height:1.82; max-width:640px; margin:0 auto; }

/* ============================================================
   CUSTOM DEV PAGE SPECIFICS
   ============================================================ */
.cd-page-hero {
  min-height:80vh; display:flex; align-items:center;
  padding:7rem 3rem 4rem; position:relative; overflow:hidden;
}
#cdHeroCanvas { position:absolute; inset:0; width:100%; height:100%; z-index:0; }
.cd-page-hero .hero-grid-overlay { z-index:0; }
.cd-hero-inner {
  max-width:800px; margin:0 auto; width:100%; text-align:center;
  position:relative; z-index:2;
}
.cd-hero-inner h1 {
  font-size:clamp(2.4rem,5vw,4.4rem); font-weight:800;
  letter-spacing:-.03em; line-height:1.06; margin:.8rem 0 1.4rem;
}
.cd-hero-inner h1 .accent {
  background:var(--grad-text); -webkit-background-clip:text;
  -webkit-text-fill-color:transparent; background-clip:text;
}
.cd-hero-sub {
  font-size:1.08rem; color:var(--text-2); max-width:580px;
  margin:0 auto 2.5rem; line-height:1.76;
}
.cd-hero-actions { display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; }

.pillars-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.tech-cloud { display:flex; flex-wrap:wrap; gap:.75rem; justify-content:center; margin-top:2rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1100px){
  .hero-inner { grid-template-columns:1fr; }
  .hero-right { display:none; }
  .products-grid,.pricing-grid { grid-template-columns:1fr; max-width:500px; margin:0 auto; }
  .pricing-card.featured { transform:none; }
  .pricing-card.featured:hover { transform:translateY(-4px); }
  .mv-grid { grid-template-columns:1fr; }
  .values-strip { grid-template-columns:repeat(2,1fr); }
  .rd-grid { grid-template-columns:1fr; }
  .cd-grid { grid-template-columns:repeat(2,1fr); }
  .pillars-grid { grid-template-columns:1fr; }
  .steps-grid { grid-template-columns:repeat(2,1fr); }
  .why-grid { grid-template-columns:1fr; }
}

@media (max-width:768px){
  #navbar { padding:.85rem 1.5rem; }
  #navbar.scrolled { padding:.7rem 1.5rem; }
  .nav-links {
    position:fixed; inset:0; background:rgba(5,13,31,.97);
    backdrop-filter:blur(20px); flex-direction:column;
    align-items:center; justify-content:center;
    gap:1.8rem; opacity:0; pointer-events:none; transition:opacity .3s; z-index:999;
  }
  .nav-links.open { opacity:1; pointer-events:all; }
  .nav-links a { font-size:1.1rem; }
  .nav-cta { display:none; }
  .mobile-toggle { display:flex; }
  .section { padding:5rem 1.5rem; }
  .cta-section { padding:5rem 1.5rem; }
  .hero { padding:5.5rem 1.5rem 3rem; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .cd-panel { padding:2.5rem 1.5rem; }
  .cd-grid { grid-template-columns:1fr; }
  .values-strip { grid-template-columns:1fr; }
  .footer-wrap { flex-direction:column; }
  .footer-cols { gap:2.5rem; }
  footer { padding:0 1.5rem; }
  .careers-hero { padding:8rem 1.5rem 4rem; }
  .careers-body { padding:0 1.5rem 5rem; }
  .job-card { flex-direction:column; align-items:flex-start; }
  .perks-grid { grid-template-columns:1fr; }
  .cta-locs { flex-direction:column; align-items:center; gap:.8rem; }
  .cd-page-hero { padding:6rem 1.5rem 3rem; }
  .steps-grid { grid-template-columns:1fr; }
  .inquiry-box { padding:2rem 1.5rem; }
  .inquiry-contacts { flex-direction:column; align-items:center; gap:1rem; }
  .cd-actions { flex-direction:column; align-items:flex-start; }
  .section-divider { margin:0 1.5rem; }
}

/* ============================================================
   v5 GLASSMORPHIC SURFACE OVERRIDES
   Replaces all opaque dark-navy card surfaces with
   backdrop-blur glass panels for the new #050505 base.
   ============================================================ */

/* — Core glass mixin applied to every surface card — */
.mv-card,
.product-card,
.pricing-card,
.why-item,
.val-item,
.step-card,
.pillar-card,
.inquiry-box,
.cd-panel,
.cd-item,
.fch-panel,
.focus-card,
.value-card,
.rd-area {
  background: rgba(255,255,255,0.04) !important;
  backdrop-filter: blur(14px) saturate(1.5) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.5) !important;
  border-color: rgba(255,255,255,0.08) !important;
}

/* Floating stat boxes */
.f-stat-box {
  background: rgba(5,5,5,0.80) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-color: rgba(6,182,212,0.2) !important;
}

/* R&D floating data-point chips */
.rd-dp {
  background: rgba(5,5,5,0.80) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Subtle top-accent line on hover for glass cards */
.mv-card:hover,
.product-card:hover,
.pricing-card:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(6,182,212,0.22) !important;
}

/* — Heading gradient: white → slate-400 — */
.section-header h2,
.rd-text h2,
.cta-inner h2,
.cd-panel h2,
.inquiry-box h2 {
  background: linear-gradient(180deg, #f8fafc 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero h1 retains its per-line treatment but default lines get white→slate */
.hero h1 .line:not(.accent) {
  background: linear-gradient(180deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* — Magnetic card radial glow — updated to new cyan — */
.card-mag::before {
  background: radial-gradient(520px circle at var(--mx,50%) var(--my,50%),
    rgba(6,182,212,.12), transparent 42%) !important;
}
.card-mag::after {
  box-shadow: inset 0 0 0 1px rgba(6,182,212,.28),
              0 0 35px rgba(6,182,212,.06) !important;
}

/* — Section divider cyan refresh — */
.section-divider {
  background: linear-gradient(90deg, transparent, rgba(6,182,212,.22),
    rgba(37,99,235,.14), transparent) !important;
}

/* — Pulse dot animation color — */
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 0 0 rgba(6,182,212,.55); }
  50%      { box-shadow: 0 0 0 7px rgba(6,182,212,0); }
}

/* — Orb core & rings — */
.orb-core {
  background: var(--grad) !important;
  box-shadow: 0 0 44px rgba(6,182,212,.5), 0 0 90px rgba(37,99,235,.18) !important;
}
.orb-ring-1::before { background: var(--cyan) !important; box-shadow: 0 0 10px var(--cyan) !important; }
.orb-ring-2::before { background: var(--coral) !important; box-shadow: 0 0 10px var(--coral) !important; }
.orb-ring-3::before { background: var(--teal) !important; box-shadow: 0 0 10px var(--teal) !important; }

/* — Soon badge cyan glow — */
.soon-badge {
  background: rgba(6,182,212,.1) !important;
  color: #06b6d4 !important;
  border-color: rgba(6,182,212,.32) !important;
  box-shadow: 0 0 10px rgba(6,182,212,.18);
}

/* — Price TBD text — */
.price-tbd { color: #06b6d4 !important; }

/* — P audience tag — */
.p-audience-tag {
  background: rgba(6,182,212,.07) !important;
  color: #06b6d4 !important;
  border-color: rgba(6,182,212,.2) !important;
}

/* — CTA section glass canvas wrap — */
.cta-section {
  background: rgba(255,255,255,.02) !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
}
