/* ============================================================
   Vibergizer — landing page styles
   Cybergizer brand system. No build step; plain CSS + tokens.
   ============================================================ */

@font-face {
  font-family: "TT Firs Neue";
  src: url("fonts/TT_Firs_Neue_Medium.woff2") format("woff2"),
       url("fonts/TT_Firs_Neue_Medium.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand palette */
  --black:          #000000;
  --warm-white:     #F6F7EC;
  --white:          #FFFFFF;
  --electric:       #4D2FC0;
  --electric-light: #6A56DF;
  --electric-2:     #9b8dff;
  --yellow:         #F4FF91;
  --ink:            #141018;
  --ink-med:        #57564E;
  --ink-muted:      #8B8A80;
  --dim:            #A7A4BC;
  --dim-2:          #9A97B0;
  --faint:          #6E6B82;
  --faint-2:        #7E7B92;
  --line-light:     #E2E3D6;
  --dark-card:      #111016;
  --dark-card-2:    #17161F;
  --dark-inset:     #0C0B10;
  --dark-border:    #26242F;
  --dark-divider:   #1E1C28;
  --dark-divider-2: #1A1922;
  --opus:           #8A7BF0;
  --haiku:          #3A3556;

  /* Type */
  --display: "TT Firs Neue", sans-serif;
  --body:    Inter, system-ui, sans-serif;
  --mono:    "JetBrains Mono", monospace;
  --wordmark-font: "Quicksand", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@keyframes vg-glow {
  0%, 100% { opacity: .55; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: .9;  transform: translate(-50%, -50%) scale(1.06); }
}
@keyframes vg-rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ---------- primitives ---------- */

.ic {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container { max-width: 1160px; margin: 0 auto; }
.container-narrow { max-width: 1000px; }
.container-faq { max-width: 820px; }

.section { padding: 92px 24px; }
.section-black { background: var(--black); }
.section-white { background: var(--white); }
.section-warm  { background: var(--warm-white); }
.section-warm.bordered { border-top: 1px solid var(--line-light); }

.section-intro { max-width: 680px; }
.kicker {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--electric);
}
.kicker-dark { color: var(--electric-2); }
.section-intro h2, .cta h2, .sovereignty h2, .faq-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2rem, 3.8vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 16px 0 0;
  color: var(--ink);
}
.section-black .section-intro h2 { color: var(--warm-white); }
.section-intro p { font-size: 17px; line-height: 1.55; color: var(--ink-med); margin: 16px 0 0; }
.section-black .section-intro p { color: var(--dim); }
.section-intro strong { color: var(--ink); font-weight: 600; }

h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.01em; }

.btn {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: filter .15s, background .15s, color .15s;
}
.btn-primary {
  color: var(--warm-white);
  background: var(--electric);
  border: none;
  padding: 11px 22px;
}
.btn-primary:hover { filter: brightness(1.12); }
.btn-outline {
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
  padding: 12px 22px;
}
.btn-outline:hover { background: var(--ink); color: var(--warm-white); }

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--black);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { color: var(--warm-white); flex: none; }
.wordmark {
  font-family: var(--wordmark-font);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.01em;
  color: var(--warm-white);
}
.wordmark-sm { font-size: 20px; }
.site-nav { display: flex; gap: 24px; margin-left: 6px; }
.site-nav a { font-size: 14px; color: rgba(246, 247, 236, .62); text-decoration: none; transition: color .15s; }
.site-nav a:hover { color: #fff; }
.header-cta { margin-left: auto; font-size: 14px; padding: 10px 18px; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  background: var(--black);
  color: var(--warm-white);
  overflow: hidden;
  padding: 92px 24px 0;
}
.hero-glow {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 820px;
  height: 560px;
  background: radial-gradient(closest-side, rgba(106, 86, 223, .45), rgba(77, 47, 192, .16), transparent 72%);
  filter: blur(16px);
  transform: translate(-50%, -50%);
  animation: vg-glow 7s ease-in-out infinite;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  animation: vg-rise .7s ease both;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #C9C6DE;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  padding: 6px 14px;
  border-radius: 999px;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--electric-light);
  box-shadow: 0 0 8px var(--electric-light);
}
.hero-inner h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.6rem, 5.6vw, 4.1rem);
  line-height: .98;
  letter-spacing: -.03em;
  margin: 24px 0 0;
}
.hero-inner h1 .accent { color: var(--electric-2); }
.hero-sub {
  font-size: 19px;
  line-height: 1.5;
  color: var(--dim);
  max-width: 660px;
  margin: 22px auto 0;
}

