:root {
  --bg: #f8f5ff;
  --paper: #ffffff;
  --ink: #17122b;
  --muted: #645b78;
  --purple: #21004d;
  --purple-2: #3b0a73;
  --pink: #ff3f9b;
  --green: #27d6b6;
  --line: #e6dcf5;
  --shadow: 0 22px 60px rgba(33, 0, 77, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,63,155,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(39,214,182,.18), transparent 32%),
    var(--bg);
  line-height: 1.6;
}
a { color: inherit; }
.topbar {
  width: min(1120px, calc(100% - 28px));
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(33,0,77,.08);
  position: sticky;
  top: 12px;
  z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; }
.bolt { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 14px; background: var(--purple); color: white; }
nav { display: flex; gap: 16px; flex-wrap: wrap; }
nav a { color: var(--muted); text-decoration: none; font-weight: 800; font-size: 14px; }
main { width: min(1120px, calc(100% - 28px)); margin: 0 auto; }
.hero { min-height: 76vh; display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; padding: 66px 0 44px; }
.pill { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--purple); font-weight: 900; box-shadow: 0 8px 22px rgba(33,0,77,.08); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(43px, 7vw, 78px); margin: 18px 0; color: var(--purple); }
h2 { font-size: clamp(28px, 4vw, 48px); margin: 0 0 18px; color: var(--purple); }
h3 { margin-bottom: 8px; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 16px; font-weight: 950; text-decoration: none; border: 2px solid transparent; }
.btn.primary { color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 14px 26px rgba(255,63,155,.24); }
.btn.ghost { background: white; border-color: var(--line); color: var(--purple); }
.code-card { padding: 30px; border-radius: 34px; background: linear-gradient(155deg, var(--purple), var(--purple-2)); color: white; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.code-card:after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -70px; border-radius: 50%; background: rgba(39,214,182,.25); }
.octo { font-size: 74px; filter: drop-shadow(0 14px 20px rgba(0,0,0,.14)); }
.label { display: block; margin-top: 24px; color: rgba(255,255,255,.72); text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.code-card strong { display: block; font-size: clamp(32px, 4.5vw, 50px); line-height: 1; color: var(--green); margin: 10px 0 16px; }
.code-card p { color: rgba(255,255,255,.78); }
.code-card a { display: inline-flex; margin-top: 10px; background: white; color: var(--purple); padding: 14px 18px; border-radius: 14px; text-decoration: none; font-weight: 950; }
.split, .reasons, .steps, .faq, .final { margin: 34px 0; }
.split { display: grid; grid-template-columns: 1fr .75fr; gap: 22px; align-items: stretch; }
.text-block, .bonus-card, .reasons, .steps, .faq, .final { background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.8); border-radius: 30px; box-shadow: var(--shadow); }
.text-block, .bonus-card { padding: 30px; }
.text-block p, .intro, .steps > p, .bonus-card p, .faq p, footer p { color: var(--muted); }
.bonus-card span { display: block; color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; }
.bonus-card > strong { display: block; color: var(--pink); font-size: 70px; line-height: 1; margin: 12px 0; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.mini-grid div { padding: 14px; border-radius: 16px; background: var(--bg); }
.mini-grid b, .mini-grid em { display: block; }
.mini-grid em { color: var(--purple); font-size: 24px; font-weight: 950; font-style: normal; }
.reasons, .steps, .faq, .final { padding: clamp(26px, 5vw, 44px); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.cards article, .steps-grid article { padding: 20px; border-radius: 22px; background: var(--bg); border: 1px solid var(--line); }
.cards span { font-size: 30px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.steps-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: white; font-weight: 950; }
.faq details { padding: 18px 0; border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 950; font-size: 18px; color: var(--purple); }
.faq a { word-break: break-word; color: var(--pink); font-weight: 900; }
.final { text-align: center; background: linear-gradient(135deg, var(--purple), #12002d); color: white; }
.final p { margin: 0 0 8px; color: rgba(255,255,255,.74); font-weight: 900; }
.final h2 { color: var(--green); }
footer { width: min(1120px, calc(100% - 28px)); margin: 0 auto; padding: 20px 0 42px; font-size: 13px; }
@media (max-width: 900px) {
  .topbar { align-items: flex-start; flex-direction: column; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 44px; }
  .cards, .steps-grid { grid-template-columns: 1fr; }
}
