/* =========================================================
   londonspinparlour.co.uk — Premium Indigo & Gold UK Casino Vitrina
   ========================================================= */

:root {
  --bg: #0a1126;
  --bg-elev: #121b36;
  --bg-elev-2: #1a2548;
  --bg-deep: #060a18;
  --gold: #d4af37;
  --gold-bright: #f1c752;
  --gold-soft: #8c7320;
  --gold-glow: rgba(212, 175, 55, 0.35);
  --text: #f2eddc;
  --text-muted: #a6b0cc;
  --text-dim: #6f7aa0;
  --success: #4caf8a;
  --danger: #e76f6f;
  --border: rgba(212, 175, 55, 0.18);
  --border-strong: rgba(212, 175, 55, 0.4);
  --shadow-soft: 0 10px 40px -12px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 0 0 1px var(--gold), 0 14px 50px -12px var(--gold-glow);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --container: 1200px;
  --header-h: 76px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
  background-image:
    radial-gradient(
      circle at 12% 8%,
      rgba(212, 175, 55, 0.08),
      transparent 38%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(80, 60, 180, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 50% 110%,
      rgba(212, 175, 55, 0.06),
      transparent 50%
    );
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

a:hover {
  color: var(--gold-bright);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
}
h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
h4 {
  font-size: 1.1rem;
}

p {
  color: var(--text-muted);
  margin-bottom: 1rem;
}

ul,
ol {
  color: var(--text-muted);
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.35rem;
}

/* ============= LAYOUT ============= */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 90px 0;
  position: relative;
}

.section-narrow {
  max-width: 920px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
}

/* ============= BUTTONS ============= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  transition: all 0.3s var(--ease);
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1305;
  box-shadow: 0 8px 28px -8px var(--gold-glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px -10px var(--gold-glow),
    0 0 0 1px var(--gold-bright);
  color: #1a1305;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: var(--gold-soft);
  color: var(--gold-bright);
}

.btn-block {
  width: 100%;
}

/* ============= HEADER ============= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  backdrop-filter: blur(14px);
  background: rgba(10, 17, 38, 0.78);
  border-bottom: 1px solid var(--border);
}

.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}

.brand:hover {
  color: var(--text);
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 14px rgba(212, 175, 55, 0.35));
}

.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-primary a {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s var(--ease);
}

.nav-primary a:hover,
.nav-primary a.active {
  color: var(--gold-bright);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid var(--border);
  align-items: center;
  justify-content: center;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  position: relative;
}

.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--gold);
  transition: transform 0.3s var(--ease);
}

.burger span::before {
  top: -6px;
}
.burger span::after {
  top: 6px;
}

.burger.is-open span {
  background: transparent;
}
.burger.is-open span::before {
  transform: translateY(6px) rotate(45deg);
}
.burger.is-open span::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* ============= HERO ============= */

.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.12),
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hero-badge svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
  flex-shrink: 0;
}

.hero h1 {
  margin-bottom: 22px;
}

.hero h1 .accent {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Hero rating card */
.rating-card {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.88),
    rgba(18, 27, 54, 0.92)
  );
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.rating-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(212, 175, 55, 0.18),
    transparent 60%
  );
  pointer-events: none;
}

.rating-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-bright);
  border: 1px solid var(--border);
  margin-bottom: 18px;
  position: relative;
}

.rating-score {
  font-family: "Playfair Display", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.rating-stars {
  color: var(--gold);
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin: 8px 0 14px;
  position: relative;
}

.rating-meta {
  color: var(--text-dim);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
}

/* ============= PREMIER SELECTIONS ============= */

.section-title-block {
  text-align: center;
  margin-bottom: 56px;
}

.section-title-block .eyebrow {
  margin-bottom: 18px;
}

.section-title-block p {
  max-width: 640px;
  margin: 14px auto 0;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.offer-card {
  position: relative;
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.85),
    rgba(18, 27, 54, 0.9)
  );
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px 32px;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 100% 0%,
    rgba(212, 175, 55, 0.14),
    transparent 55%
  );
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.35s var(--ease);
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
  border-color: var(--gold-soft);
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-rank {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1305;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  box-shadow: 0 6px 22px -6px var(--gold-glow);
  z-index: 2;
}

.offer-score {
  position: absolute;
  top: 24px;
  right: 24px;
  text-align: right;
  z-index: 2;
}

