:root {
  --bg-void: #030712;
  --bg-deep: #070c18;
  --bg-card: #0f1629;
  --bg-card-hover: #151d35;
  --bg-elevated: #1a2340;
  --text-white: #f8fafc;
  --text-light: #e2e8f0;
  --text-muted: #94a3b8;
  --text-dim: #475569;
  --blue-vivid: #3b82f6;
  --blue-light: #60a5fa;
  --cyan-vivid: #06b6d4;
  --cyan-glow: #22d3ee;
  --purple-vivid: #8b5cf6;
  --purple-light: #a78bfa;
  --green-vivid: #10b981;
  --green-light: #34d399;
  --amber-vivid: #f59e0b;
  --red-soft: #f87171;
  --border-faint: rgba(56, 189, 248, 0.06);
  --border-subtle: rgba(56, 189, 248, 0.12);
  --border-medium: rgba(56, 189, 248, 0.22);
  --shadow-card: 0 20px 60px rgba(2, 8, 23, 0.42);
  --shadow-soft: 0 16px 40px rgba(2, 8, 23, 0.22);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-void);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(820px circle at 50% 9%, rgba(59, 130, 246, 0.08), transparent 58%),
    radial-gradient(520px circle at 18% 24%, rgba(139, 92, 246, 0.04), transparent 64%);
  opacity: 0.92;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.hotmart-widget-hidden {
  position: fixed;
  inset: auto;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.hotmart-widget-hidden .hotmart__button-checkout {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.hotmart-widget-hidden img {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}


button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

::selection {
  background: rgba(96, 165, 250, 0.22);
  color: var(--text-white);
}

.container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  position: relative;
  z-index: 1;
  padding: 108px 0;
}

.narrow {
  max-width: 780px;
  margin-inline: auto;
}

.center {
  text-align: center;
}

.mono {
  font-family: var(--font-mono);
}

.small-kicker {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--text-muted);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 22, 41, 0.96);
  border: 1px solid var(--border-medium);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
}

.skip-link:focus {
  left: 12px;
  outline: 0;
}

.noscript-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(8, 15, 31, 0.96), rgba(8, 14, 24, 0.98));
  border-bottom: 1px solid var(--border-medium);
  text-align: center;
  color: var(--text-light);
  backdrop-filter: blur(16px);
}

.bg-aurora,
.bg-grid,
.bg-noise,
.scroll-progress {
  pointer-events: none;
}

.bg-aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, rgba(59,130,246,0.08), transparent),
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(6,182,212,0.04), transparent),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(139,92,246,0.04), transparent);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(56,189,248,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,189,248,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, black 20%, transparent 70%);
}

.bg-noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 180;
  background: linear-gradient(90deg, var(--cyan-glow), var(--blue-vivid), var(--purple-vivid));
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.5);
}

.text-gradient,
.stat-value,
.price-value,
.hero-title .text-gradient,
#roiSave {
  background: linear-gradient(102deg, #eef6ff 0%, var(--blue-light) 18%, var(--cyan-glow) 38%, #dbeafe 52%, var(--purple-light) 74%, var(--cyan-glow) 100%);
  background-size: 260% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: saturate(1.08) brightness(1.04);
  animation: gradient-shift 7.5s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

@keyframes float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.32); }
  50% { box-shadow: 0 0 0 10px rgba(34, 211, 238, 0); }
}

@keyframes live-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }
.reveal-delay-5 { transition-delay: 0.4s; }
.reveal-delay-6 { transition-delay: 0.48s; }

.lift-card,
.hero-focus,
.calm-panel {
  position: relative;
}

.lift-card {
  transition: transform 0.26s var(--ease-out), border-color 0.26s ease, box-shadow 0.26s var(--ease-out), background 0.26s ease;
  will-change: transform;
}

.hero-focus,
.calm-panel {
  transition: border-color 0.26s ease, box-shadow 0.26s var(--ease-out), background 0.26s ease;
}

