:root {
      --bg: #070712;
      --bg2: #0d1020;
      --card: rgba(255,255,255,.06);
      --card-strong: rgba(255,255,255,.1);
      --text: #f5f7ff;
      --muted: #b8bdd4;
      --line: rgba(255,255,255,.12);
      --pink: #d74fff;
      --violet: #8a5cff;
      --blue: #5ab2ff;
      --green: #4de4a7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius: 26px;
      --max: 1180px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(215,79,255,.16), transparent 25%),
        radial-gradient(circle at 20% 20%, rgba(90,178,255,.12), transparent 25%),
        linear-gradient(180deg, #04050d 0%, #090b16 55%, #04050d 100%);
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
    .pill {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 10px 16px; border: 1px solid var(--line);
      background: rgba(255,255,255,.04); border-radius: 999px;
      color: #fff; font-size: 14px; backdrop-filter: blur(12px);
    }
    .pill .dot {
      width: 10px; height: 10px; border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), var(--blue));
      box-shadow: 0 0 18px rgba(215,79,255,.7);
    }
    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(4,5,13,.65); backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .nav {
      display: flex; align-items: center; justify-content: space-between;
      min-height: 74px; gap: 18px;
    }
    .brand { display: flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: .2px; }
    .brand img { width: 146px; height: auto; }
    .nav-links { display: flex; gap: 24px; color: var(--muted); font-size: 15px; }
    .nav-actions { display: flex; gap: 12px; align-items: center; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      min-height: 52px; padding: 0 22px; border-radius: 18px;
      border: 1px solid rgba(255,255,255,.12); font-weight: 700;
      transition: .25s ease; cursor: pointer;
    }
    .btn-primary {
      background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
      color: #fff; box-shadow: 0 10px 30px rgba(138,92,255,.3);
    }
    .btn-secondary {
      background: rgba(255,255,255,.05); color: #fff;
      backdrop-filter: blur(12px);
    }
    .btn:hover { transform: translateY(-2px); }
    .hero {
      padding: 72px 0 56px;
      position: relative;
    }
    .hero-grid {
      display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: center;
    }
    .eyebrow { margin-bottom: 18px; }
    h1 {
      margin: 0 0 18px; font-size: clamp(42px, 7vw, 78px);
      line-height: .98; letter-spacing: -2px;
    }
    .gradient-text {
      background: linear-gradient(90deg, #fff, #d8cbff 35%, #ff9cf2 70%, #96d0ff);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .hero p.lead {
      margin: 0 0 26px; max-width: 670px;
      color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
    .trust {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 760px;
    }
    .mini-card {
      padding: 16px 18px; border: 1px solid var(--line); border-radius: 22px;
      background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .mini-card strong { display: block; font-size: 21px; margin-bottom: 4px; }
    .mini-card span { color: var(--muted); font-size: 14px; line-height: 1.4; }
    .hero-visual {
      position: relative;
      min-height: 780px;
    }
    .visual-panel {
      position: absolute; inset: 0;
      border-radius: 34px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.1);
      box-shadow: var(--shadow);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(circle at 60% 10%, rgba(215,79,255,.18), transparent 28%),
        #0b0d16;
    }
    .visual-panel::after {
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(4,5,13,.1) 0%, rgba(4,5,13,.0) 38%, rgba(4,5,13,.36) 100%);
      pointer-events: none;
    }
    .visual-panel img.hero-art {
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
      opacity: .98;
    }
    .float-card {
      position: absolute; right: -18px;
      width: min(320px, calc(100% - 20px));
      padding: 20px; border-radius: 24px;
      background: rgba(8,10,20,.72); border: 1px solid rgba(255,255,255,.1);
      box-shadow: var(--shadow); backdrop-filter: blur(16px);
    }
    .float-top { top: 36px; }
    .float-bottom { bottom: 28px; left: -18px; right: auto; width: min(360px, calc(100% - 20px)); }
    .coach {
      display: flex; align-items: center; gap: 14px; margin-bottom: 10px;
    }
    .coach img {
      width: 76px; height: 76px; border-radius: 22px; object-fit: cover;
      background: linear-gradient(135deg, rgba(215,79,255,.25), rgba(90,178,255,.25));
      padding: 4px;
    }
    .coach small { color: var(--muted); display: block; margin-bottom: 4px; }
    .coach strong { font-size: 22px; }
    .float-card p { color: var(--muted); margin: 0; line-height: 1.5; }
    .tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .tag {
      padding: 9px 12px; border-radius: 999px; font-size: 13px;
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08);
    }
    section { padding: 48px 0; }
    .section-head {
      display: flex; gap: 18px; align-items: end; justify-content: space-between; margin-bottom: 28px;
    }
    .section-head h2 {
      margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: -1.4px;
    }
    .section-head p { margin: 0; color: var(--muted); max-width: 560px; line-height: 1.6; }
    .features {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
    }
    .feature {
      padding: 24px; border-radius: 28px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .feature .icon {
      width: 54px; height: 54px; border-radius: 16px;
      display: grid; place-items: center; font-size: 24px;
      background: linear-gradient(135deg, rgba(215,79,255,.18), rgba(90,178,255,.18));
      border: 1px solid rgba(255,255,255,.08); margin-bottom: 16px;
    }
    .feature h3 { margin: 0 0 10px; font-size: 22px; }
    .feature p { margin: 0; color: var(--muted); line-height: 1.6; }
    .split {
      display: grid; grid-template-columns: .98fr 1.02fr; gap: 18px;
    }
    .big-card {
      border-radius: 32px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
      overflow: hidden;
      min-height: 540px;
    }
    .big-card.media {
      position: relative;
      background:
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
        radial-gradient(circle at 20% 25%, rgba(215,79,255,.12), transparent 22%),
        #0b0d16;
    }
    .big-card.media img {
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
      opacity: .95;
    }
    .overlay-copy {
      position: absolute; inset: auto 20px 20px 20px;
      padding: 22px; border-radius: 24px; background: rgba(8,10,20,.64);
      border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px);
    }
    .overlay-copy h3 { margin: 0 0 10px; font-size: 28px; }
    .overlay-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
    .stack {
      display: grid; gap: 18px;
    }
    .check-list {
      display: grid; gap: 14px; margin-top: 14px;
    }
    .check {
      display: grid; grid-template-columns: 38px 1fr; gap: 14px;
      align-items: start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.08);
    }
    .check:first-child { border-top: none; padding-top: 0; }
    .check-bullet {
      width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center;
      background: linear-gradient(135deg, rgba(215,79,255,.18), rgba(90,178,255,.18));
      border: 1px solid rgba(255,255,255,.08);
      font-weight: 800;
    }
    .check strong { display: block; margin-bottom: 6px; font-size: 18px; }
    .check span { color: var(--muted); line-height: 1.55; }
    .steps {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
    }
    .step {
      position: relative; padding: 24px; min-height: 240px;
      border-radius: 28px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .step .n {
      position: absolute; right: 18px; top: 16px;
      font-size: 42px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.11);
    }
    .step h3 { margin: 10px 0 10px; font-size: 24px; }
    .step p { margin: 0; color: var(--muted); line-height: 1.6; }
    .cta-band {
      position: relative; overflow: hidden;
      padding: 30px; border-radius: 34px; border: 1px solid rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 20% 20%, rgba(215,79,255,.18), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(90,178,255,.18), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
      box-shadow: var(--shadow);
    }
    .cta-grid {
      display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: center;
    }
    .cta-band h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 50px); line-height: 1.02; }
    .cta-band p { margin: 0; color: var(--muted); line-height: 1.65; max-width: 720px; }
    .cta-card {
      justify-self: end; width: 100%; max-width: 380px; padding: 24px;
      border-radius: 28px; background: rgba(8,10,20,.62);
      border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px);
    }
    .cta-card .price {
      font-size: 42px; font-weight: 900; letter-spacing: -1.2px; margin: 0 0 8px;
    }
    .cta-card .sub { color: var(--muted); margin-bottom: 18px; }
    footer {
      padding: 30px 0 60px; color: var(--muted); font-size: 14px;
    }
    .footer-row {
      display: flex; gap: 18px; justify-content: space-between; align-items: center;
      border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px;
    }
    .reveal {
      opacity: 0; transform: translateY(22px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.visible {
      opacity: 1; transform: translateY(0);
    }
    @media (max-width: 1080px) {
      .hero-grid, .split, .cta-grid { grid-template-columns: 1fr; }
      .hero-visual { min-height: 680px; }
      .cta-card { justify-self: start; }
    }
    @media (max-width: 860px) {
      .nav-links { display: none; }
      .features, .steps, .trust { grid-template-columns: 1fr; }
      .hero { padding-top: 34px; }
      .hero-visual { min-height: 620px; }
      .float-top { right: 12px; left: 12px; width: auto; top: auto; bottom: 20px; }
      .float-bottom { display: none; }
      .section-head { flex-direction: column; align-items: start; }
    }
    @media (max-width: 620px) {
      .brand img { width: 122px; }
      .nav-actions .btn-secondary { display: none; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .btn { width: 100%; }
      .hero-visual { min-height: 540px; }
      .big-card { min-height: 420px; }
      .cta-band { padding: 22px; }
      .cta-card .price { font-size: 36px; }
    }

.countdown-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 320px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(10, 10, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.countdown-label {
  margin: 0 24px 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}

.countdown-timer {
  display: flex;
  gap: 10px;
}

.countdown-timer div {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.countdown-timer span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, #d946ef, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countdown-timer small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.countdown-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.countdown-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 768px) {
  .countdown-widget {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .countdown-timer {
    gap: 8px;
  }

  .countdown-timer span {
    font-size: 20px;
  }

  .countdown-label {
    font-size: 13px;
  }
}
