/* ============================================
   IRWIN CASINO - Manga-Anime Design System
   Dark-first, mobile-first
   ============================================ */

/* === Erfahrungen page additions === */
.proscons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    margin-top: var(--space-lg);
}
@media (min-width: 768px) {
    .proscons-grid { grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
}
.proscons-col {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    position: relative;
    overflow: hidden;
}
.proscons-col h3 {
    font-family: 'Bangers', cursive;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 2rem;
    margin: 0 0 var(--space-sm);
    color: var(--foreground);
}
.proscons-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.proscons-col li {
    position: relative;
    padding: 10px 0 10px 32px;
    border-bottom: 1px dashed rgba(200, 188, 224, 0.18);
    line-height: 1.5;
    color: var(--card-foreground);
}
.proscons-col li:last-child { border-bottom: 0; }
.proscons-col li::before {
    position: absolute;
    left: 0;
    top: 12px;
    font-family: 'Bangers', cursive;
    font-size: 1.2rem;
    line-height: 1;
}
.proscons-pros { border-color: rgba(57, 255, 92, 0.55); box-shadow: 0 0 22px rgba(57, 255, 92, 0.12); }
.proscons-pros h3 { color: var(--secondary); }
.proscons-pros li::before { content: '+'; color: var(--secondary); }
.proscons-cons { border-color: rgba(255, 45, 146, 0.55); box-shadow: 0 0 22px rgba(255, 45, 146, 0.12); }
.proscons-cons h3 { color: var(--accent); }
.proscons-cons li::before { content: '-'; color: var(--accent); }

.badge-pro, .badge-con {
    display: inline-block;
    font-family: 'Bangers', cursive;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    white-space: nowrap;
}
.badge-pro { background: rgba(57, 255, 92, 0.16); color: var(--secondary); border: 1px solid rgba(57, 255, 92, 0.45); }
.badge-con { background: rgba(255, 45, 146, 0.16); color: #ff7ab8; border: 1px solid rgba(255, 122, 184, 0.6); }

:root {
    --background: #0d0a1f;
    --foreground: #f5f0e8;
    --card: #1a1530;
    --card-foreground: #f5f0e8;
    --popover: #1a1530;
    --popover-foreground: #f5f0e8;
    --primary: #a855f7;
    --primary-foreground: #0d0a1f;
    --secondary: #39ff5c;
    --secondary-foreground: #0d0a1f;
    --muted: #251d3d;
    --muted-foreground: #c8bce0;
    --accent: #ff2d92;
    --accent-foreground: #0d0a1f;
    --destructive: #f43f5e;
    --destructive-foreground: #0d0a1f;
    --border: #322952;
    --input: #1f1838;
    --ring: #a855f7;

    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 72px;
    --space-2xl: 128px;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;

    --container-max: 1280px;
    --content-max: 880px;

    --shadow-card: 0 8px 24px rgba(168, 85, 247, 0.18);
    --shadow-glow: 0 0 32px rgba(168, 85, 247, 0.45);
    --shadow-neon: 0 0 24px rgba(57, 255, 92, 0.4);

    --header-h: 64px;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================
   RESET / BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }

img, video, iframe, embed, object, svg { max-width: 100%; height: auto; display: block; }

[class*="grid"] > *, [class*="flex"] > * { min-width: 0; }

pre, code { max-width: 100%; overflow-x: auto; }
.table-wrapper { max-width: 100%; overflow-x: auto; min-width: 0; }
p, li, td, th { overflow-wrap: break-word; }
input, textarea, select { max-width: 100%; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    background-image:
        radial-gradient(circle at 15% 12%, rgba(168, 85, 247, 0.18), transparent 45%),
        radial-gradient(circle at 85% 85%, rgba(57, 255, 92, 0.10), transparent 50%);
    background-attachment: fixed;
}

section { overflow: clip; }

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--secondary);
    color: var(--secondary-foreground);
    padding: 12px 18px;
    z-index: 2000;
    font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

.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;
}

