﻿/* ==========================================================================
   PRIME BETTING CLUB - Godly Refresh v2
   Full design layer. Loaded AFTER style.css. Authoritative for v2 sections.

   TOC:
     0. Reset & utilities
     1. Hero (cinema video)
     2. Sports strip
     3. Section heads (kicker / title / lede pattern)
     4. How it works (3 steps)
     5. Calculator (premium, standalone)
     6. Partner offer (YesPlay showcase, bento)
     7. Promise grid (4 truths)
     8. FAQ
     9. Final CTA
    10. Reveal motion
   ========================================================================== */

/* =========== 0. RESET / UTILITIES ============ */
:root {
  --pbc-velvet: #0a2a21;
  --pbc-deep:   #0E3B2E;
  --pbc-card:   #103730;
  --pbc-line:   rgba(212, 175, 55, 0.14);
  --pbc-line-strong: rgba(212, 175, 55, 0.32);
  --pbc-gold:   #D4AF37;
  --pbc-gold-bright: #E8C76C;
  --pbc-gold-soft:   #F4D77B;
  --pbc-gold-deep:   #A8821C;
  --pbc-text:   #F5EFD9;
  --pbc-text-mid:  #B8B19A;
  --pbc-text-dim:  #807A66;

  --pbc-radius:  18px;
  --pbc-radius-lg: 28px;
  --pbc-shadow-md: 0 18px 50px rgba(0,0,0,0.35);
  --pbc-shadow-xl: 0 28px 80px rgba(0,0,0,0.5);
}

/* Kill the legacy body noise/glow that competes with hero video */
body::before { opacity: 0.08 !important; }
body::after  { display: none !important; }

/* Hide v1 elements still in markup if any */
.live-badge, .trust-pills, .hero-trust,
.proof-grid, .testimonials,
.hero-marquee {
  display: none !important;
}

/* Kill leftover crown ornaments inside section heads (template feel) */
.section-head .crown-ornament,
.cta-banner .crown-ornament,
.page-hero .crown-ornament {
  display: none !important;
}

/* Strip eyebrow in sports strip - removed for cleaner look */
.strip-eyebrow { display: none !important; }

/* Generic helpers */
.text-center { text-align: center; }
.mt-lg { margin-top: 56px; }
.italic { font-style: italic; }
.serif { font-family: "Inter", system-ui, -apple-system, sans-serif; }

/* Performance: smooth scroll, GPU compositing, no scroll jank */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
img, svg { image-rendering: -webkit-optimize-contrast; }
html, body {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}
img, video, iframe { max-width: 100%; height: auto; }
a, button, [role="button"] { -webkit-tap-highlight-color: transparent; }

/* Focus-visible for keyboard a11y */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--pbc-gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* iOS safe-area for notched devices */
.nav-inner {
  padding-left: max(18px, env(safe-area-inset-left)) !important;
  padding-right: max(18px, env(safe-area-inset-right)) !important;
}
.footer .container,
.compliance {
  padding-bottom: max(0px, env(safe-area-inset-bottom));
}

/* Defensive: hide any scroll-to-top, scroll wheel, or back-to-top widgets */
.scroll-hint, .scroll-cue, .scroll-to-top, .back-to-top,
.reading-progress, .progress-bar, .scroll-indicator,
.scroll-wheel, .scroll-mouse, .scroll-arrow,
[data-scroll-to-top], #scroll-to-top, #back-to-top {
  display: none !important;
}

/* ============================================================
   NAV — Baltic Slots inspired: bigger logo, center menu, dropdown
   ============================================================ */
.nav {
  background: rgba(6, 22, 16, 0.94) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 70 !important;
}
/* Add backdrop-filter ONLY on desktop — on mobile it traps the fixed drawer
   inside the nav's stacking context which breaks the menu */
@media (min-width: 981px) {
  .nav {
    background: rgba(8, 28, 22, 0.78) !important;
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
  }
}
.nav-inner {
  padding: 14px 32px !important;
  max-width: 1320px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  z-index: 2;
}
.nav-logo-img {
  height: auto !important;
  width: auto !important;
  max-height: 64px;
  max-width: 220px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}
.nav-logo:hover .nav-logo-img { opacity: 0.88; }

/* Center menu */
.nav-links {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  align-items: center;
  gap: 36px !important;
}
.nav-links > a,
.nav-dropdown-trigger {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  text-transform: none !important;
  color: var(--pbc-text) !important;
  position: relative;
  padding: 8px 0 !important;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}
.nav-links > a:hover,
.nav-dropdown-trigger:hover { color: var(--pbc-gold) !important; }
.nav-links > a.active,
.nav-dropdown-trigger.active { color: var(--pbc-gold) !important; }

.nav-caret {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}
.nav-dropdown.open .nav-caret { transform: rotate(180deg); }

/* Dropdown panel */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 220px;
  background: #0a2519;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
  z-index: 100;
}
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 16px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(245, 239, 217, 0.86);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-dropdown-menu a:hover {
  background: rgba(212, 175, 55, 0.08);
  color: var(--pbc-text);
}
.nav-dropdown-menu a.active {
  color: var(--pbc-gold);
  background: rgba(212, 175, 55, 0.06);
}
/* Kill the legacy gold underline inside dropdown items */
.nav-dropdown-menu a::after,
.nav-dropdown-menu a.active::after,
.nav-dropdown-menu a:hover::after { display: none !important; content: none !important; }
/* Phantom rule to avoid duplicate selector merge */
.nav-dropdown-menu a.active {
}

/* Right side */
.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; z-index: 2; }
.nav .btn-sm {
  padding: 10px 18px !important;
  font-size: 12.5px !important;
  letter-spacing: 0.01em !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

/* Mobile toggle pill (Menu + icon) - bulletproof tap target */
.nav-toggle {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  color: var(--pbc-text);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  height: 44px;
  min-width: 88px;
  transition: background 0.2s ease, border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  z-index: 71;
  touch-action: manipulation;
}
/* Children inside the button must NOT capture clicks */
.nav-toggle * { pointer-events: none; }
.nav-toggle:hover {
  background: rgba(212, 175, 55, 0.06);
  border-color: rgba(212, 175, 55, 0.32);
}
.nav-toggle:active { background: rgba(212, 175, 55, 0.12); }
.nav-toggle-label { display: inline-block; line-height: 1; }
.nav-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
  height: 14px;
}
.nav-toggle-icon span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--pbc-text);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle.open .nav-toggle-icon span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle.open .nav-toggle-icon span:nth-child(2) { opacity: 0; }
.nav-toggle.open .nav-toggle-icon span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* Mobile drawer — direct child of body, NOT inside .nav */
.nav-mobile {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #03110b;
  z-index: 60;
  display: flex;
  flex-direction: column;
  padding: 92px 24px max(32px, env(safe-area-inset-bottom));
  gap: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.nav-mobile[hidden] { display: none !important; }
.nav-mobile > a {
  display: flex;
  align-items: center;
  padding: 18px 4px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--pbc-text);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}
