/* ============================================================
   bestcanadasocialplay.com — Global Stylesheet
   ============================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Palette — Canadian wilderness meets premium entertainment */
  --c-bg:        #0a0e17;
  --c-surface:   #111827;
  --c-surface2:  #1a2336;
  --c-border:    #243049;
  --c-primary:   #e8472a;     /* bold red-orange */
  --c-primary-d: #bf3318;
  --c-accent:    #f5a623;     /* gold */
  --c-accent-d:  #d4881a;
  --c-green:     #22c55e;
  --c-teal:      #0ea5e9;
  --c-warning:   #f59e0b;
  --c-error:     #ef4444;

  --c-text:      #f0f4ff;
  --c-text-2:    #9bacc8;
  --c-text-3:    #5c7099;

  --radius:      12px;
  --radius-lg:   20px;
  --shadow:      0 4px 24px rgba(0,0,0,.45);
  --shadow-lg:   0 12px 48px rgba(0,0,0,.65);

  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;

  --nav-h: 72px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ---- Typography ---- */
h1,h2,h3,h4,h5 { font-family: var(--font-head); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); }
p { color: var(--c-text-2); }

.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: .5rem;
}
.section-title { margin-bottom: 1rem; }
.section-sub { color: var(--c-text-2); max-width: 560px; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* ---- Layout ---- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 60px 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--c-primary);
  color: #fff;
  box-shadow: 0 4px 20px rgba(232,71,42,.35);
}
.btn-primary:hover { background: var(--c-primary-d); box-shadow: 0 6px 28px rgba(232,71,42,.5); }
.btn-accent {
  background: var(--c-accent);
  color: #0a0e17;
  box-shadow: 0 4px 20px rgba(245,166,35,.3);
}
.btn-accent:hover { background: var(--c-accent-d); }
.btn-outline {
  border: 2px solid var(--c-border);
  color: var(--c-text);
}
.btn-outline:hover { border-color: var(--c-accent); color: var(--c-accent); }
.btn-lg { padding: 1rem 2.4rem; font-size: 1.05rem; }
.btn-sm { padding: .5rem 1.2rem; font-size: .85rem; }