/* ============================================
   TYPOGRAPHY - Bangers display + Zen Kaku body
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Bangers", "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: var(--foreground);
    text-transform: uppercase;
    margin: 0 0 var(--space-md);
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}
h1 { font-size: clamp(2.4rem, 5vw + 1rem, 5.5rem); }
h2 { font-size: clamp(1.9rem, 3.5vw + 1rem, 3.5rem); }
h3 { font-size: clamp(1.4rem, 1.5vw + 0.8rem, 2rem); }
h4 { font-size: clamp(1.2rem, 1vw + 0.8rem, 1.5rem); }

p { margin: 0 0 var(--space-md); color: var(--foreground); }
a { color: var(--primary); text-decoration: none; transition: color 220ms var(--ease-out); }
a:hover { color: var(--secondary); }

.lead { font-size: 1.125rem; color: var(--muted-foreground); }

/* ============================================
   LAYOUT - Container, sections
   ============================================ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-sm);
}
@media (min-width: 768px) {
    .container { padding: 0 var(--space-md); }
}

.section {
    padding: var(--space-xl) 0;
    position: relative;
}
@media (min-width: 1024px) {
    .section { padding: var(--space-2xl) 0; }
}

.section-narrow { max-width: var(--content-max); margin: 0 auto; }

.section-eyebrow {
    font-family: "Bangers", sans-serif;
    color: var(--secondary);
    letter-spacing: 0.18em;
    font-size: 1rem;
    margin-bottom: var(--space-sm);
    display: inline-block;
}

/* Speed-line decorative background */
.speed-lines {
    position: relative;
}
.speed-lines::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        115deg,
        transparent 0 14px,
        rgba(168, 85, 247, 0.07) 14px 16px
    );
    pointer-events: none;
    z-index: 0;
}
.speed-lines::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(57, 255, 92, 0.08) 1px, transparent 1px);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 0;
}
.speed-lines > * { position: relative; z-index: 1; }

/* Manga panel frame */
.manga-panel {
    background: var(--card);
    border: 2px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    position: relative;
    box-shadow: 4px 4px 0 var(--primary);
}
@media (min-width: 768px) {
    .manga-panel { padding: var(--space-lg); }
}

/* ============================================
   HEADER - sticky translucent
   ============================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(13, 10, 31, 0.92);
    border-bottom: 1px solid var(--border);
}
@media (min-width: 1024px) {
    .site-header { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
}
.header-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-sm);
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}
@media (min-width: 768px) {
    .header-inner { padding: 0 var(--space-md); }
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--foreground);
    font-family: "Bangers", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.site-brand .logo {
    width: 40px; height: 40px;
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.7));
}
.brand-accent { color: var(--secondary); margin-left: 4px; }

.primary-nav {
    display: none;
}
@media (min-width: 1024px) {
    .primary-nav {
        display: flex;
        align-items: center;
        gap: var(--space-lg);
        flex: 1;
        justify-content: flex-end;
    }
}

.nav-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    gap: var(--space-md);
}
.nav-link {
    color: var(--foreground);
    font-family: "Bangers", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 4px;
    position: relative;
    display: inline-block;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 2px;
    background: var(--secondary);
    transition: width 220ms var(--ease-out);
}
.nav-link:hover { color: var(--secondary); }
.nav-link:hover::after { width: 100%; }

.nav-cta-group {
    display: flex;
    gap: 10px;
}

.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px; height: 48px;
    padding: 12px 10px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    cursor: pointer;
    z-index: 1001;
}
.mobile-menu-toggle span {
    display: block;
    height: 3px;
    background: var(--foreground);
    border-radius: 2px;
    transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 1024px) {
    .mobile-menu-toggle { display: none; }
}

/* Mobile drawer */
@media (max-width: 1023px) {
    .primary-nav.is-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: var(--header-h);
        left: 0; right: 0; bottom: 0;
        background: var(--background);
        padding: var(--space-lg) var(--space-md);
        z-index: 999;
        overflow-y: auto;
        gap: var(--space-lg);
        background-image: repeating-linear-gradient(115deg, transparent 0 16px, rgba(168, 85, 247, 0.08) 16px 18px);
    }
    .primary-nav.is-open .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
    .primary-nav.is-open .nav-link {
        display: flex;
        align-items: center;
        min-height: 56px;
        padding: 12px 16px;
        font-size: 1.5rem;
        border-bottom: 1px solid var(--border);
    }
    .primary-nav.is-open .nav-cta-group {
        flex-direction: column;
        gap: 12px;
    }
    .primary-nav.is-open .nav-cta-group .btn { width: 100%; min-height: 56px; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 24px;
    font-family: "Bangers", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background 220ms var(--ease-out);
    text-decoration: none;
    font-weight: 400;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.45);
}
.btn-primary:hover {
    background: var(--secondary);
    color: var(--secondary-foreground);
    box-shadow: 0 6px 28px rgba(57, 255, 92, 0.55);
}

