/* ================================================================
   Pulsz Casino US — Mobile CSS
   ================================================================ */

/* Overflow global */
html {
    overflow-x: clip;
}

body,
section,
.container,
main,
.site-footer,
.seo-section,
.hero,
.page-hero,
.cta-band,
.stat-band,
.bg-dark2,
.bg-card {
    overflow-x: visible !important;
}

/* Tables scroll */
.data-table-wrap {
    overflow: visible !important;
}

.data-table-scroll {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.data-table-scroll table {
    min-width: 500px;
}

th,
td {
    white-space: nowrap;
}

/* Charts */
.chart-box {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.chart-box canvas {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 1024px) {

    .grid-split,
    .grid-split-r {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .stat-band-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .stat-band-item:nth-child(4),
    .stat-band-item:nth-child(5) {
        border-top: 1px solid var(--border);
    }
}

@media (max-width: 900px) {

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr !important;
    }

    .pros-cons {
        grid-template-columns: 1fr !important;
    }

    .steps-row {
        flex-direction: column;
    }

    .steps-row::before {
        display: none;
    }

    .chart-box canvas {
        max-height: 280px !important;
    }
}

@media (max-width: 768px) {

    /* Header */
    .main-nav {
        display: none !important;
    }

    .hamburger {
        display: flex !important;
    }

    .header-cta .btn-ghost {
        display: none !important;
    }

    .header-cta .btn-magenta,
    .header-cta .btn-primary {
        display: inline-flex !important;
        font-size: 0.75rem !important;
        padding: 8px 16px !important;
    }

    .header-inner {
        height: 62px;
    }

    .mobile-nav {
        top: 62px;
    }

    /* Grids */
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-split,
    .grid-split-r,
    .steps-row,
    .pros-cons {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
    }

    /* Stat band */
    .stat-band-inner {
        grid-template-columns: 1fr 1fr !important;
    }

    .stat-band-item {
        border-top: 1px solid var(--border);
    }

    .stat-band-item:first-child,
    .stat-band-item:nth-child(2) {
        border-top: none;
    }

    .stat-band-item {
        border-right: none !important;
    }

    .stat-band-item:nth-child(odd) {
        border-right: 1px solid var(--border) !important;
    }

    /* Hero */
    .hero {
        min-height: 400px;
    }

    .hero h1 {
        font-size: clamp(1.7rem, 6vw, 2.4rem);
    }

    .hero p {
        font-size: 0.92rem;
    }

    .hero-btns {
        flex-direction: column;
        gap: 10px;
    }

    .hero-btns .btn {
        width: 100%;
        justify-content: center;
    }

    .bonus-pills {
        flex-direction: column;
    }

    .hero-content {
        padding: 48px 0;
    }

    /* Sections */
    .section {
        padding: 56px 0;
    }

    .section-sm {
        padding: 40px 0;
    }

    .section-lg {
        padding: 72px 0;
    }

    .sec-head {
        margin-bottom: 36px;
    }

    /* Score */
    .score-wrap {
        flex-direction: column;
        text-align: center;
    }

    /* CTA */
    .cta-band {
        padding: 60px 0;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 340px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    /* Chart */
    .chart-box canvas {
        max-height: 250px !important;
    }

    .page-hero {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .stat-band-inner {
        grid-template-columns: 1fr 1fr !important;
    }

    .bonus-pill {
        width: 100%;
    }

    .chart-box canvas {
        max-height: 200px !important;
    }

    th,
    td {
        white-space: normal;
        font-size: 0.78rem !important;
        padding: 10px 12px !important;
    }
}