/* ============================================================
   LAUNCHZY — Design System
   Dark, premium, gold-accented "AI business system" aesthetic.
   Single source of truth for index / ai-front-office / ai-appointment-setter / ai-customer-support.
   ============================================================ */

:root {
  --bg: #050505;
  --bg-2: #0a0a0a;
  --surface: rgba(255, 255, 255, 0.025);
  --surface-2: rgba(255, 255, 255, 0.04);
  --surface-3: rgba(255, 255, 255, 0.06);
  --border: rgba(200, 145, 22, 0.16);
  --border-strong: rgba(200, 145, 22, 0.28);
  --text: #fafafa;
  --muted: rgba(255, 255, 255, 0.55);
  --muted-2: rgba(255, 255, 255, 0.4);
  --accent: #d4d4d4;
  --glow: #c89116;
  --glow-2: #e0b04a;
  --glow-soft: rgba(200, 145, 22, 0.12);
  --danger: #ef6f6f;
  --success: #4ade80;
  --info: #7dd3fc;
  --nav-h: 72px;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; }

html { scroll-behavior: smooth; }
/* Lenis manages scrolling when active; disable native smooth to avoid fighting it */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Geist', system-ui, sans-serif;
  font-feature-settings: "ss01", "ss02", "cv01";
  letter-spacing: -0.01em;
  margin: 0;
  overflow-x: hidden;
}

::selection { background: rgba(200, 145, 22, 0.25); color: #fff; }

a { color: inherit; text-decoration: none; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #070707; }
::-webkit-scrollbar-thumb { background: rgba(200,145,22,0.25); border-radius: 999px; border: 2px solid #070707; }
::-webkit-scrollbar-thumb:hover { background: rgba(200,145,22,0.45); }

/* ---------- Layout ---------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Nav-anchor targets: offset scroll so the sticky nav doesn't cover the section on jump-to */
#solutions, #workforce, #process, #faq { scroll-margin-top: var(--nav-h); }
@media (min-width: 768px) { .container { padding: 0 32px; } }
@media (min-width: 1024px) { .container { padding: 0 48px; } }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.display-serif {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.glow-text { text-shadow: 0 0 40px rgba(200, 145, 22, 0.18); }

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--glow);
  box-shadow: 0 0 12px var(--glow);
}
.eyebrow.danger::before { background: var(--danger); box-shadow: 0 0 12px var(--danger); }
.eyebrow.center { justify-content: center; }

.speaker-label {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong), transparent); }

/* ============================================================
   AMBIENT / BACKGROUND
   ============================================================ */
.ambient-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 80%);
}
.ambient-glow {
  background:
    radial-gradient(ellipse 50% 40% at 20% 10%, rgba(200, 145, 22, 0.06), transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(200, 145, 22, 0.04), transparent 70%);
}

/* Moving aurora gradient mesh */
.aurora { position: absolute; inset: -20% -10%; pointer-events: none; overflow: hidden; z-index: 0; }
.aurora span {
  position: absolute; display: block; border-radius: 50%;
  filter: blur(80px); opacity: 0.5; mix-blend-mode: screen;
  will-change: transform;
}
.aurora .a1 { width: 46vw; height: 46vw; left: -8%; top: -12%;
  background: radial-gradient(circle at 30% 30%, rgba(200,145,22,0.55), transparent 60%);
  animation: drift1 26s ease-in-out infinite; }
.aurora .a2 { width: 40vw; height: 40vw; right: -10%; top: 8%;
  background: radial-gradient(circle at 50% 50%, rgba(224,176,74,0.30), transparent 62%);
  animation: drift2 32s ease-in-out infinite; }
.aurora .a3 { width: 52vw; height: 52vw; left: 25%; bottom: -28%;
  background: radial-gradient(circle at 50% 50%, rgba(125,211,252,0.10), transparent 60%);
  animation: drift3 38s ease-in-out infinite; }
@keyframes drift1 { 0%,100%{transform:translate3d(0,0,0) scale(1);} 50%{transform:translate3d(8vw,6vh,0) scale(1.15);} }
@keyframes drift2 { 0%,100%{transform:translate3d(0,0,0) scale(1.05);} 50%{transform:translate3d(-7vw,5vh,0) scale(0.92);} }
@keyframes drift3 { 0%,100%{transform:translate3d(0,0,0) scale(1);} 50%{transform:translate3d(-5vw,-7vh,0) scale(1.12);} }

