/* =========================================================
   Agentic Architect — Marketing Site
   Dark, premium, developer-tuned. Conversion-first.
   ========================================================= */

:root {
  --bg: #07090f;
  --bg-2: #0b0f17;
  --bg-3: #0f1422;
  --panel: #111727;
  --panel-2: #151c30;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #e6eaf2;
  --text-dim: #9aa3b2;
  --text-muted: #6b7385;

  --brand: #ffb547;        /* amber gold */
  --brand-2: #ff8a3d;
  --accent: #6ee7ff;       /* cyan */
  --accent-2: #7c5cff;     /* violet */
  --good: #4ade80;
  --bad: #f87171;
  --warn: #fbbf24;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 30px 80px rgba(0, 0, 0, 0.55);
  --shadow-glow: 0 0 60px rgba(255, 181, 71, 0.25);

  --maxw: 1180px;

  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ----- Reset / Base ----- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
code, .mono { font-family: var(--mono); font-size: 0.92em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 { margin: 0 0 .4em; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.8vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p  { margin: 0 0 1em; color: var(--text-dim); }

.grad {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 60%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.strike { text-decoration: line-through; text-decoration-color: var(--brand-2); text-decoration-thickness: 3px; }
.hl { color: var(--brand); }

/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */
.announce-bar {
  background: linear-gradient(90deg, #1a0f08 0%, #1c1306 50%, #0d0a1a 100%);
  border-bottom: 1px solid rgba(255, 181, 71, 0.15);
  font-size: 0.88rem;
  color: var(--text);
  position: relative;
  z-index: 40;
}
.announce-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 24px;
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap;
}
.announce-text { color: var(--text-dim); }
.announce-text strong { color: var(--brand); }
.announce-text s { color: var(--text-muted); }
.announce-text b { color: #fff; }
.countdown {
  font-family: var(--mono); font-weight: 700;
  background: rgba(255, 181, 71, 0.12);
  border: 1px solid rgba(255, 181, 71, 0.3);
  color: var(--brand);
  padding: 2px 8px; border-radius: 6px;
  margin-left: 4px;
}
.announce-cta {
  background: var(--brand); color: #1a1006;
  padding: 6px 12px; border-radius: 999px;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease;
}
.announce-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(255, 181, 71, 0.4); }
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(255, 181, 71, 0.6);
  animation: pulse 2s infinite;
  display: inline-block;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 181, 71, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(255, 181, 71, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 181, 71, 0); }
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(7, 9, 15, 0.7);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  gap: 18px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--text); font-weight: 800;
}
.brand-mark { width: 26px; height: 26px; color: var(--brand); }
.brand-text { font-size: 1.05rem; letter-spacing: -0.01em; }
.brand-accent { color: var(--brand); }
.nav-links { display: flex; gap: 26px; }
.nav-links a {
  color: var(--text-dim); font-size: 0.93rem; font-weight: 500;
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--text); }
.nav-cta { white-space: nowrap; }

@media (max-width: 820px) {
  .nav-links { display: none; }
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  font-family: inherit; font-weight: 700;
  border-radius: 12px;
  padding: 12px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  text-align: center;
  line-height: 1.2;
}
.btn-sm  { padding: 8px 14px; font-size: 0.88rem; border-radius: 10px; }
.btn-lg  { padding: 16px 26px; font-size: 1.02rem; }
.btn-xl  { padding: 20px 34px; font-size: 1.12rem; border-radius: 14px; }

.btn-primary {
  background: linear-gradient(180deg, #ffc06a 0%, var(--brand) 45%, var(--brand-2) 100%);
  color: #1a1006;
  box-shadow: 0 12px 28px rgba(255, 138, 61, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  flex-direction: column;
}
.btn-primary .btn-sub {
  display: block; font-weight: 500; font-size: 0.78rem; opacity: .75; margin-top: 4px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255, 138, 61, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-strong);
  color: var(--text);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
}
.glow {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55;
}
.glow-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(255, 181, 71, 0.45), transparent 60%); top: -120px; left: -120px; }
.glow-2 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(110, 231, 255, 0.25), transparent 60%); bottom: -160px; right: -140px; }

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.84rem; font-weight: 600;
  color: var(--text-dim);
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18);
}

