/*
 * BETSSON CASINO - Comic-Casino Design System
 * Bangers display + Barlow body. Turquoise-amber on deep navy-charcoal.
 */

:root {
    --background: #0f1a24;
    --foreground: #f5f5f0;
    --card: #16232f;
    --card-foreground: #f5f5f0;
    --popover: #16232f;
    --popover-foreground: #f5f5f0;
    --primary: #2dd4bf;
    --primary-foreground: #08131a;
    --secondary: #f59e0b;
    --secondary-foreground: #1a1207;
    --muted: #1e2d3a;
    --muted-foreground: #bccad8;
    --accent: #22d3ee;
    --accent-foreground: #08131a;
    --destructive: #ea0d33;
    --destructive-foreground: #ffffff;
    --border: #2f4152;
    --input: #1e2d3a;
    --ring: #2dd4bf;

    /* Comic system tokens */
    --outline: #000000;
    --outline-width: 4px;
    --radius: 16px;
    --content-max: 1180px;
    --header-h: 68px;

    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 48px;
    --space-xl: 72px;

    --font-display: "Bangers", "Barlow", system-ui, sans-serif;
    --font-body: "Barlow", system-ui, -apple-system, sans-serif;

    --shadow-comic: 6px 6px 0 rgba(0,0,0,0.85);
    --shadow-soft: 0 12px 30px rgba(0,0,0,0.25);
}

/* Dark is the single shipping theme (no switcher). Values match blueprint. */
.dark {
    --background: #0f1a24;
    --foreground: #f5f5f0;
    --card: #16232f;
    --card-foreground: #f5f5f0;
    --popover: #16232f;
    --popover-foreground: #f5f5f0;
    --primary: #2dd4bf;
    --primary-foreground: #08131a;
    --secondary: #f59e0b;
    --secondary-foreground: #1a1207;
    --muted: #1e2d3a;
    --muted-foreground: #bccad8;
    --accent: #22d3ee;
    --accent-foreground: #08131a;
    --destructive: #ea0d33;
    --destructive-foreground: #ffffff;
    --border: #2f4152;
    --input: #1e2d3a;
    --ring: #2dd4bf;
}

/* ============================================
   OVERFLOW PREVENTION - Safety Net
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
img, video, iframe, embed, object, svg { max-width: 100%; height: auto; }
[class*="grid"] > *, [class*="flex"] > * { min-width: 0; }
pre, code, .code-block, [class*="code"] { max-width: 100%; overflow-x: auto; }
pre code, .code-block code { display: block; min-width: 0; }
.table-wrapper, [class*="table-"] { max-width: 100%; overflow-x: auto; }
p, li, td, th { overflow-wrap: break-word; }
input, textarea, select { max-width: 100%; }
section { overflow: clip; }

/* ============================================
   BASE
   ============================================ */
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(circle at 12% 8%, rgba(45,212,191,0.09), transparent 42%),
        radial-gradient(circle at 88% 22%, rgba(245,158,11,0.09), transparent 45%);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 var(--space-sm);
    color: var(--foreground);
}

h1 { font-size: clamp(40px, 8vw, 64px); }
h2 { font-size: clamp(30px, 5vw, 44px); }
h3 { font-size: clamp(22px, 3vw, 30px); }

.h-outline {
    color: var(--foreground);
    text-shadow:
        -2px -2px 0 var(--outline), 2px -2px 0 var(--outline),
        -2px 2px 0 var(--outline), 2px 2px 0 var(--outline),
        4px 4px 0 rgba(0,0,0,0.4);
}

p { margin: 0 0 var(--space-md); max-width: 72ch; }

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.text-accent { color: var(--accent); }
.text-secondary { color: var(--secondary); }

.sr-only {
    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: 8px; top: -48px; z-index: 1100;
    background: var(--primary); color: var(--primary-foreground);
    padding: 10px 18px; border-radius: 10px; font-weight: 700;
    transition: top .2s ease;
}
.skip-link:focus { top: 8px; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* ============================================
   LAYOUT HELPERS
   ============================================ */
.container, .max-w-1180 {
    width: 100%;
    max-width: var(--content-max);
    margin-inline: auto;
    padding-inline: var(--space-sm);
}

.section { padding-block: var(--space-lg); }
@media (min-width: 768px) { .section { padding-block: var(--space-xl); } }

.section--tight { padding-block: var(--space-md); }
.section-head { text-align: center; margin-bottom: var(--space-lg); }
.section-head p { margin-inline: auto; }
.lead { font-size: 1.12rem; color: var(--muted-foreground); }

/* ============================================
   BUTTONS - primary CTAs and ghost variants
   ============================================ */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; min-height: 48px; padding: 12px 26px;
    font-family: var(--font-body); font-weight: 800; font-size: 1rem;
    text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none;
    border-radius: 12px; border: var(--outline-width) solid var(--outline);
    cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: var(--shadow-comic);
}
.btn:hover { transform: scale(1.04) translateY(-1px); box-shadow: 8px 8px 0 rgba(0,0,0,0.85); text-decoration: none; }
.btn:active { transform: scale(0.99); }