/* Animated conic ring (used behind some headers) */
.spin-ring { animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   SURFACES & CARDS
   ============================================================ */
.surface {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.surface-2 { background: var(--surface-2); border: 1px solid var(--border); border-radius: 16px; }

.gradient-border { position: relative; background: var(--surface); border-radius: 24px; }
.gradient-border::before {
  content: ''; position: absolute; inset: 0; border-radius: 24px; padding: 1px;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}

/* Liquid-glass panel — the signature look */
.glass {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 24px 60px rgba(0,0,0,0.45);
  transition: border-color .35s ease, transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease;
}
.glass:hover { border-color: rgba(200,145,22,0.32); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px;
  font-size: 14.5px; font-weight: 500; letter-spacing: -0.01em;
  cursor: pointer; border: 1px solid transparent;
  transition: all .28s cubic-bezier(.2,.7,.3,1); white-space: nowrap;
}
.btn .arrow { transition: transform .28s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.btn-primary {
  color: #fff;
  background: radial-gradient(130% 130% at 50% -10%, rgba(200,145,22,0.62), rgba(200,145,22,0.16) 46%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(200,145,22,0.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 10px 34px rgba(200,145,22,0.22);
}
.btn-primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 46px rgba(200,145,22,0.5); transform: translateY(-1px); }

.btn-glass {
  color: var(--text);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn-glass:hover { border-color: rgba(200,145,22,0.4); background: linear-gradient(135deg, rgba(200,145,22,0.14), rgba(200,145,22,0.03)); transform: translateY(-1px); }

.btn-ghost { color: var(--text); border: 1px solid var(--border-strong); background: transparent; }
.btn-ghost:hover { border-color: rgba(200,145,22,0.35); background: rgba(200,145,22,0.05); }

.cta-btn {
  color: #fff; transition: all 0.25s ease;
  background: radial-gradient(130% 130% at 50% -10%, rgba(200,145,22,0.62), rgba(200,145,22,0.16) 46%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(200,145,22,0.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 10px 34px rgba(200,145,22,0.22);
}
.cta-btn:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 44px rgba(200, 145, 22, 0.5); transform: translateY(-1px); }

/* ============================================================
   NAVIGATION (glass pill, shared across pages)
   ============================================================ */
.lz-nav {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center; pointer-events: none;
  transition: top .35s ease;
}
.lz-nav-inner {
  pointer-events: auto;
  width: min(1180px, calc(100% - 32px));
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 9px 9px 9px 22px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(20,20,20,0.55), rgba(10,10,10,0.4));
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 12px 40px rgba(0,0,0,0.4);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.lz-nav.scrolled .lz-nav-inner {
  background: linear-gradient(135deg, rgba(14,14,14,0.85), rgba(8,8,8,0.78));
  border-color: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 16px 50px rgba(0,0,0,0.55);
}
.lz-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px; letter-spacing: -0.02em; }
.lz-brand .mark {
  width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0;
  display: grid; place-items: center; color: #0a0a0a; font-weight: 800; font-size: 15px;
  background: linear-gradient(140deg, var(--glow-2), var(--glow));
  box-shadow: 0 0 18px rgba(200,145,22,0.5);
}
.lz-logo { height: 21px; width: auto; display: block; }
.lz-footer .lz-logo { height: 24px; }
.lz-navlinks { display: none; align-items: center; gap: 6px; }
@media (min-width: 940px) { .lz-navlinks { display: flex; } }
.lz-navlink {
  position: relative; padding: 8px 14px; border-radius: 999px;
  font-size: 14px; color: var(--muted); transition: color .25s ease, background .25s ease;
}
.lz-navlink:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.lz-nav-right { display: flex; align-items: center; gap: 8px; }
.lz-nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 500;
  color: #fff; transition: all .28s ease;
  background: radial-gradient(130% 130% at 50% -10%, rgba(200,145,22,0.62), rgba(200,145,22,0.16) 46%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(200,145,22,0.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}
.lz-nav-cta:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 30px rgba(200,145,22,0.5); }
.lz-burger {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--border); cursor: pointer;
}
@media (min-width: 940px) { .lz-burger { display: none; } }
.lz-burger span { display: block; width: 16px; height: 1.5px; background: var(--text); transition: .3s; }
.lz-burger span + span { margin-top: 4px; }
.lz-burger.open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.lz-burger.open span:nth-child(2) { opacity: 0; }
.lz-burger.open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.lz-mobile {
  position: fixed; inset: 0 0 auto 0; z-index: 99; padding: 96px 20px 28px;
  background: linear-gradient(180deg, rgba(8,8,8,0.96), rgba(8,8,8,0.9));
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transform: translateY(-110%); transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.lz-mobile.open { transform: translateY(0); }
.lz-mobile a { display: block; padding: 16px 8px; font-size: 19px; border-bottom: 1px solid var(--border); color: var(--text); }
.lz-mobile a:last-of-type { border-bottom: none; }

/* ============================================================
   HOMEPAGE — HERO
   ============================================================ */
.lz-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 140px 0 80px; }
.lz-hero #constellation { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.9; }
.lz-hero .hero-fade { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 50% 42%, transparent 30%, rgba(5,5,5,0.55) 78%, var(--bg) 100%); }
.lz-hero-content { position: relative; z-index: 5; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 12px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 12.5px; color: var(--muted); margin-bottom: 28px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--success); box-shadow: 0 0 10px var(--success); }

.lz-h1 {
  font-size: clamp(46px, 8.4vw, 116px); line-height: 0.94; letter-spacing: -0.045em;
  font-weight: 500; margin: 0;
}
.lz-hero p.sub { margin-top: 26px; max-width: 600px; font-size: clamp(16px, 2.1vw, 20px); line-height: 1.55; color: var(--muted); }
.lz-hero .sub b { color: var(--text); font-weight: 500; }
.hero-cta-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted-2); font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ''; width: 5px; height: 5px; border-radius: 999px; background: var(--glow); box-shadow: 0 0 8px var(--glow); }