/* waitlist forms (hero + cta) */
.waitlist { margin: 34px auto 0; max-width: 490px; }
.wl-form {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 7px 7px 7px 8px;
  border-radius: 999px;
}
.wl-form input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-family: var(--body);
  padding: 9px 8px 9px 12px;
}
.wl-form input::placeholder { color: var(--faint); }
.wl-success {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  background: rgba(106, 86, 223, .14);
  border: 1px solid rgba(106, 86, 223, .45);
  padding: 14px 18px;
  border-radius: 16px;
  animation: vg-rise .4s ease both;
  font-size: 14.5px;
  color: #DDD8F2;
  text-align: left;
}
.wl-success[hidden] { display: none; }
.wl-success strong { color: #fff; }
.wl-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--electric-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.wl-note { font-size: 12.5px; color: var(--faint); margin: 12px 0 0; }
.wl-note.err { color: var(--yellow); }
.wl-note.mono { font-size: 13px; margin-top: 14px; font-family: var(--mono); }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  margin: 30px 0 0;
}
.trust-strip span { font-size: 12.5px; color: var(--faint-2); font-family: var(--mono); }
.trust-strip .dot { width: 3px; height: 3px; border-radius: 9px; background: #3A3747; align-self: center; padding: 0; }

/* live demo embed */
.demo {
  position: relative;
  max-width: 1140px;
  margin: 44px auto 0;
  padding-bottom: 84px;
  animation: vg-rise .9s ease both;
}
.demo-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.demo-chip {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--electric-2);
  background: rgba(106, 86, 223, .12);
  border: 1px solid rgba(106, 86, 223, .32);
  padding: 6px 13px;
  border-radius: 999px;
}
.demo-hint { font-size: 14px; color: var(--dim-2); }
.demo-frame { overflow-x: auto; }
#console { min-width: 940px; }

/* ---------- problem ---------- */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}
.problem-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: 16px;
  padding: 24px;
  transition: border-color .15s, transform .15s;
}
.problem-card:hover { border-color: rgba(106, 86, 223, .5); transform: translateY(-3px); }
.icon-chip {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(106, 86, 223, .16);
  color: var(--electric-2);
  align-items: center;
  justify-content: center;
}
.icon-chip .ic { width: 20px; height: 20px; }
.problem-card h3 { font-size: 19px; color: var(--warm-white); margin: 18px 0 0; }
.problem-card p { font-size: 14px; line-height: 1.5; color: var(--dim-2); margin: 8px 0 0; }

/* ---------- architecture ---------- */