.btn-secondary {
    background: var(--secondary);
    color: var(--secondary-foreground);
    box-shadow: 0 4px 20px rgba(57, 255, 92, 0.45);
    font-weight: 700;
}
.btn-secondary:hover {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 6px 28px rgba(168, 85, 247, 0.55);
}

.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border-color: var(--border);
}
.btn-ghost:hover {
    background: var(--muted);
    border-color: var(--primary);
}

.btn-power {
    min-height: 56px;
    padding: 16px 36px;
    font-size: 1.3rem;
    animation: powerPulse 3s infinite ease-in-out;
}
@keyframes powerPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(57, 255, 92, 0.55), 0 4px 20px rgba(57, 255, 92, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(168, 85, 247, 0), 0 6px 32px rgba(168, 85, 247, 0.65); }
}

/* ============================================
   HERO
   ============================================ */
.hero {
    padding: var(--space-xl) 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .hero { padding: var(--space-2xl) 0 var(--space-xl); }
}
.hero-inner {
    display: grid;
    gap: var(--space-lg);
    align-items: center;
}
@media (min-width: 1024px) {
    .hero-inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
}
.hero-mascot {
    position: relative;
    text-align: center;
}
.hero-mascot img {
    margin: 0 auto;
    filter: drop-shadow(0 0 40px rgba(168, 85, 247, 0.7));
    animation: float 4s ease-in-out infinite;
    max-width: 480px;
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.hero-title {
    font-size: clamp(2.6rem, 6vw + 1rem, 5.5rem);
    margin-bottom: var(--space-md);
}
.hero-title .text-accent { color: var(--secondary); }
.hero-subtitle {
    font-size: clamp(1.05rem, 1vw + 0.8rem, 1.35rem);
    color: var(--muted-foreground);
    margin-bottom: var(--space-lg);
    max-width: 56ch;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
}
@media (min-width: 768px) {
    .hero-stats { gap: var(--space-md); }
}
.hero-stat {
    text-align: center;
    min-width: 0;
}
.hero-stat-num {
    font-family: "Bangers", sans-serif;
    font-size: clamp(2rem, 4vw + 0.8rem, 4.5rem);
    color: var(--secondary);
    line-height: 1;
    text-shadow: 3px 3px 0 var(--primary), 0 0 24px rgba(57, 255, 92, 0.5);
}
.hero-stat-label {
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    color: var(--muted-foreground);
    text-transform: uppercase;
}
.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}
.hero-cta-row .btn {
    flex: 1 1 auto;
    min-width: 0;
}
@media (min-width: 600px) {
    .hero-cta-row .btn { flex: 0 0 auto; }
}

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