/* Floating glass agent chips (mouse parallax) */
.hero-chips { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero-chip {
  position: absolute; pointer-events: none; will-change: transform;
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 40px rgba(0,0,0,0.4);
  font-size: 13px; color: var(--text);
  animation: floaty 7s ease-in-out infinite;
}
.hero-chip .av { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; font-size: 12px;
  background: rgba(200,145,22,0.16); border: 1px solid rgba(200,145,22,0.3); color: var(--glow); }
.hero-chip .role { font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: var(--muted-2); text-transform: uppercase; }
.hero-chip .online { width: 6px; height: 6px; border-radius: 999px; background: var(--success); box-shadow: 0 0 8px var(--success); }
@media (max-width: 1180px) { .hero-chips { display: none; } }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { position: relative; padding: 110px 0; }
.section.tight { padding: 80px 0; }
.section-head { max-width: 760px; }
.section-h {
  font-size: clamp(32px, 5vw, 62px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 500; margin: 18px 0 0;
}
.section-sub { margin-top: 18px; font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 560px; }

/* ============================================================
   SOLUTIONS / FEATURE CARDS (liquid glass, tilt)
   ============================================================ */
.card-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.lz-card {
  position: relative; padding: 30px; border-radius: 22px; overflow: hidden;
  background: linear-gradient(150deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012));
  border: 1px solid transparent;
  backdrop-filter: blur(16px) saturate(130%); -webkit-backdrop-filter: blur(16px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  transition: box-shadow .35s ease;
}
.lz-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.lz-card::after {
  content: ''; position: absolute; inset: 0; border-radius: 22px; opacity: 0; transition: opacity .4s ease; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(200,145,22,0.14), transparent 60%);
}
.lz-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 30px 70px rgba(0,0,0,0.4); }
.lz-card:hover::after { opacity: 1; }
.lz-card .ico {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 20px; font-size: 22px;
  background: linear-gradient(140deg, rgba(200,145,22,0.18), rgba(200,145,22,0.04));
  border: 1px solid rgba(200,145,22,0.25); color: var(--glow);
}
.lz-card h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; margin: 0 0 8px; }
.lz-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.lz-card .num { position: absolute; top: 24px; right: 26px; font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.15em; color: var(--muted-2); }
.lz-card-cta {
  margin-top: 18px; display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Geist Mono', monospace; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--glow-2);
}
.lz-card-cta .arrow { transition: transform .28s ease; }
.lz-card:hover .lz-card-cta { color: var(--glow); }
.lz-card:hover .lz-card-cta .arrow { transform: translateX(4px); }

/* 3D tilt wrapper */
.tilt { transform-style: preserve-3d; transition: transform .4s cubic-bezier(.2,.7,.3,1); will-change: transform; }
.tilt .lift { transform: translateZ(30px); }

/* ============================================================
   AI WORKFORCE ROSTER
   ============================================================ */
.agent-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .agent-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .agent-grid { grid-template-columns: repeat(3, 1fr); } }
.agent {
  position: relative; padding: 22px; border-radius: 18px; overflow: hidden;
  background: linear-gradient(150deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012));
  border: 1px solid transparent;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), background .35s ease;
}
.agent::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.agent:hover { transform: translateY(-4px);
  background: linear-gradient(150deg, rgba(200,145,22,0.08), rgba(255,255,255,0.012)); }
.agent .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.agent .avatar {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: 22px; color: var(--glow);
  background: radial-gradient(circle at 35% 30%, rgba(200,145,22,0.28), rgba(200,145,22,0.05));
  border: 1px solid rgba(200,145,22,0.28);
}
.agent .status { display: inline-flex; align-items: center; gap: 6px; font-family: 'Geist Mono', monospace; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--success); }
.agent .status i { width: 6px; height: 6px; border-radius: 999px; background: var(--success); box-shadow: 0 0 8px var(--success); }
.agent .name { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; }
.agent .role { font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-top: 3px; }
.agent .desc { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.5; }

/* ============================================================
   HOW IT WORKS — STEPS
   ============================================================ */