.btn--primary { background: var(--primary); color: var(--primary-foreground); }
.btn--secondary { background: var(--secondary); color: var(--secondary-foreground); }
.btn--ghost {
    background: transparent; color: var(--foreground);
    border-color: var(--border); box-shadow: none;
}
.btn--ghost:hover { background: var(--muted); box-shadow: 3px 3px 0 rgba(0,0,0,0.6); }
.btn--lg { min-height: 56px; padding: 16px 40px; font-size: 1.15rem; }
.btn--block { width: 100%; }

/* ============================================
   HEADER - sticky comic header with nav
   ============================================ */
.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: color-mix(in srgb, var(--background) 92%, transparent);
    border-bottom: 3px solid var(--outline);
}
@media (min-width: 768px) { .site-header { backdrop-filter: blur(10px); } }

.site-header__inner {
    max-width: var(--content-max); margin-inline: auto;
    min-height: var(--header-h); padding-inline: var(--space-sm);
    display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm);
}

.site-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.site-brand__chip {
    width: 26px; height: 26px; border-radius: 50%;
    background: conic-gradient(var(--secondary) 0 25%, var(--primary) 0 100%);
    border: 3px solid var(--outline); flex-shrink: 0;
}
.site-brand__text {
    font-family: var(--font-display); font-size: 1.55rem; letter-spacing: 1px;
    text-transform: uppercase; color: var(--foreground);
}
.site-brand__accent { color: var(--secondary); margin-left: 3px; }
.site-brand:hover { text-decoration: none; }

/* Nav toggle (burger) */
.nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 48px; height: 48px; padding: 10px; z-index: 1001;
    background: transparent; border: 3px solid var(--border); border-radius: 10px; cursor: pointer;
}
.nav-toggle span {
    display: block; height: 3px; width: 100%; background: var(--foreground);
    border-radius: 3px; transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Nav drawer (mobile default hidden) */
.primary-nav { display: none; }
.primary-nav.is-open {
    display: flex; flex-direction: column;
    position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; z-index: 999;
    background: var(--background); padding: var(--space-md) var(--space-sm);
    overflow-y: auto; gap: var(--space-sm);
}
.primary-nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: stretch; }
.primary-nav__list a {
    display: flex; align-items: center; min-height: 48px;
    color: var(--foreground); font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.5px; border-bottom: 2px solid var(--border); text-decoration: none;
}
.primary-nav__list a:hover { color: var(--primary); }
.primary-nav__cta { display: flex; flex-direction: column; gap: var(--space-sm); margin-top: var(--space-sm); }
.primary-nav__cta .btn { width: 100%; }

@media (min-width: 1024px) {
    .nav-toggle { display: none; }
    .primary-nav {
        display: flex; position: static; flex-direction: row; align-items: center;
        background: transparent; padding: 0; gap: var(--space-lg); overflow: visible;
    }
    .primary-nav__list { flex-direction: row; gap: var(--space-md); }
    .primary-nav__list a { min-height: auto; border-bottom: none; font-size: 0.98rem; }
    .primary-nav__list a:hover { text-decoration: none; }
    .primary-nav__cta { flex-direction: row; margin-top: 0; }
    .primary-nav__cta .btn { width: auto; min-height: 44px; padding: 10px 20px; }
}

/* ============================================
   HERO - full-bleed comic banner
   ============================================ */