.nav-mobile > a.active { color: var(--pbc-gold); }
.nav-mobile-group {
  padding: 12px 0 8px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}
.nav-mobile-group-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  padding: 14px 4px 6px;
}
.nav-mobile-group a {
  display: flex;
  padding: 12px 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(245, 239, 217, 0.84);
  text-decoration: none;
}
.nav-mobile-group a.active { color: var(--pbc-gold); }
.nav-mobile a.mobile-cta {
  margin-top: 28px;
  justify-content: center;
  border: none !important;
  background: linear-gradient(135deg, var(--pbc-gold-bright), var(--pbc-gold)) !important;
  color: var(--pbc-velvet) !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Hidden attribute always wins over .nav-mobile display rules */
[hidden] { display: none !important; }

@media (max-width: 980px) {
  .nav-links { display: none !important; }
  .nav-inner { padding: 12px 18px !important; }
  .nav .btn-sm { display: none !important; }
  .nav-toggle { display: inline-flex !important; }
  .nav-logo-img { max-height: 52px; max-width: 180px; }
}
@media (min-width: 981px) {
  .nav-mobile,
  .nav-toggle { display: none !important; }
  body.menu-open { overflow: auto !important; }
}


/* ===========================================================
   1. HERO - CINEMA VIDEO
   =========================================================== */
/* Force body/html to true edge with no horizontal overflow */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--pbc-velvet) !important;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }

/* Smooth global transitions for interactive elements */
a, button, .btn, .sp-pill, .partner-cta, .offer-cta,
.faq-item summary, .promise-item, .contact-card,
.input-wrap, .slider-wrap, .how-step {
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    opacity 0.35s ease;
}

/* iOS dynamic viewport */
:root { --vh: 100vh; }
@supports (height: 100svh) { :root { --vh: 100svh; } }

/* Hero container - classic full-bleed via negative margins */
.hero-cinema {
  position: relative !important;
  width: 100vw !important;
  left: calc(50% - 50vw) !important;
  margin: 0 !important;
  margin-top: -64px !important;
  height: var(--vh);
  min-height: 720px;
  max-height: 1100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #050d09;
}
@media (max-width: 900px) {
  .hero-cinema {
    min-height: 0 !important;
    max-height: none !important;
    height: var(--vh) !important;
  }
}

/* Hero background - simple, solid, premium */
.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #051813 0%, #0a2a21 50%, #0E3B2E 100%);
}
.hero-bg-mesh,
.hero-bg-pitch,
.hero-bg-spotlight,
.hero-bg-grain { display: none !important; }

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 75%, var(--pbc-velvet) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 64px 0 110px !important;  /* extra bottom for ticker space */
}
.hero-inner .container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

/* SPLIT LAYOUT - text left (60%), phone right (40%) */
.hero-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-split { grid-template-columns: 1fr; gap: 56px; text-align: center; }
  .hero-left { max-width: 100% !important; margin: 0 auto; }
  .hero-eyebrow, .hero-meta, .hero-cta-row { justify-content: center; }
}
.hero-left {
  max-width: 720px;
}
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 520px;
}

/* PHONE PHOTO (real product render) */
.phone-photo {
  position: relative;
  width: 100%;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
}
.phone-photo img {
  width: 100%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 0 32px rgba(212, 175, 55, 0.15))
    drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
  position: relative;
  z-index: 2;
  animation: phoneFloat 8s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  .phone-photo img { animation: none; }
}

/* Static gold + green glow behind transparent phone - no animation */
.phone-photo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background:
    radial-gradient(ellipse 60% 60% at 50% 40%, rgba(212, 175, 55, 0.18), transparent 70%),
    radial-gradient(ellipse 80% 80% at 50% 60%, rgba(20, 80, 60, 0.4), transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

/* OLD phone mockup styles - kept hidden in case markup remains elsewhere */
.phone-mockup, .phone-frame, .phone-notch, .phone-screen,
.wa-header, .wa-chat, .wa-msg, .msg-bubble { display: none !important; }
.phone-frame {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border-radius: 38px;
  padding: 12px 12px 16px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow:
    0 0 0 2px #050505,
    inset 0 1px 0 rgba(255,255,255,0.08);
}
.phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: #050505;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}
.phone-screen {
  background: #0d2f1f;
  border-radius: 28px;
  height: 540px;
  overflow: hidden;
  position: relative;
  padding: 32px 14px 14px;
}

/* WhatsApp header */
.wa-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 6px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 12px;
}
.wa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pbc-gold-bright), var(--pbc-gold-deep));
  color: var(--pbc-velvet);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.wa-meta { flex: 1; min-width: 0; }
.wa-name {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.005em;
}
.wa-status {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 5px;
}
.wa-status .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 4px #4ade80;
}

/* WhatsApp chat */
.wa-chat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wa-msg { display: flex; flex-direction: column; }
.msg-time {
  align-self: center;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  background: rgba(0,0,0,0.3);
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.msg-bubble {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 14px 14px 14px 4px;
  padding: 12px 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #f5f5f5;
  max-width: 92%;
  align-self: flex-start;
}
.msg-header {
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--pbc-gold-bright);
}
.msg-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  font-size: 11px;
}
.msg-label {
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}
.msg-val {
  color: #ffffff;
  font-weight: 500;
}
.msg-val.msg-pick {
  color: #4ade80;
  font-weight: 600;
}
.msg-val.msg-odds {
  color: var(--pbc-gold-bright);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}