.hero-title { margin-bottom: 18px; }
.hero-sub {
  font-size: 1.1rem;
  color: var(--text-dim);
  max-width: 580px;
  margin-bottom: 22px;
}
.hero-sub b { color: var(--text); }

.hero-bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; gap: 8px;
}
.hero-bullets li { color: var(--text); font-size: 0.97rem; }
.check { color: var(--good); margin-right: 8px; font-weight: 800; }

.hero-cta-row {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px;
}

.hero-trust {
  display: flex; align-items: center; gap: 12px;
  color: var(--text-dim); font-size: 0.92rem;
}
.stars { color: var(--brand); letter-spacing: 2px; }

/* Terminal mock */
.hero-visual { position: relative; }
.terminal {
  background: linear-gradient(180deg, #0c1120 0%, #0a0f1c 100%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2), 0 0 0 1px rgba(255, 181, 71, 0.08);
  overflow: hidden;
  transform: rotate(-0.5deg);
}
.terminal-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--line);
}
.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.terminal-title {
  margin-left: 8px; font-family: var(--mono); font-size: 0.82rem; color: var(--text-muted);
}
.terminal-body {
  padding: 22px 22px 26px;
  font-family: var(--mono); font-size: 0.86rem;
  color: var(--text);
  line-height: 1.7;
}
.terminal-body p { margin: 0; color: inherit; }
.t-dim { color: var(--text-muted); }
.t-ok { color: var(--good); font-weight: 700; }
.t-acc { color: var(--brand); }
.t-cmd { color: var(--accent); }
.t-prompt { color: var(--accent-2); font-weight: 700; margin-right: 8px; }
.t-prompt.t-ai { color: var(--brand); }
.t-blink { color: var(--brand); animation: blink 1s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }

