/* ============================================
   1RED CASINO - DESIGN SYSTEM
   Cosmic sci-fi + neon pop-art • mobile-first
   ============================================ */

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

* {
    margin: 0;
    padding: 0;
}

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

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(225,6,0,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 100%, rgba(225,6,0,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(20,0,5,0.4) 0%, transparent 70%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Media safe defaults */
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;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

p, li, td, th {
    overflow-wrap: break-word;
}

input, textarea, select, button {
    font: inherit;
    color: inherit;
    max-width: 100%;
}

ul, ol {
    list-style: none;
}

a {
    color: #FF6A5C;
    text-decoration: none;
    transition: color 220ms ease-out;
}

a:hover {
    color: #FF8577;
}

section {
    overflow: clip;
    position: relative;
}

/* In-text links inside paragraphs/lists need underline + brighter color for contrast & distinguishability */
.seo-content p a,
.seo-content li a,
.callout p a,
.callout-accent p a,
section p a:not(.btn):not(.link-card):not(.chip):not(.nav-link):not(.brand) {
    color: #FF8577;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255,133,119,0.6);
}

.seo-content p a:hover,
.seo-content li a:hover,
.callout p a:hover,
.callout-accent p a:hover,
section p a:not(.btn):not(.link-card):not(.chip):not(.nav-link):not(.brand):hover {
    color: #FFA398;
    text-decoration-color: #FFA398;
}

/* Skip link for a11y */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--primary);
    color: var(--primary-foreground);
    padding: 12px 20px;
    z-index: 9999;
    font-weight: 700;
}
.skip-link:focus {
    left: 16px;
    top: 16px;
}

/* ============================================
   TYPOGRAPHY
   Bricolage Grotesque headings + Space Grotesk body
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--foreground);
}

h1 {
    font-size: clamp(2.5rem, 6vw + 1rem, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
}

h3 {
    font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
    font-weight: 600;
    line-height: 1.2;
}

h4 {
    font-size: clamp(1.25rem, 1vw + 0.75rem, 1.5rem);
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    color: var(--foreground);
}

p:last-child { margin-bottom: 0; }

.eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    margin-bottom: 16px;
}

.gradient-text {
    background: linear-gradient(135deg, #FF1F0F 0%, #E10600 50%, #B30500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 60px rgba(225,6,0,0.4);
    filter: drop-shadow(0 0 24px rgba(225,6,0,0.5));
}

.lead {
    font-size: clamp(1.125rem, 1vw + 1rem, 1.375rem);
    line-height: 1.6;
    color: var(--muted-foreground);
    margin-bottom: 2rem;
}

/* ============================================
   LAYOUT - Container & sections
   ============================================ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .container { padding: 0 32px; }
}

.container-narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: var(--space-3xl) 0;
}

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

.section-tight { padding: var(--space-2xl) 0; }

.section-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.section-header.left {
    text-align: left;
}

/* Decorative scanline overlay */
.scanlines {
    position: relative;
}
.scanlines::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 8px,
        rgba(225,6,0,0.04) 8px,
        rgba(225,6,0,0.04) 9px
    );
    pointer-events: none;
    z-index: 0;
}
.scanlines > * { position: relative; z-index: 1; }

/* Nebula background */
.nebula-bg {
    position: relative;
    background:
        radial-gradient(ellipse 60% 80% at 20% 20%, rgba(225,6,0,0.25) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 80%, rgba(225,6,0,0.18) 0%, transparent 50%),
        var(--background);
}

/* ============================================
   HEADER - fixed glass header with brand & nav
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10,6,8,0.85);
    border-bottom: 1px solid var(--border);
    height: var(--header-height);
}

@media (min-width: 1024px) {
    .site-header {
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }
}

.header-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media (min-width: 768px) {
    .header-inner { padding: 0 32px; }
}

body { padding-top: var(--header-height); }

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 800;
    flex-shrink: 0;
}

.brand-mark {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #FF1F0F 0%, #B30500 100%);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 0 20px rgba(225,6,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.15);
}

.brand-text {
    font-size: 18px;
    letter-spacing: 0.02em;
}

.brand-text-accent {
    color: #FF6A5C;
}

/* Desktop nav */
.main-nav {
    display: none;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    display: block;
    padding: 10px 14px;
    color: var(--foreground);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 220ms ease-out;
    position: relative;
    text-decoration: none;
}

.nav-link:hover {
    color: var(--primary);
    background: rgba(225,6,0,0.08);
}

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