.steps { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 880px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  position: relative; padding: 30px; border-radius: 20px;
  background: var(--surface); border: 1px solid transparent;
  transition: transform .35s ease;
}
.step::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.step:hover { transform: translateY(-3px); }
.step .step-n {
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: 56px; line-height: 1;
  background: linear-gradient(180deg, var(--glow-2), rgba(200,145,22,0.35));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.step h3 { font-size: 21px; font-weight: 500; letter-spacing: -0.02em; margin: 14px 0 8px; }
.step p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.step .meta { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.step .meta .row { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--muted); }
.step .meta .row b { color: var(--glow); font-family: 'Geist Mono', monospace; font-size: 12px; font-weight: 500; }

/* ============================================================
   COMPARISON (Traditional vs Launchzy)
   ============================================================ */
.vs-wrap { display: grid; gap: 0; border-radius: 22px; overflow: hidden; border: 1px solid var(--border); }
.vs-head, .vs-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: stretch; }
.vs-head > div { padding: 18px 22px; font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.vs-head .c-trad { color: var(--muted-2); background: rgba(255,255,255,0.015); }
.vs-head .c-lz { color: var(--glow); background: rgba(200,145,22,0.07); }
.vs-head .c-label { color: var(--muted-2); }
.vs-row > div { padding: 15px 22px; font-size: 13.5px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.vs-row .c-trad { color: var(--muted); background: rgba(255,255,255,0.012); }
.vs-row .c-lz { color: var(--text); background: rgba(200,145,22,0.05); }
.vs-row .c-lz::before { content: '✓'; color: var(--success); font-size: 12px; }
.vs-row .c-trad::before { content: '✕'; color: var(--danger); font-size: 12px; opacity: 0.7; }
@media (max-width: 720px) {
  .vs-head, .vs-row { grid-template-columns: 1fr 1fr; }
  .vs-head .c-label, .vs-row .c-label { display: none; }
}

/* ============================================================
   INDUSTRIES
   ============================================================ */
.industry-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .industry-grid { grid-template-columns: repeat(2, 1fr); } }
.industry {
  position: relative; padding: 38px; border-radius: 24px; overflow: hidden; min-height: 300px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  border: 1px solid transparent;
  transition: transform .4s cubic-bezier(.2,.7,.3,1), border-color .4s ease;
}
.industry::before {
  content: ''; position: absolute; inset: 0; opacity: 0.7; transition: opacity .4s ease; pointer-events: none;
}
.industry.trades::before { background: radial-gradient(ellipse 90% 70% at 80% 10%, rgba(200,145,22,0.14), transparent 60%); }
.industry.clinics::before { background: radial-gradient(ellipse 90% 70% at 80% 10%, rgba(125,211,252,0.1), transparent 60%); }
.industry::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: 1;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.industry:hover { transform: translateY(-5px); }
.industry .tag { position: relative; font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted-2); }
.industry h3 { position: relative; font-size: 30px; font-weight: 500; letter-spacing: -0.02em; margin: 10px 0 8px; }
.industry p { position: relative; font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0 0 22px; max-width: 420px; }
.industry .go { position: relative; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--glow); }
.industry .go .arrow { transition: transform .3s ease; }
.industry:hover .go .arrow { transform: translateX(4px); }
.industry-empty {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 24px 30px; border-radius: 18px; border: 1px dashed var(--border-strong); background: var(--surface);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; cursor: pointer; background: none; border: none; color: var(--text);
  padding: 26px 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-size: clamp(17px, 2.4vw, 21px); font-weight: 450; letter-spacing: -0.01em; font-family: inherit;
}
.faq-q .ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--border-strong);
  display: grid; place-items: center; transition: .35s ease; position: relative; }
.faq-q .ic::before, .faq-q .ic::after { content: ''; position: absolute; background: var(--glow); border-radius: 2px; transition: .35s ease; }
.faq-q .ic::before { width: 12px; height: 1.5px; }
.faq-q .ic::after { width: 1.5px; height: 12px; }
.faq-item.open .faq-q .ic { background: rgba(200,145,22,0.12); border-color: rgba(200,145,22,0.4); transform: rotate(180deg); }
.faq-item.open .faq-q .ic::after { opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s cubic-bezier(.2,.8,.2,1); }
.faq-a-inner { padding: 0 8px 26px; max-width: 760px; font-size: 15px; line-height: 1.65; color: var(--muted); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { position: relative; text-align: center; padding: 120px 0; overflow: hidden; }
.final-cta .glow-orb { position: absolute; left: 50%; top: 40%; width: 700px; height: 700px; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(200,145,22,0.12), transparent 60%); pointer-events: none; z-index: 0; }
.final-cta > * { position: relative; z-index: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.lz-footer { position: relative; border-top: 1px solid var(--border); padding: 70px 0 40px; overflow: hidden; }
.foot-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.4fr repeat(4, 1fr); } }
.foot-brand p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 300px; margin: 16px 0 0; }
.foot-col h4 { font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 16px; }
.foot-col a { display: block; padding: 6px 0; color: var(--muted); font-size: 14px; transition: color .25s ease; }
.foot-col a:hover { color: var(--glow); }
.foot-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: var(--muted-2); }

/* ============================================================
   SCROLL REVEAL + MOTION UTILITIES
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
.reveal[data-d="6"] { transition-delay: .48s; }

.pulse { animation: pulse 2.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ============================================================
   PAGE HERO (trades / clinics sub-pages)
   ============================================================ */
.page-hero { position: relative; padding: 170px 0 40px; overflow: hidden; }
.page-hero .aurora span { opacity: 0.4; }
.page-hero-inner { position: relative; z-index: 5; max-width: 880px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 26px; transition: color .25s ease; }
.back-link:hover { color: var(--glow); }
.back-link .arrow { transition: transform .25s ease; }
.back-link:hover .arrow { transform: translateX(-3px); }

/* ============================================================
   ROI CALCULATOR (trades / clinics)
   ============================================================ */