.info-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out);
}
.info-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: var(--primary);
    box-shadow: var(--shadow-glow);
}
.info-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--muted);
}
.info-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 420ms var(--ease-out);
}
.info-card:hover .info-card-media img { transform: scale(1.06); }
.info-card-badge {
    position: absolute;
    top: 12px; right: 12px;
    background: var(--secondary);
    color: var(--secondary-foreground);
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    box-shadow: 0 0 16px rgba(57, 255, 92, 0.5);
}
.info-card-body {
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.info-card-title {
    margin: 0;
    font-size: 1.4rem;
    color: var(--foreground);
}
.info-card-text {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.98rem;
    line-height: 1.6;
}
.info-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary);
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1rem;
    text-align: left;
}
.info-card-link:hover { color: var(--primary); }

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-accordion {
    max-width: var(--content-max);
    margin: 0 auto;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--border);
    overflow: hidden;
}
.faq-item {
    border-bottom: 1px solid var(--border);
}
.faq-item:last-child { border-bottom: none; }
.faq-item[open] {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.08), transparent 60%);
    border-left: 3px solid var(--primary);
}
.faq-question {
    list-style: none;
    cursor: pointer;
    padding: var(--space-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
    font-family: "Bangers", sans-serif;
    font-size: 1.2rem;
    color: var(--foreground);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--secondary-foreground);
    position: relative;
    transition: transform 220ms var(--ease-out);
}
.faq-icon::before, .faq-icon::after {
    content: "";
    position: absolute;
    background: var(--secondary-foreground);
    border-radius: 2px;
}
.faq-icon::before { top: 50%; left: 25%; right: 25%; height: 3px; transform: translateY(-50%); }
.faq-icon::after { left: 50%; top: 25%; bottom: 25%; width: 3px; transform: translateX(-50%); transition: transform 220ms var(--ease-out); }
.faq-item[open] .faq-icon::after { transform: translateX(-50%) scaleY(0); }
.faq-answer {
    padding: 0 var(--space-md) var(--space-md);
    color: var(--muted-foreground);
    font-size: 1.0625rem;
    line-height: 1.7;
}
.faq-answer p { margin: 0; color: var(--muted-foreground); }

/* ============================================
   STAT BLOCK
   ============================================ */
.stat-block {
    display: grid;
    gap: var(--space-lg);
    grid-template-columns: 1fr;
    padding: var(--space-lg) var(--space-md);
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--border);
    position: relative;
    background-image:
        repeating-linear-gradient(115deg, transparent 0 16px, rgba(168, 85, 247, 0.06) 16px 18px),
        radial-gradient(rgba(57, 255, 92, 0.07) 1px, transparent 1px);
    background-size: auto, 12px 12px;
}
@media (min-width: 768px) {
    .stat-block { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: var(--space-xl) var(--space-lg); }
}
@media (min-width: 1024px) {
    .stat-block { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .stat-block.stat-block-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.stat-cell {
    text-align: center;
    padding: 0 var(--space-sm);
    position: relative;
}
@media (min-width: 1024px) {
    .stat-cell:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 20%; bottom: 20%; right: 0;
        width: 1px;
        background: var(--border);
    }
}
.stat-number {
    font-family: "Bangers", sans-serif;
    font-size: clamp(3rem, 5vw + 1rem, 6rem);
    color: var(--secondary);
    line-height: 1;
    text-shadow: 3px 3px 0 var(--primary), 0 0 28px rgba(57, 255, 92, 0.5);
    margin-bottom: 12px;
}
.stat-suffix { font-size: 0.6em; opacity: 0.85; }
.stat-label {
    font-family: "Bangers", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: var(--foreground);
    margin-bottom: 6px;
}
.stat-source {
    font-size: 0.82rem;
    color: var(--muted-foreground);
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
    margin: var(--space-xl) 0;
    padding: var(--space-xl) var(--space-sm);
    background: linear-gradient(135deg, #2a1a4d 0%, #1a1530 100%);
    background-image:
        linear-gradient(135deg, #2a1a4d 0%, #1a1530 100%),
        repeating-linear-gradient(115deg, transparent 0 18px, rgba(57, 255, 92, 0.12) 18px 20px);
    background-blend-mode: overlay;
    position: relative;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--secondary);
    overflow: clip;
}
@media (min-width: 1024px) {
    .cta-banner { padding: var(--space-2xl) var(--space-lg); margin: var(--space-2xl) 0; }
}
.cta-banner-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    gap: var(--space-lg);
    align-items: center;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .cta-banner-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
}
.cta-banner-mascot {
    text-align: center;
}
.cta-banner-mascot img {
    margin: 0 auto;
    filter: drop-shadow(0 0 32px rgba(168, 85, 247, 0.65));
    max-width: 280px;
    animation: float 4s ease-in-out infinite;
}
.cta-banner-content {
    text-align: center;
}
@media (min-width: 768px) {
    .cta-banner-content { text-align: left; }
}
.cta-banner-title {
    font-size: clamp(2rem, 3.5vw + 1rem, 3.5rem);
    margin-bottom: var(--space-sm);
}
.cta-banner-subtitle {
    color: var(--muted-foreground);
    font-size: 1.1rem;
    margin-bottom: var(--space-md);
    max-width: 56ch;
}
@media (min-width: 768px) { .cta-banner-subtitle { margin-left: 0; margin-right: 0; } }
@media (max-width: 767px) { .cta-banner-subtitle { margin-left: auto; margin-right: auto; } }
.cta-banner-disclaimer {
    font-size: 0.85rem;
    color: var(--muted-foreground);
    margin-top: var(--space-sm);
    margin-bottom: 0;
}

/* ============================================
   QUOTE BLOCK
   ============================================ */
.quote-grid {
    display: grid;
    gap: var(--space-md);
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .quote-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.quote-block {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-lg) var(--space-md) var(--space-md);
    position: relative;
    margin: 0;
}
.quote-mark {
    position: absolute;
    top: -28px; left: 20px;
    font-family: "Bangers", sans-serif;
    font-size: 6rem;
    color: var(--secondary);
    line-height: 1;
    text-shadow: 0 0 24px rgba(57, 255, 92, 0.6);
}
.quote-text {
    margin: 0 0 var(--space-md);
    font-style: italic;
    font-size: 1.125rem;
    color: var(--foreground);
    line-height: 1.6;
}
.quote-text p { margin: 0; color: var(--foreground); }
.quote-attribution {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: var(--space-md);
    border-top: 1px solid var(--secondary);
}
.quote-avatar {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
}
.quote-author {
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--foreground);
    font-size: 1.05rem;
}
.quote-meta {
    font-size: 0.85rem;
    color: var(--muted-foreground);
}

