/*
  1xBet Promo Code — design system
  Independent guide site. Palette: navy/blue, yellow accent, near-black.
*/

/* ---------- Design tokens ---------- */
:root{
  --black: #080b13;
  --navy-950: #0a1024;
  --navy-900: #0e1730;
  --navy-800: #142145;
  --navy-700: #1a2c5c;
  --blue-700: #124bd1;
  --blue-600: #1a5cf2;
  --blue-500: #3d7bff;
  --blue-400: #6d9bff;
  --blue-100: #e8f0ff;
  --blue-50: #f3f7ff;
  --yellow-400: #ffc72c;
  --yellow-500: #f5a800;
  --yellow-300: #ffdb70;
  --yellow-100: #fff8e6;
  --white: #ffffff;
  --gray-50: #f6f8fc;
  --gray-100: #eef1f8;
  --gray-200: #dde3ef;
  --gray-300: #c6cede;
  --gray-400: #96a1ba;
  --gray-600: #566083;
  --gray-700: #3b445e;
  --gray-800: #232c42;
  --text: #131a2c;
  --text-muted: #566083;
  --text-on-dark: #eaf0ff;
  --text-on-dark-muted: #aab7dd;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 999px;

  --shadow-sm: 0 2px 10px rgba(14, 23, 48, .07);
  --shadow-md: 0 10px 30px rgba(14, 23, 48, .12);
  --shadow-lg: 0 24px 60px rgba(10, 16, 36, .22);
  --shadow-yellow: 0 12px 28px rgba(245, 168, 0, .35);

  --container: 1240px;
  --container-narrow: 860px;
  --space-section: clamp(3.5rem, 6vw, 6.5rem);
  --font-display: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, sans-serif;

  color-scheme: light;
}