.msg-tags {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.msg-tag {
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.msg-tag-gold {
  background: rgba(212, 175, 55, 0.18);
  color: var(--pbc-gold-bright);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Reply bubble (right side) */
.wa-msg-reply { align-items: flex-end; }
.msg-mine {
  background: rgba(74, 222, 128, 0.18) !important;
  border-color: rgba(74, 222, 128, 0.25) !important;
  border-radius: 14px 14px 4px 14px !important;
  align-self: flex-end !important;
  font-size: 12px;
  position: relative;
  padding-right: 50px !important;
}
.msg-time-mine {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 8.5px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

/* Floating badges removed per request */
.phone-badge { display: none !important; }

/* Phone hidden on mobile/tablet - desktop only */
@media (max-width: 1024px) {
  .hero-right { display: none !important; }
  .hero-split { grid-template-columns: 1fr !important; }
  .hero-left { max-width: 100% !important; }
}

@media (prefers-reduced-motion: reduce) {
  .phone-photo img, .phone-photo-glow { animation: none; }
}

.hero-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 239, 217, 0.9);
  margin-bottom: 32px;
  line-height: 1;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.2);
}
.hero-eyebrow > span { line-height: 1; display: inline-block; vertical-align: middle; }
.dot-pulse { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.dot-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  animation: dotPulse 1.8s ease-out infinite;
}
@keyframes dotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.hero-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(48px, 6vw, 96px) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  color: #F5EFD9 !important;
  margin: 0 0 28px !important;
  max-width: 100%;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  -webkit-text-fill-color: #F5EFD9;
}
.hero-title .line {
  display: block;
  color: #F5EFD9;
  -webkit-text-fill-color: #F5EFD9;
  background: none;
}
.hero-title .line-accent,
.hero-title .line-italic {
  display: block;
  font-weight: 800;
  font-style: normal;
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 60%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-title .line { display: block; }
.hero-title .line.serif {
  font-style: normal;
  background: linear-gradient(135deg, var(--pbc-gold-soft) 0%, var(--pbc-gold) 50%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 20px rgba(212, 175, 55, 0.25));
}

.hero-sub {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  color: rgba(245, 239, 217, 0.88);
  max-width: 520px;
  margin: 0 0 32px;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.9),
    0 4px 18px rgba(0, 0, 0, 0.6);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn-lg {
  font-size: 14px !important;
  padding: 19px 34px !important;
  letter-spacing: 0.08em !important;
}

/* Hero buttons - glassmorphic with hover-tracked glow circles */
.hero-cta-row .btn-ghost {
  background: rgba(10, 42, 33, 0.4) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Premium button polish - glassmorphic inset shadows (no outer gold halo) */
.btn-gold {
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 200, 0.4),
    inset 0 -3px 12px rgba(140, 100, 30, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.4) !important;
}
.btn-gold:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 200, 0.5),
    inset 0 -3px 12px rgba(140, 100, 30, 0.3),
    0 6px 16px rgba(0, 0, 0, 0.5) !important;
}
.btn-ghost {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 16px rgba(170, 202, 255, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.45);
}

/* Defensive: kill any leftover glow-dot system */
.hover-glow-btn .glow-dot,
.glow-dot { display: none !important; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
  line-height: 1;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.meta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pbc-gold);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
  flex-shrink: 0;
  display: inline-block;
}
.meta-divider {
  width: 28px;
  height: 1px;
  background: rgba(212, 175, 55, 0.3);
  display: inline-block;
}

.hero-scroll-hint,
.scroll-hint,
.scroll-cue,
.scroll-to-top,
.back-to-top,
.reading-progress { display: none !important; }

/* Hero bottom ticker - running league names */
.hero-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  padding: 24px 0;
  border-top: 1px solid var(--pbc-line);
  background: linear-gradient(180deg, transparent 0%, rgba(5, 13, 9, 0.9) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.hero-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  animation: tickerScroll 45s linear infinite;
  will-change: transform;
  line-height: 1;
}
.hero-ticker-track > span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 239, 217, 0.65);
}
.hero-ticker-track > span.dot {
  font-size: 6px;
  color: rgba(212, 175, 55, 0.55);
  text-transform: none;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 16px)); }
}
@media (max-width: 900px) {
  .hero-ticker { padding: 16px 0; }
  .hero-ticker-track { gap: 22px; }
  .hero-ticker-track > span { font-size: 12px; }
  @keyframes tickerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 11px)); }
  }
}

/* Old 768px hero block removed - handled in main mobile media query (≤900px) */


/* ===========================================================
   2. SPORTS STRIP - minimal coverage indicator
   =========================================================== */
.sports-strip {
  padding: 36px 0 !important;
  background: var(--pbc-velvet);
  border-bottom: 1px solid var(--pbc-line);
  margin-top: -1px; /* seam kill */
}
.sports-strip-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  white-space: nowrap;
}
.strip-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
}
.sp-pill {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--pbc-text-mid);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid var(--pbc-line);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.sp-pill:hover {
  border-color: var(--pbc-line-strong);
  color: var(--pbc-text);
}


/* ===========================================================
   3. SECTION HEADS (consistent kicker pattern)
   =========================================================== */
section { padding: clamp(80px, 12vw, 140px) 0 !important; }
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(56px, 7vw, 96px);
}
.section-head .kicker,
.kicker {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  margin-bottom: 20px;
}
.section-head .kicker::before,
.section-head .kicker::after,
.kicker::before,
.kicker::after { display: none !important; content: none; }
.section-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 4.8vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  margin: 0 !important;
  color: var(--pbc-text);
}
.section-title .serif,
.section-title .italic,
.section-title .gold-text {
  font-style: normal !important;
  font-family: inherit !important;
  font-weight: 800 !important;
}
.section-title .gold-text {
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 60%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-head .lede,
.lede {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  color: var(--pbc-text-mid);
  max-width: 540px;
  margin: 24px auto 0;
}

.gold-text {
  background: linear-gradient(135deg, var(--pbc-gold-soft) 0%, var(--pbc-gold) 50%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ===========================================================
   4. HOW IT WORKS - 3 steps editorial
   =========================================================== */
.how-section {
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 70%),
    var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
  border-bottom: 1px solid var(--pbc-line);
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--pbc-line);
  border: 1px solid var(--pbc-line);
  border-radius: var(--pbc-radius);
  overflow: hidden;
}
@media (max-width: 900px) {
  .how-grid { grid-template-columns: 1fr; }
}
.how-step {
  background: rgba(10, 42, 33, 0.4);
  padding: 56px 40px;
  position: relative;
  transition: background 0.4s ease;
  display: flex;
  flex-direction: column;
}
.how-step:hover {
  background: rgba(20, 61, 49, 0.55);
}
.how-num {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 500;
  color: var(--pbc-gold);
  line-height: 1;
  margin-bottom: 24px;
  background: linear-gradient(180deg, var(--pbc-gold-soft) 0%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
}
.how-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  color: var(--pbc-text);
  margin: 0 0 16px !important;
  letter-spacing: -0.02em !important;
  /* Reserve space for 2 lines so all bodies align horizontally */
  min-height: 2.4em;
  display: flex;
  align-items: flex-start;
}
.how-body {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pbc-text-mid);
  margin: 0;
}


/* ===========================================================
   5. CALCULATOR (inside combo-grid)
   =========================================================== */
.calc-card {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(212, 175, 55, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(20, 61, 49, 0.55), rgba(10, 42, 33, 0.6));
  border: 1px solid var(--pbc-line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.calc-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  margin-bottom: 28px !important;
}
@media (max-width: 600px) { .calc-row { grid-template-columns: 1fr !important; } }

.calc-field label {
  display: block !important;
  font-family: "Inter", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--pbc-text-mid) !important;
  margin-bottom: 12px !important;
}