@media (min-width: 1024px) {
    .main-nav {
        display: flex;
    }
    .mobile-menu-toggle { display: none !important; }
}

/* Mobile menu toggle */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: relative;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--foreground);
    transition: transform 300ms ease, opacity 200ms ease;
    transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) 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(-7px) rotate(-45deg);
}

/* Mobile nav drawer */
@media (max-width: 1023px) {
    .main-nav {
        display: none;
        position: fixed;
        top: var(--header-height);
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--background);
        background-image:
            radial-gradient(ellipse 80% 50% at 50% 0%, rgba(225,6,0,0.18) 0%, transparent 60%);
        z-index: 999;
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px 32px;
        overflow-y: auto;
        gap: 0;
    }
    .main-nav.is-open {
        display: flex;
    }
    .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        margin-bottom: 24px;
    }
    .nav-link {
        min-height: 56px;
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 14px 16px;
        border-bottom: 1px solid var(--border);
        border-radius: 0;
    }
    .nav-cta-group {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: auto;
    }
    .nav-cta-group .btn {
        justify-content: center;
        min-height: 56px;
        font-size: 16px;
    }
}

/* ============================================
   BUTTONS
   Primary crimson with neon glow + ghost variant
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 220ms ease-out;
    min-height: 48px;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #FF1F0F 0%, #E10600 50%, #B30500 100%);
    color: var(--primary-foreground);
    box-shadow: 0 4px 20px rgba(225,6,0,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn-primary:hover {
    color: var(--primary-foreground);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(225,6,0,0.6), inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border-color: var(--border-strong);
}
.btn-ghost:hover {
    color: var(--foreground);
    border-color: var(--primary);
    background: rgba(225,6,0,0.08);
}

.btn-sm {
    padding: 8px 16px;
    font-size: 13px;
    min-height: 40px;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 17px;
    min-height: 56px;
}

@keyframes pulseRed {
    0%, 100% { box-shadow: 0 4px 20px rgba(225,6,0,0.4), inset 0 1px 0 rgba(255,255,255,0.2); }
    50% { box-shadow: 0 4px 32px rgba(225,6,0,0.7), 0 0 60px rgba(225,6,0,0.3), inset 0 1px 0 rgba(255,255,255,0.25); }
}

.btn-pulse {
    animation: pulseRed 2.4s ease-in-out infinite;
}

/* ============================================
   CARDS - base panel system
   ============================================ */
.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    transition: all 220ms ease-out;
    min-width: 0;
}

@media (min-width: 768px) {
    .card { padding: 32px; }
}

.card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-red);
}

.card-featured {
    border-color: var(--primary);
    box-shadow: var(--shadow-red);
    background: linear-gradient(135deg, var(--card) 0%, rgba(225,6,0,0.06) 100%);
}

/* ============================================
   GAME CARD - slot/live game tile
   ============================================ */
.game-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 220ms ease-out;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.game-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-red);
}

.game-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #1F1A1C 0%, #0A0608 100%);
}

.game-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.game-card:hover .game-card-media img {
    transform: scale(1.05);
}

.game-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 800;
    color: var(--primary);
    background:
        radial-gradient(circle at 50% 50%, rgba(225,6,0,0.2) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgba(225,6,0,0.05) 0 8px, transparent 8px 16px);
}

.game-card-rtp {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #FFD24A 0%, #FFB800 100%);
    color: #1A1416;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 8px rgba(255,184,0,0.4);
}

.game-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.game-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

@media (min-width: 768px) {
    .game-card-body { padding: 20px; }
}

.game-card-provider {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-foreground);
    margin: 0;
}

.game-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--foreground);
    margin: 0;
}

.game-card-cta {
    margin-top: auto;
    align-self: flex-start;
}

/* Game grid */
.game-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

@media (min-width: 600px) {
    .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
    .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
}

@media (min-width: 1200px) {
    .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
}

/* ============================================
   BONUS CARD - Promo offer card
   ============================================ */
.bonus-card {
    position: relative;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    overflow: hidden;
    transition: all 220ms ease-out;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .bonus-card { padding: 40px 32px; }
}

.bonus-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-red);
}

.bonus-card-scanlines {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 60% 50% at 50% 30%, rgba(225,6,0,0.18) 0%, transparent 70%),
        repeating-linear-gradient(135deg, transparent 0 12px, rgba(225,6,0,0.04) 12px 13px);
    pointer-events: none;
    z-index: 0;
}

.bonus-card > *:not(.bonus-card-scanlines) {
    position: relative;
    z-index: 1;
}