@media (hover: hover) {
  .lift-soft:hover,
  .lift-soft:focus-within {
    transform: translateY(-4px);
    border-color: var(--border-medium);
    background: linear-gradient(180deg, rgba(18, 28, 52, 0.92), rgba(10, 15, 29, 0.9));
    box-shadow: 0 20px 48px rgba(2, 8, 23, 0.36), 0 0 0 1px rgba(96, 165, 250, 0.05);
  }

  .lift-strong:hover,
  .lift-strong:focus-within {
    transform: translateY(-7px);
    border-color: rgba(96, 165, 250, 0.28);
    background: linear-gradient(180deg, rgba(20, 30, 56, 0.94), rgba(10, 15, 29, 0.92));
    box-shadow: 0 28px 70px rgba(2, 8, 23, 0.46), 0 0 0 1px rgba(96, 165, 250, 0.07), inset 0 1px 0 rgba(255,255,255,0.04);
  }

  .hero-focus:hover,
  .hero-focus:focus-within {
    border-color: rgba(96, 165, 250, 0.26);
    box-shadow: 0 34px 88px rgba(2, 8, 23, 0.54), inset 0 1px 0 rgba(255,255,255,0.06);
  }

  .calm-panel:hover,
  .calm-panel:focus-within {
    border-color: rgba(96, 165, 250, 0.16);
    background: linear-gradient(180deg, rgba(15, 22, 41, 0.9), rgba(9, 13, 24, 0.9));
  }
}

.hero-title .text-gradient {
  display: inline-block;
  padding-right: 0.04em;
  text-shadow: 0 0 22px rgba(96, 165, 250, 0.08), 0 0 34px rgba(139, 92, 246, 0.08);
}

.hero-lead strong {
  color: var(--text-white);
  font-weight: 700;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  isolation: isolate;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0));
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}

.btn-primary {
  color: var(--text-white);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(139, 92, 246, 0.18));
  border-color: rgba(96, 165, 250, 0.3);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 24px 46px rgba(37, 99, 235, 0.28);
}

.btn-ghost,
.btn-nav,
.btn-card,
.copy-btn,
.sticky-link {
  color: var(--text-light);
  background: rgba(15, 22, 41, 0.72);
  border-color: var(--border-subtle);
}

.btn-ghost:hover,
.btn-nav:hover,
.btn-card:hover,
.copy-btn:hover,
.sticky-link:hover,
.faq-q:hover {
  border-color: var(--border-medium);
  background: rgba(21, 29, 53, 0.86);
}

.btn-card-primary,
.sticky-link.primary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
  border-color: rgba(34, 211, 238, 0.34);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 14px 0;
  transition: padding 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  background: rgba(3, 7, 18, 0.72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.nav.is-scrolled {
  padding: 10px 0;
  background: rgba(3, 7, 18, 0.88);
  border-bottom-color: var(--border-subtle);
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.35);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--text-white);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(139, 92, 246, 0.2));
  border: 1px solid var(--border-medium);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 14px;
  color: var(--text-white);
}

.brand-copy span {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 14px;
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text-white);
}

.hero {
  padding-top: 144px;
  padding-bottom: 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 44px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(10, 15, 28, 0.72);
  border: 1px solid var(--border-subtle);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan-glow);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.85);
  animation: pulse 2s infinite;
}

.hero-title {
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 6.6vw, 6.25rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.082em;
  color: var(--text-white);
  text-wrap: balance;
  max-width: 11ch;
}

.hero-lead {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 15, 28, 0.68);
  border: 1px solid var(--border-faint);
  color: var(--text-light);
  font-size: 14px;
}

.hero-trust li span {
  color: var(--green-light);
  font-weight: 700;
}

.hero-callout {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(15, 22, 41, 0.86), rgba(10, 15, 28, 0.86));
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.hero-callout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-callout p {
  margin: 0;
  color: var(--text-muted);
}

.monitor-stage {
  position: relative;
}

.floating-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(15, 22, 41, 0.8);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-light);
  animation: float-chip 5.6s ease-in-out infinite;
}

.chip-top {
  top: -18px;
  right: 18px;
}

.chip-bottom {
  left: -14px;
  bottom: 34px;
  animation-delay: -2s;
}

.monitor {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(15, 22, 41, 0.96), rgba(8, 12, 24, 0.94)),
    linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.04));
  border: 1px solid rgba(96, 165, 250, 0.18);
  box-shadow: 0 30px 90px rgba(2, 8, 23, 0.5), inset 0 1px 0 rgba(255,255,255,0.06);
}