/* Calc inner boxes - equal heights, equal weights */
.input-wrap, .slider-wrap {
  background: rgba(6, 24, 17, 0.55) !important;
  border: 1px solid var(--pbc-line) !important;
  border-radius: 12px !important;
  padding: 18px 20px !important;
  height: 80px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.input-wrap { flex-direction: row !important; align-items: center; gap: 8px; }
.input-wrap:focus-within,
.slider-wrap:focus-within {
  border-color: var(--pbc-gold) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.currency {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  color: var(--pbc-gold) !important;
  font-size: 22px !important;
  line-height: 1;
}
.input-wrap input {
  background: transparent !important;
  border: none !important;
  color: var(--pbc-text) !important;
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  letter-spacing: -0.02em !important;
  width: 100% !important;
  outline: none !important;
  line-height: 1;
}
.input-wrap input::-webkit-outer-spin-button,
.input-wrap input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.input-wrap input[type="number"] { -moz-appearance: textfield; }

.picks-display {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  margin-bottom: 10px !important;
}
.picks-display .v {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-size: 28px !important;
  color: var(--pbc-text) !important;
  letter-spacing: -0.02em !important;
  line-height: 1;
}
.picks-display .l {
  font-size: 10px !important;
  color: var(--pbc-text-mid) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 4px !important;
  margin-top: 8px !important;
  background: linear-gradient(90deg,
    var(--pbc-gold) 0%,
    var(--pbc-gold) var(--val, 50%),
    rgba(212, 175, 55, 0.12) var(--val, 50%),
    rgba(212, 175, 55, 0.12) 100%) !important;
  border-radius: 2px !important;
  outline: none !important;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pbc-gold);
  border: 3px solid var(--pbc-velvet);
  box-shadow: 0 0 0 1px var(--pbc-gold), 0 0 16px rgba(212, 175, 55, 0.5);
  cursor: pointer;
  transition: transform 0.15s ease;
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.2); }
input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pbc-gold);
  border: 3px solid var(--pbc-velvet);
  box-shadow: 0 0 0 1px var(--pbc-gold), 0 0 16px rgba(212, 175, 55, 0.5);
  cursor: pointer;
}

.calc-result-strip {
  margin-top: 32px !important;
  padding: 28px !important;
  border-radius: 16px !important;
  background:
    radial-gradient(ellipse 100% 100% at 100% 50%, rgba(212, 175, 55, 0.14), transparent 60%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(10, 42, 33, 0.5) 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 20px !important;
}
.calc-result-strip .lbl {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: var(--pbc-text-mid) !important;
}
.calc-result-strip .lbl-main {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  color: var(--pbc-text) !important;
  margin: 4px 0 6px !important;
  letter-spacing: -0.02em !important;
}
.calc-result-strip .secondary {
  font-size: 12px !important;
  color: var(--pbc-text-mid) !important;
}
.calc-result-strip .val {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 60%, var(--pbc-gold-deep) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.calc-result-strip .val.bump { transform: scale(1.05); }

@media (max-width: 600px) {
  .calc-result-strip {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 12px !important;
  }
  .calc-result-strip .val { font-size: 48px !important; }
}

.calc-breakdown {
  display: flex !important;
  height: 6px !important;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px !important;
  background: rgba(255, 255, 255, 0.04);
}
.calc-breakdown .b-win { background: linear-gradient(90deg, var(--pbc-gold), var(--pbc-gold-bright)); transition: width 0.4s ease; }
.calc-breakdown .b-loss { background: rgba(255, 255, 255, 0.1); transition: width 0.4s ease; }
.calc-breakdown-legend {
  display: flex !important;
  gap: 22px !important;
  margin-top: 12px !important;
  font-size: 11px !important;
  color: var(--pbc-text-mid) !important;
  letter-spacing: 0.06em !important;
}
.calc-breakdown-legend span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
}
.calc-breakdown-legend .leg-win::before { background: var(--pbc-gold); }
.calc-breakdown-legend .leg-loss::before { background: rgba(255, 255, 255, 0.15); }
.calc-disclaimer {
  font-size: 11px !important;
  color: var(--pbc-text-dim) !important;
  letter-spacing: 0.04em !important;
  margin-top: 22px !important;
  text-align: center !important;
  line-height: 1.5;
}


/* ===========================================================
   6. PARTNER OFFER (YesPlay) - flagship card
   =========================================================== */
.partner-section {
  background:
    radial-gradient(ellipse 60% 100% at 50% 100%, rgba(212, 175, 55, 0.08), transparent 70%),
    var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
}

/* Combo section - calc + partner side by side */
.combo-section {
  background:
    radial-gradient(ellipse 60% 100% at 50% 0%, rgba(212, 175, 55, 0.05), transparent 70%),
    var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
  border-bottom: 1px solid var(--pbc-line);
}
.combo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 900px) { .combo-grid { grid-template-columns: 1fr; } }

/* Both cards equal height + same vibe */
.combo-grid > .calc-card,
.combo-grid > .partner-card {
  max-width: none !important;
  margin: 0 !important;
  padding: 36px 36px 30px !important;
  border-radius: 24px !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Card tag (small label inside top-left) */
.card-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  padding: 0;
  margin-bottom: 28px;
  background: transparent;
  border: none;
  border-radius: 0;
}
.card-tag.gold {
  color: var(--pbc-gold-bright);
}

/* Partner card - flagship single offer */
.partner-card {
  position: relative;
  max-width: 580px;
  margin: 0 auto !important;
  padding: 48px 44px !important;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212, 175, 55, 0.10), transparent 60%),
    linear-gradient(180deg, rgba(20, 61, 49, 0.5), rgba(10, 42, 33, 0.6));
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 32px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner-card .card-tag { margin: 0 auto 32px !important; }

.partner-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 24px;
}
.partner-logo-img {
  max-height: 96px;
  max-width: 280px;
  width: auto;
  /* Use original SVG colors - no filter so the YesPlay brand colors show */
  filter: none;
  opacity: 1;
}

.partner-license-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 24px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
}
.partner-license-row svg { width: 14px; height: 14px; color: var(--pbc-gold); }

/* Bonus block - the moneyshot, no border, just dividers */
.partner-bonus {
  text-align: center;
  padding: 28px 0;
  margin-bottom: 24px;
  border-top: 1px solid var(--pbc-line);
  border-bottom: 1px solid var(--pbc-line);
  width: 100%;
}
.bonus-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
  margin-bottom: 12px;
}
.bonus-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  line-height: 1;
}
.bonus-pct {
  font-size: clamp(32px, 4vw, 40px);
  color: var(--pbc-text);
}
.bonus-up {
  font-size: 14px;
  color: var(--pbc-text-mid);
  font-weight: 400;
  font-style: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.bonus-value {
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 600;
}
.bonus-extra {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--pbc-text-mid);
  letter-spacing: 0.04em;
}