.offer-score-num {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}

.offer-score-stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-top: 4px;
}

.offer-logo-wrap {
  margin: 30px auto 22px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 14px 20px;
  position: relative;
  z-index: 1;
}

.offer-logo-wrap img {
  max-height: 62px;
  width: auto;
  object-fit: contain;
}

.offer-name {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.offer-tag {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.offer-bonus {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 26px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}

.offer-bonus strong {
  color: var(--gold-bright);
  font-weight: 700;
}

.offer-card .btn {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.offer-disclaimer {
  margin-top: 18px;
  text-align: center;
  font-size: 0.76rem;
  color: var(--text-dim);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.offer-disclaimer .age {
  display: inline-block;
  background: var(--danger);
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: 800;
  font-size: 0.7rem;
  margin-right: 4px;
  vertical-align: middle;
}

/* ============= SEO LONG SECTION ============= */

.seo-section {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(18, 27, 54, 0.5) 14%,
    rgba(18, 27, 54, 0.5) 86%,
    transparent
  );
}

.seo-section h2,
.seo-section h3 {
  margin-bottom: 18px;
}

.seo-section h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 28px;
}

.seo-section h3 {
  margin-top: 50px;
  color: var(--gold-bright);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.seo-section h4 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.1rem;
}

.seo-section p {
  margin-bottom: 16px;
  color: var(--text-muted);
}

.lead {
  font-size: 1.08rem;
  color: var(--text);
  opacity: 0.9;
}

/* Pillar grid */
.pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 32px 0 14px;
}

.pillar {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.7),
    rgba(18, 27, 54, 0.85)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.pillar:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}

.pillar-num {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: var(--gold-bright);
  font-weight: 700;
  line-height: 1;
}

.pillar-weight {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid var(--border);
  vertical-align: middle;
}

.pillar h4 {
  margin: 12px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: var(--text);
}

.pillar p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Checklist */
.checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  display: grid;
  gap: 12px;
}

.checklist li {
  position: relative;
  padding-left: 36px;
  color: var(--text);
  line-height: 1.55;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 50%;
}

.checklist li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #1a1305;
  border-bottom: 2px solid #1a1305;
  transform: rotate(-45deg);
}

/* Payment list */
.payments {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 12px;
}

.payments li {
  background: rgba(26, 37, 72, 0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--text-muted);
}

.payments li strong {
  color: var(--gold-bright);
  font-weight: 600;
}

/* Resources list */
.resources {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.resources li {
  padding-left: 22px;
  position: relative;
  color: var(--text-muted);
}

.resources li::before {
  content: "◆";
  color: var(--gold);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
}

/* FAQ */
.faq {
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.faq details {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.7),
    rgba(18, 27, 54, 0.85)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0;
  transition: border-color 0.3s var(--ease);
}

.faq details[open] {
  border-color: var(--gold-soft);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 56px 18px 22px;
  font-weight: 600;
  color: var(--text);
  font-size: 1rem;
  position: relative;
  user-select: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border);
  color: var(--gold-bright);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  transition:
    transform 0.3s var(--ease),
    background 0.3s var(--ease);
}

.faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1305;
}

.faq .faq-body {
  padding: 0 22px 20px;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* ============= FOOTER ============= */

.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  padding: 64px 0 28px;
  margin-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-about p {
  margin-top: 14px;
  font-size: 0.92rem;
  max-width: 320px;
}

.footer-col h4 {
  color: var(--gold-bright);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-col li {
  margin: 0;
}

.footer-col a {
  color: var(--text-muted);
  font-size: 0.94rem;
  transition: color 0.25s var(--ease);
}

.footer-col a:hover {
  color: var(--gold-bright);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  margin-bottom: 22px;
}

.responsibility-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition:
    border-color 0.25s var(--ease),
    color 0.25s var(--ease);
}

.responsibility-badge:hover {
  border-color: var(--gold-soft);
  color: var(--gold-bright);
}

.responsibility-badge .age-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--danger);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.72rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-dim);
  font-size: 0.85rem;
}

/* ============= 18+ POPUP ============= */

.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 24, 0.92);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease);
}

.age-gate.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.age-gate-card {
  max-width: 480px;
  width: 100%;
  background: linear-gradient(150deg, var(--bg-elev-2), var(--bg-elev));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  box-shadow:
    0 30px 80px -20px rgba(0, 0, 0, 0.7),
    var(--shadow-gold);
  transform: scale(0.94);
  transition: transform 0.35s var(--ease);
}