.monitor::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,0.03);
  pointer-events: none;
}

.monitor-glare {
  position: absolute;
  top: -18%;
  right: -10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.18), transparent 70%);
  filter: blur(12px);
}

.monitor-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 10px 18px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.08);
}

.monitor-lights {
  display: inline-flex;
  gap: 8px;
}

.monitor-lights span,
.window-lights span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.monitor-lights span:nth-child(1),
.window-lights span:nth-child(1) { background: #ff5f57; }
.monitor-lights span:nth-child(2),
.window-lights span:nth-child(2) { background: #febc2e; }
.monitor-lights span:nth-child(3),
.window-lights span:nth-child(3) { background: #28c840; }

.monitor-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.monitor-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  color: var(--cyan-glow);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-glow);
  animation: live-blink 1.4s ease-in-out infinite;
}

.monitor-clock {
  color: var(--text-muted);
  font-size: 12px;
}

.monitor-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 2px 16px;
}

.monitor-metric {
  padding: 16px;
  border-radius: 18px;
  background: rgba(10, 15, 28, 0.62);
  border: 1px solid rgba(96, 165, 250, 0.08);
}

.monitor-metric span {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-mono);
}

.monitor-metric strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--text-white);
  letter-spacing: -0.04em;
}

.metric-delta {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-family: var(--font-mono);
}

.metric-delta--danger { color: var(--red-soft); }
.metric-delta--success { color: var(--green-light); }

.monitor-table {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(8, 12, 24, 0.8);
  border: 1px solid rgba(96, 165, 250, 0.08);
}

.monitor-row {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 0.7fr 0.8fr 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid rgba(96, 165, 250, 0.07);
  transition: color 0.35s ease, background 0.35s ease;
}

.monitor-head {
  border-top: 0;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-family: var(--font-mono);
}

.monitor-model {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.row-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.monitor-row.danger { color: #fca5a5; }
.monitor-row.warning { color: #fcd34d; }
.monitor-row.success { color: #86efac; }

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
}

.status-danger {
  color: #fecaca;
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.22);
}

.status-warning {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
}

.status-success {
  color: #bbf7d0;
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.22);
}

.monitor-status {
  margin-top: 16px;
  padding: 14px 16px 16px;
  border-radius: 18px;
  background: rgba(8, 12, 24, 0.86);
  border: 1px solid rgba(96, 165, 250, 0.08);
}

.monitor-status--idle {
  color: #fecaca;
}

.monitor-status--running {
  color: var(--blue-light);
}

.monitor-status--done {
  color: #bbf7d0;
}

.monitor-status-copy {
  display: flex;
  align-items: center;
  min-height: 24px;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.monitor-progress {
  margin-top: 12px;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(148, 163, 184, 0.12);
}

.monitor-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan-glow), var(--blue-vivid), var(--purple-vivid));
}

.section-head {
  max-width: 900px;
  margin: 0 auto 42px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 15, 28, 0.68);
  border: 1px solid var(--border-faint);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  margin: 18px 0 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--text-white);
  text-wrap: balance;
}

.section-copy {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--text-muted);
  font-size: 1.04rem;
}

.stats-strip {
  padding-top: 24px;
  padding-bottom: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 22, 41, 0.84), rgba(10, 15, 28, 0.84));
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.stat-value {
  display: block;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.stat-label {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 14px;
}

.problem-grid,
.quick-grid,
.inside-grid,
.proof-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.problem-card,
.quick-card,
.inside-card,
.proof-card,
.price-card,
.roi-card,
.compare-card,
.tree-window,
.ide-shell,
.extra-card,
.problem-banner,
.hero-callout,
.roi-note,
.final-cta-card,
.faq-item {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(15, 22, 41, 0.86), rgba(9, 13, 24, 0.86));
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
}

.problem-card {
  padding: 28px;
}

.problem-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.18);
  font-size: 24px;
}

.problem-card h3,
.quick-card h3,
.inside-card h3,
.proof-card h3,
.price-tier,
.footer-heading {
  margin: 18px 0 10px;
  font-size: 1.25rem;
  color: var(--text-white);
  letter-spacing: -0.04em;
}