/* Features list - clean, centered, no borders */
.partner-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  text-align: left;
  display: inline-block;
}
.partner-features li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--pbc-text);
  letter-spacing: -0.005em;
}
.partner-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}
.partner-features li::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid var(--pbc-gold);
  border-bottom: 1.5px solid var(--pbc-gold);
  transform: translateY(-65%) rotate(-45deg);
}

/* Push CTA to bottom of card */
.partner-card .partner-cta { margin-top: auto; }

/* CTA */
.partner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  padding: 18px 24px;
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 100%);
  color: var(--pbc-velvet);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  box-shadow: 0 10px 26px rgba(212, 175, 55, 0.32);
  position: relative;
  overflow: hidden;
}
.partner-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.45s ease;
}
.partner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(212, 175, 55, 0.45);
}
.partner-cta:hover::after { left: 100%; }
.partner-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.partner-cta:hover svg { transform: translateX(4px); }

.partner-tc {
  text-align: center;
  margin: 14px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--pbc-text-dim);
}

/* === Secondary partners — full cards, smaller than YesPlay flagship === */
.partner-secondary-row {
  max-width: 1100px;
  margin: 64px auto 0;
}
.partner-secondary-label {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.partner-secondary-label::before,
.partner-secondary-label::after {
  content: '';
  flex: 0 0 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}
.partner-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 700px) {
  .partner-secondary-grid { grid-template-columns: 1fr; }
}

.partner-card-alt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 28px 26px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.06), transparent 70%),
    linear-gradient(180deg, rgba(20, 61, 49, 0.45), rgba(10, 42, 33, 0.55));
  border: 1px solid var(--pbc-line);
  border-radius: 20px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.4s ease;
  overflow: hidden;
}
.partner-card-alt:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.pca-tag {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 24px;
}

/* Legacy .pca-logo styles - kept for any references but cream box removed */
.pca-logo {
  width: auto;
  min-width: 200px;
  max-width: 280px;
  height: 96px;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  margin: 0 auto 24px;
  box-shadow: none;
}
.pca-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.pca-bonus {
  width: 100%;
  padding: 18px 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--pbc-line);
  border-bottom: 1px solid var(--pbc-line);
}
.pca-bonus-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
  margin-bottom: 8px;
}
.pca-bonus-value {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--pbc-text);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.pca-bonus-value .gold-text { font-weight: 800; }
.pca-bonus-extra {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--pbc-text-mid);
  letter-spacing: 0.02em;
}

.pca-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
  width: 100%;
}
.pca-features li {
  position: relative;
  padding: 7px 0 7px 24px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--pbc-text);
  letter-spacing: -0.005em;
}
.pca-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}
.pca-features li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  width: 5px;
  height: 2.5px;
  border-left: 1.5px solid var(--pbc-gold);
  border-bottom: 1.5px solid var(--pbc-gold);
  transform: translateY(-65%) rotate(-45deg);
}

.pca-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 100%);
  color: var(--pbc-velvet) !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.22);
}
.pca-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.35);
}
.pca-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.pca-cta:hover svg { transform: translateX(3px); }

.pca-tc {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--pbc-text-dim);
  margin: 12px 0 0;
}


/* ===========================================================
   7. PROMISE GRID - 4 truths
   =========================================================== */
.promise-section {
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 70%),
    var(--pbc-velvet);
}
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 700px) { .promise-grid { grid-template-columns: 1fr; } }

.promise-item {
  position: relative;
  padding: 36px 32px 32px;
  background:
    radial-gradient(ellipse 60% 100% at 0% 0%, rgba(212, 175, 55, 0.04), transparent 70%),
    rgba(20, 61, 49, 0.4);
  border: 1px solid var(--pbc-line);
  border-radius: 18px;
  transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  overflow: hidden;
}
.promise-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--pbc-gold-bright), var(--pbc-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.promise-item:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}
.promise-item:hover::before { transform: scaleX(1); }

.promise-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.04));
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  color: var(--pbc-gold);
  margin-bottom: 22px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.promise-icon svg {
  width: 22px;
  height: 22px;
}
.promise-item:hover .promise-icon { transform: scale(1.08) rotate(-3deg); }

.promise-num {
  position: absolute;
  top: 32px;
  right: 32px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(212, 175, 55, 0.4);
}

.promise-item h4 {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  color: var(--pbc-text) !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.3 !important;
}
.promise-item p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--pbc-text-mid);
  margin: 0;
  letter-spacing: -0.005em;
}


/* ===========================================================
   8. FAQ - editorial accordion
   =========================================================== */
.faq-section {
  background: var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
}
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-top: 1px solid var(--pbc-line);
  padding: 0;
  background: transparent;
  border-radius: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