.hero {
    position: relative; overflow: clip;
    padding-block: var(--space-lg);
    border-bottom: 3px solid var(--outline);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(15,26,36,0.55) 0%, rgba(15,26,36,0.86) 70%, rgba(15,26,36,0.96) 100%);
}
.hero__inner {
    position: relative; z-index: 2;
    max-width: var(--content-max); margin-inline: auto; padding-inline: var(--space-sm);
    min-height: 60vh; display: flex; flex-direction: column; justify-content: center;
    gap: var(--space-md);
}
.hero__eyebrow {
    display: inline-block; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;
    color: var(--accent); font-size: 0.9rem;
}
.hero h1 { max-width: 16ch; }
.hero__sub { font-size: 1.15rem; color: var(--foreground); max-width: 56ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); align-items: center; }
@media (max-width: 767px) {
    .hero__actions { flex-direction: column; align-items: stretch; }
    .hero__actions .bonus-badge { align-self: center; }
    .hero__actions .btn { width: 100%; }
}

/* Speech bubbles */
.speech-bubble {
    display: inline-block; position: relative;
    font-family: var(--font-display); font-size: clamp(20px, 4vw, 34px);
    background: var(--secondary); color: var(--secondary-foreground);
    padding: 10px 20px; border: var(--outline-width) solid var(--outline);
    border-radius: 18px; transform: rotate(-4deg); box-shadow: var(--shadow-comic);
    letter-spacing: 1px;
}
.speech-bubble--turquoise { background: var(--primary); color: var(--primary-foreground); transform: rotate(3deg); }
.speech-bubble::after {
    content: ""; position: absolute; bottom: -14px; left: 24px;
    border-width: 14px 12px 0 0; border-style: solid;
    border-color: var(--outline) transparent transparent transparent;
}
.hero__bubbles { display: flex; flex-wrap: wrap; gap: var(--space-md); }

/* Bonus badge in hero */
.bonus-badge {
    display: inline-flex; flex-direction: column; align-items: center; text-align: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--primary-foreground); padding: 20px 28px;
    border: var(--outline-width) solid var(--outline); border-radius: var(--radius);
    box-shadow: var(--shadow-comic); transform: rotate(-2deg);
}
.bonus-badge__amount { font-family: var(--font-display); font-size: clamp(32px, 6vw, 52px); line-height: 1; }
.bonus-badge__label { font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

@media (min-width: 1024px) {
    .hero { padding-block: var(--space-xl); }
    .hero__inner { min-height: 66vh; }
}

/* ============================================
   TRUST BADGES ROW
   ============================================ */
.trust-band { background: var(--muted); border-block: 3px solid var(--outline); }
.trust-badges {
    max-width: var(--content-max); margin-inline: auto; padding: var(--space-md) var(--space-sm);
    display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-sm);
}
.trust-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--card); color: var(--card-foreground);
    padding: 10px 16px; border: var(--outline-width) solid var(--outline);
    border-radius: var(--radius); font-weight: 600; font-size: 0.92rem;
}
.trust-pill__icon { font-size: 1.15rem; }
@media (max-width: 767px) { .trust-badges { flex-direction: column; align-items: stretch; } }

/* ============================================
   INFO CARD GRID - universal content cards
   ============================================ */
.card-grid {
    display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-md);
}
@media (min-width: 768px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
    .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.info-card {
    display: flex; flex-direction: column; min-width: 0;
    background: var(--card); color: var(--card-foreground);
    border: var(--outline-width) solid var(--outline); border-radius: var(--radius);
    overflow: hidden; transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: var(--shadow-comic);
}
.info-card:hover { transform: translateY(-6px); box-shadow: 8px 12px 0 rgba(0,0,0,0.7); }
.info-card__media { aspect-ratio: 3/2; background: var(--muted); }
.info-card__media img { width: 100%; height: 100%; object-fit: cover; }
.info-card__icon {
    font-size: 2.6rem; padding: var(--space-md) var(--space-md) 0;
}
.info-card__body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 1024px) { .info-card__body { padding: 28px; } }
.info-card__highlight {
    align-self: flex-start; font-family: var(--font-display); font-size: 1.2rem;
    color: var(--secondary); letter-spacing: 0.5px;
}
.info-card__title { font-size: clamp(20px, 2.6vw, 26px); margin: 0; }
.info-card__text { margin: 0; color: var(--muted-foreground); }
.info-card__link { font-weight: 700; color: var(--primary); align-self: flex-start; }

/* ============================================
   STAT HIGHLIGHT - quotable big numbers
   ============================================ */