.age-gate.is-visible .age-gate-card {
  transform: scale(1);
}

.age-gate-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--danger), #b94545);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 12px 32px -8px rgba(231, 111, 111, 0.5);
}

.age-gate-card h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.age-gate-card p {
  margin-bottom: 24px;
  font-size: 0.96rem;
}

.age-gate-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.age-gate-deny {
  color: var(--text-muted);
  text-decoration: underline;
  font-size: 0.9rem;
  margin-top: 14px;
  display: inline-block;
}

/* ============= COOKIE BANNER ============= */

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 560px;
  margin: 0 auto;
  background: linear-gradient(150deg, var(--bg-elev-2), var(--bg-elev));
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  z-index: 900;
  box-shadow: 0 20px 60px -16px rgba(0, 0, 0, 0.55);
  transform: translateY(140%);
  transition: transform 0.45s var(--ease);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 14px;
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  padding: 10px 20px;
  font-size: 0.9rem;
}

/* ============= INTERIOR PAGES ============= */

.page-hero {
  padding: 70px 0 50px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(
    ellipse at top,
    rgba(212, 175, 55, 0.08),
    transparent 50%
  );
}

.page-hero h1 {
  margin-bottom: 14px;
}

.page-hero p {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
}

.content-block {
  padding: 70px 0;
}

.content-block h2 {
  margin: 36px 0 14px;
  color: var(--gold-bright);
  font-size: 1.6rem;
}

.content-block h3 {
  margin: 24px 0 10px;
  color: var(--text);
  font-size: 1.2rem;
}

.content-block p,
.content-block li {
  color: var(--text-muted);
}

.content-block a {
  color: var(--gold-bright);
  border-bottom: 1px dotted var(--gold-soft);
}

/* About page extras */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 32px 0;
}

.about-card {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.7),
    rgba(18, 27, 54, 0.85)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.about-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}

.about-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  margin-bottom: 14px;
}

.about-card h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  color: var(--text);
}

.about-card p {
  margin: 0;
  font-size: 0.92rem;
}

/* Contact form */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  margin-top: 30px;
}

.contact-info {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.85),
    rgba(18, 27, 54, 0.92)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}

.contact-info h3 {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.contact-info li {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-info li strong {
  display: block;
  color: var(--text);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.contact-form {
  background: linear-gradient(
    150deg,
    rgba(26, 37, 72, 0.85),
    rgba(18, 27, 54, 0.92)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.field {
  display: block;
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  background: rgba(10, 17, 38, 0.6);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.96rem;
  transition:
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-dim);
}

/* Animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============= RESPONSIVE ============= */

@media (max-width: 1100px) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 880px) {
  section {
    padding: 70px 0;
  }
  .hero {
    padding: 50px 0 70px;
  }
  .hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rating-card {
    max-width: 360px;
    margin: 0 auto;
  }
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nav-primary {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    background: var(--bg);
    background-image: linear-gradient(180deg, var(--bg-elev) 0%, var(--bg) 60%);
    flex-direction: column;
    gap: 0;
    padding: 28px 24px;
    align-items: stretch;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
    border-top: 1px solid var(--border);
    z-index: 49;
    overflow-y: auto;
    box-shadow: -20px 0 60px -20px rgba(0, 0, 0, 0.7);
  }
  .nav-primary.is-open {
    transform: translateX(0);
  }
  body.nav-open .site-header {
    background: var(--bg);
    backdrop-filter: none;
  }
  .nav-primary a {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    font-size: 1rem;
  }
  .header-cta {
    display: none;
  }
  .burger {
    display: inline-flex;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.1rem;
  }
  .container {
    padding: 0 18px;
  }
  section {
    padding: 56px 0;
  }
  .pillars {
    grid-template-columns: 1fr;
  }
  .offer-card {
    padding: 30px 22px 26px;
  }
  .offer-bonus {
    font-size: 1.25rem;
  }
  .rating-score {
    font-size: 4.4rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-about {
    grid-column: auto;
  }
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
  .age-gate-card {
    padding: 32px 22px;
  }
  .cookie-banner {
    bottom: 14px;
    left: 14px;
    right: 14px;
    padding: 16px 18px;
  }
}