.faq-item:last-child { border-bottom: 1px solid var(--pbc-line) !important; }
.faq-item summary {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: clamp(20px, 2.4vw, 26px) !important;
  padding: 28px 56px 28px 0 !important;
  color: var(--pbc-text) !important;
  letter-spacing: -0.02em !important;
  cursor: pointer !important;
  list-style: none !important;
  position: relative !important;
  background: none !important;
  border: none !important;
  transition: color 0.25s ease;
}
.faq-item summary:hover { color: var(--pbc-gold-bright); }
.faq-item summary::-webkit-details-marker { display: none !important; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pbc-gold);
  font-size: 32px;
  font-weight: 200;
  transition: transform 0.3s ease;
  line-height: 1;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .answer {
  padding: 0 56px 32px 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--pbc-text-mid) !important;
  max-width: 700px;
}
.faq-item .answer a {
  color: var(--pbc-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ===========================================================
   9. FINAL CTA
   =========================================================== */
.final-cta {
  background: var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
}
.final-cta .cta-banner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 96px) 32px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 100%, rgba(212, 175, 55, 0.1), transparent 70%),
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 70%);
  border-radius: var(--pbc-radius-lg);
  position: relative;
  overflow: hidden;
}
.final-cta .cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--pbc-radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--pbc-gold) 0%, transparent 35%, transparent 65%, var(--pbc-gold) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
}
.cta-title {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 5.5vw, 60px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  color: var(--pbc-text) !important;
  margin: 0 0 20px !important;
}
.cta-title .serif,
.cta-title .italic,
.cta-title .gold-text {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}
.cta-title .gold-text {
  background: linear-gradient(135deg, var(--pbc-gold-bright) 0%, var(--pbc-gold) 60%, var(--pbc-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cta-sub {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pbc-text-mid);
  margin: 0 0 36px;
}
.cta-fine {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pbc-text-dim);
  margin: 28px 0 0;
}


/* ===========================================================
   STAGGERED REVEAL - sequential fade-in per child
   =========================================================== */
.how-grid .reveal,
.promise-grid .reveal,
.contact-grid .reveal {
  transition-delay: 0s;
}
.how-grid .reveal:nth-child(1),
.promise-grid .reveal:nth-child(1),
.contact-grid .reveal:nth-child(1) { transition-delay: 0.05s; }
.how-grid .reveal:nth-child(2),
.promise-grid .reveal:nth-child(2),
.contact-grid .reveal:nth-child(2) { transition-delay: 0.18s; }
.how-grid .reveal:nth-child(3),
.promise-grid .reveal:nth-child(3),
.contact-grid .reveal:nth-child(3) { transition-delay: 0.31s; }
.how-grid .reveal:nth-child(4),
.promise-grid .reveal:nth-child(4) { transition-delay: 0.44s; }


/* ===========================================================
   10. REVEAL MOTION
   =========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
              transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .dot-pulse { animation: none; }
  .hero-scroll-hint { animation: none; }
}


/* ===========================================================
   FOOTER - clean, minimal, two-row
   =========================================================== */
.footer {
  background: #050f0b !important;
  border-top: 1px solid rgba(212, 175, 55, 0.16) !important;
  padding: 48px 0 28px !important;
  position: relative;
}
.footer::before { display: none !important; content: none !important; }

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}
.footer-brand p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--pbc-text-mid);
  line-height: 1.5;
  max-width: 280px;
  margin: 0;
}
.footer-logo-img {
  height: auto !important;
  width: auto !important;
  max-width: 160px;
  max-height: 56px;
  display: block;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: linear-gradient(180deg, #E5C763 0%, #C9A642 100%);
  color: #061814 !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.footer-cta svg { width: 16px; height: 16px; }
.footer-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  margin-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--pbc-text-mid);
  letter-spacing: -0.005em;
  transition: color 0.3s ease;
  padding: 8px 4px;
  min-height: 36px;
}
.footer-links a:hover { color: var(--pbc-gold); }

.compliance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--pbc-text-faint, var(--pbc-text-mid));
  border-top: none !important;
  padding-top: 0 !important;
}
.compliance-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.compliance a { color: var(--pbc-text-mid); }
.compliance a:hover { color: var(--pbc-gold); }
.badge-18 {
  background: var(--pbc-gold) !important;
  color: var(--pbc-velvet) !important;
  padding: 3px 7px !important;
  font-weight: 800 !important;
  font-size: 10.5px !important;
  letter-spacing: 0.06em !important;
  margin-right: 0 !important;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .footer { padding: 40px 0 24px !important; }
  .footer-top {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 22px;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .footer-brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .footer-brand p { text-align: center; }
  .footer-cta {
    align-self: center;
    width: auto;
    min-width: 220px;
    justify-content: center;
  }
  .footer-links { justify-content: center; gap: 8px 16px; padding: 16px 0; }
  .footer-links a { font-size: 12.5px; }
  .compliance { flex-direction: column; align-items: center; text-align: center; }
  .footer-logo-img { max-width: 140px; max-height: 48px; }
}


/* ===========================================================
   CONTACT CARDS (3-up grid)
   =========================================================== */
.contact-section {
  background: var(--pbc-velvet);
  padding: clamp(40px, 6vw, 80px) 0 clamp(80px, 10vw, 120px) !important;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 28px 32px;
  background: rgba(20, 61, 49, 0.4);
  border: 1px solid var(--pbc-line);
  border-radius: var(--pbc-radius);
  text-decoration: none;
  color: var(--pbc-text);
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contact-card:hover {
  border-color: var(--pbc-line-strong);
  background: rgba(20, 61, 49, 0.55);
  transform: translateY(-3px);
}
.contact-card:hover .arrow { transform: translateX(4px); }
.contact-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 14px;
  color: var(--pbc-gold);
  margin: 0 0 22px;
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-card h3 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--pbc-text);
  margin: 0 0 12px;
}
.contact-card p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--pbc-text-mid);
  margin: 0 0 24px;
  max-width: 280px;
  flex: 1;
}
.contact-link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--pbc-gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.contact-link .arrow { transition: transform 0.3s ease; display: inline-block; }
.contact-helpline .contact-icon {
  background: rgba(74, 222, 128, 0.1);
  border-color: rgba(74, 222, 128, 0.25);
  color: #4ade80;
}


/* ===========================================================
   EMPTY STATE (wins/analytics/fixtures placeholders)
   =========================================================== */
.empty-state {
  background: var(--pbc-velvet);
  padding: clamp(60px, 8vw, 100px) 0 !important;
}
.empty-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(48px, 6vw, 72px) clamp(28px, 4vw, 56px);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.06), transparent 70%),
    rgba(20, 61, 49, 0.4);
  border: 1px solid var(--pbc-line);
  border-radius: var(--pbc-radius-lg);
}
.empty-icon {
  font-size: 56px;
  margin-bottom: 20px;
  opacity: 0.85;
  filter: drop-shadow(0 4px 24px rgba(212, 175, 55, 0.3));
}
.empty-card h2 {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: clamp(32px, 4.5vw, 52px) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
  color: var(--pbc-text);
  margin: 0 0 18px !important;
}
.empty-card h2.italic, .empty-card h2.serif { font-style: normal !important; }
.empty-card p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--pbc-text-mid);
  margin: 0 auto 16px;
  max-width: 520px;
}
.empty-card p:last-of-type { margin-bottom: 36px; }
.empty-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}


/* ===========================================================
   📱 MOBILE OPTIMIZATION (≤900px)
   Comprehensive - every section gets touched.
   =========================================================== */