/* ---- Nav ---- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background .3s, box-shadow .3s;
}
.nav.scrolled { background: rgba(10,14,23,.95); box-shadow: 0 2px 20px rgba(0,0,0,.5); backdrop-filter: blur(12px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 800; font-size: 1.25rem;
}
.nav-logo-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-accent));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.nav-logo span { color: var(--c-accent); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: var(--c-text-2); font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: var(--c-text); }
.nav-cta { display: flex; align-items: center; gap: .75rem; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--c-text); border-radius: 2px; transition: .3s; }

/* ---- Hero ---- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--nav-h);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(232,71,42,.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(245,166,35,.08) 0%, transparent 60%),
    linear-gradient(160deg, #0a0e17 0%, #111827 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(36,48,73,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,48,73,.35) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(245,166,35,.12); border: 1px solid rgba(245,166,35,.3);
  padding: .4rem 1rem; border-radius: 50px;
  font-size: .8rem; font-weight: 600; color: var(--c-accent);
  margin-bottom: 1.5rem;
}
.hero h1 { margin-bottom: 1.25rem; }
.hero h1 em { font-style: normal; color: var(--c-primary); }
.hero p { font-size: 1.15rem; margin-bottom: 2.5rem; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-stats { display: flex; gap: 2rem; margin-top: 3.5rem; flex-wrap: wrap; }
.hero-stat { }
.hero-stat strong { display: block; font-size: 1.6rem; font-weight: 800; font-family: var(--font-head); color: var(--c-text); }
.hero-stat span { font-size: .8rem; color: var(--c-text-3); text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: 500px; opacity: .18; pointer-events: none; }
.hero-cards {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 16px;
}
.hero-card-float {
  background: var(--c-surface2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow);
  animation: floatCard 4s ease-in-out infinite;
}
.hero-card-float:nth-child(2) { animation-delay: .8s; margin-left: 24px; }
.hero-card-float:nth-child(3) { animation-delay: 1.6s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hcf-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.hcf-info strong { display: block; font-size: .9rem; font-weight: 700; }
.hcf-info span { font-size: .75rem; color: var(--c-text-2); }

/* ---- Games Grid ---- */
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; margin-top: 56px; }
.game-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  display: flex; flex-direction: column;
}
.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(232,71,42,.35); }
.game-card-img {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.game-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.game-card-tag {
  display: inline-block; font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  background: rgba(245,166,35,.12); color: var(--c-accent);
  border: 1px solid rgba(245,166,35,.25); border-radius: 50px;
  padding: .2rem .7rem; margin-bottom: .75rem;
}
.game-card h3 { margin-bottom: .5rem; }
.game-card p { font-size: .9rem; flex: 1; margin-bottom: 1.25rem; }
.game-card-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.game-card-meta span { font-size: .8rem; color: var(--c-text-3); }
.game-card-meta strong { font-size: .85rem; color: var(--c-green); }

/* Game card visuals */
.gcv-slots { background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #1a0a2e 100%); }
.gcv-blackjack { background: linear-gradient(135deg, #0a1a0a 0%, #0f2d0f 50%, #0a1a0a 100%); }
.gcv-roulette { background: linear-gradient(135deg, #1a0a0a 0%, #2d0f0f 50%, #1a0a0a 100%); }

.slots-preview { display: flex; gap: 8px; }
.slot-reel-preview {
  width: 56px; height: 72px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.bj-preview { display: flex; gap: 10px; }
.card-preview {
  width: 52px; height: 72px;
  background: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 900; color: #1a1a1a; box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.card-preview.red { color: var(--c-primary); }
.roulette-preview { position: relative; }
.roulette-wheel-preview {
  width: 100px; height: 100px; border-radius: 50%;
  background: conic-gradient(#1a0a0a 0deg, #c41e3a 10deg, #1a0a0a 20deg, #c41e3a 30deg, #1a0a0a 40deg, #c41e3a 50deg, #1a0a0a 60deg, #c41e3a 70deg, #1a0a0a 80deg, #c41e3a 90deg, #1a0a0a 100deg, #c41e3a 110deg, #1a0a0a 120deg, #c41e3a 130deg, #1a0a0a 140deg, #c41e3a 150deg, #1a0a0a 160deg, #c41e3a 170deg, #1a0a0a 180deg, #c41e3a 190deg, #1a0a0a 200deg, #c41e3a 210deg, #1a0a0a 220deg, #c41e3a 230deg, #1a0a0a 240deg, #c41e3a 250deg, #1a0a0a 260deg, #c41e3a 270deg, #1a0a0a 280deg, #c41e3a 290deg, #1a0a0a 300deg, #c41e3a 310deg, #1a0a0a 320deg, #c41e3a 330deg, #1a0a0a 340deg, #c41e3a 350deg, #105e24 355deg, #105e24 360deg);
  border: 4px solid rgba(245,166,35,.5);
  animation: spinPreview 8s linear infinite;
}
@keyframes spinPreview { to { transform: rotate(360deg); } }

/* ---- Features / Benefits ---- */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 56px; }
.feature-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .3s, transform .2s;
}
.feature-card:hover { border-color: var(--c-primary); transform: translateY(-3px); }
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1rem;
}
.fi-red { background: rgba(232,71,42,.15); }
.fi-gold { background: rgba(245,166,35,.15); }
.fi-green { background: rgba(34,197,94,.15); }
.fi-teal { background: rgba(14,165,233,.15); }
.feature-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.feature-card p { font-size: .875rem; }

/* ---- How It Works ---- */
.hiw-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; margin-top: 56px; position: relative; }
.hiw-steps::before {
  content: '';
  position: absolute; top: 32px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-accent));
  z-index: 0;
}
.hiw-step { text-align: center; position: relative; z-index: 1; }
.hiw-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--c-surface2); border: 2px solid var(--c-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; color: var(--c-primary);
  font-family: var(--font-head);
  margin: 0 auto 1.25rem;
}
.hiw-step h3 { font-size: 1rem; margin-bottom: .4rem; }
.hiw-step p { font-size: .85rem; }

/* ---- Social proof / community section ---- */
.community-sec { background: var(--c-surface); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.community-text { }
.community-perks { display: flex; flex-direction: column; gap: 16px; margin: 1.75rem 0; }
.community-perk { display: flex; gap: 14px; align-items: flex-start; }
.perk-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--c-primary); flex-shrink: 0; margin-top: 3px; display: flex; align-items: center; justify-content: center; font-size: .6rem; color: #fff; font-weight: 900; }
.community-perk strong { display: block; font-size: .95rem; margin-bottom: .2rem; }
.community-perk p { font-size: .85rem; }
.community-visual { position: relative; }
.chat-mockup { background: var(--c-surface2); border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.chat-msg { display: flex; gap: 10px; align-items: flex-start; }
.chat-msg.me { flex-direction: row-reverse; }
.chat-avatar { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; }
.chat-bubble { background: var(--c-border); padding: 10px 14px; border-radius: 16px 16px 16px 4px; font-size: .85rem; max-width: 220px; color: var(--c-text); }
.chat-msg.me .chat-bubble { background: var(--c-primary); border-radius: 16px 16px 4px 16px; }

/* ---- Footer ---- */
.footer { background: var(--c-surface); border-top: 1px solid var(--c-border); padding: 64px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--c-border); }
.footer-brand p { font-size: .875rem; line-height: 1.7; margin: 1rem 0 1rem; max-width: 280px; }
.footer-contact { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.25rem; }
.footer-contact a { display: flex; align-items: flex-start; gap: 8px; font-size: .82rem; color: var(--c-text-3); transition: color .2s; line-height: 1.5; }
.footer-contact a:hover { color: var(--c-accent); }
.footer-contact a .fc-icon { flex-shrink: 0; margin-top: 1px; }
.footer-col h4 { font-family: var(--font-head); font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--c-text-2); margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul a { font-size: .875rem; color: var(--c-text-3); transition: color .2s; }
.footer-col ul a:hover { color: var(--c-accent); }
.footer-disclaimer {
  background: rgba(232,71,42,.06);
  border: 1px solid rgba(232,71,42,.2);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-top: 32px;
  font-size: .8rem;
  color: var(--c-text-3);
  line-height: 1.7;
}
.footer-disclaimer strong { color: var(--c-text-2); }
.footer-disclaimer a { color: var(--c-accent); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: .8rem; color: var(--c-text-3); }
.age-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(232,71,42,.12); border: 1px solid rgba(232,71,42,.3);
  padding: .3rem .75rem; border-radius: 6px;
  font-size: .8rem; font-weight: 700; color: var(--c-primary);
}

/* ---- Age Gate Modal ---- */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.85);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.modal-overlay.hidden { display: none; }
.modal-box {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 480px; width: 100%;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.modal-logo { font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.modal-logo span { color: var(--c-accent); }
.modal-icon { font-size: 3rem; margin-bottom: 16px; display: block; }
.modal-box h2 { margin-bottom: .75rem; }
.modal-box p { font-size: .875rem; margin-bottom: 1.5rem; }
.modal-check-row {
  display: flex; align-items: flex-start; gap: 12px;
  text-align: left; background: var(--c-surface2);
  border: 1px solid var(--c-border); border-radius: var(--radius);
  padding: 14px 16px; margin-bottom: 20px; cursor: pointer;
}
.modal-check-row input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0; cursor: pointer;
  accent-color: var(--c-primary); margin-top: 2px;
}
.modal-check-row label { font-size: .875rem; cursor: pointer; color: var(--c-text-2); }
.modal-check-row label strong { color: var(--c-text); }
#age-confirm-btn { width: 100%; padding: 1rem; font-size: 1rem; border-radius: 50px; }
#age-confirm-btn:disabled { opacity: .4; cursor: not-allowed; transform: none !important; }
.modal-note { font-size: .75rem; color: var(--c-text-3); margin-top: 12px; }

/* ---- Cookie Banner ---- */
.cookie-banner {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 8000;
  background: var(--c-surface2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  max-width: 620px; width: calc(100% - 32px);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  transition: opacity .4s, transform .4s;
}
.cookie-banner.hidden { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(20px); }
.cookie-banner p { font-size: .85rem; flex: 1 1 300px; }
.cookie-banner p a { color: var(--c-accent); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---- Page Header ---- */
.page-hero {
  padding: calc(var(--nav-h) + 60px) 0 72px;
  background: linear-gradient(160deg, var(--c-bg) 0%, var(--c-surface) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(232,71,42,.1) 0%, transparent 70%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: .75rem; }
.page-hero p { font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* ---- Content Prose ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 2.5rem 0 .75rem; color: var(--c-text); }
.prose h3 { font-size: 1.15rem; margin: 1.75rem 0 .5rem; color: var(--c-text); }
.prose p { margin-bottom: 1rem; font-size: .95rem; line-height: 1.75; }
.prose ul, .prose ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.prose li { margin-bottom: .4rem; font-size: .95rem; color: var(--c-text-2); line-height: 1.6; }
.prose a { color: var(--c-accent); text-decoration: underline; }
.prose strong { color: var(--c-text); }
.info-box {
  background: var(--c-surface2);
  border: 1px solid var(--c-border);
  border-left: 4px solid var(--c-accent);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 1.5rem 0;
}
.info-box p { font-size: .875rem; margin: 0; }
.warn-box {
  background: rgba(232,71,42,.06);
  border: 1px solid rgba(232,71,42,.25);
  border-left: 4px solid var(--c-primary);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 1.5rem 0;
}
.warn-box p { font-size: .875rem; margin: 0; }

/* ---- FAQ accordion ---- */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; cursor: pointer;
  font-weight: 600; font-size: .95rem;
  transition: background .2s;
}
.faq-q:hover { background: var(--c-surface2); }
.faq-arrow { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--c-border); display: flex; align-items: center; justify-content: center; font-size: .7rem; transition: transform .3s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); border-color: var(--c-primary); color: var(--c-primary); }
.faq-a { display: none; padding: 0 22px 18px; font-size: .875rem; color: var(--c-text-2); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ---- Cards (Help, Guidelines etc.) ---- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 40px; }
.info-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.info-card:hover { border-color: var(--c-accent); transform: translateY(-2px); }
.info-card-icon { font-size: 2rem; margin-bottom: .75rem; }
.info-card h3 { font-size: 1rem; margin-bottom: .4rem; }
.info-card p { font-size: .85rem; }

/* ---- Responsible gaming helpers ---- */
.rg-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.5rem; }
.rg-link-card {
  background: var(--c-surface2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: .875rem; font-weight: 600;
  color: var(--c-text);
  transition: border-color .2s;
  display: flex; align-items: center; gap: 8px;
}
.rg-link-card:hover { border-color: var(--c-accent); color: var(--c-accent); }

/* ---- Utilities ---- */
.divider { height: 1px; background: var(--c-border); margin: 2rem 0; }
.tag {
  display: inline-block; font-size: .75rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .25rem .7rem; border-radius: 50px;
}
.tag-green { background: rgba(34,197,94,.12); color: var(--c-green); }
.tag-red { background: rgba(232,71,42,.12); color: var(--c-primary); }
.tag-gold { background: rgba(245,166,35,.12); color: var(--c-accent); }

/* ---- Breadcrumb ---- */
.breadcrumb { display: flex; gap: 8px; font-size: .8rem; color: var(--c-text-3); margin-bottom: 1rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--c-text-3); }
.breadcrumb a:hover { color: var(--c-accent); }
.breadcrumb span { color: var(--c-text-2); }

/* ---- Animations ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease forwards; opacity: 0; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-cards { display: none; }
  .community-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-open .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: rgba(10,14,23,.98); backdrop-filter: blur(16px);
    padding: 16px 0 24px;
    border-bottom: 1px solid var(--c-border);
    z-index: 899;
  }
  .nav-mobile-open .nav-links a { padding: 14px 24px; border-bottom: 1px solid rgba(36,48,73,.5); }
  .nav-cta .btn-outline { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hiw-steps::before { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-stats { gap: 1.25rem; }
}