/* ---------- Reset ---------- */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
img, picture, svg{ max-width: 100%; display: block; }
img{ height: auto; }
a{ color: inherit; text-decoration: none; }
ul, ol{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6{ margin: 0; font-family: var(--font-display); color: var(--text); line-height: 1.2; font-weight: 700; }
p{ margin: 0 0 1em; }
button{ font: inherit; }
table{ border-collapse: collapse; width: 100%; }
:focus-visible{ outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 4px; }

.visually-hidden{
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link{
  position: absolute; left: 1rem; top: -3rem; z-index: 200;
  background: var(--yellow-400); color: var(--black); padding: .7rem 1.2rem;
  border-radius: var(--radius-sm); font-weight: 700; transition: top .2s ease;
}
.skip-link:focus{ top: 1rem; }

/* ---------- Layout ---------- */
.container{ width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.container-narrow{ width: 100%; max-width: var(--container-narrow); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.section{ padding-block: var(--space-section); }
.section-tight{ padding-block: clamp(2rem, 4vw, 3.5rem); }
.section-alt{ background: var(--gray-50); }
.section-dark{ background: linear-gradient(180deg, var(--navy-950), var(--navy-900)); color: var(--text-on-dark); }
.section-dark h2, .section-dark h3{ color: var(--white); }
.eyebrow{
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--blue-700);
  margin-bottom: .9rem;
}
.section-dark .eyebrow{ color: var(--yellow-400); }
.eyebrow::before{ content:""; width: 1.6em; height: 2px; background: currentColor; border-radius: 2px; }

.section-head{ max-width: 46rem; margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.section-head.center{ margin-inline: auto; text-align: center; }
h2.section-title{ font-size: clamp(1.6rem, 3.2vw, 2.35rem); letter-spacing: -.01em; }
h3.card-title{ font-size: 1.15rem; }
.lede{ font-size: 1.1rem; color: var(--text-muted); }
.section-dark .lede{ color: var(--text-on-dark-muted); }

.prose h2{ font-size: clamp(1.45rem, 2.6vw, 2rem); margin-top: 2.6em; scroll-margin-top: 6rem; }
.prose h3{ font-size: clamp(1.15rem, 1.8vw, 1.4rem); margin-top: 1.9em; scroll-margin-top: 6rem; }
.prose p{ color: var(--text); max-width: 74ch; }
.prose > h2:first-child{ margin-top: 0; }
.prose strong{ color: var(--navy-900); }
.prose ul, .prose ol{ max-width: 74ch; margin: 0 0 1.3em; padding-left: 1.3em; }
.prose li{ margin-bottom: .5em; }
.prose ul{ list-style: none; padding-left: 0; }
.prose ul > li{ position: relative; padding-left: 1.6em; }
.prose ul > li::before{
  content:""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px;
  border-radius: 2px; background: var(--yellow-400); transform: rotate(45deg);
}

/* ---------- Header ---------- */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 16, 36, .82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner{ display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .85rem; }
.brand{ display: inline-flex; align-items: center; }
.brand-logo-wrap{
  display: inline-flex; align-items: center; background: var(--white); border-radius: var(--radius-sm);
  padding: .5rem .8rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.brand-logo{ height: 22px; width: auto; }
.footer-brand .brand-logo-wrap{ padding: .6rem .9rem; }
.footer-brand .brand-logo{ height: 26px; }

.nav-primary{ display: none; }
.nav-primary ul{ display: flex; align-items: center; gap: 1.9rem; list-style: none; }
.nav-primary a{
  color: var(--text-on-dark-muted); font-weight: 600; font-size: .93rem; padding: .4rem 0;
  border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease;
}
.nav-primary a:hover, .nav-primary a[aria-current="page"]{ color: var(--white); border-color: var(--yellow-400); }

.header-actions{ display: flex; align-items: center; gap: .75rem; }
.nav-toggle{
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: var(--white); cursor: pointer;
}
.nav-toggle svg{ width: 20px; height: 20px; }
.nav-toggle .icon-close{ display: none; }
.nav-open .nav-toggle .icon-open{ display: none; }
.nav-open .nav-toggle .icon-close{ display: block; }

.mobile-nav{
  position: fixed; inset: 0; top: 0; z-index: 99;
  background: linear-gradient(180deg, var(--navy-950), var(--navy-900) 60%);
  padding: 6rem 1.5rem 2rem; display: none; overflow-y: auto;
}
.nav-open .mobile-nav{ display: block; }
.mobile-nav ul{ list-style: none; display: flex; flex-direction: column; gap: .3rem; }
.mobile-nav a{
  display: block; padding: 1rem .25rem; color: var(--white); font-family: var(--font-display);
  font-weight: 700; font-size: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobile-nav .btn{ margin-top: 1.75rem; width: 100%; justify-content: center; }
.nav-open{ overflow: hidden; }

@media (min-width: 900px){
  .nav-primary{ display: block; }
  .nav-toggle{ display: none; }
  .mobile-nav{ display: none !important; }
}

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 700; font-size: .96rem;
  padding: .95rem 1.7rem; border-radius: var(--radius-full); border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg{ width: 1.1em; height: 1.1em; flex: none; }
.btn-primary{
  background: linear-gradient(135deg, var(--yellow-300), var(--yellow-500));
  color: var(--navy-950); box-shadow: var(--shadow-yellow);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 34px rgba(245,168,0,.42); }
.btn-primary:active{ transform: translateY(0); }
.btn-outline-light{
  background: rgba(255,255,255,.06); color: var(--white); border: 1px solid rgba(255,255,255,.4);
}
.btn-outline-light:hover{ background: rgba(255,255,255,.14); }
.btn-outline{
  background: transparent; color: var(--blue-700); border: 1.5px solid var(--gray-300);
}
.btn-outline:hover{ border-color: var(--blue-500); color: var(--blue-600); }
.btn-block{ width: 100%; }
.btn-sm{ padding: .65rem 1.2rem; font-size: .85rem; }

/* ---------- Hero ---------- */
.hero{
  position: relative; overflow: hidden; color: var(--white);
  background: linear-gradient(180deg, var(--black) 0%, var(--navy-950) 46%, var(--navy-900) 100%);
}
.hero-grid{
  display: grid; gap: clamp(2rem, 5vw, 3rem); align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.hero-copy{ position: relative; z-index: 2; max-width: 40rem; }
.hero-media{ position: relative; z-index: 1; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-media img{ width: 100%; }
.hero h1{
  font-size: clamp(2.1rem, 4.4vw, 3.4rem); color: var(--white); letter-spacing: -.02em; margin-bottom: 1.1rem;
}
.hero .lede{ color: var(--text-on-dark-muted); font-size: 1.12rem; max-width: 38rem; }
.hero-ctas{ display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.hero-meta{ display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.2rem; }
.hero-meta-item{ display: flex; align-items: center; gap: .6rem; font-size: .85rem; color: var(--text-on-dark-muted); }
.hero-meta-item svg{ width: 1.3em; height: 1.3em; color: var(--yellow-400); flex: none; }
.hero-badge{
  position: absolute; z-index: 3; background: rgba(10,16,36,.88); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md);
  padding: .9rem 1.1rem; box-shadow: var(--shadow-md); max-width: 15rem;
}
@media (min-width: 900px){
  .hero-grid{ grid-template-columns: 1.05fr .95fr; }
}

/* ---------- Breadcrumbs ---------- */
.breadcrumb-bar{ background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.06); }
.breadcrumb{ list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; padding-block: .75rem; font-size: .82rem; color: var(--text-on-dark-muted); }
.breadcrumb li{ display: flex; align-items: center; gap: .4rem; }
.breadcrumb li:not(:last-child)::after{ content: "/"; opacity: .5; }
.breadcrumb a{ color: var(--text-on-dark-muted); }
.breadcrumb a:hover{ color: var(--yellow-400); }
.breadcrumb [aria-current="page"]{ color: var(--white); font-weight: 600; }

/* ---------- Trust bar ---------- */
.trust-bar{ background: var(--white); border-bottom: 1px solid var(--gray-200); }
.trust-row{ display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem 2.4rem; padding-block: 1.3rem; justify-content: space-between; }
.trust-item{ display: flex; align-items: center; gap: .6rem; font-size: .82rem; color: var(--text-muted); font-weight: 600; }
.trust-item svg{ width: 1.3em; height: 1.3em; color: var(--blue-600); flex: none; }
.trust-item img{ height: 26px; width: auto; filter: grayscale(15%); opacity: .9; }

/* ---------- Ticker ---------- */
.ticker{ background: var(--navy-950); color: var(--text-on-dark-muted); overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); }
.ticker-inner{ display: flex; align-items: center; gap: 2.5rem; padding-block: .7rem; white-space: nowrap; width: max-content; animation: ticker 34s linear infinite; }
.ticker:hover .ticker-inner{ animation-play-state: paused; }
.ticker-item{ display: inline-flex; align-items: center; gap: .55rem; font-size: .82rem; }
.ticker-dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--yellow-400); flex: none; }
@keyframes ticker{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats-grid{ display: grid; gap: 1.5rem; grid-template-columns: repeat(2,1fr); }
.stat{ text-align: center; padding: 1.6rem 1rem; }
.stat b{ display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3.4vw, 2.5rem); color: var(--yellow-400); letter-spacing: -.02em; }
.stat span{ font-size: .85rem; color: var(--text-on-dark-muted); }
@media (min-width: 700px){ .stats-grid{ grid-template-columns: repeat(4,1fr); } }

/* ---------- Cards ---------- */
.card{ background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 1.7rem; }
.card-grid{ display: grid; gap: 1.4rem; }
@media (min-width: 700px){ .card-grid-2{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px){ .card-grid-3{ grid-template-columns: repeat(3,1fr); } .card-grid-4{ grid-template-columns: repeat(4,1fr); } }

.icon-badge{
  display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: var(--radius-sm);
  background: var(--blue-100); color: var(--blue-700); margin-bottom: 1rem;
}
.icon-badge svg{ width: 1.5rem; height: 1.5rem; }
.icon-badge.yellow{ background: var(--yellow-100); color: var(--yellow-500); }

/* Bento category cards */
.bento{ display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 780px){
  .bento{ grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(120px, auto); }
  .bento .card{ grid-column: span 6; }
  .bento .card.span-4{ grid-column: span 4; }
  .bento .card.span-2{ grid-column: span 2; }
  .bento .card.span-3{ grid-column: span 3; }
}
.bento .card{ display: flex; flex-direction: column; }
.tag-list{ display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.tag{ font-size: .74rem; font-weight: 700; padding: .3rem .7rem; border-radius: var(--radius-full); background: var(--gray-100); color: var(--gray-700); }
.tag.tag-blue{ background: var(--blue-100); color: var(--blue-700); }
.tag.tag-yellow{ background: var(--yellow-100); color: #8a5a00; }

/* Game cards (slots) */
.game-card{ background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-200); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.game-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.game-card-media{ background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); display: grid; place-items: center; padding: 1.6rem; aspect-ratio: 16/10; }
.game-card-media img{ max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.35)); }
.game-card-body{ padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.game-card-body p{ font-size: .92rem; color: var(--text-muted); margin: 0; }
.game-meta{ display: flex; gap: .5rem; flex-wrap: wrap; }

/* Steps */
.steps{ list-style: none; counter-reset: step; display: grid; gap: 1.1rem; }
.step{ counter-increment: step; display: flex; gap: 1.1rem; padding: 1.3rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); }
.step::before{
  content: counter(step); flex: none; display: grid; place-items: center; width: 2.4rem; height: 2.4rem;
  border-radius: 50%; background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); color: var(--white);
  font-family: var(--font-display); font-weight: 800;
}
.step h3{ font-size: 1rem; margin-bottom: .3rem; }
.step p{ margin: 0; color: var(--text-muted); font-size: .93rem; }
@media (min-width: 760px){ .steps{ grid-template-columns: repeat(2, 1fr); } }

/* Definition grid */
.def-grid{ display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 700px){ .def-grid{ grid-template-columns: repeat(2, 1fr); } }
.def-card{ padding: 1.5rem 1.6rem; border-radius: var(--radius-md); background: var(--navy-950); color: var(--text-on-dark); position: relative; overflow: hidden; }
.def-card::after{ content:""; position: absolute; inset: auto -20% -40% auto; width: 10rem; height: 10rem; background: radial-gradient(circle, rgba(255,199,44,.18), transparent 70%); }
.def-card b{ display: block; font-family: var(--font-display); color: var(--yellow-400); font-size: 1.05rem; margin-bottom: .4rem; }
.def-card p{ margin: 0; color: var(--text-on-dark-muted); font-size: .92rem; position: relative; }

/* Pros / cons */
.proscons{ display: grid; gap: 1.25rem; }
@media (min-width: 700px){ .proscons{ grid-template-columns: repeat(2, 1fr); } }
.proscons-card{ border-radius: var(--radius-md); padding: 1.5rem 1.6rem; }
.proscons-card.pros{ background: #eefbf3; border: 1px solid #cdeedd; }
.proscons-card.cons{ background: #fdf1ee; border: 1px solid #f6d9d1; }
.proscons-card h3{ display: flex; align-items: center; gap: .55rem; font-size: 1.02rem; margin-bottom: .9rem; }
.proscons-card ul{ list-style: none; display: grid; gap: .6rem; }
.proscons-card li{ display: flex; gap: .6rem; font-size: .92rem; color: var(--text); }
.proscons-card svg{ width: 1.15em; height: 1.15em; flex: none; margin-top: .15em; }
.pros h3, .pros svg{ color: #1c8a54; }
.cons h3, .cons svg{ color: #c94b32; }

/* Callouts */
.callout{ display: flex; gap: 1rem; padding: 1.25rem 1.4rem; border-radius: var(--radius-md); background: var(--blue-50); border: 1px solid var(--blue-100); border-left: 4px solid var(--blue-600); margin: 1.6rem 0; }
.callout svg{ width: 1.4rem; height: 1.4rem; color: var(--blue-600); flex: none; margin-top: .1rem; }
.callout p{ margin: 0; font-size: .95rem; }
.callout b{ display: block; font-family: var(--font-display); margin-bottom: .2rem; font-size: .92rem; }
.callout.warn{ background: var(--yellow-100); border-color: #ffe4a8; border-left-color: var(--yellow-500); }
.callout.warn svg{ color: #8a5a00; }

/* Tables */
.table-wrap{ overflow-x: auto; border-radius: var(--radius-md); border: 1px solid var(--gray-200); margin: 1.5rem 0; }
.table-wrap table{ min-width: 560px; }
.table-wrap th, .table-wrap td{ padding: .85rem 1.1rem; text-align: left; font-size: .92rem; border-bottom: 1px solid var(--gray-200); }
.table-wrap thead th{ background: var(--navy-950); color: var(--white); font-family: var(--font-display); font-size: .82rem; letter-spacing: .03em; text-transform: uppercase; }
.table-wrap tbody tr:nth-child(even){ background: var(--gray-50); }
.table-wrap tbody tr:last-child td{ border-bottom: 0; }

/* Rating badge */
.rating{ display: inline-flex; align-items: center; gap: .7rem; }
.rating-ring{
  --pct: 90%;
  width: 3.4rem; height: 3.4rem; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--yellow-400) var(--pct), var(--gray-200) 0);
  font-family: var(--font-display); font-weight: 800; font-size: .78rem; color: var(--navy-950);
  flex: none;
}
.rating-ring span{ background: var(--white); width: 2.5rem; height: 2.5rem; border-radius: 50%; display: grid; place-items: center; }
.rating-ring-92{ --pct: 92%; }

/* Author box */
.author-box{ display: flex; gap: 1rem; align-items: center; padding: 1.3rem 1.4rem; border-radius: var(--radius-md); background: var(--gray-50); border: 1px solid var(--gray-200); }
.author-avatar{
  flex: none; width: 3.2rem; height: 3.2rem; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); color: var(--yellow-400);
  font-family: var(--font-display); font-weight: 800;
}
.author-box b{ display: block; font-size: .95rem; }
.author-box span{ font-size: .82rem; color: var(--text-muted); }

/* CTA band */
.cta-band{
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white); padding: clamp(2rem, 5vw, 3.2rem); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1.1rem;
  margin-block: var(--space-section);
}
.cta-band::before{
  content:""; position: absolute; inset: -30% -10% auto auto; width: 20rem; height: 20rem;
  background: radial-gradient(circle, rgba(255,199,44,.22), transparent 65%);
}
.cta-band h2{ color: var(--white); font-size: clamp(1.4rem, 3vw, 1.9rem); max-width: 34rem; position: relative; }
.cta-band p{ color: var(--text-on-dark-muted); max-width: 32rem; margin: 0; position: relative; }
.cta-band .btn{ position: relative; }

/* FAQ */
.faq-list{ display: grid; gap: .9rem; }
.faq-item{ background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 0; overflow: hidden; }
.faq-item summary{
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.15rem 1.3rem; font-family: var(--font-display); font-weight: 700; font-size: .98rem;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{
  content:""; flex: none; width: 1.1rem; height: 1.1rem; border-right: 2px solid var(--blue-600); border-bottom: 2px solid var(--blue-600);
  transform: rotate(45deg); transition: transform .2s ease; margin-top: -.3rem;
}
.faq-item[open] summary::after{ transform: rotate(-135deg); margin-top: .3rem; }
.faq-item .faq-answer{ padding: 0 1.3rem 1.3rem; color: var(--text-muted); font-size: .94rem; }

/* Comparison / at-a-glance chips */
.chip-row{ display: flex; flex-wrap: wrap; gap: .6rem; }
.chip{ display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .9rem; border-radius: var(--radius-full); background: var(--gray-100); font-size: .82rem; font-weight: 600; color: var(--gray-700); }

/* Pull quote */
.pull-quote{ border-left: 4px solid var(--yellow-500); padding: .3rem 0 .3rem 1.4rem; margin: 1.8rem 0; font-family: var(--font-display); font-size: 1.15rem; color: var(--navy-900); font-weight: 600; }

/* Reveal (progressive enhancement; only active once JS confirms support) */
.js .reveal{ opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible{ opacity: 1; transform: translateY(0); }

/* Footer */
.site-footer{ background: var(--black); color: var(--text-on-dark-muted); }
.footer-grid{ display: grid; gap: 2.5rem; padding-block: clamp(2.5rem, 5vw, 4rem) 2rem; }
@media (min-width: 780px){ .footer-grid{ grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand p{ max-width: 28ch; font-size: .88rem; }
.footer-col h5{ color: var(--white); font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul{ list-style: none; display: grid; gap: .65rem; }
.footer-col a{ font-size: .9rem; color: var(--text-on-dark-muted); }
.footer-col a:hover{ color: var(--yellow-400); }
.footer-badges{ display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.footer-badges img{ height: 28px; width: auto; filter: brightness(0) invert(1); opacity: .75; }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.4rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: .8rem; }
.footer-legal{ font-size: .78rem; line-height: 1.7; color: var(--text-on-dark-muted); opacity: .85; max-width: 70ch; }
.age-badge{ display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 2px solid var(--yellow-400); color: var(--yellow-400); font-family: var(--font-display); font-weight: 800; font-size: .85rem; flex: none; }

/* Back to top */
.back-to-top{
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--yellow-400); color: var(--navy-950); display: grid; place-items: center; box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease;
}
.back-to-top.is-visible{ opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg{ width: 1.3rem; height: 1.3rem; transform: rotate(-90deg); }

/* Table of contents */
.toc{ background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 1.4rem 1.6rem; margin-top: 2.5rem; margin-bottom: 2.2rem; }
.toc h2{ font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); margin-bottom: .8rem; }
.toc ol{ list-style: none; display: grid; gap: .5rem; columns: 1; }
@media (min-width: 700px){ .toc ol{ columns: 2; column-gap: 2rem; } }
.toc a{ font-size: .9rem; color: var(--blue-700); font-weight: 600; }
.toc a:hover{ text-decoration: underline; }

/* Layout split (image/text alternating) */
.split{ display: grid; gap: 2rem; align-items: center; }
@media (min-width: 860px){
  .split{ grid-template-columns: 1fr 1fr; gap: 3rem; }
  .split.reverse > :first-child{ order: 2; }
}
.split-media{ border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }

/* Feature strip (three-up icon row, distinct from card grids) */
.feature-strip{ display: grid; gap: 1.75rem; grid-template-columns: 1fr; padding-block: .5rem; }
@media (min-width: 760px){ .feature-strip{ grid-template-columns: repeat(3,1fr); } }
.feature-strip-item{ display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem 0; border-top: 2px solid var(--yellow-400); }
.feature-strip-item svg{ width: 1.8rem; height: 1.8rem; color: var(--blue-600); flex: none; }
.feature-strip-item h3{ font-size: 1rem; margin-bottom: .3rem; }
.feature-strip-item p{ margin: 0; font-size: .88rem; color: var(--text-muted); }

/* Question list (distinct numbering style from .steps) */
.question-list{ list-style: none; display: grid; gap: 1rem; counter-reset: q; }
.question-list li{ counter-increment: q; display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.3rem; background: var(--navy-950); border-radius: var(--radius-md); }
.question-list li::before{
  content: "Q" counter(q); flex: none; font-family: var(--font-display); font-weight: 800; font-size: .78rem;
  color: var(--navy-950); background: var(--yellow-400); border-radius: var(--radius-full); padding: .3rem .6rem; margin-top: .15rem;
}
.question-list li span{ color: var(--text-on-dark); font-size: .96rem; }

/* Responsible gambling strip */
.rg-strip{ background: var(--navy-950); color: var(--text-on-dark); }
.rg-inner{ display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; justify-content: space-between; padding-block: 1.6rem; }
.rg-text{ display: flex; align-items: center; gap: 1rem; max-width: 34rem; font-size: .88rem; color: var(--text-on-dark-muted); }

/* Spacing & text utilities (replace one-off inline styles) */
.icon-sprite{ display: none; }
.mt-sm{ margin-top: 1rem; }
.mt-md{ margin-top: 1.6rem; }
.mt-lg{ margin-top: 2rem; }
.mt-xl{ margin-top: 2.5rem; }
.my-md{ margin-block: 1.6rem; }
.icon-inline{ width: 1em; height: 1em; }
.text-fineprint{ font-size: .85rem; color: var(--text-muted); }
.footer-brand-name{ color: var(--white); }