.bonus-card-eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    margin: 0;
}

.bonus-card-amount-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bonus-card-amount {
    font-family: var(--font-display);
    font-size: clamp(3rem, 8vw + 1rem, 5.5rem);
    font-weight: 800;
    line-height: 0.95;
    background: linear-gradient(135deg, #FF3F2F 0%, #E10600 50%, #8F0400 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 24px rgba(225,6,0,0.5));
    letter-spacing: -0.04em;
}

.bonus-card-suffix {
    font-family: var(--font-display);
    font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
    font-weight: 700;
    color: var(--foreground);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bonus-card-description {
    font-size: 15px;
    color: var(--muted-foreground);
    line-height: 1.55;
    margin: 0;
}

.bonus-card-code {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1.5px dashed var(--primary);
    border-radius: var(--radius-pill);
    background: rgba(225,6,0,0.08);
    align-self: flex-start;
}

.bonus-code-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-foreground);
}

.bonus-code-value {
    font-family: ui-monospace, "SF Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    color: #FF6A5C;
    letter-spacing: 0.05em;
}

.bonus-card-cta {
    align-self: flex-start;
    margin-top: 4px;
}

.bonus-card-featured {
    border-color: var(--primary);
    box-shadow: var(--shadow-red);
}

.bonus-card-vip {
    border-color: var(--accent);
}
.bonus-card-vip .bonus-card-eyebrow { color: var(--accent); }

/* Bonus grid */
.bonus-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}

@media (min-width: 1024px) {
    .bonus-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .bonus-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
    .bonus-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ============================================
   FAQ ACCORDION - expandable Q&A
   ============================================ */
.faq-accordion {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto;
}

.faq-accordion-title {
    padding: 24px;
    border-bottom: 1px solid var(--border);
    font-size: 20px;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}
.faq-item:last-child { border-bottom: none; }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    min-height: 56px;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--foreground);
    transition: background 220ms ease-out;
    border-left: 3px solid transparent;
}

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

.faq-question:hover {
    background: rgba(225,6,0,0.05);
}

.faq-item[open] > .faq-question {
    background: rgba(225,6,0,0.08);
    border-left-color: var(--primary);
    color: #FF6A5C;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: var(--primary);
    top: 50%;
    left: 50%;
    transition: transform 300ms ease-out;
}

.faq-icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.faq-item[open] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq-answer {
    padding: 0 24px 24px;
    color: var(--muted-foreground);
    font-size: 16px;
    line-height: 1.65;
    border-left: 3px solid var(--primary);
}

.faq-answer p { margin: 0; }

/* ============================================
   CTA BANNER - full-bleed conversion section
   ============================================ */
.cta-banner {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 40px 0;
}

@media (min-width: 1024px) {
    .cta-banner { padding: 128px 32px; }
}

.cta-banner-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 0% 50%, rgba(225,6,0,0.3) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 100% 50%, rgba(225,6,0,0.25) 0%, transparent 60%),
        repeating-linear-gradient(135deg, transparent 0 14px, rgba(225,6,0,0.04) 14px 15px),
        var(--background);
    pointer-events: none;
}

.cta-banner-inner {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.cta-banner-headline {
    font-size: clamp(2rem, 5vw + 0.5rem, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--foreground);
    margin: 0;
}

.cta-banner-headline strong,
.cta-banner-headline .gradient-text {
    background: linear-gradient(135deg, #FF3F2F 0%, #E10600 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 30px rgba(225,6,0,0.5));
}

.cta-banner-subtext {
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem);
    color: var(--muted-foreground);
    max-width: 640px;
    margin: 0;
}

.cta-banner-micro {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-foreground);
    margin: 8px 0 0;
}

/* ============================================
   PROVIDER LOGO STRIP
   ============================================ */
.provider-strip {
    position: relative;
    padding: 32px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: linear-gradient(90deg, transparent 0%, rgba(225,6,0,0.04) 50%, transparent 100%);
}

.provider-strip-title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted-foreground);
    margin-bottom: 24px;
}

.provider-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 600px) {
    .provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
    .provider-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
    .provider-grid { grid-template-columns: repeat(10, minmax(0, 1fr)); }
}

.provider-cell {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--muted-foreground);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 220ms ease-out;
    text-align: center;
    padding: 4px 8px;
}

.provider-cell:hover {
    color: var(--foreground);
    border-color: var(--primary);
    background: rgba(225,6,0,0.08);
}

/* ============================================
   STAT BLOCK - trust signals
   ============================================ */