/* Trust strip */
.trust-strip {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  margin-top: 56px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.trust-item { display: flex; flex-direction: column; align-items: center; }
.trust-item b { font-size: 1.3rem; color: var(--text); font-weight: 800; }
.trust-item span { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.12em; }
.trust-divider { width: 1px; height: 30px; background: var(--line); }
@media (max-width: 640px) {
  .trust-divider { display: none; }
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 96px 0; position: relative; }
.section-dark { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section-head { max-width: 760px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker {
  display: inline-block;
  font-family: var(--mono); font-size: 0.78rem; font-weight: 600;
  color: var(--brand);
  text-transform: uppercase; letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.lede { font-size: 1.08rem; color: var(--text-dim); }

/* =========================================================
   PROBLEM / PAIN
   ========================================================= */
.pain-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
@media (max-width: 720px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pain-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 181, 71, 0.3);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.pain-icon { font-size: 1.8rem; margin-bottom: 10px; }
.pain-card h3 { color: var(--text); }
.pain-card p code { color: var(--brand); background: rgba(255, 181, 71, 0.08); padding: 1px 5px; border-radius: 5px; }

.pain-cta {
  margin-top: 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding: 22px 26px;
  background: linear-gradient(135deg, rgba(255,181,71,0.06), rgba(110,231,255,0.04));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}
.pain-cta p { margin: 0; color: var(--text); font-size: 1.05rem; }

/* =========================================================
   BEFORE / AFTER
   ========================================================= */
.before-after {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch;
}
@media (max-width: 860px) {
  .before-after { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); justify-self: center; }
}
.ba-col {
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--line);
}
.ba-before { background: var(--panel); }
.ba-after  {
  background: linear-gradient(180deg, rgba(255,181,71,0.08), rgba(255,181,71,0.02));
  border-color: rgba(255,181,71,0.3);
  box-shadow: 0 0 0 1px rgba(255,181,71,0.05), 0 20px 60px rgba(0,0,0,0.35);
}
.ba-label {
  font-family: var(--mono); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 10px;
}
.ba-after .ba-label { color: var(--brand); }
.ba-col ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 10px; }
.ba-col li { color: var(--text); }
.x  { color: var(--bad); font-weight: 800; margin-right: 6px; }
.ok { color: var(--good); font-weight: 800; margin-right: 6px; }
.ba-arrow {
  align-self: center;
  font-size: 2rem; color: var(--brand);
  padding: 0 8px;
}

/* =========================================================
   KIT
   ========================================================= */
.kit-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
@media (max-width: 820px) { .kit-grid { grid-template-columns: 1fr; } }

.kit-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  transition: transform .2s ease, border-color .2s ease;
}
.kit-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.kit-card-feature {
  background: linear-gradient(160deg, rgba(255,181,71,0.08), rgba(124,92,255,0.05));
  border-color: rgba(255,181,71,0.28);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.kit-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 14px;
}
.kit-file {
  font-family: var(--mono); font-size: 0.86rem;
  background: rgba(0, 0, 0, 0.35); border: 1px solid var(--line);
  padding: 4px 10px; border-radius: 8px;
  color: var(--accent);
}
.kit-tag {
  font-size: 0.72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.tag-blue   { background: rgba(110,231,255,0.12); color: var(--accent); border: 1px solid rgba(110,231,255,0.25); }
.tag-violet { background: rgba(124,92,255,0.14); color: #b5a3ff; border: 1px solid rgba(124,92,255,0.3); }
.tag-amber  { background: rgba(251,191,36,0.12); color: var(--warn); border: 1px solid rgba(251,191,36,0.3); }
.tag-green  { background: rgba(74,222,128,0.12); color: var(--good); border: 1px solid rgba(74,222,128,0.3); }
.kit-points { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 6px; color: var(--text-dim); font-size: 0.93rem; }
.kit-points li::before { content: "▹"; color: var(--brand); margin-right: 8px; }

.bonus-stack {
  margin-top: 48px;
  background: linear-gradient(135deg, rgba(255,181,71,0.06), rgba(110,231,255,0.05));
  border: 1px dashed rgba(255,181,71,0.35);
  border-radius: var(--radius);
  padding: 28px;
}
.bonus-stack h3 { color: var(--brand); margin-bottom: 16px; }
.bonus-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
@media (max-width: 860px) { .bonus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bonus-grid { grid-template-columns: 1fr; } }
.bonus-item {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px;
  display: flex; flex-direction: column; gap: 4px;
}
.bonus-item b { color: var(--text); }
.bonus-item span { color: var(--text-dim); font-size: 0.88rem; }

/* =========================================================
   STEPS
   ========================================================= */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  counter-reset: step;
}
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}
.step-num {
  font-family: var(--mono); font-weight: 800; font-size: 0.86rem;
  color: var(--brand);
  margin-bottom: 12px;
}
.step h3 { color: var(--text); }
.step code { background: rgba(110,231,255,0.1); color: var(--accent); padding: 2px 6px; border-radius: 5px; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 980px) { .testimonials { grid-template-columns: 1fr; } }
.quote {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px; margin: 0;
  position: relative;
}
.quote::before {
  content: '"';
  position: absolute; top: -6px; left: 18px;
  font-size: 4rem; font-family: 'Inter', serif;
  color: var(--brand); opacity: 0.4; line-height: 1;
}
.quote blockquote {
  margin: 0 0 18px; padding: 0;
  color: var(--text); font-size: 0.98rem; line-height: 1.6;
}
.quote blockquote code { background: rgba(110,231,255,0.1); color: var(--accent); padding: 1px 5px; border-radius: 4px; }
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent-2));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #1a1006; font-size: 0.88rem;
}
.quote figcaption b { color: var(--text); display: block; font-size: 0.95rem; }
.quote figcaption span { color: var(--text-muted); font-size: 0.82rem; }

.proof-meta {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 720px) { .proof-meta { grid-template-columns: 1fr; } }
.proof-meta-item {
  text-align: center;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.proof-meta-item b { display: block; font-size: 1.6rem; color: var(--brand); font-weight: 800; }
.proof-meta-item span { color: var(--text-dim); font-size: 0.9rem; }

/* =========================================================
   TWO-COL (good/bad)
   ========================================================= */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; } }
.two-col-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.two-col-card.good { border-color: rgba(74,222,128,0.25); }
.two-col-card.bad  { border-color: rgba(248,113,113,0.2); }
.two-col-card h3 { font-size: 1.2rem; margin-bottom: 14px; }
.two-col-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.two-col-card li { color: var(--text); font-size: 0.96rem; }

