*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      background: #000; color: #fff; line-height: 1.5;
      -webkit-font-smoothing: antialiased; overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

    :root {
      --red: #e11d2a;
      --red-bright: #ff1f2e;
      --bg: #000;
      --bg-card: #0e0e0e;
      --bg-card-2: #141414;
      --border: rgba(255,255,255,0.08);
      --text-dim: #9aa0a6;
      --text-mute: #6b7280;
      --container: 1540px;
    }
    .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

    /* ========== Header ========== */
    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(0,0,0,0.85);
      backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--border);
    }
    .header-inner { display: flex; align-items: center; justify-content: space-between; height: 90px; }
    .logo { display: flex; align-items: center; gap: 10px; }
    .logo-mark { width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0;}
    .logo-mark svg { width: 100%; height: 100%; display: block;}
    .logo-text {
      font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: 1.5px;
      color: var(--red); font-size: 15px; line-height: 1; text-transform: uppercase;
    }
    .nav { display: flex; align-items: center; gap: 36px; }
    .nav a {
      font-size: 14px; font-weight: 500; color: #e5e7eb;
      display: inline-flex; align-items: center; gap: 6px;
      transition: color .2s; position: relative; padding: 8px 0;
    }
    .nav a:hover { color: var(--red); }
    .nav a.active { color: var(--red); }
    .nav a.active::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: 0;
      height: 2px; background: var(--red);
    }
    .nav .caret { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px);}

    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      padding: 14px 24px; border-radius: 6px;
      font-weight: 700; font-size: 14px; letter-spacing: 0.5px;
      transition: transform .15s ease, background .2s ease, border-color .2s ease;
      white-space: nowrap; text-transform: uppercase;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-red { background: var(--red); color: #fff; border: 1px solid var(--red); }
    .btn-red:hover { background: var(--red-bright); }
    .btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); }
    .btn-ghost:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }
    .btn-cal { padding: 10px 18px; font-size: 13px; }
    .mobile-toggle { display: none; background: transparent; padding: 8px;}
    .mobile-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px 0;}

    /* ========== Hero ========== */
    .hero {
      position: relative; overflow: hidden;
      padding: 60px 0 60px;
      background: #000;
    }
    .hero-inner {
      display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
      position: relative; z-index: 1;
    }
    .hero-tag {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; margin-bottom: 18px;
    }
    .hero-tag::before {
      content: ""; width: 16px; height: 1.5px; background: var(--red);
    }
    .hero h1 {
      font-family: 'Oswald', sans-serif; font-weight: 700;
      font-size: clamp(46px, 5.8vw, 80px);
      line-height: 1; letter-spacing: -0.5px; text-transform: uppercase;
    }
    .hero p.lead {
      margin-top: 22px; max-width: 480px;
      color: #cbd0d6; font-size: 15px; line-height: 1.65;
    }
    .hero-cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
    .hero-visual {
      position: relative; aspect-ratio: 16/10; border-radius: 10px; overflow: hidden;
      background: url('../images/cs-hero-hoop.png') center/cover, #1a0606;
    }

    /* ========== Section general ========== */
    .section { padding: 70px 0; position: relative; }
    .section-sm { padding: 50px 0; }
    .section-title {
      font-family: 'Inter', sans-serif; font-weight: 700;
      font-size: clamp(26px, 3vw, 36px);
      text-transform: uppercase; letter-spacing: 0.5px;
    }
    .section-eyebrow {
      color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
      text-transform: uppercase; margin-bottom: 14px;
      display: inline-flex; align-items: center; gap: 8px;
    }
    .section-eyebrow::before { content:""; width: 14px; height: 1.5px; background: var(--red);}

    /* ========== Two Ways ========== */
    .two-ways {
      border: 1px solid var(--border); border-radius: 10px;
      padding: 36px 36px 40px;
      background: linear-gradient(180deg, #0c0c0c, #050505);
    }
    .two-ways h2 { font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px;}
    .two-ways .desc { color: #b9bec5; font-size: 14px; max-width: 720px; line-height: 1.65; margin-bottom: 28px;}
    .two-ways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .way-card {
      position: relative;
      background: #141414;
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 8px;
      padding: 28px 26px;
      overflow: hidden;
    }
    .way-card .num {
      position: absolute; top: 18px; right: 24px;
      font-family: 'Oswald', sans-serif; font-weight: 700;
      font-size: 56px; color: var(--red); opacity: 0.6; line-height: 1;
    }
    .way-card .eyebrow {
      color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; margin-bottom: 10px;
    }
    .way-card h3 {
      font-size: 20px; font-weight: 700; text-transform: uppercase;
      margin-bottom: 14px; line-height: 1.15; max-width: 260px;
    }
    .way-card p {
      font-size: 13.5px; color: #b9bec5; line-height: 1.65;
      margin-bottom: 22px;
    }

    /* ========== Court in Action ========== */
    .action-row {
      display: grid; grid-template-columns: 0.85fr 1.4fr; gap: 36px; align-items: start;
      margin-bottom: 30px;
    }
    .action-row h2 { font-size: 26px; font-weight: 700; line-height: 1.25; margin-bottom: 16px;}
    .action-row p { color: #b9bec5; font-size: 14px; line-height: 1.7; max-width: 380px;}
    .action-photo {
      position: relative; border-radius: 8px; overflow: hidden;
    }
    .action-photo img { width: 100%; display: block; }
    .action-photo .live-badge {
      position: absolute; bottom: 14px; right: 14px;
      background: var(--red); color: #fff;
      padding: 8px 12px; border-radius: 4px;
      font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
      text-align: center;
    }
    .action-photo .live-badge span {
      display: block; font-size: 12px; font-weight: 800;
    }
    .action-features {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
    }
    .action-feature {
      display: flex; align-items: center; gap: 10px;
      font-size: 12px; color: #cbd0d6; font-weight: 500;
    }
    .action-feature .ico {
      width: 28px; height: 28px; border-radius: 5px;
      background: rgba(225,29,42,0.12);
      display: grid; place-items: center; color: var(--red); flex-shrink: 0;
    }
    .action-feature .ico svg { width: 14px; height: 14px;}

    /* ========== LED Activation + MSK ========== */
    .led-msk { display: grid; grid-template-columns: 1fr 1.1fr; gap: 24px;}
    .led-card {
      border: 1px solid var(--border); border-radius: 10px;
      padding: 30px 28px 32px;
      background: linear-gradient(180deg, #0c0c0c, #050505);
    }
    .led-card .eyebrow {
      color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; margin-bottom: 12px;
    }
    .led-card h3 {
      font-size: 22px; font-weight: 700; text-transform: uppercase; line-height: 1.15;
      max-width: 320px; margin-bottom: 16px;
    }
    .led-card p {
      color: #b9bec5; font-size: 13.5px; line-height: 1.65;
      max-width: 300px; margin-bottom: 20px;
    }
    .led-card .screen {
      width: 100%; aspect-ratio: 16/10; border-radius: 6px;
      background: url('../images/cs-led-screen.png') center/cover, #0a0303;
      margin-bottom: 22px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    }
    .led-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; margin-top: 8px;}
    .led-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 11.5px; color: #cbd0d6; line-height: 1.4;}
    .led-feature .ico { width: 24px; height: 24px; border-radius: 4px; background: rgba(225,29,42,0.12); display: grid; place-items: center; color: var(--red); flex-shrink: 0;}
    .led-feature .ico svg { width: 12px; height: 12px;}

    /* MSK Stats */
    .msk-card {
      border: 1px solid var(--border); border-radius: 10px;
      padding: 30px 32px 34px;
      background: linear-gradient(180deg, #0c0c0c, #050505);
    }
    .msk-card .eyebrow { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;}
    .msk-card h3 { font-size: 22px; font-weight: 700; text-transform: uppercase; line-height: 1.15; margin-bottom: 14px;}
    .msk-card p.intro { color: #b9bec5; font-size: 13.5px; line-height: 1.65; max-width: 450px; margin-bottom: 24px;}
    .msk-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px;}
    .msk-stat .num { font-family: 'Oswald', sans-serif; font-weight: 700; color: var(--red); font-size: 28px; line-height: 1.1; }
    .msk-stat .lbl { color: #b9bec5; font-size: 12px; margin-top: 4px;}
    .msk-stat .lbl small { display: block; font-size: 11px; color: #9aa0a6; margin-top: 2px;}

    /* ========== Pricing ========== */
    .pricing-band { padding: 50px 0;}
    .pricing-eyebrow {
      color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
      text-transform: uppercase; margin-bottom: 18px;
    }
    .pricing-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 22px; align-items: center;}
    .price-card {
      border: 1px solid var(--border); border-radius: 8px;
      background: #0c0c0c; padding: 24px 28px;
      position: relative;
    }
    .price-card .head {
      display: flex; justify-content: space-between; align-items: center;
      padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 14px;
    }
    .price-card .head h4 { font-size: 18px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;}
    .price-card .head .tag {
      font-size: 9px; font-weight: 700; letter-spacing: 2px;
      padding: 4px 10px; border-radius: 3px;
      background: #1a1a1a; color: #cbd0d6;
    }
    .price-card.premium .head .tag { background: var(--red); color: #fff;}
    .price-card .row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 10px 0; font-size: 13.5px; color: #cbd0d6;
    }
    .price-card .row + .row { border-top: 1px solid var(--border); }
    .price-card .row .amt { color: var(--red); font-weight: 700; font-family: 'Oswald', sans-serif; font-size: 16px;}
    .price-card .row.note { color: #6b7280; font-size: 11px; padding-top: 14px;}
    .pricing-actions {
      display: flex; flex-direction: column; gap: 14px; min-width: 280px;
    }
    .pricing-actions .btn { width: 100%;}
    .pricing-trust { display: flex; flex-direction: column; gap: 10px; margin-top: 8px;}
    .pricing-trust div {
      display: flex; align-items: center; gap: 8px;
      font-size: 12px; color: #cbd0d6;
    }
    .pricing-trust svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0;}

    /* ========== Deposit Form ========== */
    .deposit-row { display: grid; grid-template-columns: 0.7fr 1.6fr; gap: 28px; align-items: start;}
    .deposit-row .intro { padding-top: 8px;}
    .deposit-row h2 { font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1.15; margin-bottom: 14px;}
    .deposit-row .intro p { color: #b9bec5; font-size: 13.5px; line-height: 1.65;}
    .deposit-row .intro .badge {
      display: flex; align-items: flex-start; gap: 10px;
      margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border);
      color: #cbd0d6; font-size: 12px; line-height: 1.4;
    }
    .deposit-row .intro .badge svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; margin-top: 2px;}

    .form-card {
      border: 1px solid var(--border); border-radius: 8px;
      padding: 24px 26px 28px;
      background: #0c0c0c;
    }
    .form-card .hdr { color: #9aa0a6; font-size: 12px; margin-bottom: 16px; letter-spacing: 0.5px;}
    .form-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 16px;
    }
    .field { display: flex; flex-direction: column; gap: 6px; }
    .field label { font-size: 12px; color: #cbd0d6; font-weight: 500;}
    .field label .req { color: var(--red);}
    .field input, .field select, .field textarea {
      background: #1a1a1a; border: 1px solid rgba(255,255,255,0.08);
      border-radius: 5px; padding: 10px 12px;
      color: #fff; font-family: inherit; font-size: 13px;
      outline: none; transition: border-color .15s;
    }
    .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red);}
    .field input::placeholder, .field textarea::placeholder { color: #6b7280;}
    .field.full { grid-column: 1 / -1;}
    .form-bottom {
      display: grid; grid-template-columns: 1fr 1fr 1fr 1.5fr; gap: 14px 16px;
      margin-top: 14px; align-items: end;
    }
    .form-bottom .stripe-note {
      display: flex; align-items: center; gap: 6px;
      font-size: 11px; color: #9aa0a6;
      grid-column: 3;
    }
    .form-bottom .stripe-note svg { width: 11px; height: 11px;}
    .form-bottom .stripe-note .stripe-logo {
      font-weight: 700; color: #cbd0d6; letter-spacing: 0.5px; padding-left: 4px;
    }
    .form-bottom .submit-btn {
      grid-column: 4; height: 44px;
      background: var(--red); color: #fff;
      border-radius: 5px; font-size: 13px; font-weight: 700; letter-spacing: 0.8px;
      text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      transition: background .15s;
    }
    .form-bottom .submit-btn:hover { background: var(--red-bright);}

    /* ========== Final CTA ========== */
    .cta-band {
      padding: 60px 0;
      text-align: center;
      background:
        linear-gradient(180deg, rgba(225,29,42,0.05), rgba(0,0,0,0));
      border-top: 1px solid var(--border);
    }
    .cta-band h2 {
      font-family: 'Oswald', sans-serif; font-weight: 700;
      font-size: clamp(28px, 3.5vw, 42px);
      text-transform: uppercase; letter-spacing: 0.5px;
      margin-bottom: 24px;
    }
    .cta-band .row { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;}

    /* ========== Footer ========== */
    .footer { background: #050505; border-top: 1px solid var(--border); padding: 50px 0 24px;}
    .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr; gap: 36px;}
    .footer h5 {
      font-size: 11px; letter-spacing: 2px; color: #fff; text-transform: uppercase;
      margin-bottom: 14px; font-weight: 700;
    }
    .footer ul { list-style: none; display: flex; flex-direction: column; gap: 9px;}
    .footer a { font-size: 13px; color: #b9bec5; transition: color .2s;}
    .footer a:hover { color: var(--red);}
    .footer .brand p { color: #9aa0a6; font-size: 13px; max-width: 260px; margin-top: 14px; line-height: 1.6;}
    .socials { display: flex; gap: 10px; margin-top: 18px;}
    .socials a {
      width: 30px; height: 30px; border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.15);
      display: inline-grid; place-items: center;
      transition: border-color .2s, background .2s;
    }
    .socials a:hover { border-color: var(--red); background: rgba(225,29,42,0.1);}
    .socials svg { width: 13px; height: 13px; color: #b9bec5;}
    .footer .contact p { font-size: 13px; color: #b9bec5; line-height: 1.55;}
    .footer .contact .btn { margin-top: 16px;}
    .footer .contact .email { margin-top: 14px; font-size: 13px; color: #b9bec5; display: inline-flex; align-items: center; gap: 8px;}
    .footer .contact .email svg { width: 14px; height: 14px;}
    .footer-bottom {
      margin-top: 36px; padding-top: 18px;
      display: flex; justify-content: space-between; align-items: center;
      font-size: 12px; color: #6b7280;
      border-top: 1px solid var(--border);
    }
    .footer-bottom .legal { display: flex; gap: 22px;}

    /* ========== Responsive ========== */
    @media (max-width: 1024px) {
      .footer-grid { grid-template-columns: 1fr 1fr 1fr;}
      .footer .brand { grid-column: 1 / -1;}
      .led-msk { grid-template-columns: 1fr;}
      .pricing-grid { grid-template-columns: 1fr 1fr;}
      .pricing-actions { grid-column: 1 / -1; min-width: 0;}
      .action-row { grid-template-columns: 1fr;}
      .deposit-row { grid-template-columns: 1fr;}
      .form-grid { grid-template-columns: repeat(2, 1fr);}
      .form-bottom { grid-template-columns: 1fr 1fr; }
      .form-bottom .stripe-note { grid-column: 1 / -1; order: 2;}
      .form-bottom .submit-btn { grid-column: 1 / -1; order: 3;}
    }
    @media (max-width: 860px) {
      .nav { display: none;}
      .mobile-toggle { display: block;}
      .header-actions .btn-cal { display: none;}
      .hero { padding: 36px 0 50px;}
      .hero-inner { grid-template-columns: 1fr;}
      .hero-visual { aspect-ratio: 16/9;}
      .section { padding: 50px 0;}
      .two-ways-grid { grid-template-columns: 1fr;}
      .action-features { grid-template-columns: repeat(2, 1fr);}
      .pricing-grid { grid-template-columns: 1fr;}
    }
    @media (max-width: 640px) {
      .form-grid { grid-template-columns: 1fr;}
      .form-bottom { grid-template-columns: 1fr;}
      .msk-stats { grid-template-columns: 1fr 1fr;}
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px;}
      .footer-bottom { flex-direction: column; gap: 12px;}
      .hero h1 { font-size: 44px;}
      .two-ways, .led-card, .msk-card { padding: 24px 22px;}
    }
    img.logomain {
    height: 60px;
}