@media (max-width: 900px) {

  /* Containers - tighter padding */
  .container { padding: 0 18px !important; }

  /* Section spacing - pull breath in */
  section { padding: 64px 0 !important; }
  .section-head { margin-bottom: 40px !important; max-width: 100%; }

  /* HERO */
  .hero-cinema {
    height: var(--vh) !important;
    min-height: 600px !important;
    margin-top: -76px !important;
  }
  .hero-inner { padding: 80px 0 60px !important; }
  .hero-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    padding: 7px 14px !important;
    margin-bottom: 24px !important;
  }
  .hero-title {
    font-size: clamp(44px, 12vw, 64px) !important;
    line-height: 0.95 !important;
    margin-bottom: 22px !important;
  }
  .hero-sub {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 32px !important;
    max-width: 100% !important;
  }
  .hero-cta-row {
    flex-direction: column !important;
    gap: 12px !important;
    margin-bottom: 36px !important;
  }
  .hero-cta-row .btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 18px 24px !important;
    font-size: 13px !important;
  }
  .hero-meta {
    flex-wrap: wrap;
    gap: 8px 12px !important;
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
  }
  .meta-divider { display: none !important; }
  .hero-scroll-hint { display: none !important; }

  /* SPORTS STRIP */
  .sports-strip { padding: 24px 0 !important; }
  .sports-strip-inner { gap: 16px !important; padding: 0 8px; }
  .strip-pills { gap: 6px 8px !important; }
  .sp-pill {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }

  /* SECTION TITLES */
  .section-title {
    font-size: clamp(32px, 9vw, 48px) !important;
    line-height: 1.05 !important;
  }
  .lede, .section-head .lede {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-top: 18px !important;
  }

  /* HOW IT WORKS - stack */
  .how-grid {
    grid-template-columns: 1fr !important;
    border-radius: 14px !important;
  }
  .how-step { padding: 36px 28px !important; }
  .how-num { font-size: 48px !important; margin-bottom: 16px !important; }
  .how-title { font-size: 22px !important; margin-bottom: 10px !important; }
  .how-body { font-size: 14px !important; }

  /* COMBO (Calc + Partner) - stack vertically */
  .combo-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .combo-grid > .calc-card,
  .combo-grid > .partner-card {
    padding: 28px 22px !important;
  }
  .calc-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 20px !important;
  }
  .input-wrap, .slider-wrap {
    height: 72px !important;
    padding: 14px 16px !important;
  }
  .input-wrap input { font-size: 24px !important; }
  .picks-display .v { font-size: 24px !important; }
  .calc-result-strip {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 20px !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }
  .calc-result-strip .val { font-size: 44px !important; }
  .calc-result-strip .lbl-main { font-size: 22px !important; }
  .calc-disclaimer { font-size: 10px !important; margin-top: 16px !important; }

  /* PARTNER CARD */
  .card-tag {
    font-size: 9px !important;
    letter-spacing: 0.2em !important;
    padding: 5px 10px !important;
    margin-bottom: 22px !important;
  }
  .partner-logo-img { max-height: 44px !important; }
  .bonus-pct, .bonus-value { font-size: 32px !important; }
  .bonus-up { font-size: 13px !important; }
  .bonus-extra { font-size: 11px !important; }
  .partner-features li { font-size: 13px !important; padding: 9px 0 9px 26px !important; }
  .partner-cta {
    padding: 16px 20px !important;
    font-size: 13px !important;
  }

  /* PROMISE GRID - stack */
  .promise-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .promise-item { padding: 28px 24px !important; }
  .promise-item h4 { font-size: 19px !important; }
  .promise-item p { font-size: 13.5px !important; }

  /* FAQ */
  .faq-item summary {
    font-size: 18px !important;
    padding: 22px 40px 22px 0 !important;
  }
  .faq-item summary::after { font-size: 26px !important; }
  .faq-item .answer {
    font-size: 14px !important;
    padding: 0 0 24px !important;
  }

  /* CONTACT GRID - stack */
  .contact-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .contact-card { padding: 28px 24px !important; }

  /* FINAL CTA */
  .final-cta .cta-banner {
    padding: 56px 22px !important;
  }
  .cta-title { font-size: clamp(32px, 8vw, 44px) !important; }
  .cta-sub { font-size: 14px !important; margin-bottom: 28px !important; }
  .cta-fine { font-size: 10px !important; letter-spacing: 0.12em !important; }
  .final-cta .btn { width: 100%; max-width: 320px; }

  /* PAGE HEROES */
  .page-hero { padding: 100px 0 56px !important; }
  .page-hero h1 { font-size: clamp(40px, 10vw, 64px) !important; }
  .page-hero .lede { font-size: 14px !important; }

  /* EMPTY STATE */
  .empty-card { padding: 36px 22px !important; }
  .empty-card h2 { font-size: clamp(28px, 7vw, 40px) !important; }
  .empty-card p { font-size: 14px !important; }
  .empty-actions { flex-direction: column; gap: 10px !important; align-items: stretch !important; }
  .empty-actions .btn { width: 100% !important; justify-content: center !important; }

  /* FOOTER (legacy mobile rules - now handled in main footer block) */

  /* NAV mobile padding */
  .nav-inner { padding: 12px 16px !important; }

  /* Legal pages: pull top in (sticky nav already provides space) */
  .legal-page { padding: 32px 18px 64px !important; }

  /* Promise / contact / page-hero: bump font sizes for readability */
  .promise-item p, .contact-card p { font-size: 14px !important; }
  .page-hero h1 {
    font-size: clamp(36px, 9vw, 64px) !important;
    hyphens: auto;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  /* Smallest phones */
  .hero-title { font-size: clamp(38px, 11vw, 52px) !important; }
  .hero-sub { font-size: 13px !important; }
  .section-title { font-size: clamp(28px, 8vw, 40px) !important; }
  .container { padding: 0 16px !important; }
  .nav-logo-img { max-height: 44px !important; max-width: 140px !important; }
  .page-hero h1 { font-size: clamp(32px, 9vw, 56px) !important; }
}

/* === Cross-page mobile polish (700px and below) === */
@media (max-width: 700px) {
  /* Promise section */
  .promise-item { padding: 28px 22px 26px !important; }
  .promise-icon { width: 44px; height: 44px; margin-bottom: 16px; }
  .promise-icon svg { width: 20px; height: 20px; }
  .promise-item h4 { font-size: 17px !important; }
  .promise-item p { font-size: 13.5px; }

  /* Partner card alt (Rabona/Play) */
  .partner-card-alt { padding: 28px 22px 22px; }
  .pca-logo { height: 78px; min-width: 0; max-width: 240px; padding: 10px 20px; margin-bottom: 20px; }
  .pca-bonus-value { font-size: 19px; }
  .pca-features li { font-size: 12.5px; padding: 6px 0 6px 22px; }
  .pca-cta { font-size: 12px; padding: 12px 18px; }

  /* Partner secondary header */
  .partner-secondary-row { margin-top: 48px; }
  .partner-secondary-label { font-size: 10px; letter-spacing: 0.2em; margin-bottom: 22px; }
  .partner-secondary-label::before,
  .partner-secondary-label::after { flex-basis: 22px; }

  /* Final CTA banner */
  .final-cta .cta-banner { padding: 48px 20px !important; border-radius: 22px; }
  .cta-title { font-size: clamp(28px, 7vw, 38px) !important; }
  .cta-sub { font-size: 13px; margin-bottom: 24px; }
  .cta-fine { font-size: 10px; letter-spacing: 0.14em; }

  /* How section */
  .how-step { padding: 28px 22px !important; }
  .how-num { font-size: 38px !important; margin-bottom: 12px !important; }
  .how-title { font-size: 18px !important; }
  .how-body { font-size: 13.5px; }

  /* Combo section calc + offer cards */
  .combo-grid > .calc-card,
  .combo-grid > .partner-card { padding: 26px 22px !important; }
}