.calc-grid {
  background-image:
    linear-gradient(rgba(200, 145, 22, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 145, 22, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.slider {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px;
  background: rgba(255, 255, 255, 0.06); border-radius: 999px; outline: none; cursor: pointer; position: relative;
}
.slider::-webkit-slider-runnable-track { height: 6px; border-radius: 999px;
  background: linear-gradient(to right, var(--glow) 0%, var(--glow) var(--fill, 50%), rgba(255, 255, 255, 0.06) var(--fill, 50%)); }
.slider::-moz-range-track { height: 6px; border-radius: 999px;
  background: linear-gradient(to right, var(--glow) 0%, var(--glow) var(--fill, 50%), rgba(255, 255, 255, 0.06) var(--fill, 50%)); }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 999px;
  background: #fafafa; cursor: grab; margin-top: -8px; border: 4px solid #050505;
  box-shadow: 0 0 0 1px var(--glow), 0 0 20px rgba(200, 145, 22, 0.5); transition: transform 0.15s ease; }
.slider::-webkit-slider-thumb:active { transform: scale(1.15); cursor: grabbing; }
.slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 999px; background: #fafafa; cursor: grab;
  border: 4px solid #050505; box-shadow: 0 0 0 1px var(--glow), 0 0 20px rgba(200, 145, 22, 0.5); }
.loss-bar { height: 8px; background: rgba(255, 255, 255, 0.06); border-radius: 999px; overflow: hidden; position: relative; }
.loss-bar-fill { height: 100%; background: linear-gradient(90deg, var(--danger), #ff9a4d, var(--glow)); border-radius: 999px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 0 20px rgba(239, 111, 111, 0.4); }

/* ===== AUTOMATION TABS ===== */
.auto-tab { cursor: pointer; transition: all 0.3s ease; position: relative; }
.auto-tab.active { background: var(--surface-3); border-color: rgba(200, 145, 22, 0.25); }
.auto-tab.active .tab-num { color: var(--glow); }
.auto-tab:hover:not(.active) { background: var(--surface-2); border-color: var(--border-strong); }
.auto-tab.active::after { content: ''; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 999px; background: var(--glow); box-shadow: 0 0 12px var(--glow); }
.tab-num { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.15em; color: var(--muted-2); transition: color 0.3s ease; }
.panel { display: none; animation: fadeIn 0.4s ease; }
.panel.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.timestamp { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--danger); display: inline-flex; align-items: center; gap: 8px; }
.timestamp::before { content: ''; width: 5px; height: 5px; border-radius: 999px; background: var(--danger); box-shadow: 0 0 10px var(--danger); }

.cost-tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px;
  background: rgba(239, 111, 111, 0.08); border: 1px solid rgba(239, 111, 111, 0.18);
  font-family: 'Geist Mono', monospace; font-size: 11px; color: #ef9090; letter-spacing: 0.05em; }
.step-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(200, 145, 22, 0.08); border: 1px solid rgba(200, 145, 22, 0.2); font-size: 12.5px; color: var(--text); }
.step-pill .num { font-family: 'Geist Mono', monospace; font-size: 10.5px; color: var(--glow); letter-spacing: 0.1em; }
.check-icon { width: 14px; height: 14px; border-radius: 999px; background: rgba(74, 222, 128, 0.15);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(74, 222, 128, 0.3); }
.demo-frame { background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)); border: 1px solid var(--border); border-radius: 16px; }
.ai-bubble { background: rgba(200, 145, 22, 0.06); border: 1px solid rgba(200, 145, 22, 0.18); border-radius: 12px 12px 12px 4px; }
.customer-bubble { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 12px 12px 4px 12px; }
.patient-bubble { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 12px 12px 4px 12px; }
.quote-line { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.quote-line:last-child { border-bottom: none; }
.invoice-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 13px; }
.crm-row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.crm-row:last-child { border-bottom: none; }
.crm-key { font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); padding-top: 2px; }
.schedule-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 12.5px; }
.schedule-item:last-child { border-bottom: none; }
.dot-success { width: 6px; height: 6px; border-radius: 999px; background: var(--success); box-shadow: 0 0 8px rgba(74, 222, 128, 0.5); flex-shrink: 0; }
.dot-pending { width: 6px; height: 6px; border-radius: 999px; background: var(--glow); box-shadow: 0 0 8px var(--glow); flex-shrink: 0; }
.dot-recovered { width: 6px; height: 6px; border-radius: 999px; background: var(--info); box-shadow: 0 0 8px var(--info); flex-shrink: 0; }
.progress-track { display: flex; gap: 4px; margin-top: 12px; }
.progress-cell { flex: 1; height: 5px; background: rgba(255, 255, 255, 0.06); border-radius: 999px; }
.progress-cell.done { background: var(--glow); box-shadow: 0 0 8px rgba(200, 145, 22, 0.5); }
.star { color: var(--glow); text-shadow: 0 0 8px rgba(200, 145, 22, 0.4); }
.photo-tile { aspect-ratio: 1; border-radius: 10px; background: linear-gradient(135deg, rgba(200, 145, 22, 0.08), rgba(200, 145, 22, 0.02));
  border: 1px solid rgba(200, 145, 22, 0.15); display: flex; align-items: center; justify-content: center;
  font-family: 'Geist Mono', monospace; font-size: 9.5px; letter-spacing: 0.1em; color: var(--glow); text-transform: uppercase; }

/* ===== BENEFITS ===== */
.benefit-card { background: var(--surface); border: 1px solid transparent; border-radius: 16px; padding: 24px;
  transition: all 0.3s ease; position: relative; overflow: hidden; }