.arch-flow { display: flex; align-items: stretch; gap: 0; margin-top: 48px; flex-wrap: wrap; }
.arch-card {
  flex: 1;
  min-width: 220px;
  background: var(--warm-white);
  border: 1px solid var(--line-light);
  border-radius: 18px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.arch-card h3 { font-size: 20px; margin: 2px 0 0; color: var(--ink); }
.arch-card p { font-size: 14px; line-height: 1.4; color: var(--ink-med); margin: 0; }
.arch-ic { width: 38px; height: 38px; color: var(--ink-med); }
.arch-card-hero {
  flex: 1.15;
  min-width: 240px;
  background: linear-gradient(180deg, rgba(77, 47, 192, .08), #fff);
  border: 1.5px solid var(--electric);
  box-shadow: 0 18px 40px rgba(77, 47, 192, .14);
}
.arch-mark { color: var(--electric); }
.arch-hero-body { color: var(--ink) !important; }
.arch-arrow { display: flex; align-items: center; padding: 0 10px; color: #A3A297; }
.arch-arrow .ic { width: 40px; height: 30px; }
.arch-arrow-accent { color: var(--electric); }
.arch-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  background: var(--warm-white);
  border: 1px solid var(--line-light);
  border-radius: 14px;
  padding: 16px 22px;
}
.arch-chip .ic { width: 24px; height: 24px; color: var(--electric); flex: none; }
.arch-chip span:last-child { font-size: 15px; color: var(--ink); }

/* ---------- pillars ---------- */

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.pillar { border-top: 2px solid var(--electric); padding-top: 26px; }
.pillar-ic { width: 46px; height: 46px; color: var(--electric); }
.pillar h3 { font-size: 23px; color: var(--ink); margin: 18px 0 0; }
.pillar p { font-size: 15px; line-height: 1.5; color: var(--ink-med); margin: 10px 0 0; }

/* ---------- how it works ---------- */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.step { display: flex; flex-direction: column; gap: 16px; }
.step-head { display: flex; align-items: center; gap: 12px; }
.step-n { font-family: var(--mono); font-size: 16px; color: var(--electric); }
.step-rule { height: 1px; flex: 1; background: var(--line-light); }
.step-ic { width: 38px; height: 38px; color: var(--ink); }
.step h3 { font-size: 20px; color: var(--ink); margin: 0; }
.step p { font-size: 14px; line-height: 1.45; color: var(--ink-med); margin: 0; }
.code-callout { display: flex; align-items: center; gap: 22px; margin-top: 44px; flex-wrap: wrap; }
.code-callout code {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--ink);
  background: var(--warm-white);
  border: 1px solid var(--line-light);
  border-radius: 12px;
  padding: 14px 20px;
  overflow-wrap: anywhere;
}
.code-key { color: var(--electric); }
.code-callout > span { font-size: 15px; color: var(--ink-med); }

/* ---------- savings ---------- */

.savings-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}
.compare-card {
  background: var(--white);
  border: 1px solid var(--line-light);
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  align-items: flex-end;
  gap: 44px;
  height: 300px;
}
.compare-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  height: 100%;
  justify-content: flex-end;
}
.compare-price { font-family: var(--mono); font-size: 26px; }
.compare-price.muted { color: var(--ink-muted); }
.compare-price.accent { color: var(--electric); }
.compare-bar { width: 100%; border-radius: 12px 12px 0 0; flex: none; }
.bar-neutral { height: 160px; background: #E7E7DC; }
.bar-electric { height: 100px; background: var(--electric); position: relative; }
.save-badge {
  position: absolute;
  top: -4px;
  right: -12px;
  transform: translateX(100%);
  font-family: var(--mono);
  font-size: 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 6px;
  padding: 2px 8px;
}
.compare-label { font-size: 13.5px; color: var(--ink-med); text-align: center; line-height: 1.3; }
.compare-label.strong { color: var(--ink); }
.reasons { display: flex; flex-direction: column; gap: 26px; }
.reason { display: flex; gap: 16px; align-items: flex-start; }
.reason-ic { width: 26px; height: 26px; color: var(--electric); margin-top: 3px; flex: none; }
.reason-title { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -.01em; color: var(--ink); }
.reason-body { font-size: 15px; color: var(--ink-med); margin-top: 5px; line-height: 1.45; }

/* ---------- pricing ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 44px;
}
.tier {
  background: var(--warm-white);
  border: 1px solid var(--line-light);
  border-radius: 22px;
  padding: 36px 38px;
}
.tier-hero {
  background: linear-gradient(180deg, rgba(77, 47, 192, .07), #fff);
  border: 1.5px solid var(--electric);
  position: relative;
  box-shadow: 0 18px 44px rgba(77, 47, 192, .14);
}
.tier-badge {
  position: absolute;
  top: -14px;
  left: 38px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--warm-white);
  background: var(--electric);
  border-radius: 999px;
  padding: 5px 14px;
}
.tier-name { font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: -.01em; color: var(--ink); }
.tier-size { font-size: 14px; color: var(--ink-med); margin-top: 4px; }
.tier-price { display: flex; align-items: baseline; gap: 8px; margin-top: 24px; }
.tier-amount { font-family: var(--mono); font-size: 56px; color: var(--ink); line-height: 1; }
.tier-per { font-size: 15px; color: var(--ink-med); }
.tier-rule { height: 1px; background: var(--line-light); margin: 24px 0; }
.tier-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tier-list li { display: flex; gap: 12px; align-items: center; font-size: 15px; color: var(--ink); }
.tier-check { width: 20px; height: 20px; color: var(--electric); flex: none; }
.tier-cta { display: block; text-align: center; margin-top: 28px; font-size: 15px; }
.tier-hero .tier-cta { padding-top: 13.5px; padding-bottom: 13.5px; }
.pricing-footnote { font-size: 14px; color: var(--ink-med); margin: 26px 0 0; text-align: center; }

/* ---------- sovereignty ---------- */

.sovereignty-wrap { padding: 0 24px 92px; background: var(--white); }
.sovereignty {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--electric);
  padding: 60px 56px;
  color: var(--warm-white);
}
.sovereignty-glow {
  position: absolute;
  top: -40%;
  right: -6%;
  width: 440px;
  height: 440px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .20), transparent 70%);
  pointer-events: none;
}
.sovereignty-inner { position: relative; max-width: 720px; }
.sovereignty h2 {
  color: var(--warm-white);
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.03;
  letter-spacing: -.02em;
  margin: 0;
}
.sovereignty p { font-size: 18px; line-height: 1.5; color: rgba(246, 247, 236, .88); margin: 18px 0 0; }
.sovereignty-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.sovereignty-chips span {
  font-size: 13px;
  font-weight: 500;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .30);
  padding: 8px 15px;
  border-radius: 999px;
}