.problem-card p,
.quick-card p,
.inside-card p,
.proof-card p,
.price-sub,
.footer-copytext,
.ide-filemeta p {
  margin: 0;
  color: var(--text-muted);
}

.problem-tag {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-tag.danger {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.problem-tag.warning {
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}

.problem-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 22px 24px;
}

.problem-banner strong,
.extra-card strong,
.roi-note strong,
.sticky-copy strong {
  display: block;
  color: var(--text-white);
  margin-bottom: 4px;
}

.problem-banner span,
.extra-card span,
.roi-note span,
.sticky-copy span {
  color: var(--text-muted);
}

.quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-card {
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.quick-step,
.inside-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-weight: 800;
  color: var(--text-white);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(139, 92, 246, 0.18));
  border: 1px solid rgba(96, 165, 250, 0.18);
}

.quick-kicker,
.proof-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.copy-btn {
  margin-top: 18px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
}

.quick-code {
  margin: 14px 0 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(4, 9, 20, 0.88);
  border: 1px solid rgba(96, 165, 250, 0.08);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  overflow-x: auto;
}

.quick-card small,
.roi-output small {
  color: var(--text-dim);
  font-size: 12px;
}

.inside-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inside-card {
  padding: 24px;
}

.inside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.inside-tags span,
.hero-demo-chip,
.extra-card,
.roi-note,
.price-badge,
.section-eyebrow,
.hero-pill {
  font-family: var(--font-mono);
}

.inside-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.12);
  color: var(--text-light);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.extras-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.extra-card {
  padding: 18px;
}

.tree-window {
  overflow: hidden;
}

.window-head,
.ide-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.08);
  background: rgba(8, 12, 24, 0.8);
}

.window-title,
.ide-topbar-title {
  color: var(--text-muted);
  font-size: 12px;
}

.tree-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
}

.tree-col {
  min-width: 0;
}

.tree-line,
.tree-indent {
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--text-light);
  background: rgba(4, 9, 20, 0.54);
  border: 1px solid rgba(96, 165, 250, 0.04);
  margin-bottom: 10px;
  font-size: 12px;
}

.tree-indent { margin-left: 18px; }
.tree-indent-2 { margin-left: 36px; }

.ide-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  overflow: hidden;
}

.ide-sidebar {
  padding: 18px 16px 18px;
  border-right: 1px solid rgba(96, 165, 250, 0.08);
  background: rgba(8, 12, 24, 0.7);
}

.ide-sidebar-title {
  margin-bottom: 14px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ide-folder,
.ide-file,
.ide-tab-main,
.ide-tab-close {
  width: 100%;
  text-align: left;
}

.ide-folder {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--text-light);
  font-size: 13px;
}

.ide-folder:hover,
.ide-file:hover,
.ide-tab-main:hover,
.ide-tab-close:hover {
  background: rgba(21, 29, 53, 0.8);
}

.ide-folder-icon {
  transition: transform 0.2s ease;
  font-family: var(--font-mono);
  color: var(--text-muted);
}

.ide-folder.open .ide-folder-icon {
  transform: rotate(90deg);
}

.ide-children {
  margin-left: 16px;
  padding-left: 10px;
  border-left: 1px solid rgba(96, 165, 250, 0.06);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s var(--ease-out);
}

.ide-folder.open + .ide-children {
  max-height: 320px;
}

.ide-file {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 13px;
}

.ide-file.active {
  background: rgba(59, 130, 246, 0.14);
  color: var(--text-white);
}

.ide-file-icon,
.ide-tab-icon {
  font-family: var(--font-mono);
  color: var(--cyan-glow);
}

.ide-main {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-width: 0;
}

.ide-tabs {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 14px 18px 0;
  overflow-x: auto;
}

.ide-tab {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  border-radius: 14px 14px 0 0;
  border: 1px solid rgba(96, 165, 250, 0.08);
  border-bottom: 0;
  background: rgba(8, 12, 24, 0.6);
  overflow: hidden;
}

.ide-tab.active {
  background: rgba(15, 22, 41, 0.94);
}

.ide-tab-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: var(--text-light);
  font-size: 12px;
  white-space: nowrap;
}

