/* ============================================
   1RED CASINO - COMIC GRAFFITI DESIGN SYSTEM
   Mobile-first | Bold red | Bangers + Outfit
   ============================================ */

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

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

body {
    margin: 0;
    font-family: "Outfit", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--foreground);
    background-color: var(--background);
    background-image:
        radial-gradient(circle at 15% 20%, rgba(225, 6, 0, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(255, 214, 10, 0.05) 0%, transparent 40%);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

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

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

section {
    overflow: clip;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color 200ms ease-out;
}

a:hover {
    color: var(--secondary);
}

/* Ensure inline prose links meet WCAG AA contrast on muted/paper backgrounds */
.bg-muted p a:not(.btn),
.bg-muted li a:not(.btn),
.seo-content p a:not(.btn),
.seo-content li a:not(.btn) {
    color: #b30500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.bg-muted p a:not(.btn):hover,
.bg-muted li a:not(.btn):hover,
.seo-content p a:not(.btn):hover,
.seo-content li a:not(.btn):hover {
    color: var(--secondary);
}

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

.skip-link:focus {
    left: 0;
}

/* ============================================
   TYPOGRAPHY - Bangers headlines + Outfit body
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Bangers", "Outfit", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
    color: var(--secondary);
    margin: 0 0 0.6em;
    text-transform: uppercase;
}

h1 { font-size: clamp(2.4rem, 7vw + 0.5rem, 4.5rem); }
h2 { font-size: clamp(1.9rem, 5vw + 0.4rem, 3.25rem); }
h3 { font-size: clamp(1.4rem, 3vw + 0.3rem, 2rem); }
h4 { font-size: clamp(1.2rem, 2vw + 0.3rem, 1.5rem); }

p {
    margin: 0 0 1.4em;
}

strong, b { font-weight: 700; }

::selection {
    background: var(--primary);
    color: var(--primary-foreground);
}

/* Highlighter stroke for numbers/key terms */
.highlighter {
    background: linear-gradient(180deg, transparent 55%, var(--accent) 55%, var(--accent) 92%, transparent 92%);
    padding: 0 0.15em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* Spray-paint tag style */
.spray-tag {
    display: inline-block;
    background: var(--secondary);
    color: var(--accent);
    font-family: "Bangers", sans-serif;
    padding: 2px 10px;
    border: 2px dashed var(--primary);
    transform: rotate(-2deg);
    letter-spacing: 0.05em;
}

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

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

section.section,
.section {
    padding: 64px 0;
}

@media (min-width: 1024px) {
    .section {
        padding: 120px 0;
    }
}

.section-head {
    text-align: center;
    margin-bottom: 48px;
}

.section-head h2 {
    transform: rotate(-1deg);
}

.section-head p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted-foreground);
    font-size: 1.05rem;
}

/* ============================================
   HEADER - Fixed comic-style nav
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--background);
    border-bottom: 4px solid var(--secondary);
    box-shadow: 0 4px 0 var(--primary);
}

body { padding-top: 76px; }

@media (min-width: 1024px) {
    body { padding-top: 88px; }
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

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

/* Brand / Logo */
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--secondary);
}

.brand-mark {
    width: 44px;
    height: 44px;
    background: var(--primary);
    border: 3px solid var(--secondary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 3px 3px 0 var(--secondary);
    transform: rotate(-4deg);
    flex-shrink: 0;
}

.brand-mark-1 {
    font-family: "Bangers", sans-serif;
    color: var(--accent);
    font-size: 26px;
    line-height: 1;
    text-shadow: 2px 2px 0 var(--secondary);
}

.brand-text {
    font-family: "Bangers", sans-serif;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}

.brand-text-accent {
    color: var(--primary);
    margin-left: 2px;
}

/* Main nav */
.main-nav {
    display: none;
}

@media (min-width: 1024px) {
    .main-nav {
        display: flex;
        align-items: center;
        gap: 32px;
        flex: 1;
        justify-content: flex-end;
    }
    .nav-list {
        display: flex;
        gap: 28px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav-link {
        font-family: "Bangers", sans-serif;
        font-size: 20px;
        letter-spacing: 0.04em;
        color: var(--secondary);
        text-transform: uppercase;
        position: relative;
        padding: 4px 0;
    }
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 4px;
        background: var(--primary);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 200ms ease-out;
    }
    .nav-link:hover {
        color: var(--primary);
    }
    .nav-link:hover::after {
        transform: scaleX(1);
    }
    .nav-actions {
        display: flex;
        gap: 12px;
    }
}

/* Mobile burger */
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48px;
    height: 48px;
    padding: 12px 8px;
    background: var(--primary);
    border: 3px solid var(--secondary);
    box-shadow: 3px 3px 0 var(--secondary);
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    height: 3px;
    background: var(--background);
    width: 100%;
    transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 1024px) {
    .menu-toggle { display: none; }
}