.benefit-card::before { content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(200, 145, 22, 0.04), transparent 70%); opacity: 0; transition: opacity 0.3s ease; }
.benefit-card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.benefit-card:hover { transform: translateY(-2px); }
.benefit-card:hover::before { opacity: 1; }
.benefit-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(200, 145, 22, 0.08); border: 1px solid rgba(200, 145, 22, 0.18);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 18px; }

/* ===== COMPARE TABLE (sub-pages) ===== */
.compare-row { display: grid; grid-template-columns: 1fr repeat(3, 72px); gap: 0; padding: 12px 0; border-bottom: 1px solid var(--border); align-items: center; font-size: 13px; }
.compare-row:last-child { border-bottom: none; }
.compare-row .cell { text-align: center; font-family: 'Geist Mono', monospace; font-size: 11px; }
.compare-row .cell.yes { color: var(--success); }
.compare-row .cell.no { color: var(--muted-2); }
.compare-row .cell.partial { color: var(--glow); }
.compare-header { display: grid; grid-template-columns: 1fr repeat(3, 72px); gap: 0; padding-bottom: 12px; border-bottom: 1px solid var(--border-strong); margin-bottom: 4px; }
.compare-header .col-label { text-align: center; font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.compare-header .col-label.highlight { color: var(--glow); }
.compare-inner { min-width: 520px; }

/* Below 640px the fixed 520px table forced silent horizontal scrolling with
   no visual hint — the last column (price) was invisible. Fit it instead. */
@media (max-width: 640px) {
  .compare-inner { min-width: 0; }
  .compare-row, .compare-header { grid-template-columns: 1fr repeat(3, 44px); column-gap: 4px; }
  .compare-row { font-size: 11.5px; padding: 10px 0; line-height: 1.3; }
  .compare-row .cell { font-size: 9.5px !important; }
  .compare-header .col-label { font-size: 8px; letter-spacing: 0.03em; }
}

/* ===== PRICING ===== */
.pricing-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 36px; transition: all 0.35s ease; overflow: hidden; }
.pricing-card::before { content: ''; position: absolute; inset: 0; border-radius: 24px; padding: 1px;
  background: linear-gradient(120deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.pricing-card.featured { border-color: rgba(200, 145, 22, 0.3); background: linear-gradient(180deg, rgba(200, 145, 22, 0.06), rgba(200, 145, 22, 0.01)); }
.pricing-card.featured::before { background: linear-gradient(120deg, #000000, var(--glow)); }
.pricing-card:hover { transform: translateY(-3px); }
.pricing-card.featured:hover { box-shadow: 0 24px 80px rgba(200, 145, 22, 0.12); }
.price-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.price-badge.popular { background: rgba(200, 145, 22, 0.12); border: 1px solid rgba(200, 145, 22, 0.3); color: var(--glow); }
.price-badge.starter { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border); color: var(--muted); }
.price-badge.enterprise { background: rgba(125, 211, 252, 0.08); border: 1px solid rgba(125, 211, 252, 0.2); color: var(--info); }
.pricing-line-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--muted); margin-bottom: 10px; }
.pricing-line-item .tick { width: 16px; height: 16px; border-radius: 999px; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; font-size: 9px; }
.pricing-line-item .tick.gold { background: rgba(200, 145, 22, 0.12); border: 1px solid rgba(200, 145, 22, 0.3); color: var(--glow); }
.pricing-line-item .tick.dim { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border); color: var(--muted-2); }
.pricing-line-item.active { color: var(--text); }
.pricing-btn { width: 100%; padding: 14px; border-radius: 12px; font-size: 15px; font-weight: 500; letter-spacing: -0.01em; text-align: center; transition: all 0.25s ease; cursor: pointer; display: block; text-decoration: none; }
.pricing-btn.primary {
  color: #fff;
  background: radial-gradient(130% 130% at 50% -10%, rgba(200,145,22,0.62), rgba(200,145,22,0.16) 46%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(200,145,22,0.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}
.pricing-btn.primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 30px rgba(200, 145, 22, 0.5); transform: translateY(-1px); }
.pricing-btn.ghost { background: transparent; border: 1px solid var(--border-strong); color: var(--text); }
.pricing-btn.ghost:hover { border-color: rgba(200, 145, 22, 0.3); background: rgba(200, 145, 22, 0.05); }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal { position: relative; padding: 150px 0 40px; }
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal h1 { font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 500; margin: 14px 0 10px; }
.legal .updated { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.legal-note {
  margin: 26px 0 40px; padding: 18px 22px; border-radius: 14px;
  background: rgba(200,145,22,0.06); border: 1px solid rgba(200,145,22,0.2);
  font-size: 13.5px; line-height: 1.6; color: var(--muted);
}
.legal-body h2 { font-size: 24px; letter-spacing: -0.02em; font-weight: 500; margin: 44px 0 14px; }
.legal-body h2 .n { font-family: 'Geist Mono', monospace; font-size: 14px; color: var(--glow); margin-right: 12px; }
.legal-body h3 { font-size: 17px; font-weight: 500; margin: 24px 0 8px; color: var(--text); }
.legal-body p, .legal-body li { font-size: 15px; line-height: 1.7; color: var(--muted); }
.legal-body p { margin: 0 0 14px; }
.legal-body a { color: var(--glow); }
.legal-body ul { margin: 0 0 16px; padding-left: 20px; }
.legal-body li { margin-bottom: 8px; }
.legal-body li::marker { color: var(--glow); }
.legal-body strong { color: var(--text); font-weight: 500; }
.legal-body .divider { margin: 40px 0; }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .aurora span, .pulse, .hero-chip, .spin-ring { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .tilt { transform: none !important; }
}

/* ============================================================
   BLOG (index grid + article)
   ============================================================ */
.blog-main { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 40px; position: relative; z-index: 1; }
.blog-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.blog-head h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; margin: 18px 0 0; }
.blog-head p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); margin-top: 18px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card { position: relative; display: flex; flex-direction: column; border: 1px solid transparent; border-radius: 20px; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease; }
.blog-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: 2;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(200,145,22,0.35); }
.blog-card-img { aspect-ratio: 1200 / 630; overflow: hidden; background: #0a0a0a; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.blog-tag { font-family: 'Geist Mono', monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--glow-2); }
.blog-card h2 { font-size: 1.15rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.28; color: var(--text); }
.blog-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.blog-card-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--glow-2); font-size: 13.5px; font-weight: 500; }
.blog-card-more .arrow { transition: transform .28s ease; }
.blog-card:hover .blog-card-more .arrow { transform: translateX(3px); }