.stat-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
}

@media (min-width: 600px) {
    .stat-block { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
    .stat-block { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.stat-cell {
    padding: 32px 24px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 600px) {
    .stat-cell {
        border-right: 1px solid var(--border);
    }
    .stat-cell:nth-child(2n) { border-right: none; }
    .stat-cell:nth-last-child(-n+2) { border-bottom: none; }
}

@media (min-width: 900px) {
    .stat-cell {
        border-right: 1px solid var(--border);
        border-bottom: none;
    }
    .stat-cell:nth-child(2n) { border-right: 1px solid var(--border); }
    .stat-cell:last-child { border-right: none; }
}

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #FF3F2F 0%, #E10600 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(225,6,0,0.4));
    letter-spacing: -0.03em;
}

.stat-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--foreground);
    margin-top: 8px;
}

.stat-source {
    font-size: 11px;
    color: var(--muted-foreground);
    margin-top: 4px;
}

/* ============================================
   HERO PATTERNS
   ============================================ */
.hero {
    position: relative;
    padding: 48px 0 64px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero { padding: 80px 0 96px; }
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

@media (min-width: 900px) {
    .hero-grid { grid-template-columns: 1.2fr 1fr; gap: 48px; }
}

.hero-content { display: flex; flex-direction: column; gap: 20px; }

.hero-amount {
    font-family: var(--font-display);
    font-size: clamp(4rem, 12vw + 1rem, 8rem);
    font-weight: 800;
    line-height: 0.9;
    background: linear-gradient(135deg, #FF3F2F 0%, #E10600 50%, #8F0400 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 40px rgba(225,6,0,0.55));
    letter-spacing: -0.04em;
    margin: 8px 0;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 16px;
    font-size: 12px;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hero-visual {
    position: relative;
    aspect-ratio: 1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    background: linear-gradient(135deg, #1A1416 0%, #0A0608 100%);
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(225,6,0,0.4) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(225,6,0,0.25) 0%, transparent 50%);
}

.hero-visual img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   FEATURE / BENEFIT GRID
   ============================================ */
.feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

@media (min-width: 600px) { .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.feature-tile {
    background: var(--card);
    border: 1px solid var(--border);
    border-top: 3px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 28px 24px;
    transition: all 220ms ease-out;
    min-width: 0;
}

.feature-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-red);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(225,6,0,0.2) 0%, rgba(225,6,0,0.05) 100%);
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #FF6A5C;
    font-size: 22px;
    font-weight: 800;
}

.feature-tile h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--foreground);
}

.feature-tile p {
    font-size: 15px;
    color: var(--muted-foreground);
    margin: 0;
}

/* ============================================
   TABLES - comparison & data
   ============================================ */
.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--card);
    margin: 24px 0;
}

.table-wrapper:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
    font-size: 15px;
}

table thead {
    background: linear-gradient(135deg, rgba(225,6,0,0.18) 0%, rgba(225,6,0,0.08) 100%);
}

table th {
    text-align: left;
    padding: 16px 20px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--foreground);
    border-bottom: 1px solid var(--primary);
}

table td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    color: var(--foreground);
}

table tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.02);
}

table tbody tr:last-child td {
    border-bottom: none;
}

table .highlight-col {
    background: rgba(225,6,0,0.1);
    font-weight: 600;
}

/* ============================================
   LISTS & BULLETS
   ============================================ */
.check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 32px;
    color: var(--foreground);
    font-size: 16px;
    line-height: 1.55;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 12px rgba(225,6,0,0.4);
}

.bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bullet-list li {
    position: relative;
    padding-left: 20px;
    color: var(--foreground);
}
.bullet-list li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 800;
}

/* ============================================
   CALLOUTS / TIPS / NOTES
   ============================================ */
.callout {
    background: var(--card);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 24px 28px;
    margin: 32px 0;
    box-shadow: var(--shadow-sm);
}

.callout-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FF8577;
    margin-bottom: 8px;
}

.callout h3, .callout h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--foreground);
}

.callout p { margin: 0; color: var(--muted-foreground); }

.callout-accent {
    border-left-color: var(--accent);
}
.callout-accent .callout-eyebrow { color: var(--accent); }

/* TL;DR summary box */
.summary-box {
    background: linear-gradient(135deg, rgba(225,6,0,0.12) 0%, rgba(225,6,0,0.04) 100%);
    border: 1px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 24px 28px;
    margin: 32px 0;
}