/* ============================================
   CALLOUT / SUMMARY / PULL QUOTE
   ============================================ */
.callout {
    background: var(--muted);
    border-left: 4px solid var(--secondary);
    padding: var(--space-md);
    border-radius: var(--radius-md);
    margin: var(--space-md) 0;
}
.callout-title {
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    color: var(--secondary);
    text-transform: uppercase;
}
.callout p:last-child { margin-bottom: 0; }

.summary-box {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(57, 255, 92, 0.08));
    border: 1.5px solid var(--primary);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    margin: var(--space-lg) 0;
}
.summary-box-title {
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.08em;
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: var(--space-sm);
}

.pull-quote {
    border-left: 4px solid var(--primary);
    padding: var(--space-md) var(--space-lg);
    font-family: "Bangers", sans-serif;
    font-size: clamp(1.4rem, 2vw + 1rem, 2.2rem);
    color: var(--foreground);
    letter-spacing: 0.04em;
    margin: var(--space-lg) 0;
    background: rgba(168, 85, 247, 0.08);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

/* ============================================
   TABLES
   ============================================ */
.table-wrapper {
    margin: var(--space-md) 0;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    overflow-x: auto;
}
.table-wrapper:focus {
    outline: 2px solid var(--secondary);
    outline-offset: 2px;
}
table.data-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card);
    font-size: 0.97rem;
}
.data-table th, .data-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
.data-table th {
    background: var(--muted);
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: 400;
    font-size: 1rem;
}
.data-table tbody tr:hover { background: rgba(168, 85, 247, 0.06); }
.data-table .col-recommended {
    background: rgba(57, 255, 92, 0.1);
    border-left: 3px solid var(--secondary);
    border-right: 3px solid var(--secondary);
}

/* ============================================
   LISTS - Pros/Cons
   ============================================ */
.pros-cons {
    display: grid;
    gap: var(--space-md);
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .pros-cons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.pros-col, .cons-col {
    background: var(--card);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    border: 1.5px solid var(--border);
}
.pros-col { border-left: 4px solid var(--secondary); }
.cons-col { border-left: 4px solid var(--accent); }
.pros-col h3 { color: var(--secondary); }
.cons-col h3 { color: var(--accent); }
.pros-list, .cons-list {
    list-style: none;
    padding: 0; margin: 0;
}
.pros-list li, .cons-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: var(--foreground);
}
.pros-list li::before {
    content: "+";
    position: absolute;
    left: 0; top: 8px;
    color: var(--secondary);
    font-family: "Bangers", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}
.cons-list li::before {
    content: "−";
    position: absolute;
    left: 0; top: 8px;
    color: var(--accent);
    font-family: "Bangers", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}