/* ---------- FAQ ---------- */

.faq-title { text-align: center; margin: 0; }
.faq-list { margin-top: 40px; border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  padding: 22px 4px;
  cursor: pointer;
  text-align: left;
}
.faq-q > span:first-child {
  font-family: var(--display);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.faq-plus { flex: none; width: 24px; height: 24px; color: var(--electric); transition: transform .18s; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-a {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-med);
  margin: 0;
  padding: 0 4px 24px;
  max-width: 700px;
}
.faq-item:not(.open) .faq-a { display: none; }

/* ---------- final CTA ---------- */

.cta {
  position: relative;
  background: var(--black);
  color: var(--warm-white);
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  bottom: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 520px;
  background: radial-gradient(closest-side, rgba(106, 86, 223, .35), transparent 72%);
  filter: blur(14px);
  pointer-events: none;
}
.cta-inner { position: relative; max-width: 1000px; margin: 0 auto; text-align: center; }
.cta h2 {
  color: var(--warm-white);
  font-size: clamp(2.1rem, 4.4vw, 3rem);
  line-height: 1.0;
}
.cta-sub { font-size: 18px; line-height: 1.5; color: var(--dim); margin: 16px auto 0; max-width: 560px; }
.pilot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 40px auto 0;
  text-align: left;
}
.pilot-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: 16px;
  padding: 22px;
}
.pilot-n { font-family: var(--mono); font-size: 15px; color: var(--electric-2); }
.pilot-title { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.01em; margin-top: 12px; }
.pilot-body { font-size: 13.5px; color: #8A8799; margin-top: 5px; line-height: 1.4; }
.cta .waitlist { margin-top: 40px; }

/* ---------- footer ---------- */

.site-footer {
  background: var(--black);
  color: var(--dim);
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 48px 24px 40px;
}
.footer-main {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand { max-width: 320px; }
.footer-brand p { font-size: 13px; line-height: 1.55; color: var(--faint); margin: 14px 0 0; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-head {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-med);
}
.footer-col a { font-size: 14px; color: var(--dim); text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1160px;
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.footer-bottom span { font-size: 12.5px; color: var(--faint); }
.footer-disclaimer { color: var(--ink-med) !important; max-width: 560px; text-align: right; }

/* ============================================================
   Interactive console (rendered by console.js)
   ============================================================ */

.c-frame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--dark-border);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55);
  background: var(--dark-card);
  font-family: var(--display);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.c-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  background: #0A0A0E;
  border-bottom: 1px solid var(--dark-divider);
  flex: none;
}
.c-light { width: 11px; height: 11px; border-radius: 9px; background: #2A2833; flex: none; }
.c-urlbar {
  margin-left: 14px;
  flex: 1;
  max-width: 460px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  padding: 6px 12px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--faint);
  white-space: nowrap;
  overflow: hidden;
}
.c-urlbar .c-route { color: var(--electric-2); }
.c-live { margin-left: auto; font-family: var(--mono); font-size: 11px; color: #4A4857; }
.c-body { display: flex; flex: 1; min-height: 0; }

/* sidebar */
.c-side {
  width: 220px;
  flex: none;
  background: var(--dark-inset);
  border-right: 1px solid var(--dark-divider);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-side-logo { display: flex; align-items: center; gap: 9px; padding: 0 8px 18px; color: var(--warm-white); }
.c-side-logo .wordmark { font-size: 17px; }
.c-nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 12px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--faint-2);
  transition: background .12s;
  font-size: 14px;
}
.c-nav-item:hover { background: rgba(255, 255, 255, .05); }
.c-nav-item.active { background: rgba(106, 86, 223, .16); color: var(--warm-white); }
.c-nav-item .ic { width: 18px; height: 18px; flex: none; }
.c-admin {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 2px;
  border-top: 1px solid var(--dark-divider);
}
.c-admin-av {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--electric);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--warm-white);
  flex: none;
}
.c-admin-name { font-size: 13px; color: var(--warm-white); line-height: 1.2; }
.c-admin-role { font-size: 11px; color: var(--faint); line-height: 1.2; }