.summary-box-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FF6A5C;
    background: rgba(225,6,0,0.15);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

/* Pull quote */
blockquote, .pullquote {
    margin: 32px 0;
    padding: 24px 28px 24px 36px;
    border-left: 4px solid var(--primary);
    background: var(--card);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-family: var(--font-display);
    font-size: clamp(1.125rem, 1vw + 1rem, 1.5rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--foreground);
    position: relative;
}

blockquote::before {
    content: "\201C";
    position: absolute;
    top: -8px;
    left: 16px;
    font-size: 60px;
    color: var(--primary);
    line-height: 1;
    opacity: 0.4;
}

blockquote cite, .pullquote cite {
    display: block;
    margin-top: 16px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: var(--muted-foreground);
    letter-spacing: 0.05em;
}

/* Stat highlight inline */
.stat-highlight {
    display: inline-flex;
    flex-direction: column;
    padding: 16px 24px;
    background: rgba(225,6,0,0.1);
    border: 1px solid var(--primary);
    border-radius: var(--radius-md);
    margin: 16px 0;
}

.stat-highlight strong {
    font-family: var(--font-display);
    font-size: 32px;
    color: #FF6A5C;
    line-height: 1;
}
.stat-highlight span {
    font-size: 13px;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

/* Trust badges row */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
    padding: 24px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted-foreground);
}

/* ============================================
   SEO TEXT BLOCK - long-form readable content
   ============================================ */
.seo-content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.seo-content h2 {
    margin-top: 56px;
    margin-bottom: 20px;
}

.seo-content h2:first-child { margin-top: 0; }

.seo-content h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.seo-content p, .seo-content ul, .seo-content ol {
    margin-bottom: 20px;
    color: var(--foreground);
}

.seo-content ul li, .seo-content ol li {
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
}

.seo-content ul li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 12px;
    top: 7px;
}

.seo-content ol {
    counter-reset: seo-list;
}
.seo-content ol li {
    counter-increment: seo-list;
}
.seo-content ol li::before {
    content: counter(seo-list) ".";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 800;
    font-family: var(--font-display);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--background-elevated);
    border-top: 1px solid var(--border);
    padding: 64px 0 32px;
    margin-top: 80px;
}

.footer-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .footer-inner { padding: 0 32px; }
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-bottom: 48px;
}

@media (min-width: 600px) {
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
}

.brand-footer {
    margin-bottom: 16px;
}

.brand-footer .brand-text-accent {
    color: #FF6A5C;
}

.footer-tagline {
    font-size: 14px;
    color: var(--muted-foreground);
    line-height: 1.6;
    max-width: 320px;
    margin: 0;
}

.footer-heading {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--foreground);
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--muted-foreground);
    font-size: 14px;
    transition: color 220ms ease-out;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary);
}

.payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.payment-list li {
    padding: 6px 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted-foreground);
}

.license-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.badge-18 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #FF6A5C;
    color: #FF6A5C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
}

.license-text {
    font-size: 11px;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid var(--border);
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: var(--muted-foreground);
    margin: 0;
}

/* ============================================
   INTERNAL LINKS GRID - for hub linking
   ============================================ */
.link-cards-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

@media (min-width: 600px) { .link-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .link-cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.link-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: var(--card);
    border: 1px solid var(--border);
    border-left: 3px solid var(--primary);
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--foreground);
    transition: all 220ms ease-out;
    min-width: 0;
}

.link-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-red);
    color: var(--foreground);
}

.link-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(225,6,0,0.15);
    color: #FF6A5C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
}

.link-card h3 {
    font-size: 18px;
    margin: 0;
}

.link-card p {
    font-size: 14px;
    color: var(--muted-foreground);
    margin: 0;
}

.link-card-arrow {
    color: #FF6A5C;
    font-weight: 700;
    margin-top: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ============================================
   CHIPS / TAGS / FILTERS
   ============================================ */
.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.chip-row-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    color: var(--foreground);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 220ms ease-out;
    flex-shrink: 0;
    cursor: pointer;
    min-height: 40px;
}

.chip:hover {
    border-color: var(--primary);
    color: #FF6A5C;
}

.chip.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .btn-pulse {
        animation: none;
    }
    *, *::before, *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

/* ============================================
   UNLOCK PAGE - full viewport centered loader
   ============================================ */
.unlock-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 50%, rgba(225,6,0,0.25) 0%, transparent 60%),
        var(--background);
}

.unlock-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 480px;
}

.unlock-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 24px;
}