/* ============================================
   TRUST / BADGES
   ============================================ */
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: var(--space-md) 0;
}
.trust-badge {
    background: var(--muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 8px 16px;
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    color: var(--muted-foreground);
    font-size: 0.95rem;
}

.provider-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-sm);
    padding: var(--space-md);
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
}
@media (min-width: 600px) {
    .provider-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .provider-strip { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}
.provider-strip .provider-chip { text-align: center; }
.provider-chip {
    background: var(--muted);
    color: var(--foreground);
    padding: 12px 20px;
    border-radius: var(--radius-md);
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    font-size: 1rem;
    border: 1px solid var(--border);
    transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out);
}
.provider-chip:hover {
    transform: translateY(-2px);
    border-color: var(--secondary);
    color: var(--secondary);
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
    padding: var(--space-md) 0 0;
    font-size: 0.9rem;
    color: var(--muted-foreground);
}
.breadcrumb ol {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.breadcrumb li:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: var(--primary);
}
.breadcrumb a { color: var(--muted-foreground); }
.breadcrumb a:hover { color: var(--secondary); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #07051a;
    border-top: 2px solid var(--primary);
    padding: var(--space-xl) 0 var(--space-md);
    margin-top: var(--space-xl);
}
.footer-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-sm);
    display: grid;
    gap: var(--space-lg);
    grid-template-columns: 1fr;
}
@media (min-width: 600px) {
    .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 var(--space-md); }
}
@media (min-width: 1024px) {
    .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: var(--space-sm);
    font-family: "Bangers", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--foreground);
}
.footer-tagline {
    color: var(--muted-foreground);
    font-size: 0.95rem;
    margin-bottom: var(--space-sm);
}
.license-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.license-badge, .age-badge {
    background: var(--muted);
    color: var(--secondary);
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    border: 1px solid var(--secondary);
}
.age-badge { color: var(--accent); border-color: var(--accent); }
.footer-heading {
    font-family: "Bangers", sans-serif;
    letter-spacing: 0.08em;
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-bottom: var(--space-sm);
}
.footer-links {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a {
    color: var(--muted-foreground);
    font-size: 0.95rem;
}
.footer-links a:hover { color: var(--secondary); }

.payment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: var(--space-md);
}
.payment-chip {
    background: var(--muted);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 6px 10px;
    font-family: "Bangers", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: var(--muted-foreground);
}

.footer-bottom {
    max-width: var(--container-max);
    margin: var(--space-lg) auto 0;
    padding: var(--space-md) var(--space-sm) 0;
    border-top: 1px solid var(--border);
    text-align: center;
    color: var(--muted-foreground);
    font-size: 0.85rem;
}

/* ============================================
   SCROLL REVEAL
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
}
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   COIN SHOWER (initial load)
   ============================================ */
.coin-shower {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1500;
    overflow: hidden;
}
.coin {
    position: absolute;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff7c2, var(--secondary) 60%, #1a8b2c);
    box-shadow: 0 0 12px rgba(57, 255, 92, 0.6);
    animation: coin-fall 2.2s ease-in forwards;
}
@keyframes coin-fall {
    0% { transform: translateY(-40px) rotate(0); opacity: 1; }
    100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .coin-shower { display: none; }
}

/* ============================================
   SITEMAP PAGE
   ============================================ */
.sitemap-list {
    max-width: var(--content-max);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
.sitemap-entry {
    padding: var(--space-md) 0;
    border-bottom: 1px solid var(--border);
}
.sitemap-entry:last-child { border-bottom: none; }
.sitemap-entry h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
}
.sitemap-entry h3 a { color: var(--secondary); }
.sitemap-entry h3 a:hover { color: var(--primary); }
.sitemap-entry p {
    margin: 0;
    color: var(--muted-foreground);
}

/* ============================================
   FORM / TEXT UTILITIES
   ============================================ */
.text-center { text-align: center; }
.text-secondary { color: var(--secondary); }
.text-primary { color: var(--primary); }
.text-accent { color: var(--accent); }
.text-muted { color: var(--muted-foreground); }
.mt-lg { margin-top: var(--space-lg); }
.mb-lg { margin-bottom: var(--space-lg); }