/* ===========================================================
   PAGE HEROES (subpages)
   =========================================================== */
.page-hero {
  padding: clamp(120px, 15vw, 180px) 0 clamp(60px, 8vw, 100px) !important;
  text-align: center !important;
  border-bottom: 1px solid var(--pbc-line) !important;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.06), transparent 70%),
    var(--pbc-velvet) !important;
}
.page-hero .container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-hero .kicker {
  display: inline-block;
  margin-bottom: 22px;
  padding: 0;
}
.page-hero .kicker::before,
.page-hero .kicker::after { display: none !important; content: none !important; }
.page-hero h1 {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: clamp(44px, 7.5vw, 88px) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.04 !important;
  margin: 0 0 24px !important;
  color: var(--pbc-text) !important;
  max-width: 820px;
  text-align: center;
}
.page-hero h1.italic,
.page-hero h1.serif { font-style: normal !important; }
.page-hero h1 .gold-text { display: inline; }
.page-hero .lede {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--pbc-text-mid);
}
.page-hero .crown-ornament { display: none; }


/* =================================================================
   PARTNER TRIO - 3 side-by-side cards, YesPlay center, uniform look
   ================================================================= */
.partners-trio {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.partner-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 30px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(212, 175, 55, 0.05), transparent 70%),
    linear-gradient(180deg, rgba(20, 61, 49, 0.5) 0%, rgba(10, 42, 33, 0.6) 100%);
  border: 1px solid var(--pbc-line);
  border-radius: 22px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.4s ease;
  overflow: hidden;
  height: 100%;
  will-change: transform;
  transform: translateZ(0);
}
.partner-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}
.partner-tile-featured {
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(212, 175, 55, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(28, 76, 60, 0.65) 0%, rgba(14, 56, 42, 0.75) 100%);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.1) inset;
  transform: translateY(-8px);
}
.partner-tile-featured:hover {
  transform: translateY(-12px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(212, 175, 55, 0.18) inset;
}

/* Rank badge top-right */
.ptile-rank {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--pbc-text-mid);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 10px;
  border-radius: 999px;
}
.ptile-rank-top {
  color: var(--pbc-velvet);
  background: linear-gradient(135deg, var(--pbc-gold-bright), var(--pbc-gold));
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}

.ptile-tag {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pbc-gold);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 26px;
  margin-top: 10px;
}
.ptile-tag-featured {
  background: rgba(212, 175, 55, 0.14);
  border-color: rgba(212, 175, 55, 0.35);
}

/* Logo plate - clean white pill, ORIGINAL brand colors visible */
.ptile-logo {
  width: 100%;
  max-width: 240px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 24px;
  padding: 14px 24px;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ptile-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  /* No filter — show real brand colors */
  filter: none;
  opacity: 1;
}
.partner-tile:hover .ptile-logo {
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.partner-tile-featured .ptile-logo {
  max-width: 260px;
  height: 100px;
}

/* License row (featured only) */
.ptile-license {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pbc-text-mid);
  margin-bottom: 22px;
}
.ptile-license svg { width: 14px; height: 14px; color: var(--pbc-gold); }

/* Bonus block */
.ptile-bonus {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid var(--pbc-line);
  border-bottom: 1px solid var(--pbc-line);
  margin-bottom: 22px;
}
.ptile-bonus-label {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pbc-text-faint, var(--pbc-text-mid));
  margin-bottom: 8px;
}
.ptile-bonus-value {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--pbc-text);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 6px;
}
.partner-tile-featured .ptile-bonus-value { font-size: 26px; }
.ptile-bonus-extra {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: var(--pbc-text-mid);
}

/* Features — flex-grow so CTA hits the same Y across all 3 tiles */
.ptile-features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  width: 100%;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ptile-features li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: var(--pbc-text-mid);
  line-height: 1.5;
}
.ptile-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  background: rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}
.ptile-features li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 18px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid var(--pbc-gold);
  border-bottom: 1.5px solid var(--pbc-gold);
  transform: rotate(-45deg);
}

/* CTA */
.ptile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--pbc-gold) !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  margin-top: auto;
}
.ptile-cta svg { width: 14px; height: 14px; transition: transform 0.25s ease; }
.ptile-cta:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.6);
}
.ptile-cta:hover svg { transform: translateX(3px); }

.ptile-cta-gold {
  background: linear-gradient(135deg, var(--pbc-gold-bright), var(--pbc-gold)) !important;
  border-color: transparent !important;
  color: var(--pbc-velvet) !important;
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.3);
}
.ptile-cta-gold:hover {
  background: linear-gradient(135deg, var(--pbc-gold), var(--pbc-gold-deep)) !important;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.42);
  transform: translateY(-1px);
}

.ptile-tc {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--pbc-text-faint, var(--pbc-text-mid));
  margin: 14px 0 0;
}

.partners-see-all {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 980px) {
  .partners-trio {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 480px;
  }
  /* Mobile sequence: #1 YesPlay (featured) → #2 Play → #3 Rabona */
  .partner-tile-featured {
    transform: none;
    order: 1;
  }
  /* DOM order is Rabona → YesPlay → Play. Push Rabona last, Play middle. */
  .partners-trio > .partner-tile-side:first-child { order: 3; } /* Rabona #3 */
  .partners-trio > .partner-tile-side:last-child  { order: 2; } /* Play #2 */
  .partner-tile-featured:hover { transform: translateY(-4px); }
}

@media (max-width: 700px) {
  .partner-tile { padding: 32px 24px 26px; }
  .ptile-logo { height: 72px; }
  .partner-tile-featured .ptile-logo { height: 84px; }
  .ptile-bonus-value { font-size: 20px; }
  .partner-tile-featured .ptile-bonus-value { font-size: 24px; }
  .ptile-features li { font-size: 13px; }
}


/* =================================================================
   PARTNERS PAGE - dedicated full-page partner showcase
   ================================================================= */
.partners-page-section {
  padding: clamp(60px, 7vw, 96px) 0 clamp(80px, 9vw, 120px) !important;
  background: var(--pbc-velvet);
}
.partners-why {
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 70%),
    var(--pbc-velvet);
  border-top: 1px solid var(--pbc-line);
  padding: clamp(60px, 7vw, 96px) 0 !important;
}