.unlock-spinner {
    width: 64px;
    height: 64px;
    border: 4px solid rgba(225,6,0,0.2);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 40px rgba(225,6,0,0.4);
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.unlock-headline {
    font-size: clamp(1.5rem, 3vw + 1rem, 2.25rem);
    color: var(--foreground);
}

.unlock-message {
    font-size: 16px;
    color: var(--muted-foreground);
    margin: 0;
}

/* ============================================
   PIXEL RETRO ACCENTS - slots page
   ============================================ */
.pixel-reels {
    background: linear-gradient(180deg, #1A1416 0%, #0A0608 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.pixel-reel-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 420px;
    border: 4px solid var(--primary);
    border-radius: 4px;
    background: #060304;
    padding: 12px;
    box-shadow:
        0 0 0 2px #1A1416,
        0 0 0 4px var(--primary),
        0 0 60px rgba(225,6,0,0.5),
        inset 0 0 24px rgba(225,6,0,0.2);
    image-rendering: pixelated;
}

.pixel-reel {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #0A0608;
    border: 2px solid #2A1418;
    padding: 8px 4px;
    animation: reelSpin 3s ease-in-out infinite;
}

.pixel-reel:nth-child(2) { animation-delay: 0.2s; }
.pixel-reel:nth-child(3) { animation-delay: 0.4s; }

.pixel-reel span {
    font-family: var(--font-display);
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 800;
    color: #FF6A5C;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    text-shadow: 0 0 8px rgba(225,6,0,0.8), 2px 2px 0 #5A0500;
    letter-spacing: -0.05em;
    image-rendering: pixelated;
}

.pixel-reel span:nth-child(2) { color: #FFB800; text-shadow: 0 0 8px rgba(255,184,0,0.8), 2px 2px 0 #5A4500; }
.pixel-reel span:nth-child(3) { color: #FF1F0F; text-shadow: 0 0 8px rgba(255,31,15,0.8), 2px 2px 0 #5A0500; }

@keyframes reelSpin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.pixel-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,0.3) 3px 4px),
        repeating-linear-gradient(90deg, transparent 0 3px, rgba(0,0,0,0.2) 3px 4px);
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* Pixel chip filters */
.pixel-chip {
    border-radius: 4px;
    border: 2px solid var(--border-strong);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    box-shadow: 2px 2px 0 #1A1416;
    image-rendering: pixelated;
}

.pixel-chip:hover {
    border-color: var(--primary);
    box-shadow: 2px 2px 0 #2A0500, 0 0 12px rgba(225,6,0,0.4);
}

.pixel-chip.is-active {
    background: var(--primary);
    border-color: #FF6A5C;
    color: #fff;
    box-shadow: 2px 2px 0 #5A0500, 0 0 16px rgba(225,6,0,0.6);
}

/* Slot grid item hidden state */
#slot-grid > [data-category] {
    display: block;
    transition: opacity 220ms ease-out, transform 220ms ease-out;
}

#slot-grid > [data-category].is-hidden {
    display: none;
}

/* ============================================
   PHONE MOCKUP - mobile play section
   ============================================ */
.phone-mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.phone-frame {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 18;
    background: #0A0608;
    border: 6px solid #1A1416;
    border-radius: 32px;
    padding: 12px 8px 24px;
    position: relative;
    box-shadow:
        0 0 0 2px var(--primary),
        0 0 60px rgba(225,6,0,0.5),
        inset 0 0 24px rgba(0,0,0,0.6);
}

.phone-frame::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: #2A2326;
    border-radius: 4px;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #120B0E 0%, #0A0608 100%);
    border-radius: 20px;
    padding: 32px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.phone-header {
    text-align: center;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    color: #FF6A5C;
    letter-spacing: 0.15em;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
}

.phone-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    flex: 1;
}

.phone-tile {
    background: linear-gradient(135deg, #1F1A1C 0%, #0A0608 100%);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}

.phone-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(225,6,0,0.3) 0%, transparent 60%);
}

.phone-tile span {
    position: relative;
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 800;
    color: #FFB800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.phone-cta {
    background: linear-gradient(135deg, #FF1F0F 0%, #B30500 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    box-shadow: 0 0 16px rgba(225,6,0,0.6);
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-md { margin-bottom: 16px; }
.mb-lg { margin-bottom: 32px; }
.mt-lg { margin-top: 32px; }

.split-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

@media (min-width: 900px) {
    .split-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
}

/* Focus styles */
:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

button:focus-visible,
.btn:focus-visible {
    outline-offset: 3px;
}