/* main area */
.c-main { flex: 1; min-width: 0; padding: 24px 28px; }
.c-screen { display: flex; flex-direction: column; gap: 18px; }
.c-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.c-title { font-size: 25px; font-weight: 500; letter-spacing: -.02em; color: var(--warm-white); margin: 0; }
.c-subtitle { font-size: 13px; color: var(--faint); margin-top: 4px; }

.c-ranges {
  display: flex;
  gap: 4px;
  background: var(--dark-inset);
  border: 1px solid var(--dark-border);
  border-radius: 999px;
  padding: 4px;
}
.c-range {
  font-size: 12.5px;
  color: var(--faint);
  padding: 6px 13px;
  border-radius: 999px;
  cursor: pointer;
}
.c-range.active { color: var(--warm-white); font-weight: 600; background: var(--electric); }

.c-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.c-kpi { background: var(--dark-card-2); border: 1px solid var(--dark-border); border-radius: 14px; padding: 16px 18px; }
.c-kpi-label { font-size: 12px; color: var(--faint); }
.c-kpi-value { font-family: var(--mono); font-weight: 500; font-size: 27px; color: var(--warm-white); margin-top: 8px; }
.c-kpi-delta { font-size: 11.5px; margin-top: 5px; }

.c-card { background: var(--dark-card-2); border: 1px solid var(--dark-border); border-radius: 14px; padding: 18px 20px; }
.c-card-title { font-size: 13.5px; color: var(--warm-white); font-weight: 500; }
.c-grid-2 { display: grid; grid-template-columns: 1.7fr 1fr; gap: 13px; }
.c-grid-dev { display: grid; grid-template-columns: 1.6fr 1fr; gap: 13px; }
.c-col { display: flex; flex-direction: column; gap: 13px; }