/* Mobile drawer */
@media (max-width: 1023px) {
    .main-nav {
        display: none;
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--background);
        z-index: 999;
        overflow-y: auto;
        padding: 32px 20px 60px;
        border-top: 4px solid var(--secondary);
    }
    .main-nav.is-open {
        display: flex;
        flex-direction: column;
    }
    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        list-style: none;
        margin: 0 0 32px;
        padding: 0;
        gap: 4px;
    }
    .nav-link {
        display: flex;
        align-items: center;
        min-height: 56px;
        padding: 8px 16px;
        font-family: "Bangers", sans-serif;
        font-size: 32px;
        color: var(--secondary);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border-bottom: 3px solid var(--secondary);
        transition: background 200ms;
    }
    .nav-link:hover, .nav-link:active {
        background: var(--primary);
        color: var(--background);
    }
    .nav-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 4px;
    }
}

/* ============================================
   BUTTONS - Comic-style with offset shadow
   ============================================ */
.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: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid var(--secondary);
    cursor: pointer;
    transition: transform 150ms ease-out, box-shadow 150ms ease-out;
    background: var(--card);
    color: var(--secondary);
    box-shadow: 4px 4px 0 var(--secondary);
    text-align: center;
    line-height: 1.2;
}

.btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--secondary);
}

.btn:active {
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 var(--secondary);
}

.btn-primary {
    background: var(--primary);
    color: var(--primary-foreground);
}

.btn-secondary {
    background: var(--secondary);
    color: var(--secondary-foreground);
    box-shadow: 4px 4px 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: 6px 6px 0 var(--primary);
}

.btn-ghost {
    background: transparent;
    color: var(--secondary);
    box-shadow: 4px 4px 0 var(--primary);
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-xl {
    min-height: 60px;
    padding: 18px 36px;
    font-size: 24px;
}

@media (min-width: 768px) {
    .btn-xl {
        min-height: 68px;
        padding: 20px 48px;
        font-size: 28px;
    }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 4px 4px 0 var(--secondary), 0 0 0 0 rgba(225, 6, 0, 0.6); }
    50% { box-shadow: 4px 4px 0 var(--secondary), 0 0 0 8px rgba(225, 6, 0, 0); }
}

@keyframes pulse-glow-secondary {
    0%, 100% { box-shadow: 4px 4px 0 var(--primary), 0 0 0 0 rgba(225, 6, 0, 0.7); }
    50% { box-shadow: 4px 4px 0 var(--primary), 0 0 0 10px rgba(225, 6, 0, 0); }
}

.btn-pulse.btn-primary {
    animation: pulse-glow 2.4s ease-out infinite;
}

.btn-pulse.btn-secondary {
    animation: pulse-glow-secondary 2.4s ease-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .btn-pulse { animation: none; }
}

/* Ensure button text color always wins over prose link colors */
.btn-primary,
.btn-primary:hover,
.btn-primary:visited {
    color: var(--primary-foreground);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:visited {
    color: var(--secondary-foreground);
}

.btn-ghost,
.btn-ghost:hover,
.btn-ghost:visited {
    color: var(--secondary);
}

/* ============================================
   HERO SECTIONS - Full-bleed splash
   ============================================ */
.hero {
    position: relative;
    background: var(--primary);
    color: var(--primary-foreground);
    padding: 60px 0 80px;
    border-bottom: 4px solid var(--secondary);
    overflow: clip;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 12% 22%, rgba(255, 214, 10, 0.18) 0%, transparent 18%),
        radial-gradient(circle at 88% 78%, rgba(0, 0, 0, 0.18) 0%, transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.08) 0%, transparent 30%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent 0 24px, rgba(0, 0, 0, 0.04) 24px 26px);
    pointer-events: none;
}

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

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    gap: 32px;
}

@media (min-width: 1024px) {
    .hero-inner {
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
        padding: 0 32px;
        gap: 48px;
    }
}

.hero h1 {
    color: var(--background);
    text-shadow: 4px 4px 0 var(--secondary);
    transform: rotate(-1.5deg);
    margin-bottom: 0.4em;
}

