:root {
  --bg: #07090f;
  --card: #121826;
  --line: #243049;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --blue: #3B82F6;
  --orange: #F97316;
  --orange-2: #fb923c;
  --green: #22C55E;
  --yellow: #EAB308;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", Segoe UI, system-ui, sans-serif;
}
img { max-width: 100%; height: auto; }
a { color: #fdba74; text-decoration: none; }
a:hover { color: #fff; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.top {
  border-bottom: 1px solid var(--line);
  background: rgba(7,9,15,.86);
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
}
.bar { display: flex; justify-content: space-between; align-items: center; min-height: 68px; gap: 12px; }
.brand { color: var(--text); font-weight: 800; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.logo {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, #F97316, #ea580c);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
}
nav { display: flex; align-items: center; gap: 4px; }
nav a { color: var(--muted); margin-left: 8px; font-weight: 600; font-size: 14px; padding: 8px 10px; border-radius: 10px; }
nav a.on, nav a:hover { color: var(--text); }
nav a.nav-cta {
  background: var(--orange); color: #fff !important; margin-left: 12px;
  padding: 10px 14px; font-weight: 800;
}
.nav-toggle { display: none; background: #1C2740; color: #fff; border: 0; border-radius: 10px; padding: 10px 14px; font-weight: 700; }
.eyebrow {
  color: var(--orange-2); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: 12px; margin: 0 0 10px;
}
.hero { padding: 42px 0 10px; }
.hero h1, .hero-copy h1, .section h2, .legal h1, .pay h1, .thanks h1 {
  margin: 0 0 12px; font-size: clamp(28px, 4.4vw, 52px); line-height: 1.12; letter-spacing: -.03em;
}
.hero p, .hero-copy p, .lede, .muted { color: var(--muted); font-size: 17px; line-height: 1.6; }
.lede { max-width: 640px; }
.hero-full { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(1.05);
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,9,15,.35) 0%, rgba(7,9,15,.55) 40%, rgba(7,9,15,.96) 100%);
}
.hero-copy { position: relative; z-index: 1; padding: 120px 20px 56px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 18px; }
.hero-points { display: flex; gap: 18px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; color: #cbd5e1; font-size: 14px; }
.hero-points li::before { content: "●"; color: var(--orange); margin-right: 8px; font-size: 9px; vertical-align: middle; }
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c111b; }
.strip-row {
  display: flex; gap: 28px; overflow: auto; padding: 16px 20px;
  color: var(--muted); font-weight: 600; font-size: 13px; white-space: nowrap;
}
.section { padding: 72px 20px; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.tool-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px;
}
.tool-card img {
  width: 48px; height: 48px; object-fit: contain; border-radius: 12px;
  background: #0B1220; padding: 6px; margin-bottom: 10px;
}
.tool-card h3 { margin: 0 0 6px; font-size: 16px; }
.tool-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: start; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.compare-col { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.compare-col.pro { border-color: #c2410c; background: #1a120c; }
.compare-col h3 { margin: 0 0 10px; }
.compare-col ul, .plan-perks { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 8px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.step b { display: block; margin-bottom: 6px; }
.step span { color: var(--muted); font-size: 14px; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 18px 0 12px; }
.plan {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px;
  display: flex; flex-direction: column; position: relative;
}
.plan.featured { border-color: var(--orange); box-shadow: 0 0 0 1px rgba(249,115,22,.35); }
.plan .tag {
  position: absolute; top: -10px; right: 16px;
  background: var(--orange); color: #fff; font-size: 11px; font-weight: 800;
  padding: 4px 8px; border-radius: 999px;
}
.plan h2 { margin: 0 0 6px; font-size: 22px; }
.plan .days { color: var(--muted); margin: 0 0 14px; font-size: 14px; min-height: 44px; }
.plan .price { font-size: 26px; font-weight: 800; }
.plan .price small { font-size: 13px; color: var(--muted); font-weight: 600; }
.plan-perks { margin: 12px 0 8px; font-size: 14px; }
.btn {
  display: inline-block; margin-top: 16px; background: var(--orange); color: #fff !important;
  border: 0; border-radius: 12px; padding: 12px 16px; font-weight: 800; cursor: pointer; text-align: center;
}
.btn:hover { filter: brightness(1.08); color: #fff !important; }
.btn.wide { width: 100%; }
.btn.ghost { background: #1C2740; }
.studio { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.studio img { border-radius: 20px; border: 1px solid var(--line); width: 100%; object-fit: cover; max-height: 380px; }
.faq { display: grid; gap: 10px; margin-top: 20px; max-width: 760px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { color: var(--muted); margin: 10px 0 0; }
.final {
  padding: 64px 0 80px; text-align: center;
  background: radial-gradient(800px 240px at 50% 0%, rgba(249,115,22,.18), transparent 70%);
}
.final h2 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 10px; }
.final p { color: var(--muted); }
.pay { max-width: 640px; margin: 0 auto; padding: 28px 0 64px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px; margin: 14px 0; }
label { display: block; margin: 14px 0 6px; font-size: 13px; color: #CBD5E1; }
input, select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line);
  background: #0B1220; color: var(--text); font: inherit;
}
.paybox { background: #052e16; border: 1px solid #166534; border-radius: 16px; padding: 18px; }
.paybox h3 { margin: 0 0 8px; color: #86efac; }
.row { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin: 8px 0; flex-wrap: wrap; }
.mono { font-family: Consolas, ui-monospace, monospace; letter-spacing: .04em; font-size: 20px; }
.copy { background: #166534; color: #fff; border: 0; border-radius: 10px; padding: 8px 12px; font-weight: 700; cursor: pointer; }
.err { background: #450a0a; color: #fca5a5; padding: 12px 14px; border-radius: 10px; margin: 12px 0; }
.ok { background: #052e16; color: #86efac; padding: 12px 14px; border-radius: 10px; margin: 12px 0; }
.keybox {
  background: #0B1220; border: 1px dashed #334155; border-radius: 14px; padding: 16px; text-align: center;
  font-family: Consolas, ui-monospace, monospace; font-size: 26px; letter-spacing: .06em; margin: 12px 0;
}
.preview { max-width: 100%; max-height: 220px; border-radius: 12px; margin-top: 10px; display: none; border: 1px solid var(--line); }
.tiny { font-size: 12px; color: var(--muted); }
.thanks { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 28px; margin: 28px 0 64px; }
.next { color: var(--muted); line-height: 1.6; padding-left: 18px; }
.next b { color: var(--text); }
.legal { max-width: 720px; padding: 36px 20px 80px; }
.legal h2 { font-size: 22px; margin: 28px 0 8px; }
.legal p, .legal li { color: var(--muted); line-height: 1.65; }
.foot { border-top: 1px solid var(--line); padding: 28px 0 18px; color: var(--muted); font-size: 13px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; padding-bottom: 18px; }
.foot a { color: var(--muted); }
.foot a:hover { color: #fff; }
.shot { max-width: 100%; border-radius: 12px; border: 1px solid var(--line); }
@media (max-width: 960px) {
  .plans, .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .studio, .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .plans, .steps, .tool-grid, .compare { grid-template-columns: 1fr; }
  .keybox { font-size: 18px; }
  .nav-toggle { display: inline-block; }
  nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: #0c111b; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 10px 16px 16px;
  }
  body.nav-open nav { display: flex; }
  nav a { margin: 0; }
  .hero-full { min-height: 92vh; }
  .hero-copy { padding-top: 80px; }
}