.ide-tab-close {
  width: 34px;
  min-width: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--text-muted);
}

.ide-filemeta {
  padding: 14px 18px;
  border-top: 1px solid rgba(96, 165, 250, 0.08);
  border-bottom: 1px solid rgba(96, 165, 250, 0.08);
}

.ide-filemeta strong {
  color: var(--text-white);
  font-size: 12px;
}

.ide-filemeta p {
  margin-top: 8px;
  font-size: 14px;
}

.ide-editor {
  min-height: 580px;
  max-height: 680px;
  overflow: auto;
  background: rgba(5, 8, 18, 0.96);
}

.ide-code {
  padding: 22px 18px 26px;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-light);
}

.ide-line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  white-space: pre-wrap;
}

.ide-line-num {
  color: rgba(148, 163, 184, 0.45);
  text-align: right;
  user-select: none;
}

.ide-line-content {
  min-width: 0;
}

.s-jinja { color: #f59e0b; }
.s-kw { color: #c084fc; }
.s-str { color: #34d399; }
.s-num { color: #fb923c; }
.s-cmt { color: #475569; font-style: italic; }
.s-fn { color: #60a5fa; }
.s-var { color: #22d3ee; }

.ide-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  border-top: 1px solid rgba(96, 165, 250, 0.08);
  background: rgba(8, 12, 24, 0.9);
  color: var(--text-muted);
  font-size: 12px;
}

.ide-status-right,
.sticky-actions,
.final-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ide-ready-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-vivid);
  margin-right: 8px;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card {
  padding: 26px;
}

.roi-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: start;
}

.roi-note {
  margin-top: 26px;
  padding: 18px 20px;
}

.roi-card {
  padding: 24px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 10px;
}

.field span,
.range-head span,
.roi-output span {
  color: var(--text-muted);
  font-size: 14px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background: rgba(4, 9, 20, 0.88);
  color: var(--text-white);
}

.field input:focus-visible,
.copy-btn:focus-visible,
.btn:focus-visible,
.faq-q:focus-visible,
.ide-file:focus-visible,
.ide-folder:focus-visible,
.ide-tab-main:focus-visible,
.ide-tab-close:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.45);
  outline-offset: 2px;
}

.range-field {
  margin-top: 18px;
}

.range-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-field input[type="range"] {
  appearance: none;
  height: 12px;
  padding: 0;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.22), rgba(59, 130, 246, 0.18));
}

.range-field input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-glow), var(--blue-light));
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.18);
}

.roi-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.roi-output {
  padding: 18px;
  border-radius: 20px;
  background: rgba(4, 9, 20, 0.82);
  border: 1px solid rgba(96, 165, 250, 0.08);
}

.roi-output output {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1;
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: -0.05em;
}

.roi-output-highlight {
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.12), rgba(15, 22, 41, 0.9));
  border-color: rgba(34, 211, 238, 0.16);
}

.compare-card {
  padding: 16px;
  overflow: hidden;
}

.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 16px;
}