.c-legend { display: flex; gap: 14px; }
.c-legend span { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--dim-2); }
.c-swatch { width: 9px; height: 9px; border-radius: 3px; flex: none; }

.c-chart { display: flex; align-items: flex-end; gap: 12px; height: 180px; margin-top: 20px; }
.c-chart-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.c-chart-stack { width: 100%; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.c-chart-day { font-family: var(--mono); font-size: 10.5px; color: var(--faint); }

.c-meter-track { height: 9px; background: var(--dark-inset); border-radius: 999px; margin-top: 11px; overflow: hidden; }
.c-meter-fill { height: 100%; border-radius: 999px; }
.c-meter-caption { font-size: 11.5px; color: var(--faint); margin-top: 9px; }
.c-row-between { display: flex; justify-content: space-between; align-items: baseline; }
.c-mono-sm { font-family: var(--mono); font-size: 12.5px; }

.c-mix { display: flex; flex-direction: column; gap: 11px; margin-top: 14px; }
.c-mix-head { display: flex; justify-content: space-between; font-size: 11.5px; margin-bottom: 5px; }
.c-mix-head .name { color: var(--dim-2); }
.c-mix-head .val { font-family: var(--mono); color: var(--faint); }
.c-mix-track { height: 6px; background: var(--dark-inset); border-radius: 999px; overflow: hidden; }
.c-mix-fill { height: 100%; border-radius: 999px; }

.c-table { background: var(--dark-card-2); border: 1px solid var(--dark-border); border-radius: 14px; padding: 4px 6px 2px; }
.c-table-title { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px 12px; border-bottom: 1px solid var(--dark-border); }
.c-table-title .c-link { font-size: 12.5px; color: var(--electric-2); cursor: pointer; }
.c-thead, .c-trow { display: grid; gap: 12px; padding: 11px 16px; align-items: center; }
.c-thead { opacity: .7; }
.c-thead span { font-size: 11px; color: var(--faint); text-transform: uppercase; letter-spacing: .06em; }
.c-thead .r, .c-trow .r { text-align: right; }
.c-trow { border-top: 1px solid var(--dark-divider-2); }
.c-trow.clickable { cursor: pointer; border-radius: 9px; }
.c-trow.clickable:hover { background: #1C1A26; }
.cols-dev { grid-template-columns: 2.4fr 1fr 1fr 1fr 0.7fr; }
.cols-model { grid-template-columns: 1.8fr 1fr 1fr 1fr; }
.cols-session { grid-template-columns: 1.7fr 0.8fr 0.8fr 0.8fr; }
.cols-team { grid-template-columns: 1fr 1.4fr 0.8fr 0.7fr 0.8fr; }

.c-dev-cell { display: flex; align-items: center; gap: 11px; }
.c-av {
  width: 29px;
  height: 29px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  color: var(--warm-white);
  flex: none;
  font-family: var(--body);
}
.c-dev-name { font-family: var(--mono); font-size: 13px; color: var(--warm-white); }
.c-dev-team { font-size: 11px; color: var(--faint); }
.c-num { font-family: var(--mono); font-size: 13px; color: var(--dim-2); }
.c-num.hi { color: var(--warm-white); }
.c-trend { font-family: var(--mono); font-size: 12.5px; }

.c-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--dark-inset);
  border: 1px solid var(--dark-border);
  border-radius: 10px;
  padding: 8px 12px;
  min-width: 240px;
}
.c-search .ic { width: 16px; height: 16px; color: var(--faint); flex: none; }
.c-search span:last-child { font-size: 13px; color: #4A4857; }

.c-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--faint);
  cursor: pointer;
  width: fit-content;
}
.c-back:hover { color: var(--warm-white); }
.c-back .ic { width: 15px; height: 15px; }
.c-id { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.c-id-av {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--warm-white);
  flex: none;
  font-family: var(--body);
}
.c-id-main { flex: 1; min-width: 200px; }
.c-id-row { display: flex; align-items: center; gap: 11px; }
.c-id-name { font-size: 24px; font-weight: 500; letter-spacing: -.02em; color: var(--warm-white); margin: 0; }
.c-badge-active {
  font-size: 11px;
  font-weight: 500;
  color: var(--electric-2);
  background: rgba(106, 86, 223, .15);
  border: 1px solid rgba(106, 86, 223, .35);
  padding: 2px 10px;
  border-radius: 999px;
  font-family: var(--body);
}
.c-id-meta { font-family: var(--mono); font-size: 12px; color: var(--faint); margin-top: 5px; }