.hero-eyebrow {
    display: inline-block;
    background: var(--secondary);
    color: var(--accent);
    font-family: "Bangers", sans-serif;
    font-size: 18px;
    padding: 6px 16px;
    margin-bottom: 16px;
    transform: rotate(-2deg);
    letter-spacing: 0.06em;
}

.hero-lead {
    font-size: clamp(1.05rem, 1.2vw + 0.9rem, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    max-width: 560px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 280px;
}

.hero-visual img {
    border: 4px solid var(--secondary);
    box-shadow: 8px 8px 0 var(--secondary);
    background: var(--background);
    transform: rotate(2deg);
    width: 100%;
    max-width: 460px;
}

@keyframes float-mascot {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

.hero-visual img.float {
    animation: float-mascot 3s ease-in-out infinite;
}

/* ============================================
   GAME CARDS - Comic panel slot tiles
   ============================================ */
.game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

@media (min-width: 640px) {
    .game-grid { gap: 24px; }
}

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

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

.game-grid-3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

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

.game-card {
    background: var(--card);
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 200ms ease-out, box-shadow 200ms ease-out;
    position: relative;
}

.game-card:hover {
    transform: rotate(2deg) translateY(-4px);
    box-shadow: 10px 10px 0 var(--primary);
}

.game-card-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--muted);
    border: 3px solid var(--secondary);
    overflow: hidden;
}

.game-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 60px;
    background: linear-gradient(135deg, var(--primary), #8b0303);
}

.game-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--accent);
    color: var(--secondary);
    font-family: "Bangers", sans-serif;
    font-size: 14px;
    padding: 4px 10px;
    border: 2px solid var(--secondary);
    transform: rotate(-3deg);
    letter-spacing: 0.04em;
}

.game-card-badge-rtp { background: var(--accent); }
.game-card-badge-hot { background: var(--primary); color: var(--background); }
.game-card-badge-new { background: #5cff5c; }

.game-card-title {
    font-family: "Bangers", sans-serif;
    font-size: 20px;
    margin: 0;
    color: var(--secondary);
    line-height: 1;
    text-transform: uppercase;
}

.game-card-provider {
    font-size: 13px;
    color: var(--muted-foreground);
    margin: 0 0 4px;
    font-weight: 600;
}

/* ============================================
   BONUS CARDS - Comic-panel offer cards
   ============================================ */
.bonus-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

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

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

.bonus-card {
    background: var(--card);
    border: 4px solid var(--secondary);
    box-shadow: 8px 8px 0 var(--primary);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}

.bonus-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(225, 6, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.bonus-card:hover {
    transform: rotate(-1deg) translateY(-4px);
    box-shadow: 12px 12px 0 var(--primary);
}

.bonus-card-featured {
    background: var(--secondary);
    color: var(--background);
}

.bonus-card-featured h3,
.bonus-card-featured .bonus-card-tier,
.bonus-card-featured .bonus-features {
    color: var(--background);
}

.bonus-card-tier {
    font-family: "Bangers", sans-serif;
    font-size: 22px;
    color: var(--primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bonus-card-amount {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin: 0;
    line-height: 1;
}

.bonus-card-featured .bonus-card-amount .highlighter {
    background: linear-gradient(180deg, transparent 55%, var(--primary) 55%, var(--primary) 92%, transparent 92%);
    color: var(--background);
}

.promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: var(--background);
    border: 2px dashed var(--primary);
    padding: 6px 14px;
    transform: rotate(-1.5deg);
}

.promo-tag-label {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--muted-foreground);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.promo-tag-value {
    font-family: "Bangers", sans-serif;
    font-size: 20px;
    color: var(--primary);
    letter-spacing: 0.06em;
}

.bonus-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
}

.bonus-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.check {
    color: var(--primary);
    font-weight: 900;
    flex-shrink: 0;
}

.bonus-card-featured .check {
    color: var(--accent);
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-accordion {
    max-width: 840px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 4px solid var(--secondary);
    background: var(--card);
}

.faq-item:first-child {
    border-top: 4px solid var(--secondary);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 20px;
    font-family: "Bangers", sans-serif;
    font-size: clamp(18px, 1.6vw + 12px, 22px);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    list-style: none;
    color: var(--secondary);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .faq-question { padding: 28px 36px; }
}

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

.faq-icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: var(--primary);
    border: 3px solid var(--secondary);
    transition: transform 200ms ease-out;
}

.faq-icon::before, .faq-icon::after {
    content: "";
    position: absolute;
    background: var(--background);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon::before { width: 14px; height: 3px; }
.faq-icon::after { width: 3px; height: 14px; transition: transform 200ms ease-out; }

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

.faq-answer {
    padding: 0 20px 22px;
    border-left: 6px solid var(--accent);
    margin-left: 0;
    background: #fffdf5;
    font-size: 17px;
    line-height: 1.65;
}

@media (min-width: 768px) {
    .faq-answer { padding: 0 36px 28px; }
}

.faq-answer p {
    margin: 12px 0 0;
}

/* ============================================
   DATA TABLE - Comic-style with red header
   ============================================ */
.table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
    background: var(--card);
    margin: 24px 0;
    position: relative;
}

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

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

.data-table caption {
    caption-side: top;
    text-align: left;
    padding: 14px 20px;
    font-family: "Bangers", sans-serif;
    font-size: 20px;
    color: var(--secondary);
    background: var(--accent);
    border-bottom: 3px solid var(--secondary);
    text-transform: uppercase;
}

.data-table thead {
    background: var(--primary);
}

.data-table th {
    color: var(--background);
    font-family: "Bangers", sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 14px 16px;
    text-align: left;
    border: 2px solid var(--secondary);
}

.data-table td {
    padding: 14px 16px;
    border: 2px solid var(--secondary);
    color: var(--foreground);
    vertical-align: top;
}

.data-table tbody tr:nth-child(even) {
    background: var(--muted);
}

.data-table tbody tr:hover {
    background: rgba(225, 6, 0, 0.08);
}

/* ============================================
   CTA BANNER - Full-bleed conversion strip
   ============================================ */
.cta-banner {
    position: relative;
    background: var(--primary);
    color: var(--background);
    padding: 70px 20px;
    text-align: center;
    border-top: 4px solid var(--secondary);
    border-bottom: 4px solid var(--secondary);
    overflow: clip;
}

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

.cta-banner-splatter {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 18% 30%, rgba(255, 214, 10, 0.22) 0%, transparent 16%),
        radial-gradient(circle at 82% 65%, rgba(0, 0, 0, 0.16) 0%, transparent 18%),
        radial-gradient(circle at 50% 95%, rgba(255, 255, 255, 0.1) 0%, transparent 25%),
        repeating-linear-gradient(-30deg, transparent 0 32px, rgba(0, 0, 0, 0.04) 32px 34px);
    pointer-events: none;
}

.cta-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
}