.compare-head {
  padding: 10px 14px 16px;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-row {
  padding: 16px 14px;
  border-top: 1px solid rgba(96, 165, 250, 0.08);
  align-items: center;
}

.compare-row span {
  color: var(--text-muted);
}

.compare-row strong {
  color: var(--text-white);
  font-weight: 600;
}

.pricing-grid {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  position: relative;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(34, 211, 238, 0.26);
  background: linear-gradient(180deg, rgba(12, 23, 45, 0.96), rgba(9, 13, 24, 0.9));
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.2);
  color: var(--cyan-glow);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-tier {
  margin: 0;
}

.price-value {
  margin-top: 12px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.currency {
  font-size: 0.45em;
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
}

.price-sub {
  margin-top: 14px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}

.price-list li {
  color: var(--text-light);
}

.pricing-foot {
  text-align: center;
  margin-top: 22px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.faq-grid {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 700;
}

.faq-chevron {
  transition: transform 0.24s ease;
  color: var(--text-muted);
  font-size: 12px;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: var(--text-muted);
  transition: max-height 0.35s var(--ease-out), padding 0.35s var(--ease-out);
}

.faq-item.open .faq-a {
  max-height: 220px;
  padding: 0 24px 24px;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.final-cta {
  padding-top: 84px;
}

.final-cta-card {
  text-align: center;
  padding: 40px 32px;
}

.final-cta-card p {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--text-muted);
}

.final-actions {
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.sticky-buy-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 140;
  opacity: 0;
  transform: translateY(120%);
  transition: opacity 0.35s ease, transform 0.45s var(--ease-out);
}

.sticky-buy-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sticky-buy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(8, 12, 24, 0.92);
  border: 1px solid rgba(96, 165, 250, 0.18);
  box-shadow: 0 22px 60px rgba(2, 8, 23, 0.52);
  backdrop-filter: blur(22px);
}

.sticky-copy {
  display: grid;
  gap: 2px;
}

.sticky-link {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 36px;
  border-top: 1px solid rgba(96, 165, 250, 0.08);
  background: linear-gradient(180deg, rgba(5, 8, 18, 0.3), rgba(5, 8, 18, 0.82));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-heading {
  margin-top: 6px;
  font-size: 14px;
}

.footer a {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
}

.footer a:hover {
  color: var(--text-white);
}

.footer-copytext {
  max-width: 420px;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(96, 165, 250, 0.08);
  color: var(--text-dim);
  font-size: 13px;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 18px);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-medium);
  background: rgba(8, 12, 24, 0.94);
  color: var(--text-light);
  font-family: var(--font-mono);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 200;
}

.copy-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1180px) {
  .hero-grid,
  .roi-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .monitor-stage {
    max-width: 860px;
  }

  .extras-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid,
  .pricing-grid,
  .proof-grid,
  .inside-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .problem-grid,
  .quick-grid,
  .stats-grid,
  .field-grid,
  .roi-output-grid,
  .tree-columns,
  .compare-head,
  .compare-row,
  .ide-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .compare-head {
    display: none;
  }

  .compare-row {
    gap: 8px;
  }

  .compare-row span,
  .compare-row strong {
    display: block;
  }

  .compare-row strong {
    margin-top: 8px;
  }

  .proof-grid,
  .inside-grid,
  .pricing-grid,
  .extras-row {
    grid-template-columns: 1fr;
  }

  .problem-banner,
  .sticky-buy-inner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .sticky-link {
    flex: 1 1 100%;
  }

  .ide-shell {
    grid-template-columns: 1fr;
  }

  .ide-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(96, 165, 250, 0.08);
  }

  .monitor-metrics {
    grid-template-columns: 1fr;
  }

  .monitor-row {
    grid-template-columns: minmax(0, 1.2fr) 0.6fr 0.7fr;
  }

  .monitor-row > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container {
    width: 100%;
    max-width: 1220px;
    padding-inline: 14px;
  }

  .section {
    padding: 88px 0;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-trust {
    gap: 10px;
  }

  .hero-trust li {
    width: 100%;
    justify-content: center;
  }

  .hero-callout-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .problem-card,
  .quick-card,
  .inside-card,
  .proof-card,
  .price-card,
  .roi-card,
  .final-cta-card,
  .tree-window,
  .compare-card,
  .faq-item,
  .hero-callout {
    border-radius: 22px;
  }

  .quick-card {
    grid-template-columns: 1fr;
  }

  .chip-top,
  .chip-bottom {
    position: static;
    margin-bottom: 12px;
  }

  .monitor-stage {
    display: grid;
    gap: 12px;
  }

  .monitor-row {
    grid-template-columns: 1fr 0.7fr 0.7fr;
    gap: 10px;
    padding: 12px 14px;
    font-size: 12px;
  }

  .monitor-model {
    min-width: 0;
  }

  .status-badge {
    width: 100%;
  }

  .btn,
  .btn-primary,
  .btn-ghost,
  .btn-card,
  .sticky-link {
    width: 100%;
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-buy-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .sticky-actions {
    gap: 10px;
  }

  .ide-tabs {
    padding-right: 8px;
  }

  .ide-editor {
    min-height: 480px;
  }
}


@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  @supports (overflow-x: clip) {
    html,
    body {
      overflow-x: clip;
    }
  }

  body {
    position: relative;
  }

  main,
  nav,
  footer,
  .section,
  .container,
  .hero-layout,
  .monitor-stage,
  .monitor,
  .problem-grid,
  .quick-grid,
  .inside-grid,
  .tree-window,
  .tree-columns,
  .ide-shell,
  .ide-main,
  .proof-grid,
  .roi-grid,
  .pricing-grid,
  .footer-grid,
  .legal-grid,
  .field-grid {
    min-width: 0;
    max-width: 100%;
  }

  .section,
  .container,
  .hero-copy,
  .monitor-stage,
  .monitor,
  .problem-card,
  .quick-card,
  .inside-card,
  .proof-card,
  .price-card,
  .tree-window,
  .ide-shell,
  .compare-card,
  .roi-card,
  .problem-banner,
  .final-cta-card,
  .faq-item,
  .legal-card,
  .legal-sidebar {
    overflow-x: clip;
  }

  .ide-tabs,
  .ide-editor,
  .compare-card,
  .tree-columns {
    max-width: 100%;
    overscroll-behavior-x: contain;
  }

  .sticky-buy-bar {
    display: none !important;
  }

  .hero-copy,
  .monitor-stage,
  .section-head,
  .footer-grid > div,
  .footer-bottom {
    margin-inline: auto;
  }

  .hero-copy,
  .section-head,
  .footer-grid > div,
  .footer-bottom {
    text-align: center;
  }

  .eyebrow-badge,
  .hero-title,
  .hero-lead,
  .hero-callout,
  .footer-copytext,
  .monitor {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-trust,
  .hero-callout-head,
  .problem-banner,
  .final-actions,
  .footer-brand,
  .footer-bottom {
    justify-content: center;
  }

  .hero-callout-head,
  .problem-banner,
  .footer-bottom {
    align-items: center;
  }

  .hero-callout-head {
    text-align: center;
  }

  .hero-callout p,
  .footer-copytext {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hero-title {
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 6.6vw, 6.25rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.082em;
  color: var(--text-white);
  text-wrap: balance;
  max-width: 11ch;
}

  .section-title {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .hero-lead,
  .section-copy {
    font-size: 0.98rem;
  }

  .monitor-topbar {
    flex-wrap: wrap;
  }

  .monitor-title-wrap {
    width: 100%;
    justify-content: center;
  }

  .monitor-clock {
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .scroll-progress {
    display: none !important;
  }
}


.tree-window,
.ide-shell,
.compare-card,
.roi-card,
.roi-note,
.problem-banner,
.final-cta-card,
.faq-item,
.sticky-buy-inner {
  transform: none;
}


/* Legal pages */
.legal-page .nav {
  background: rgba(3, 7, 18, 0.86);
  border-bottom-color: var(--border-subtle);
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.24);
}

.legal-main {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 64px;
}

.legal-hero {
  padding-top: 28px;
  padding-bottom: 24px;
}

.legal-shell {
  display: grid;
  gap: 28px;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: rgba(12, 18, 34, 0.72);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--text-white);
}

.legal-lead {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  color: var(--text-muted);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 22, 41, 0.8);
  border: 1px solid var(--border-subtle);
  color: var(--text-light);
  font-size: 13px;
}

.legal-card {
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(12, 18, 34, 0.88), rgba(8, 12, 24, 0.92));
  border: 1px solid rgba(96, 165, 250, 0.14);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(22px);
}

.legal-card + .legal-card {
  margin-top: 20px;
}

.legal-content {
  display: grid;
  gap: 26px;
}

.legal-section {
  display: grid;
  gap: 10px;
}

.legal-section h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  color: var(--text-white);
}

.legal-section p {
  margin: 0;
  color: var(--text-light);
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-light);
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-note {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: rgba(10, 15, 29, 0.75);
  color: var(--text-muted);
  font-size: 14px;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-page .footer {
  margin-top: 12px;
}

.legal-contact a,
.legal-note a,
.legal-section a {
  color: var(--blue-light);
}

.legal-contact a:hover,
.legal-note a:hover,
.legal-section a:hover {
  color: var(--text-white);
}

@media (max-width: 820px) {
  .legal-main {
    padding-top: 104px;
  }

  .legal-title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .legal-lead {
    font-size: 16px;
  }

  .legal-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
}
