:root {
      --bg: #050914;
      --bg-soft: #081225;
      --card: #0b1730;
      --card-2: #0d1d3d;
      --blue: #1f7cff;
      --blue-soft: #6db6ff;
      --text: #f4f8ff;
      --muted: #a8b8d6;
      --line: rgba(255,255,255,0.1);
      --white: #ffffff;
      --shadow: 0 24px 80px rgba(0, 44, 120, 0.28);
      --radius: 24px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Inter, Arial, Helvetica, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .page {
      overflow: hidden;
    }

    .container {
      width: min(1120px, 92%);
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(5, 9, 20, 0.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
    }

    .nav-inner {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .brand strong {
      font-size: 20px;
      letter-spacing: 0.4px;
    }

    .brand span {
      font-size: 12px;
      color: var(--muted);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      font-size: 14px;
      color: var(--muted);
    }

    .nav-links a:hover {
      color: var(--white);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      background: var(--blue);
      color: var(--white);
      font-weight: 800;
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 14px 36px rgba(31, 124, 255, 0.3);
      transition: 0.2s ease;
      cursor: pointer;
      text-align: center;
    }

    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(31, 124, 255, 0.42);
    }

    .btn.secondary {
      background: transparent;
      color: var(--text);
      box-shadow: none;
      border: 1px solid rgba(109,182,255,0.32);
    }

    .hero {
      padding: 96px 0 74px;
      position: relative;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: -160px -20% auto auto;
      width: 580px;
      height: 580px;
      background: rgba(31,124,255,0.14);
      filter: blur(80px);
      border-radius: 50%;
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.04fr 0.96fr;
      gap: 54px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(109,182,255,0.26);
      background: rgba(31,124,255,0.08);
      color: var(--blue-soft);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 22px;
    }

    h1 {
      font-size: clamp(42px, 7vw, 76px);
      line-height: 0.95;
      letter-spacing: -2.8px;
      margin-bottom: 24px;
    }

    .hero p {
      font-size: 19px;
      color: var(--muted);
      max-width: 630px;
      margin-bottom: 30px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-bottom: 30px;
    }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      max-width: 680px;
    }

    .trust {
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.035);
      border-radius: 16px;
      padding: 14px;
    }

    .trust strong {
      display: block;
      font-size: 22px;
      color: var(--white);
    }

    .trust span {
      font-size: 13px;
      color: var(--muted);
    }

    .hero-card {
      background: linear-gradient(180deg, rgba(13,29,61,0.95), rgba(8,18,37,0.95));
      border: 1px solid rgba(109,182,255,0.2);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow);
      position: relative;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 18px;
      pointer-events: none;
    }

    .fee-card {
      position: relative;
      z-index: 1;
      padding: 18px 0 4px;
    }

    .fee-card small {
      color: var(--blue-soft);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .fee-card h2 {
      font-size: 54px;
      line-height: 1;
      margin: 10px 0;
    }

    .fee-card p {
      color: var(--muted);
      margin-bottom: 20px;
    }

    .hero-list {
      list-style: none;
      display: grid;
      gap: 12px;
      margin: 22px 0;
    }

    .hero-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--text);
    }

    .check {
      min-width: 24px;
      height: 24px;
      border-radius: 50%;
      background: rgba(31,124,255,0.18);
      color: var(--blue-soft);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
    }

    section {
      padding: 74px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 36px;
    }

    .section-head.center {
      text-align: center;
      margin-inline: auto;
    }

    h2 {
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.08;
      letter-spacing: -1.4px;
      margin-bottom: 14px;
    }

    .section-head p {
      color: var(--muted);
      font-size: 18px;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .card {
      background: rgba(255,255,255,0.045);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 26px;
    }

    .card h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .card p,
    .card li {
      color: var(--muted);
    }

    .card ul {
      margin-left: 20px;
      display: grid;
      gap: 8px;
    }

    .blue-section {
      background: var(--bg-soft);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .roadmap {
      display: grid;
      gap: 14px;
    }

    .week {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 20px;
      align-items: start;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255,255,255,0.035);
    }

    .week-number {
      color: var(--blue-soft);
      font-weight: 900;
      letter-spacing: 0.5px;
    }

    .week h3 {
      margin-bottom: 6px;
      font-size: 20px;
    }

    .week p {
      color: var(--muted);
    }

    .mentor {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 24px;
      align-items: center;
      background: var(--card);
      border: 1px solid rgba(109,182,255,0.18);
      border-radius: 32px;
      padding: 32px;
      box-shadow: var(--shadow);
    }

    .mentor-visual {
      min-height: 320px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 35% 30%, rgba(109,182,255,0.28), transparent 26%),
        radial-gradient(circle at 70% 70%, rgba(31,124,255,0.22), transparent 34%),
        #071226;
      border: 1px solid rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 28px;
    }

    .mentor-visual strong {
      font-size: 34px;
      line-height: 1.05;
    }

    .mentor-content p {
      color: var(--muted);
      margin-bottom: 18px;
    }

    .price-box {
      display: grid;
      grid-template-columns: 1fr 0.8fr;
      gap: 22px;
      align-items: center;
      padding: 34px;
      background: var(--card-2);
      border: 1px solid rgba(109,182,255,0.2);
      border-radius: 32px;
      box-shadow: var(--shadow);
    }

    .price {
      font-size: clamp(52px, 8vw, 86px);
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: -3px;
    }

    .price span {
      display: block;
      font-size: 18px;
      color: var(--muted);
      font-weight: 600;
      letter-spacing: 0;
      margin-top: 12px;
    }

    .faq {
      display: grid;
      gap: 12px;
    }

    details {
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.04);
      border-radius: 18px;
      padding: 20px;
    }

    summary {
      cursor: pointer;
      font-weight: 800;
      color: var(--white);
    }

    details p {
      margin-top: 12px;
      color: var(--muted);
    }

    .final-cta {
      text-align: center;
      padding: 76px 28px;
      border-radius: 36px;
      background:
        radial-gradient(circle at 25% 20%, rgba(109,182,255,0.24), transparent 30%),
        radial-gradient(circle at 75% 80%, rgba(31,124,255,0.2), transparent 32%),
        var(--card);
      border: 1px solid rgba(109,182,255,0.22);
      box-shadow: var(--shadow);
    }

    .final-cta p {
      color: var(--muted);
      font-size: 18px;
      max-width: 680px;
      margin: 0 auto 26px;
    }

    .footer {
      padding: 36px 0;
      color: var(--muted);
      border-top: 1px solid var(--line);
      font-size: 14px;
      text-align: center;
    }

    .mobile-cta {
      display: none;
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 80;
    }

    .mobile-cta .btn {
      width: 100%;
    }


    .video-showcase {
      padding-top: 24px;
    }

    .video-frame {
      position: relative;
      min-height: 430px;
      border-radius: 34px;
      overflow: hidden;
      background:
        radial-gradient(circle at 25% 20%, rgba(109,182,255,0.22), transparent 28%),
        radial-gradient(circle at 75% 70%, rgba(31,124,255,0.18), transparent 34%),
        linear-gradient(145deg, #071226, #0d1d3d);
      border: 1px solid rgba(109,182,255,0.22);
      box-shadow: var(--shadow);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 34px;
    }

    .video-frame--player {
      padding: 0;
      min-height: 0;
      aspect-ratio: 16 / 9;
      background: #071226;
    }

    .video-frame--player::before {
      display: none;
    }

    .showcase-video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #050914;
    }

    .video-unmute {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 2;
      min-height: 40px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid rgba(109,182,255,0.35);
      background: rgba(5, 9, 20, 0.82);
      color: var(--blue-soft);
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
      backdrop-filter: blur(10px);
    }

    .video-unmute[hidden] {
      display: none;
    }

    .video-frame::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 24px;
      pointer-events: none;
    }

    .video-frame-content {
      position: relative;
      z-index: 1;
      max-width: 620px;
    }

    .play-button {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      background: rgba(31,124,255,0.95);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
      box-shadow: 0 18px 52px rgba(31,124,255,0.44);
      border: 1px solid rgba(255,255,255,0.22);
    }

    .play-button span {
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 22px solid #fff;
      margin-left: 6px;
    }

    .video-frame h3 {
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.05;
      letter-spacing: -1.2px;
      margin-bottom: 12px;
    }

    .video-frame p {
      color: var(--muted);
      font-size: 18px;
      margin-bottom: 20px;
    }

    .video-note {
      display: inline-flex;
      padding: 9px 14px;
      border-radius: 999px;
      border: 1px solid rgba(109,182,255,0.28);
      color: var(--blue-soft);
      background: rgba(31,124,255,0.08);
      font-size: 13px;
      font-weight: 800;
    }

    .video-types {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
      margin-top: 16px;
    }

    .video-type {
      min-height: 120px;
      border-radius: 20px;
      padding: 16px;
      background: rgba(255,255,255,0.045);
      border: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .video-type strong {
      display: block;
      font-size: 15px;
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .video-type span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }


    @media (max-width: 900px) {
      .hero-grid,
      .mentor,
      .price-box {
        grid-template-columns: 1fr;
      }

      .grid-3,
      .grid-2 {
        grid-template-columns: 1fr;
      }

      .nav-links {
        display: none;
      }

      .trust-row {
        grid-template-columns: 1fr;
      }

      .week {
        grid-template-columns: 1fr;
      }

      .video-frame {
        min-height: 340px;
      }

      .video-frame--player {
        min-height: 0;
      }

      .video-types {
        grid-template-columns: repeat(2, 1fr);
      }

      .mobile-cta {
        display: block;
      }

      body {
        padding-bottom: 76px;
      }
    }