.stat-grid {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-md); text-align: center;
}
@media (min-width: 1024px) { .stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.stat-item { display: flex; flex-direction: column; gap: 6px; }
.stat-item__number {
    font-family: var(--font-display); font-size: clamp(44px, 8vw, 68px);
    line-height: 1; color: var(--accent);
    text-shadow: 3px 3px 0 rgba(0,0,0,0.45);
}
.stat-item:nth-child(even) .stat-item__number { color: var(--secondary); }
.stat-item__label {
    font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    font-size: 0.9rem; color: var(--foreground);
}

/* ============================================
   CTA BANNER - full-bleed conversion band
   ============================================ */
.cta-banner {
    position: relative; overflow: clip;
    background: linear-gradient(120deg, var(--primary) 0%, var(--accent) 45%, var(--secondary) 100%);
    border-block: 3px solid var(--outline); text-align: center;
    padding-block: var(--space-xl);
}
.cta-banner__inner {
    position: relative; z-index: 2; max-width: 720px;
    margin-inline: auto; padding-inline: var(--space-sm);
}
.cta-banner__title {
    color: #ffffff; font-size: clamp(30px, 6vw, 52px);
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 5px 5px 0 rgba(0,0,0,0.35);
}
.cta-banner__subline { color: #08131a; font-weight: 700; margin-bottom: var(--space-md); max-width: none; }
.cta-banner__micro { margin-top: var(--space-sm); font-size: 0.85rem; color: #08131a; }
.cta-banner__chips { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.floating-chip, .floating-card { position: absolute; border: 3px solid var(--outline); }
.floating-chip { width: 40px; height: 40px; border-radius: 50%; background: #ffffff; }
.floating-chip--1 { top: 18%; left: 8%; animation: float 6s ease-in-out infinite; }
.floating-chip--2 { top: 62%; left: 15%; background: var(--secondary); animation: float 7s ease-in-out infinite .5s; }
.floating-chip--3 { top: 30%; right: 10%; background: #ffffff; animation: float 5.5s ease-in-out infinite .8s; }
.floating-card { width: 30px; height: 42px; border-radius: 6px; background: #ffffff; }
.floating-card--1 { top: 66%; right: 12%; transform: rotate(18deg); animation: float 6.5s ease-in-out infinite .3s; }
.floating-card--2 { top: 14%; left: 42%; transform: rotate(-12deg); animation: float 7.5s ease-in-out infinite 1s; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
    50% { transform: translateY(-16px) rotate(var(--r, 0deg)); }
}

/* ============================================
   FAQ ACCORDION (native details/summary)
   ============================================ */
.faq-accordion { display: flex; flex-direction: column; gap: var(--space-sm); max-width: var(--content-max); margin-inline: auto; }
.faq-item {
    background: var(--card); border: var(--outline-width) solid var(--outline);
    border-radius: var(--radius); overflow: hidden;
}
.faq-item__question {
    display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm);
    min-height: 48px; padding: 20px 28px; cursor: pointer; list-style: none;
    font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--foreground);
}
.faq-item__question::-webkit-details-marker { display: none; }
.faq-item__icon {
    position: relative; width: 22px; height: 22px; flex-shrink: 0;
}
.faq-item__icon::before, .faq-item__icon::after {
    content: ""; position: absolute; background: var(--primary); border-radius: 2px;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-item__icon::before { width: 22px; height: 4px; }
.faq-item__icon::after { width: 4px; height: 22px; transition: transform .25s ease; }
.faq-item[open] .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item__answer { padding: 0 28px 24px; }
.faq-item__answer p { margin: 0; color: var(--muted-foreground); }

/* ============================================
   CALLOUT / TL;DR / PULL QUOTE
   ============================================ */
.callout {
    display: flex; gap: var(--space-sm); align-items: flex-start;
    background: var(--muted); border: 2px solid var(--border);
    border-left: 6px solid var(--primary); border-radius: var(--radius);
    padding: 20px; margin-block: var(--space-md);
}
@media (min-width: 1024px) { .callout { padding: 28px; } }
.callout--warning { border-left-color: var(--secondary); }
.callout--note { border-left-color: var(--accent); }
.callout__icon { font-size: 1.6rem; flex-shrink: 0; }
.callout__content { min-width: 0; }
.callout__label { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--primary); margin-bottom: 4px; }
.callout--warning .callout__label { color: var(--secondary); }
.callout--note .callout__label { color: var(--accent); }
.callout__title { font-weight: 700; margin: 0 0 6px; color: var(--foreground); }
.callout__body { margin: 0; color: var(--muted-foreground); }
.callout__link { font-weight: 700; display: inline-block; margin-top: 8px; }

.tldr {
    background: var(--card); border: var(--outline-width) solid var(--outline);
    border-radius: var(--radius); padding: 24px 28px; margin-block: var(--space-md);
    box-shadow: var(--shadow-comic);
}
.tldr__label {
    display: inline-block; font-family: var(--font-display); font-size: 1.3rem;
    color: var(--secondary); letter-spacing: 1px; margin-bottom: 8px;
}
.tldr p { margin: 0; }

.pull-quote {
    font-family: var(--font-display); font-size: clamp(24px, 4vw, 34px);
    line-height: 1.25; color: var(--foreground); background: var(--primary);
    color: var(--primary-foreground); padding: 24px 28px; border: var(--outline-width) solid var(--outline);
    border-radius: var(--radius); transform: rotate(-1.5deg); box-shadow: var(--shadow-comic);
    margin-block: var(--space-lg); max-width: 60ch;
}
.pull-quote cite { display: block; font-family: var(--font-body); font-size: 1rem; font-style: normal; font-weight: 700; margin-top: 10px; }

/* ============================================
   TWO-COLUMN SPLIT (teasers, guides)
   ============================================ */
.split { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-lg); align-items: center; }
@media (min-width: 768px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split__media img {
    width: 100%; border: var(--outline-width) solid var(--outline);
    border-radius: var(--radius); box-shadow: var(--shadow-comic);
}
.split--reverse .split__media { order: -1; }
@media (min-width: 768px) { .split--reverse .split__media { order: 1; } }
.split__media .pull-quote { margin-block: 0; }

/* ============================================
   PROSE / SEO TEXT BLOCKS
   ============================================ */
.prose { max-width: 72ch; margin-inline: auto; }
.prose h2, .prose h3 { margin-top: var(--space-lg); }
.prose ul, .prose ol { padding-left: 1.4em; margin-bottom: var(--space-md); }
.prose li { margin-bottom: 8px; }
.prose a { font-weight: 700; text-decoration: underline; }
.split__content .prose { margin-inline: 0; }

/* Provider / payment logo strip */
.logo-strip {
    display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-md);
}
.logo-strip img, .logo-strip__item {
    background: var(--card); border: 3px solid var(--outline); border-radius: 12px;
    padding: 14px 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
}

/* ============================================
   TABLE
   ============================================ */
.table-wrapper { margin-block: var(--space-md); }
table.comic-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.comic-table th, .comic-table td { padding: 12px 16px; text-align: left; border: 2px solid var(--border); }
.comic-table thead th { background: var(--primary); color: var(--primary-foreground); text-transform: uppercase; letter-spacing: 0.5px; }
.comic-table tbody tr:nth-child(even) { background: var(--muted); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: var(--card); border-top: 3px solid var(--outline); margin-top: var(--space-xl); }
.site-footer__inner {
    max-width: var(--content-max); margin-inline: auto; padding: var(--space-lg) var(--space-sm);
    display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-lg);
}
@media (min-width: 768px) { .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .site-footer__inner { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-slogan { color: var(--muted-foreground); font-size: 0.95rem; }
.footer-licenses { display: flex; flex-wrap: wrap; gap: 8px; }
.license-badge {
    font-size: 0.78rem; font-weight: 700; padding: 6px 10px;
    border: 2px solid var(--border); border-radius: 8px; color: var(--muted-foreground);
}
.license-badge--age { background: var(--secondary); color: var(--secondary-foreground); border-color: var(--outline); }
.footer-heading { font-family: var(--font-display); font-size: 1.25rem; color: var(--foreground); letter-spacing: 0.5px; }
.footer-links, .payment-logos { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: var(--muted-foreground); font-weight: 600; display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { color: var(--primary); }
.payment-logos { flex-direction: row; flex-wrap: wrap; }
.payment-logos li {
    font-size: 0.8rem; font-weight: 700; padding: 6px 10px;
    background: var(--muted); border: 2px solid var(--border); border-radius: 8px;
}
.site-footer__bottom {
    border-top: 2px solid var(--border);
    padding: var(--space-md) var(--space-sm); text-align: center;
}
.site-footer__bottom p { margin: 4px auto; font-size: 0.82rem; color: var(--muted-foreground); max-width: 80ch; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.animate-on-scroll {
    opacity: 0; transform: translateY(24px);
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: var(--delay, 0ms);
}
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; scroll-behavior: auto !important; }
    .animate-on-scroll { opacity: 1; transform: none; transition: none; }
    .btn:hover, .info-card:hover { transform: none; }
}