.post-main { padding-top: calc(var(--nav-h) + 30px); padding-bottom: 20px; position: relative; z-index: 1; }
.post-wrap { max-width: 760px; margin: 0 auto; }
.post-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; margin-bottom: 26px; }
.post-back:hover { color: var(--text); }
.post-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; color: var(--muted-2); font-size: 13px; margin-bottom: 16px; }
.post-meta .tag { font-family: 'Geist Mono', monospace; letter-spacing: 0.12em; text-transform: uppercase; color: var(--glow-2); font-size: 11px; }
.post-wrap h1 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 26px; }
.post-cover { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); margin: 0 0 40px; }
.post-cover img { width: 100%; display: block; }
.post-body { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,0.8); }
.post-body p { margin: 0 0 22px; }
.post-body h2 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; color: var(--text); margin: 44px 0 16px; }
.post-body strong { color: var(--text); }
.post-body a:not(.btn) { color: var(--glow-2); text-decoration: underline; text-underline-offset: 3px; }
.post-body a.btn-primary,
.post-body a.btn-primary:visited { color: #050505; text-decoration: none; }
.post-lead { font-size: 1.2rem; line-height: 1.6; color: rgba(255,255,255,0.9); margin-bottom: 28px; }
.pull-stat { margin: 34px 0; padding: 30px 32px; border-radius: 18px; border: 1px solid rgba(200,145,22,0.3);
  background: radial-gradient(ellipse 90% 120% at 0% 0%, rgba(200,145,22,0.10), transparent 60%), rgba(255,255,255,0.02); }
.pull-stat .n { font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(2.6rem, 6vw, 3.6rem); line-height: 1;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0.5)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pull-stat .t { margin-top: 10px; color: var(--muted); font-size: 15px; }
.post-cta { margin: 48px 0 10px; padding: 34px; border-radius: 20px; text-align: center;
  border: 1px solid rgba(200,145,22,0.3); background: radial-gradient(ellipse 90% 130% at 50% 0%, rgba(200,145,22,0.10), transparent 60%), linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); }
.post-cta h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 10px; }
.post-cta p { color: var(--muted); margin: 0 0 22px; }
.post-sources { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted-2); }
.post-sources h4 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.post-sources ul { margin: 0; padding-left: 18px; }
.post-sources li { margin-bottom: 6px; }
.post-sources a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   ABOUT (team grid)
   ============================================================ */
.about-main { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 40px; position: relative; z-index: 1; }
.about-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.about-head h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; margin: 18px 0 0; }
.about-head p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); margin-top: 18px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1120px; margin: 0 auto; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; max-width: 720px; } }
@media (max-width: 620px) { .team-grid { grid-template-columns: 1fr; max-width: 380px; } }

.team-card { position: relative; display: flex; flex-direction: column; border: 1px solid transparent; border-radius: 22px; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease; }
.team-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: 2;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.team-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(200,145,22,0.3); }

.team-photo { aspect-ratio: 4 / 5; position: relative; overflow: hidden;
  background: radial-gradient(ellipse 80% 80% at 50% 30%, rgba(200,145,22,0.10), rgba(10,10,10,0.6) 70%), #0a0a0a;
  border-bottom: 1px dashed rgba(200,145,22,0.45);
  display: flex; align-items: center; justify-content: center; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-initials { font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(3.4rem, 8vw, 4.6rem); line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.4) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.team-photo-note { position: absolute; bottom: 12px; left: 0; right: 0; text-align: center;
  font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(200,145,22,0.65); }

.team-body { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 8px; }
.team-name { font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em; color: var(--text); }
.team-role { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--glow-2); }
.team-bio { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin-top: 8px; }

/* ============================================================
   RESULTS / CLIENT TESTIMONIALS (grid index reuses .blog-grid/.blog-card)
   ============================================================ */