/* =========================================================
   PRICING
   ========================================================= */
.pricing-wrap {
  display: flex; justify-content: center;
}
.pricing-card {
  position: relative;
  width: 100%; max-width: 560px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,181,71,0.12), transparent 50%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid rgba(255,181,71,0.35);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow-2), 0 0 0 1px rgba(255,181,71,0.05);
}
.ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #1a1006; font-weight: 800; font-size: 0.74rem; letter-spacing: 0.18em;
  padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 8px 24px rgba(255,138,61,0.45);
}
.pricing-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.pricing-sub { color: var(--text-dim); margin-bottom: 18px; }
.price-row {
  display: flex; align-items: baseline; gap: 12px;
  margin: 14px 0 22px;
  flex-wrap: wrap;
}
.price-old {
  text-decoration: line-through; color: var(--text-muted); font-size: 1.4rem;
}
.price-now {
  font-size: 3.2rem; font-weight: 800; color: var(--brand);
  letter-spacing: -0.02em;
}
.price-once {
  color: var(--text-dim); font-size: 0.95rem;
}
.price-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.price-list li { color: var(--text); font-size: 0.97rem; }

.guarantee {
  margin-top: 22px; padding: 18px;
  background: rgba(74,222,128,0.06);
  border: 1px solid rgba(74,222,128,0.25);
  border-radius: var(--radius);
  display: flex; gap: 14px; align-items: flex-start;
  color: var(--text-dim); font-size: 0.92rem;
}
.guarantee b { color: var(--text); }
.guarantee a { color: var(--accent); text-decoration: underline; }
.guarantee-badge {
  font-size: 1.6rem;
  background: rgba(74,222,128,0.15);
  border: 1px solid rgba(74,222,128,0.3);
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pricing-fine { margin-top: 14px; font-size: 0.82rem; color: var(--text-muted); text-align: center; }

.value-math {
  margin-top: 56px;
  text-align: center;
}
.value-math h3 {
  font-size: 1.4rem; color: var(--text); margin-bottom: 22px;
}
.math-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 900px; margin: 0 auto;
}
@media (max-width: 820px) { .math-grid { grid-template-columns: repeat(2, 1fr); } }
.math-grid > div {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.math-grid b { display: block; font-size: 1.4rem; color: var(--text); font-weight: 800; }
.math-grid span { color: var(--text-dim); font-size: 0.88rem; }
.math-pop {
  background: linear-gradient(135deg, rgba(255,181,71,0.18), rgba(255,138,61,0.08)) !important;
  border-color: rgba(255,181,71,0.5) !important;
}
.math-pop b { color: var(--brand) !important; font-size: 1.8rem !important; }

/* =========================================================
   LEAD MAGNET
   ========================================================= */
.lead-magnet {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(110, 231, 255, 0.08), transparent 50%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: 40px;
}
@media (max-width: 880px) { .lead-magnet { grid-template-columns: 1fr; gap: 28px; padding: 28px; } }
.lead-magnet-copy h2 { margin-top: 8px; }
.lead-magnet-copy code {
  background: rgba(110, 231, 255, 0.1); color: var(--accent);
  padding: 2px 6px; border-radius: 5px;
}
.lead-bullets {
  list-style: none; padding: 0; margin: 16px 0 22px;
  display: grid; gap: 8px;
}
.lead-bullets li { color: var(--text); }
.lead-fine { color: var(--text-muted); font-size: 0.82rem; margin-top: 12px; }
.lead-magnet-card {
  background: #0a0f1c;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-2);
}
.lead-file-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--line);
}
.lead-file-name { font-family: var(--mono); color: var(--accent); font-size: 0.88rem; }
.lead-file-badge {
  background: var(--good); color: #052e10;
  font-weight: 800; font-size: 0.7rem; letter-spacing: 0.12em;
  padding: 3px 10px; border-radius: 999px;
}
.lead-snippet {
  margin: 0; padding: 20px 22px;
  font-family: var(--mono); font-size: 0.82rem;
  color: var(--text); line-height: 1.65;
  white-space: pre-wrap; overflow: hidden;
  max-height: 460px;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s ease;
}
.faq details[open] { border-color: rgba(255,181,71,0.3); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 18px 22px;
  font-weight: 600; color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; color: var(--brand); font-size: 1.5rem; line-height: 1;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  padding: 0 22px 18px;
  color: var(--text-dim);
  margin: 0;
}
.faq details p code { color: var(--accent); background: rgba(110,231,255,0.1); padding: 1px 5px; border-radius: 4px; }
.faq a { color: var(--accent); text-decoration: underline; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.section-final {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,181,71,0.15), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  border-top: 1px solid var(--line);
}
.final-cta {
  text-align: center;
  max-width: 720px; margin: 0 auto;
}
.final-cta p { font-size: 1.08rem; color: var(--text-dim); margin-bottom: 28px; }
.final-cta code { color: var(--brand); background: rgba(255,181,71,0.08); padding: 2px 6px; border-radius: 5px; }
.final-fine { font-size: 0.85rem; color: var(--text-muted); margin-top: 18px; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: #05070d;
  border-top: 1px solid var(--line);
  padding: 56px 0 24px;
}
.footer-inner {
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 820px) { .footer-inner { grid-template-columns: 1fr; } }
.foot-brand p { color: var(--text-muted); font-size: 0.9rem; max-width: 320px; }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.foot-cols h4 { color: var(--text); font-size: 0.92rem; margin-bottom: 12px; }
.foot-cols a {
  display: block; color: var(--text-dim); font-size: 0.9rem; padding: 4px 0;
  transition: color .15s ease;
}
.foot-cols a:hover { color: var(--brand); }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px;
  color: var(--text-muted); font-size: 0.82rem;
  flex-wrap: wrap; gap: 10px;
}

