:root {
      --bg-1: #030714;
      --bg-2: #0a1330;
      --bg-3: #1b1240;
      --card: rgba(7, 16, 40, 0.78);
      --card-border: rgba(120, 164, 255, 0.16);
      --text: #f5f7ff;
      --muted: #b8c2db;
      --green: #9df18e;
      --green-2: #66d8bf;
      --pill: rgba(255,255,255,.06);
      --shadow: 0 0 0 1px rgba(255,255,255,.03), 0 30px 80px rgba(0,0,0,.35);
      --radius: 26px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 25%, rgba(0, 114, 255, 0.22), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(138, 43, 226, 0.20), transparent 26%),
        radial-gradient(circle at 50% 58%, rgba(61, 255, 197, 0.14), transparent 18%),
        linear-gradient(180deg, var(--bg-1), #040a18 35%, #030611 100%);
      min-height: 100vh;
      position: relative;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image: radial-gradient(rgba(146,170,255,.13) 0.6px, transparent 0.6px);
      background-size: 10px 10px;
      opacity: .35;
      mask-image: linear-gradient(to bottom, rgba(255,255,255,.5), transparent 95%);
    }

    a { color: inherit; text-decoration: none; }

    .container {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
    }
    .page {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
      padding: 24px 0 52px;
    }

    .header {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 18px 0 10px;
    }
    .brand-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: radial-gradient(circle at 35% 30%, rgba(157,241,142,.28), transparent 45%), linear-gradient(180deg, rgba(11,26,56,.96), rgba(7,16,40,.92));
      border: 1px solid rgba(157,241,142,.22);
      box-shadow: 0 0 30px rgba(102,216,191,.12);
      overflow: hidden;
    }
    .brand-icon img {
      width: 64px;
      height: 64px;
      object-fit: contain;
      display: block;
    }
    .brand-title {
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -.03em;
    }
    .brand-subtitle {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .10em;
      color: rgba(255,255,255,.84);
      text-transform: uppercase;
    }

    .hero,
    .section-card,
    .seo-usage,
    .faq-grid {
      background: linear-gradient(135deg, rgba(9, 21, 53, 0.92), rgba(7, 14, 34, 0.88));
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      backdrop-filter: blur(12px);
    }

    .hero {
      margin-top: 18px;
      padding: 42px 34px 30px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -40px;
      width: 280px;
      height: 100px;
      transform: translateX(-50%);
      background: radial-gradient(circle, rgba(102,216,191,.22), transparent 70%);
      filter: blur(10px);
      pointer-events: none;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 18px;
      border-radius: 999px;
      background: rgba(5, 14, 36, .55);
      border: 1px solid rgba(157,241,142,.22);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(240,255,244,.92);
    }
    .hero h1 {
      margin: 20px 0 14px;
      font-size: clamp(38px, 6vw, 74px);
      line-height: .96;
      letter-spacing: -.05em;
    }
    .accent {
      color: var(--green);
      text-shadow: 0 0 18px rgba(157,241,142,.12);
    }
    .hero p {
      margin: 0 auto;
      max-width: 860px;
      color: var(--muted);
      font-size: clamp(16px, 1.9vw, 18px);
      line-height: 1.62;
    }
    .meta-row {
      margin-top: 22px;
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .meta-pill {
      padding: 13px 18px;
      border-radius: 999px;
      background: var(--pill);
      border: 1px solid rgba(255,255,255,.07);
      font-size: 15px;
      font-weight: 700;
      color: rgba(247,250,255,.92);
    }
    .meta-note {
      margin-top: 12px;
      color: #9ce1c6;
      font-size: 15px;
      font-weight: 600;
    }
    .cta-row {
      margin-top: 22px;
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .btn {
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 270px;
      padding: 18px 26px;
      border-radius: 22px;
      font-size: 17px;
      font-weight: 800;
      letter-spacing: .01em;
      border: 1px solid rgba(124, 247, 185, .34);
      background: linear-gradient(90deg, rgba(22, 41, 87, .95), rgba(39, 132, 92, .4), rgba(61, 40, 112, .95));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 0 40px rgba(77, 236, 180, .12);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .btn:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 50px rgba(77,236,180,.18); }
    .btn.secondary {
      min-width: 190px;
      background: rgba(255,255,255,.03);
      border-color: rgba(255,255,255,.08);
      box-shadow: none;
    }

    .section-card {
      margin-top: 26px;
      padding: 22px 18px 18px;
    }
    .section-top {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 18px;
    }
    .section-tag {
      display: inline-flex;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(6,16,38,.56);
      border: 1px solid rgba(144,240,175,.2);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .07em;
      text-transform: uppercase;
      color: rgba(255,255,255,.92);
      margin-bottom: 12px;
    }
    h2 {
      margin: 0;
      font-size: clamp(28px, 4vw, 54px);
      line-height: 1.02;
      letter-spacing: -.05em;
    }
    .section-top p,
    .section-copy {
      margin: 0;
      color: var(--muted);
      line-height: 1.62;
      font-size: 16px;
      max-width: 380px;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .pick-card,
    .extra-item,
    .mini-faq {
      background: linear-gradient(135deg, rgba(12, 24, 57, .92), rgba(8, 16, 36, .9));
      border: 1px solid rgba(141, 173, 255, .14);
      border-radius: 22px;
      padding: 16px 16px 14px;
      min-width: 0;
    }
    .pick-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: rgba(255,255,255,.8);
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .pick-teams {
      font-size: clamp(23px, 2.2vw, 28px);
      line-height: 1.08;
      letter-spacing: -.04em;
      font-weight: 800;
      margin: 0 0 12px;
    }
    .pick-market {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      padding: 16px 16px;
      border-radius: 18px;
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.06);
      margin-bottom: 12px;
    }
    .pick-market-label {
      color: rgba(255,255,255,.7);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .03em;
    }
    .pick-market-value {
      color: var(--green);
      font-size: 28px;
      font-weight: 800;
      letter-spacing: -.04em;
    }
    .pick-analysis {
      margin: 0;
      color: #d7ddf0;
      font-size: 16px;
      line-height: 1.6;
      min-height: 52px;
    }
    .pick-footer {
      margin-top: 14px;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      padding: 9px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      background: rgba(6,16,38,.6);
      border: 1px solid rgba(157,241,142,.22);
      color: rgba(241,255,246,.93);
    }
    .badge.muted {
      border-color: rgba(255,255,255,.08);
      color: rgba(255,255,255,.82);
    }

    .extras {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 18px;
    }
    .extra-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin: 28px 0 14px;
    }
    .extra-head h3,
    .usage-title,
    .faq-title {
      margin: 0;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.04;
      letter-spacing: -.045em;
    }
    .extra-item {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto auto;
      align-items: center;
      gap: 14px;
      padding: 15px 16px;
    }
    .extra-teams {
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -.03em;
    }
    .extra-sub {
      display: block;
      margin-top: 4px;
      font-size: 13px;
      color: rgba(255,255,255,.72);
      font-weight: 600;
    }
    .extra-pick {
      font-size: 24px;
      font-weight: 800;
      color: var(--green);
      text-align: right;
    }
    .extra-odds {
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      color: rgba(255,255,255,.84);
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      white-space: nowrap;
    }

    .seo-usage {
      margin-top: 22px;
      padding: 22px 20px;
      display: grid;
      grid-template-columns: minmax(0,1fr) 360px;
      gap: 18px;
      align-items: center;
    }
    .seo-usage p {
      margin: 12px 0 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 16px;
      max-width: 740px;
    }
    .usage-cta {
      display: grid;
      gap: 10px;
      justify-items: stretch;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255,255,255,.025);
      border: 1px solid rgba(255,255,255,.06);
    }
    .usage-cta .btn {
      text-align: center; min-width: 100%; }
    .usage-cta small {
      color: var(--muted);
      text-align: center;
      line-height: 1.6;
      font-size: 14px;
    }

    .compact-note {
      margin-top: 18px;
      padding: 18px 20px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(9, 21, 53, 0.92), rgba(7, 14, 34, 0.88));
      border: 1px solid var(--card-border);
      box-shadow: var(--shadow);
    }
    .compact-note h3 {
      margin: 0 0 10px;
      font-size: clamp(24px, 2.6vw, 34px);
      line-height: 1.05;
      letter-spacing: -.045em;
    }
    .compact-note p {
      margin: 0;
      color: var(--muted);
      line-height: 1.68;
      font-size: 16px;
      max-width: 900px;
    }

    .faq-grid {
      margin-top: 18px;
      padding: 18px;
    }
    .faq-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 14px;
    }
    .faq-grid-inner {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 12px;
    }
    .mini-faq h4 {
      margin: 0 0 10px;
      font-size: 21px;
      line-height: 1.15;
      letter-spacing: -.03em;
    }
    .mini-faq p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.65;
    }

    .disclaimer {
      margin-top: 20px;
      text-align: center;
      color: rgba(255,255,255,.7);
      font-size: 15px;
      line-height: 1.7;
    }
    .disclaimer strong {
      color: var(--text);
      font-size: 17px;
    }

    @media (max-width: 960px) {
      .page { width: min(100% - 20px, 1120px); padding: 18px 0 40px; }
      .hero { padding: 32px 18px 24px; }
      .section-card { padding: 18px 14px 14px; }
      .cards-grid,
      .faq-grid-inner,
      .seo-usage { grid-template-columns: 1fr; }
      .section-top,
      .extra-head,
      .faq-top { align-items: start; }
      .section-top,
      .extra-head,
      .seo-usage,
      .faq-top { gap: 12px; }
      .extra-item {
        grid-template-columns: 1fr;
        justify-items: start;
      }
      .extra-pick { text-align: left; }
    }

    @media (max-width: 640px) {
      .hero h1 { font-size: 46px; }
      h2 { font-size: 34px; }
      .usage-title,
      .faq-title,
      .extra-head h3,
      .compact-note h3 { font-size: 28px; }
      .pick-teams { font-size: 24px; }
      .btn {
      text-align: center; min-width: 100%; padding: 16px 20px; }
      .meta-pill { width: 100%; text-align: center; }
      .brand-icon { width: 64px; height: 64px; }
      .brand-icon img { width: 56px; height: 56px; }
    }


    .section-block { margin-top: 26px; }
    .content-card, .link-card {
      background: linear-gradient(135deg, rgba(9, 21, 53, 0.92), rgba(7, 14, 34, 0.88));
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 24px 24px 22px;
    }
    .content-card h2, .link-card h2 {
      margin: 0 0 14px;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.05;
      letter-spacing: -.04em;
    }
    .content-card p, .link-card p {
      margin: 0 0 14px;
      color: var(--muted);
      line-height: 1.68;
      font-size: 16px;
    }
    .inline-link {
      color: var(--green);
      font-weight: 800;
    }
    .quick-links {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    @media (max-width: 860px) {
      .quick-links { grid-template-columns: 1fr; }
    }


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  margin-bottom: 8px;
}
.breadcrumb a {
  color: rgba(255,255,255,.9);
}
.competition-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.competition-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
}
.intro-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.intro-card {
  background: linear-gradient(135deg, rgba(9, 21, 53, 0.92), rgba(7, 14, 34, 0.88));
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.intro-card h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 10px;
}
.intro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
  font-size: 16px;
}
@media (max-width: 960px) {
  .intro-grid { grid-template-columns: 1fr; }
}


    .page-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin: 16px auto 0;
      padding: 14px;
      border-radius: 999px;
      border: 1px solid rgba(120, 164, 255, 0.16);
      background: linear-gradient(180deg, rgba(8, 18, 44, 0.82), rgba(6, 14, 34, 0.72));
      box-shadow: 0 18px 48px rgba(0,0,0,.24);
      backdrop-filter: blur(12px);
    }
    .page-menu-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid rgba(120, 164, 255, 0.14);
      background: rgba(255,255,255,.04);
      color: rgba(255,255,255,.84);
      font-size: 15px;
      font-weight: 600;
      transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .page-menu-link:hover,
    .page-menu-link:focus-visible {
      color: #f7fbff;
      background: rgba(255,255,255,.08);
      border-color: rgba(157,241,142,.34);
      box-shadow: 0 10px 24px rgba(9, 24, 55, .32);
      transform: translateY(-1px);
    }
    .page-menu-link.is-active,
    .page-menu-link[aria-current="page"] {
      color: #06101f;
      background: linear-gradient(135deg, rgba(157,241,142,.98), rgba(102,216,191,.92));
      border-color: rgba(157,241,142,.72);
      box-shadow: 0 16px 32px rgba(63, 196, 151, .24);
    }

    @media (max-width: 900px) {
      .page-menu {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 10px;
        border-radius: 24px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .page-menu::-webkit-scrollbar { display: none; }
      .page-menu-link {
        flex: 0 0 auto;
        white-space: nowrap;
        min-height: 40px;
        padding: 9px 16px;
        font-size: 14px;
      }
    }


.page-menu { display: none !important; }


/* Internal pages desktop/mobile shell */
.mobile-topbar,
.mobile-page-title,
.mobile-drawer {
  display: none;
}

.mobile-menu-open {
  overflow: hidden;
}

.internal-top-shell {
  position: relative;
  z-index: 20;
}

.desktop-breadcrumb {
  display: flex;
}

@media (max-width: 768px) {
  .desktop-breadcrumb,
  .internal-page-header {
    display: none;
  }

  .internal-top-shell {
    padding: 14px 0 4px;
  }

  .mobile-topbar {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 8px 0 4px;
  }

  .mobile-menu-toggle,
  .mobile-topbar-spacer {
    width: 48px;
    height: 48px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
    background: rgba(8, 16, 34, .78);
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    padding: 0;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: rgba(245,247,255,.92);
  }

  .mobile-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text);
    font-weight: 800;
    letter-spacing: -.02em;
  }

  .mobile-brand img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .mobile-page-title {
    display: block;
    text-align: center;
    margin: 6px auto 10px;
    color: rgba(255,255,255,.92);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 80;
    pointer-events: none;
  }

  .mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 4, 12, .72);
    opacity: 0;
    transition: opacity .24s ease;
  }

  .mobile-drawer-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(88vw, 360px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px 16px 20px;
    background: linear-gradient(180deg, rgba(6,13,29,.98), rgba(8,16,35,.98));
    border-right: 1px solid rgba(255,255,255,.08);
    box-shadow: 24px 0 70px rgba(0,0,0,.36);
    transform: translateX(-100%);
    transition: transform .24s ease;
  }

  .mobile-drawer.is-open {
    pointer-events: auto;
  }

  .mobile-drawer.is-open .mobile-drawer-backdrop {
    opacity: 1;
  }

  .mobile-drawer.is-open .mobile-drawer-panel {
    transform: translateX(0);
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-drawer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .mobile-drawer-brand img {
    width: 38px;
    height: 38px;
  }

  .mobile-drawer-brand strong,
  .mobile-drawer-brand span {
    display: block;
  }

  .mobile-drawer-brand strong {
    color: var(--text);
    font-size: 1rem;
  }

  .mobile-drawer-brand span {
    color: rgba(255,255,255,.72);
    font-size: .82rem;
    margin-top: 2px;
  }

  .mobile-drawer-close {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.03);
    color: rgba(255,255,255,.92);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-drawer-nav {
    display: grid;
    gap: 10px;
    overflow-y: auto;
    padding-right: 4px;
  }

  .mobile-drawer-link {
    display: block;
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.03);
    color: rgba(245,247,255,.9);
    font-weight: 700;
  }

  .mobile-drawer-link.is-current {
    border-color: rgba(157,241,142,.3);
    background: linear-gradient(90deg, rgba(26,43,85,.95), rgba(33,92,64,.42), rgba(46,37,99,.95));
    color: #fff;
  }

  .mobile-drawer-foot {
    margin-top: auto;
  }

  .mobile-drawer-cta {
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(157,241,142,.28);
    background: linear-gradient(90deg, rgba(22, 41, 87, .95), rgba(39, 132, 92, .4), rgba(61, 40, 112, .95));
    color: #fff;
    font-size: .96rem;
    font-weight: 800;
  }
}