.c-activity { display: flex; align-items: flex-end; gap: 8px; height: 132px; margin-top: 18px; }
.c-activity-bar { flex: 1; border-radius: 4px 4px 0 0; background: var(--electric); }

.c-tools { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }

.c-proj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.c-proj { background: var(--dark-card-2); border: 1px solid var(--dark-border); border-radius: 14px; padding: 18px 20px; display: flex; align-items: center; gap: 16px; }
.c-proj-ic {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--dark-divider);
  color: var(--electric-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.c-proj-ic .ic { width: 20px; height: 20px; }
.c-proj-name { font-family: var(--mono); font-size: 14px; color: var(--warm-white); }
.c-proj-devs { font-size: 12px; color: var(--faint); margin-top: 3px; }
.c-proj-cost { font-family: var(--mono); font-size: 16px; color: var(--warm-white); }
.c-proj-req { font-family: var(--mono); font-size: 11.5px; color: var(--faint); margin-top: 3px; }

.c-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(244, 255, 145, .08);
  border: 1px solid rgba(244, 255, 145, .32);
  border-radius: 14px;
  padding: 14px 20px;
}
.c-banner .ic { width: 22px; height: 22px; color: var(--yellow); flex: none; }
.c-banner span:last-child { font-size: 13.5px; color: var(--warm-white); }
.c-banner .c-link { color: var(--electric-2); cursor: pointer; }
.c-budget-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }

.c-sess-proj { font-size: 12.5px; color: var(--warm-white); }
.c-sess-branch { font-family: var(--mono); font-size: 10.5px; color: var(--faint); }
.c-dot { width: 8px; height: 8px; border-radius: 999px; flex: none; }

.c-settings { max-width: 720px; }
.c-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.c-fact-label { font-size: 11.5px; color: var(--faint); }
.c-fact-value { font-family: var(--mono); font-size: 13px; color: var(--warm-white); margin-top: 4px; }
.c-toggles { background: var(--dark-card-2); border: 1px solid var(--dark-border); border-radius: 14px; padding: 6px 22px; }
.c-toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.c-toggle-row + .c-toggle-row { border-top: 1px solid var(--dark-divider); }
.c-toggle-name { font-size: 13.5px; color: var(--warm-white); }
.c-toggle-desc { font-size: 12px; color: var(--faint); margin-top: 3px; }
.c-switch {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #2A2833;
  padding: 3px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  transition: all .15s;
  flex: none;
}
.c-switch.on { background: var(--electric); justify-content: flex-end; }
.c-switch span { width: 20px; height: 20px; border-radius: 999px; background: var(--warm-white); display: block; }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1020px) {
  .problem-grid, .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .savings-grid { grid-template-columns: 1fr; gap: 40px; }
  .arch-arrow { display: none; }
  .arch-flow { gap: 14px; }
}

@media (max-width: 760px) {
  .site-nav { display: none; }
  .section { padding: 72px 20px; }
  .hero { padding-top: 64px; }
  .problem-grid, .pillar-grid, .pricing-grid, .steps-grid { grid-template-columns: 1fr; }
  .pilot-grid { grid-template-columns: repeat(2, 1fr); }
  .sovereignty { padding: 44px 28px; }
  .wl-form { flex-direction: column; border-radius: 22px; padding: 10px; }
  .wl-form input { padding: 10px 12px; }
  .footer-disclaimer { text-align: left; }
  .compare-card { gap: 24px; padding: 28px 24px; }
  .save-badge { right: 4px; transform: none; }
}

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