.cta-banner-headline {
    color: var(--background);
    font-size: clamp(2rem, 5vw + 0.5rem, 3.6rem);
    transform: rotate(-1.5deg);
    text-shadow: 4px 4px 0 var(--secondary);
    margin-bottom: 16px;
    line-height: 1.25;
    padding: 0.15em 0;
}

.cta-banner-headline .highlighter {
    padding: 0.05em 0.18em;
    line-height: 1.3;
}

.cta-banner-subline {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 32px;
}

.cta-banner-micro {
    margin-top: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   PROVIDER LOGO GRID
   ============================================ */
.provider-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

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

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

.provider-tile {
    background: var(--card);
    border: 3px solid var(--secondary);
    box-shadow: 4px 4px 0 var(--primary);
    padding: 18px 12px;
    min-height: 96px;
    display: grid;
    place-items: center;
    text-align: center;
    transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}

.provider-tile:hover {
    transform: rotate(2deg) translateY(-3px);
    box-shadow: 6px 6px 0 var(--primary);
}

.provider-tile img {
    filter: grayscale(1);
    transition: filter 200ms ease-out;
    max-height: 48px;
    width: auto;
}

.provider-tile:hover img {
    filter: grayscale(0);
}

.provider-text {
    font-family: "Bangers", sans-serif;
    font-size: 18px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.provider-label {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: var(--muted-foreground);
    font-weight: 600;
}

/* ============================================
   FEATURE CARDS - "Why choose" tiles
   ============================================ */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

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

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

.feature-card {
    background: var(--card);
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
    padding: 24px 20px;
    transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}

.feature-card:hover {
    transform: rotate(-1deg) translateY(-3px);
    box-shadow: 10px 10px 0 var(--primary);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: var(--primary);
    color: var(--background);
    border: 3px solid var(--secondary);
    display: grid;
    place-items: center;
    font-size: 28px;
    margin-bottom: 16px;
    transform: rotate(-4deg);
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

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

/* ============================================
   SEO CONTENT - Long-form article styling
   ============================================ */
.seo-content {
    max-width: 880px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
}

.seo-content h2 {
    margin-top: 1.4em;
    transform: rotate(-0.5deg);
}

.seo-content h3 {
    margin-top: 1.6em;
    color: var(--primary);
}

.seo-content p { margin-bottom: 1.4em; }

.seo-content ul, .seo-content ol {
    margin: 0 0 1.6em;
    padding-left: 28px;
}

.seo-content ul li, .seo-content ol li {
    margin-bottom: 8px;
}

.seo-content ul {
    list-style: none;
    padding-left: 0;
}

.seo-content ul li {
    position: relative;
    padding-left: 32px;
}

.seo-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
}

.seo-content blockquote {
    margin: 32px 0;
    padding: 24px 28px;
    background: var(--card);
    border: 4px solid var(--secondary);
    border-left-width: 12px;
    border-left-color: var(--primary);
    box-shadow: 6px 6px 0 var(--primary);
    font-size: 1.1rem;
    font-style: italic;
    color: var(--secondary);
}

.seo-content blockquote cite {
    display: block;
    margin-top: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    font-style: normal;
    color: var(--muted-foreground);
}

/* ============================================
   ENGAGEMENT PATTERNS
   ============================================ */
.tldr-box {
    background: var(--accent);
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
    padding: 24px 28px;
    margin: 32px 0;
}

.tldr-box h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tldr-box h3::before {
    content: "⚡";
    font-size: 24px;
}

.tldr-box p {
    margin: 0;
    font-weight: 600;
    color: var(--secondary);
}

.callout {
    border: 4px solid var(--secondary);
    background: var(--card);
    padding: 20px 24px;
    margin: 28px 0;
    box-shadow: 5px 5px 0 var(--primary);
    border-left-width: 10px;
    border-left-color: var(--primary);
}

.callout-tip { border-left-color: #2bb673; }
.callout-warning { border-left-color: var(--accent); }
.callout-info { border-left-color: var(--primary); }

.callout strong {
    display: block;
    font-family: "Bangers", sans-serif;
    font-size: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--secondary);
}

.stat-highlight {
    text-align: center;
    padding: 24px;
    background: var(--card);
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
}

.stat-highlight .stat-number {
    display: block;
    font-family: "Bangers", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: var(--primary);
    line-height: 1;
}

.stat-highlight .stat-label {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 32px 0;
}

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

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

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

.testimonial-card {
    background: var(--card);
    border: 4px solid var(--secondary);
    box-shadow: 6px 6px 0 var(--primary);
    padding: 24px;
    position: relative;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 32px;
    width: 24px;
    height: 24px;
    background: var(--card);
    border-right: 4px solid var(--secondary);
    border-bottom: 4px solid var(--secondary);
    transform: rotate(45deg);
}

.testimonial-stars {
    color: var(--accent);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    -webkit-text-stroke: 1px var(--secondary);
}

.testimonial-text {
    font-size: 15px;
    margin-bottom: 16px;
    color: var(--foreground);
    line-height: 1.55;
}

.testimonial-author {
    font-family: "Bangers", sans-serif;
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--secondary);
    color: var(--background);
    padding: 60px 0 32px;
    border-top: 6px solid var(--primary);
    position: relative;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(225, 6, 0, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(255, 214, 10, 0.05) 0%, transparent 30%);
    pointer-events: none;
}

.footer-inner {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

.brand-footer .brand-text { color: var(--background); }
.brand-footer .brand-text-accent { color: var(--primary); }

.footer-tagline {
    margin-top: 16px;
    font-size: 15px;
    color: rgba(245, 241, 232, 0.85);
    line-height: 1.6;
    max-width: 360px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.badge-18 {
    background: var(--primary);
    color: var(--background);
    font-family: "Bangers", sans-serif;
    font-size: 16px;
    padding: 4px 12px;
    border: 2px solid var(--background);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
}

.badge-license {
    background: transparent;
    color: var(--background);
    border: 2px solid var(--background);
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-heading {
    font-family: "Bangers", sans-serif;
    font-size: 22px;
    color: var(--accent);
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: rgba(245, 241, 232, 0.85);
    font-size: 15px;
    text-decoration: none;
    transition: color 200ms;
    display: inline-block;
    padding: 4px 0;
}

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

.payment-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.payment-pill {
    background: var(--background);
    color: var(--secondary);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    padding: 8px 4px;
    border: 2px solid var(--background);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-bottom {
    border-top: 2px solid rgba(245, 241, 232, 0.18);
    padding-top: 24px;
    text-align: center;
}

.copyright, .disclaimer {
    margin: 0 0 8px;
    font-size: 13px;
    color: rgba(245, 241, 232, 0.75);
    line-height: 1.6;
}

.disclaimer { font-size: 12px; }

/* ============================================
   ANIMATIONS - Scroll reveals
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    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;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-md { margin-top: 24px; }
.mt-lg { margin-top: 40px; }
.mb-md { margin-bottom: 24px; }
.mb-lg { margin-bottom: 40px; }

.bg-muted {
    background: var(--muted);
}

.bg-paper {
    background: var(--background);
}

.divider-zigzag {
    height: 12px;
    background: linear-gradient(135deg, var(--primary) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, var(--primary) 25%, transparent 25%) -10px 0;
    background-size: 20px 20px;
    background-color: var(--secondary);
}

/* Live preview split layout */
@media (min-width: 1024px) {
    .live-split {
        grid-template-columns: 1.1fr 1fr !important;
        gap: 56px !important;
    }
}

/* Compact hero variant for informational pages (FAQ) */
.hero.hero-compact {
    padding: 48px 0 60px;
}

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

.hero.hero-compact .hero-visual img {
    max-width: 320px;
}

.live-features h3 {
    margin-bottom: 16px;
    color: var(--secondary);
    transform: rotate(-1deg);
}

/* Print */
@media print {
    .site-header, .site-footer, .menu-toggle, .btn-pulse { display: none; }
}

/* ============================================
   CLAIM PAGE - Full-bleed redirect splash
   ============================================ */
.claim-splash {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--primary);
    color: var(--background);
    display: grid;
    place-items: center;
    padding: 32px 20px;
    overflow: hidden;
}

.claim-splash-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 14% 20%, rgba(255, 214, 10, 0.22) 0%, transparent 18%),
        radial-gradient(circle at 86% 78%, rgba(0, 0, 0, 0.22) 0%, transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.1) 0%, transparent 28%),
        repeating-linear-gradient(45deg, transparent 0 28px, rgba(0, 0, 0, 0.05) 28px 30px);
    pointer-events: none;
}

.claim-splash-inner {
    position: relative;
    z-index: 2;
    max-width: 560px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.claim-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.claim-logo-mark {
    width: 72px;
    height: 72px;
    background: var(--background);
    border: 4px solid var(--secondary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 5px 5px 0 var(--secondary);
    transform: rotate(-6deg);
    font-family: "Bangers", sans-serif;
    color: var(--primary);
    font-size: 44px;
    line-height: 1;
    text-shadow: 3px 3px 0 var(--accent);
    flex-shrink: 0;
}

.claim-logo-text {
    font-family: "Bangers", sans-serif;
    font-size: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--background);
    line-height: 1;
    text-shadow: 3px 3px 0 var(--secondary);
}

.claim-logo-text-accent {
    color: var(--accent);
    margin-left: 4px;
}

.claim-headline {
    font-family: "Bangers", sans-serif;
    font-size: clamp(1.8rem, 5vw + 0.5rem, 2.8rem);
    color: var(--background);
    text-shadow: 4px 4px 0 var(--secondary);
    transform: rotate(-1deg);
    margin: 0;
    line-height: 1.15;
    text-transform: uppercase;
    padding: 0.1em 0;
}

.claim-headline .highlighter {
    background: linear-gradient(180deg, transparent 55%, var(--accent) 55%, var(--accent) 92%, transparent 92%);
    color: var(--secondary);
    padding: 0 0.18em;
}

.claim-loader {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.claim-dot {
    width: 18px;
    height: 18px;
    background: var(--background);
    border: 3px solid var(--secondary);
    border-radius: 50%;
    box-shadow: 2px 2px 0 var(--secondary);
    animation: claim-bounce 1.2s ease-in-out infinite;
}

.claim-dot:nth-child(2) {
    background: var(--accent);
    animation-delay: 0.18s;
}

.claim-dot:nth-child(3) {
    animation-delay: 0.36s;
}

@keyframes claim-bounce {
    0%, 80%, 100% { transform: translateY(0) scale(1); }
    40% { transform: translateY(-14px) scale(1.1); }
}

@media (prefers-reduced-motion: reduce) {
    .claim-dot { animation: none; }
}

.claim-subtext {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    max-width: 480px;
}

.claim-subtext strong {
    color: var(--accent);
    font-weight: 700;
}

.claim-micro {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 8px 0 0;
    line-height: 1.5;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}