.testimonial-card {
  position: relative;
  display: grid; grid-template-columns: 260px 1fr; border-radius: 22px; overflow: hidden;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
}
.testimonial-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: 2;
  background: linear-gradient(135deg, #000000, var(--glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.testimonial-media { position: relative; min-height: 220px; background: #0a0a0a; }
.testimonial-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testimonial-body { padding: 32px 36px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.testimonial-logo { height: 20px; width: auto; opacity: 0.92; align-self: flex-start; }
.testimonial-quote { font-size: 16px; line-height: 1.62; color: rgba(255,255,255,0.85); }
.testimonial-attrib { font-size: 13px; color: var(--muted); }
.testimonial-attrib strong { color: var(--text); font-weight: 500; }
.testimonial-stats { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 2px; }
.testimonial-stats .stat .n {
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0.5)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.testimonial-stats .stat .l { margin-top: 5px; font-size: 11.5px; color: var(--muted); }
.testimonial-more { margin-top: 4px; display: inline-flex; align-items: center; gap: 7px; color: var(--glow-2); font-size: 13.5px; font-weight: 500; width: fit-content; }
.testimonial-more .arrow { transition: transform .28s ease; }
.testimonial-card:hover .testimonial-more .arrow { transform: translateX(3px); }
@media (max-width: 720px) {
  .testimonial-card { grid-template-columns: 1fr; }
  .testimonial-media { aspect-ratio: 16/9; min-height: 0; }
  .testimonial-body { padding: 26px 24px; }
}

/* Before/after stat table — fits at all widths, no horizontal scroll needed */
.result-head, .result-row { display: grid; grid-template-columns: 1fr 88px 88px; column-gap: 10px; align-items: center; }
.result-head { padding-bottom: 10px; border-bottom: 1px solid var(--border-strong); margin-bottom: 4px; }
.result-head span { text-align: center; font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.result-head span:first-child { text-align: left; }
.result-row { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.result-row:last-child { border-bottom: none; }
.result-row .lbl { color: rgba(255,255,255,0.8); }
.result-row .before, .result-row .after { text-align: center; font-family: 'Geist Mono', monospace; font-size: 12.5px; }
.result-row .before { color: var(--muted-2); }
.result-row .after { color: var(--success); font-weight: 600; }
@media (max-width: 480px) {
  .result-head, .result-row { grid-template-columns: 1fr 62px 62px; column-gap: 6px; }
  .result-row { font-size: 12.5px; }
  .result-row .before, .result-row .after { font-size: 11px; }
}

.result-revenue {
  margin: 30px 0; padding: 28px 30px; border-radius: 18px; text-align: center;
  border: 1px solid rgba(200,145,22,0.3);
  background: radial-gradient(ellipse 90% 130% at 50% 0%, rgba(200,145,22,0.10), transparent 60%), linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}
.result-revenue .n {
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(2.4rem, 5.5vw, 3.4rem); line-height: 1;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0.5)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.result-revenue .t { margin-top: 10px; color: var(--muted); font-size: 14px; }

/* Stats-page list items (plain-text source attribution, no outbound links) */
.stat-list { list-style: none; margin: 22px 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.stat-list li { padding: 16px 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.stat-list strong { color: var(--text); }
.stat-source { display: block; margin-top: 6px; font-family: 'Geist Mono', monospace; font-size: 11.5px; letter-spacing: 0.02em; color: var(--muted-2); }
.stat-toc { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 20px 0 0; padding: 0; list-style: none; }
.stat-toc a { color: var(--glow-2); font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   SATURN BACKGROUND — sitewide, scroll-parallax
   Fixed full-viewport window; the inner layer is oversized and
   translated by JS on scroll so the image pans as the page scrolls,
   instead of sitting static. Glass cards reveal it via backdrop-blur.
   ============================================================ */
body { background: transparent; }
.home-saturn {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
  background: #050505;
}
.home-saturn-img {
  position: absolute; top: 0; left: 50%; width: 100%; min-width: 1100px; height: 160%;
  background: url("saturn-bg.jpg") center top / cover no-repeat;
  transform: translate(-50%, 0);
  will-change: transform;
}
.home-saturn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.65) 45%, rgba(5,5,5,0.85) 100%);
}
/* Let Saturn read through the homepage hero instead of the default black edge-fade.
   Fades all the way back to transparent at its own edges (rather than ending on a
   flat color) so it blends into .home-saturn::after below with no visible seam. */
.lz-hero .hero-fade {
  background: radial-gradient(ellipse 70% 55% at 42% 42%, transparent 35%, rgba(5,5,5,0.3) 65%, transparent 100%);
}
#constellation { opacity: 0.4; }

/* ============================================================
   GLASS MORPHISM — frosted translucency across all card families
   (base backgrounds are already low-opacity; this adds the blur so
    whatever is behind — Saturn on home — reads through as frosted glass)
   ============================================================ */
.step, .benefit-card, .blog-card, .team-card, .testimonial-card, .pricing-card {
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

/* ============================================================
   AGENT PROFILE PHOTOS — <img> overlays the letter fallback.
   If the image 404s, onerror removes it and the letter shows through.
   ============================================================ */
.agent .avatar { position: relative; overflow: hidden; }
.agent .avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-chip .av { position: relative; overflow: hidden; }
.hero-chip .av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