/* =========================================================
   STICKY CTA
   ========================================================= */
.sticky-cta {
  position: fixed; bottom: 20px; right: 20px; z-index: 50;
  background: linear-gradient(180deg, #ffc06a 0%, var(--brand) 50%, var(--brand-2) 100%);
  color: #1a1006;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 14px 40px rgba(255, 138, 61, 0.45), inset 0 1px 0 rgba(255,255,255,0.35);
  display: flex; align-items: center; gap: 10px;
  opacity: 0; pointer-events: none;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease, box-shadow .2s ease;
}
.sticky-cta.visible {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.sticky-cta:hover { box-shadow: 0 18px 50px rgba(255, 138, 61, 0.55); transform: translateY(-2px); }
.sticky-cta s { color: rgba(26,16,6,0.55); margin-right: 4px; }
.sticky-arrow { font-weight: 800; }

@media (max-width: 520px) {
  .sticky-cta { left: 14px; right: 14px; justify-content: center; bottom: 14px; }
}

/* =========================================================
   EXIT INTENT MODAL
   ========================================================= */
.modal {
  position: fixed; inset: 0; z-index: 100;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.modal-card {
  position: relative;
  width: 100%; max-width: 480px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid rgba(255,181,71,0.35);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-2);
  animation: modalIn .3s cubic-bezier(.2,.9,.3,1.1);
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.92) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-close {
  position: absolute; top: 12px; right: 14px;
  background: transparent; border: 0; color: var(--text-muted);
  font-size: 1.6rem; cursor: pointer; line-height: 1;
  padding: 6px 10px; border-radius: 6px;
}
.modal-close:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.modal-eyebrow { color: var(--brand); font-weight: 700; font-size: 0.86rem; margin-bottom: 6px; }
.modal-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.modal-list { list-style: none; padding: 0; margin: 16px 0 22px; display: grid; gap: 6px; color: var(--text); font-size: 0.95rem; }
.modal-list code { background: rgba(110,231,255,0.1); color: var(--accent); padding: 1px 5px; border-radius: 4px; }
.modal-cta { width: 100%; }
.modal-dismiss {
  display: block; width: 100%;
  margin-top: 12px;
  background: transparent; border: 0;
  color: var(--text-muted); font-size: 0.82rem;
  cursor: pointer; text-decoration: underline;
  font-family: inherit;
}
.modal-dismiss:hover { color: var(--text-dim); }

/* =========================================================
   ANIMATIONS — reveal-on-scroll
   ========================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
