/* ==========================================================================
   CloudArcade Classic - Theme Stylesheet (Dynamic & Ultra High Specificity)
   Version: 2.1.2
   Author: CloudArcade
   ========================================================================== */

/* -------------------------------------------------------------
   Root & Body Resets
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
}

body.theme-cloudarcade_classic .bg-mesh-glow,
body.theme-cloudarcade_classic .bg-mesh-glow-2 {
    display: none !important;
}

/* Uniform container width: 1200px */
body.theme-cloudarcade_classic .ca-header-container,
body.theme-cloudarcade_classic .ca-ribbon-container,
body.theme-cloudarcade_classic .ca-page-container,
body.theme-cloudarcade_classic .ca-footer-container,
body.theme-cloudarcade_classic .ca-subfooter-container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

/* -------------------------------------------------------------
   Top Header Bar (#34495e)
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-header {
    background-color: #34495e !important;
    border-bottom: 1px solid #2c3e50 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    width: 100% !important;
}

body.theme-cloudarcade_classic .ca-brand-logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

body.theme-cloudarcade_classic .ca-top-nav a,
body.theme-cloudarcade_classic .ca-top-nav button {
    color: #e2e8f0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

body.theme-cloudarcade_classic .ca-top-nav a:hover,
body.theme-cloudarcade_classic .ca-top-nav button:hover {
    color: #ffffff !important;
}

body.theme-cloudarcade_classic .ca-search-input {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #ced4da !important;
    font-size: 12px !important;
}

body.theme-cloudarcade_classic .ca-search-btn {
    background: #606f7b !important;
    border: 1px solid #606f7b !important;
    color: #ffffff !important;
}

/* -------------------------------------------------------------
   Category Ribbon Bar (Pills)
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-category-ribbon {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 8px 0 !important;
    width: 100% !important;
}

body.theme-cloudarcade_classic .ca-cat-pill {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 13px !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #555555 !important;
    background: #ffffff !important;
    border: 1px solid #dcdfe6 !important;
    border-radius: 16px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.15s ease !important;
}

body.theme-cloudarcade_classic .ca-cat-pill:hover,
body.theme-cloudarcade_classic .ca-cat-pill.active {
    border-color: #0d6efd !important;
    color: #0d6efd !important;
    background: #eff6ff !important;
}

body.theme-cloudarcade_classic .ca-more-badge {
    background: #0d6efd !important;
    color: #ffffff !important;
}

/* -------------------------------------------------------------
   Game Grid & Cards Alignment ("Game Aligner")
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-games-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 14px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body.theme-cloudarcade_classic .ca-game-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 7px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    position: relative !important;
}

body.theme-cloudarcade_classic .ca-game-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

body.theme-cloudarcade_classic .ca-card-link {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
    text-align: center !important;
}

body.theme-cloudarcade_classic .ca-thumb-box {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #f1f5f9 !important;
    margin: 0 0 6px 0 !important;
    position: relative !important;
}

body.theme-cloudarcade_classic .ca-thumb-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 0.25s ease !important;
}

body.theme-cloudarcade_classic .ca-game-card:hover .ca-thumb-img {
    transform: scale(1.05) !important;
}

body.theme-cloudarcade_classic .ca-cat-tag {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    background: rgba(15, 23, 42, 0.72) !important;
    backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

body.theme-cloudarcade_classic .ca-star-rating {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 100% !important;
    margin: 0 0 4px 0 !important;
    color: #ffc107 !important;
    font-size: 11px !important;
}

body.theme-cloudarcade_classic .ca-star-rating i {
    color: #ffc107 !important;
}

body.theme-cloudarcade_classic .ca-game-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    box-sizing: border-box !important;
}

body.theme-cloudarcade_classic .ca-game-card:hover .ca-game-title {
    color: #2563eb !important;
}

body.theme-cloudarcade_classic .ca-btn-load-more {
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 9px 26px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3) !important;
    transition: all 0.2s ease !important;
}

body.theme-cloudarcade_classic .ca-btn-load-more:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4) !important;
}

/* -------------------------------------------------------------
   Spotlight Hero & Game of the Day Text Visibility Lock
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-spotlight-card,
body.theme-cloudarcade_classic .ca-spotlight-card * {
    box-sizing: border-box !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card h2,
body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-title,
body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-title a,
body.theme-cloudarcade_classic .ca-spotlight-card h2 a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card p,
body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-desc {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: -webkit-box !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-meta,
body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-meta span {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-features,
body.theme-cloudarcade_classic .ca-spotlight-card .ca-spotlight-features span {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card .ca-rating span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.theme-cloudarcade_classic .ca-spotlight-card .ca-badge-pill {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #e11d48 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* -------------------------------------------------------------
   Footer Overrides (High-Contrast Guaranteed Visibility)
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-footer,
body.theme-cloudarcade_classic footer#caFooter {
    background-color: #2c3e50 !important;
    color: #cbd5e1 !important;
    padding: 40px 0 0 !important;
    margin-top: 40px !important;
    width: 100% !important;
    display: block !important;
}

body.theme-cloudarcade_classic .ca-footer h4,
body.theme-cloudarcade_classic footer#caFooter h4,
body.theme-cloudarcade_classic .ca-footer-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: 0.5px !important;
    display: block !important;
}

body.theme-cloudarcade_classic .ca-footer p,
body.theme-cloudarcade_classic footer#caFooter p,
body.theme-cloudarcade_classic .ca-footer-desc,
body.theme-cloudarcade_classic .ca-contact-line {
    color: #cbd5e1 !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin: 0 0 8px 0 !important;
    opacity: 1 !important;
    display: block !important;
}

body.theme-cloudarcade_classic .ca-footer a,
body.theme-cloudarcade_classic footer#caFooter a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
}

body.theme-cloudarcade_classic .ca-footer a:hover,
body.theme-cloudarcade_classic footer#caFooter a:hover {
    color: #ffffff !important;
}

body.theme-cloudarcade_classic .ca-footer strong,
body.theme-cloudarcade_classic footer#caFooter strong {
    color: #ffffff !important;
}

body.theme-cloudarcade_classic .ca-subfooter,
body.theme-cloudarcade_classic div#caSubfooter {
    background-color: #1f2d3d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 14px 0 !important;
    width: 100% !important;
}

body.theme-cloudarcade_classic .ca-subfooter p,
body.theme-cloudarcade_classic div#caSubfooter p,
body.theme-cloudarcade_classic .ca-copyright-text {
    color: #94a3b8 !important;
    font-size: 12px !important;
    text-align: center !important;
    margin: 0 !important;
    opacity: 1 !important;
    display: block !important;
}

/* -------------------------------------------------------------
   Responsive Breakpoints
   ------------------------------------------------------------- */
@media (max-width: 1100px) {
    body.theme-cloudarcade_classic .ca-games-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    body.theme-cloudarcade_classic .ca-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 900px) {
    body.theme-cloudarcade_classic .ca-spotlight-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}

@media (max-width: 768px) {
    body.theme-cloudarcade_classic .ca-top-nav {
        display: none !important;
    }
    body.theme-cloudarcade_classic .ca-search-form {
        width: 150px !important;
    }
    body.theme-cloudarcade_classic .ca-games-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }
    body.theme-cloudarcade_classic .ca-trust-strip {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
    body.theme-cloudarcade_classic .ca-editorial-section {
        padding: 24px 18px !important;
    }
}

@media (max-width: 480px) {
    body.theme-cloudarcade_classic .ca-games-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    body.theme-cloudarcade_classic .ca-footer-grid {
        grid-template-columns: 1fr !important;
    }
    body.theme-cloudarcade_classic .ca-trust-strip {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

/* -------------------------------------------------------------
   Interactive FAQ Styles
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .ca-faq-question {
    transition: background 0.15s ease !important;
}
body.theme-cloudarcade_classic .ca-faq-question:hover {
    background: #f1f5f9 !important;
}
body.theme-cloudarcade_classic .ca-faq-question i {
    transition: transform 0.2s ease !important;
}
body.theme-cloudarcade_classic .ca-faq-item.active .ca-faq-question i {
    transform: rotate(180deg) !important;
}

/* -------------------------------------------------------------
   Static & Legal Pages Styling (CloudArcade Classic)
   ------------------------------------------------------------- */
body.theme-cloudarcade_classic .static-page-layout,
body.theme-cloudarcade_classic .contact-page-layout {
    padding: 30px 0 60px !important;
    background-color: #f8fafc !important;
    min-height: 70vh !important;
}
body.theme-cloudarcade_classic .static-page-card,
body.theme-cloudarcade_classic .contact-form-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 36px 42px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    color: #334155 !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}
body.theme-cloudarcade_classic .static-page-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 12px !important;
}
body.theme-cloudarcade_classic .static-page-body {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #334155 !important;
}
body.theme-cloudarcade_classic .static-page-body h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-top: 28px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 8px !important;
}
body.theme-cloudarcade_classic .static-page-body h3 {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
body.theme-cloudarcade_classic .static-page-body p,
body.theme-cloudarcade_classic .static-page-body li {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
}
body.theme-cloudarcade_classic .static-page-body a {
    color: #2563eb !important;
    text-decoration: underline !important;
}



/* ==========================================================================
   14. Universal Game Playing Stage & Page Styling (CloudArcade Edition)
   ========================================================================== */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
}

.game-play-page {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 0 40px;
}

/* Breadcrumbs */
.game-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 16px;
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.game-breadcrumbs a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.game-breadcrumbs a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.game-breadcrumbs .bc-sep {
    color: #cbd5e1;
    font-size: 0.8rem;
}
.game-breadcrumbs .bc-current {
    color: #0f172a;
    font-weight: 700;
}

/* Game Stage (Iframe Canvas + Action Toolbar) */
.game-stage-container {
    background: #000000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.3s ease;
}

/* Widescreen Responsive Embed Container */
.game-embed-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 520px;
    max-height: 80vh;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.game-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Action Toolbar Under Game */
.game-action-toolbar {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

/* Left: Thumbnail & Info */
.toolbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.game-meta-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tb-thumb {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.tb-info {
    display: flex;
    flex-direction: column;
}
.tb-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px;
    line-height: 1.25;
}
.tb-cat {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    width: fit-content;
}

/* Right: Control Buttons */
.toolbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.tb-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    transition: all 0.18s ease;
}
.tb-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}
.tb-btn i {
    font-size: 0.92rem;
}

/* Button variants */
.tb-btn.btn-like:hover, .tb-btn.btn-like.voted {
    background: #ecfdf5;
    border-color: #10b981;
    color: #059669;
}
.tb-btn.btn-dislike:hover, .tb-btn.btn-dislike.voted {
    background: #fef2f2;
    border-color: #ef4444;
    color: #dc2626;
}
.tb-btn.btn-fav:hover, .tb-btn.btn-fav.active {
    background: #fdf2f8;
    border-color: #ec4899;
    color: #db2777;
}
.tb-btn.btn-theater:hover {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #d97706;
}
.tb-btn.btn-fullscreen {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}
.tb-btn.btn-fullscreen:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}
.tb-btn.btn-share:hover {
    background: #f5f3ff;
    border-color: #8b5cf6;
    color: #7c3aed;
}

/* Fullscreen Mode */
#gameStage:fullscreen, #gameStage:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#gameStage:fullscreen .game-embed-wrapper, #gameStage:-webkit-full-screen .game-embed-wrapper {
    width: 100vw !important;
    height: calc(100vh - 65px) !important;
    max-height: calc(100vh - 65px) !important;
    aspect-ratio: auto !important;
}
#gameStage:fullscreen .game-action-toolbar, #gameStage:-webkit-full-screen .game-action-toolbar {
    height: 65px !important;
    border-radius: 0 !important;
}

/* Theater Mode Overlay */
.theater-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9998;
}
body.theater-active .theater-overlay {
    display: block;
}
body.theater-active .game-stage-container {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 60px rgba(0,0,0,0.9);
}

/* Two-column layout */
.game-details-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    align-items: start;
}
.game-main-col {
    min-width: 0;
}
.game-sidebar-col {
    min-width: 0;
}

/* Main Column: Guide Card */
.game-guide-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    margin-bottom: 24px;
}
.game-guide-body {
    font-size: 0.96rem;
    line-height: 1.75;
    color: #334155;
}
.game-guide-body h2, .game-guide-body h3 {
    color: #0f172a;
    font-weight: 800;
    margin: 20px 0 10px;
}
.game-guide-body h2:first-child, .game-guide-body h3:first-child {
    margin-top: 0;
}
.game-guide-body p {
    margin-bottom: 14px;
}
.game-guide-body ul, .game-guide-body ol {
    margin: 10px 0 16px 20px;
}
.game-guide-body li {
    margin-bottom: 6px;
}

/* Quick Controls Card */
.game-controls-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    padding: 16px 18px;
    margin: 20px 0;
}
.game-controls-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.game-controls-card p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

/* Tags Pills */
.game-tags-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}
.tags-label {
    font-size: 0.84rem;
    font-weight: 700;
    color: #64748b;
    margin-right: 4px;
}
.game-tag-pill {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.15s ease;
}
.game-tag-pill:hover {
    background: #2563eb;
    color: #ffffff;
}

/* Related Games Section */
.related-games-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.related-games-section .section-header {
    margin-bottom: 16px;
}
.related-games-section .section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.grid-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.game-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.game-card:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.game-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.game-card-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.game-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-card-body {
    padding: 10px 12px;
}
.game-card-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.76rem;
    color: #64748b;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    margin-bottom: 20px;
}
.widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.specs-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.86rem;
    color: #64748b;
}
.specs-list li strong {
    color: #0f172a;
    font-weight: 600;
}
.badge-free {
    background: #ecfdf5;
    color: #059669;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.8rem;
}
.trending-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.trending-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease;
}
.trending-item:hover {
    background: #f8fafc;
}
.trending-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.trending-meta {
    flex: 1;
    min-width: 0;
}
.trending-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trending-item:hover .trending-title {
    color: #2563eb;
}
.trending-views {
    font-size: 0.76rem;
    color: #64748b;
}

/* Share Modal */
.modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal-backdrop.open {
    display: flex;
}
.modal-dialog {
    background: #ffffff;
    border-radius: 14px;
    max-width: 480px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    position: relative;
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.modal-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748b;
}
.share-buttons-row {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}
.share-btn {
    flex: 1;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 0.84rem;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.share-whatsapp { background: #25D366; }
.share-facebook { background: #1877F2; }
.share-twitter { background: #000000; }
.share-copy-box {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.share-copy-box input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.86rem;
    background: #f8fafc;
    color: #334155;
}
.copy-success-msg {
    display: none;
    font-size: 0.82rem;
    color: #10b981;
    font-weight: 600;
    margin-top: 6px;
}

/* ==========================================================================
   PlayArcade Pro - Universal Category, Legal & Static Pages Stylesheet
   Complete, modern, responsive styling for Category, Static/Legal, Search & Contact pages.
   ========================================================================== */

/* 1. Global Containers & Layout Wrappers */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.category-page,
.search-page,
.static-page-layout,
.contact-page-layout {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 0 50px;
    box-sizing: border-box;
}

/* 2. Breadcrumb Navigation */
.game-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 20px;
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.game-breadcrumbs a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.15s ease;
}
.game-breadcrumbs a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.game-breadcrumbs .bc-sep {
    color: #cbd5e1;
    font-size: 0.8rem;
}
.game-breadcrumbs .bc-current {
    color: #0f172a;
    font-weight: 700;
}

/* ==========================================================================
   3. Category Archive Page (.category-page)
   ========================================================================== */

.category-hero-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
}
.category-hero-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37,99,235,0.05) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}
.cat-hero-icon {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(37,99,235,0.25);
}
.cat-hero-info {
    flex: 1;
    min-width: 0;
}
.cat-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.cat-hero-desc {
    font-size: 0.98rem;
    color: #64748b;
    margin: 0 0 14px;
    line-height: 1.65;
    max-width: 820px;
}
.cat-hero-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 9999px;
    border: 1px solid #dbeafe;
}

/* Games Grid & Cards (Used by Category & Search) */
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.game-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}
.game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    border-color: #3b82f6;
}
.game-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.game-card-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #0f172a;
}
.game-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.game-card:hover .game-card-thumb img {
    transform: scale(1.06);
}
.game-hover-play {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.22s ease;
    backdrop-filter: blur(2px);
}
.game-hover-play i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    padding-left: 3px;
    box-shadow: 0 4px 14px rgba(37,99,235,0.4);
    transform: scale(0.85);
    transition: transform 0.22s ease;
}
.game-card:hover .game-hover-play {
    opacity: 1;
}
.game-card:hover .game-hover-play i {
    transform: scale(1);
}
.game-card-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.game-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.game-card:hover .game-card-title {
    color: #2563eb;
}
.game-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.76rem;
    color: #64748b;
    margin-top: auto;
}
.game-cat {
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 0.74rem;
}
.game-plays {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #94a3b8;
}

/* Pagination */
.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 36px 0 20px;
    flex-wrap: wrap;
}
.page-numbers {
    display: flex;
    gap: 6px;
}
.page-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 9px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.18s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.page-link:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}
.page-link.active {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37,99,235,0.25);
}

/* Empty State */
.empty-state-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 50px 24px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.empty-icon {
    font-size: 3.5rem;
    color: #94a3b8;
    margin-bottom: 16px;
    display: inline-block;
}
.empty-state-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}
.empty-state-card p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0 0 20px;
}
.empty-state-card .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
}
.empty-state-card .btn:hover {
    background: #1d4ed8;
}

/* ==========================================================================
   4. Static & Legal Compliance Pages (.static-page-layout)
   ========================================================================== */

.static-page-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 44px 48px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin: 0 auto;
    max-width: 980px;
    box-sizing: border-box;
}

.static-page-header {
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}
.static-page-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 14px;
    line-height: 1.22;
    letter-spacing: -0.02em;
}
.static-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 500;
}
.static-page-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.static-page-meta i {
    color: #2563eb;
}

/* Comprehensive Rich Typography for Legal & Static Pages */
.static-page-body.typography-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #334155;
}
.typography-content h2 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    margin: 36px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    letter-spacing: -0.01em;
}
.typography-content h2:first-child {
    margin-top: 0;
}
.typography-content h3 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #1e293b;
    margin: 28px 0 12px;
}
.typography-content h4 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #334155;
    margin: 20px 0 10px;
}
.typography-content p {
    margin: 0 0 18px;
    line-height: 1.85;
}
.typography-content strong {
    color: #0f172a;
    font-weight: 700;
}
.typography-content ul,
.typography-content ol {
    margin: 14px 0 22px 24px;
    padding: 0;
}
.typography-content li {
    margin-bottom: 8px;
    line-height: 1.75;
}
.typography-content a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #93c5fd;
    transition: all 0.15s ease;
}
.typography-content a:hover {
    color: #1d4ed8;
    border-bottom-style: solid;
}
.typography-content blockquote {
    border-left: 4px solid #2563eb;
    background: #f8fafc;
    padding: 16px 22px;
    border-radius: 0 10px 10px 0;
    margin: 24px 0;
    font-style: italic;
    color: #475569;
}
.typography-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 26px 0;
    font-size: 0.95rem;
}
.typography-content th,
.typography-content td {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
}
.typography-content th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
}
.typography-content code {
    background: #f1f5f9;
    color: #0f172a;
    padding: 2px 7px;
    border-radius: 5px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9em;
}
.typography-content hr {
    border: 0;
    height: 1px;
    background: #e2e8f0;
    margin: 36px 0;
}

/* ==========================================================================
   5. Search Page (.search-page)
   ========================================================================== */

.search-header-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 32px;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.search-header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.search-hero-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}
.search-header-text h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.search-header-text p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}
.search-header-text strong {
    color: #0f172a;
}
.search-inpage-form {
    display: flex;
    gap: 10px;
    max-width: 680px;
}
.search-inpage-form input {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 0.96rem;
    background: #f8fafc;
    color: #0f172a;
    outline: none;
    transition: all 0.18s ease;
}
.search-inpage-form input:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.search-inpage-form button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.18s ease;
}
.search-inpage-form button:hover {
    background: #1d4ed8;
}

/* ==========================================================================
   6. Contact Page (.contact-page-layout)
   ========================================================================== */

.contact-page-layout {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 0 50px;
    box-sizing: border-box;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 28px;
    align-items: start;
}
.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 38px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.card-header-inner {
    margin-bottom: 24px;
}
.card-header-inner h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
}
.card-header-inner p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.55;
}
.alert {
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 0.92rem;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}
.alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}
.alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}
.contact-form .form-row {
    display: flex;
    gap: 16px;
}
.contact-form .form-group {
    margin-bottom: 20px;
    flex: 1;
}
.contact-form label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 7px;
}
.contact-form .required {
    color: #ef4444;
}
.contact-form .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.92rem;
    color: #0f172a;
    background: #f8fafc;
    box-sizing: border-box;
    outline: none;
    transition: all 0.18s ease;
}
.contact-form .form-control:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.btn-submit-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.18s ease;
    box-shadow: 0 4px 12px rgba(37,99,235,0.25);
}
.btn-submit-contact:hover {
    background: linear-gradient(135deg, #1d4ed8, #4f46e5);
    transform: translateY(-1px);
}

/* Contact Information Sidebar Card */
.contact-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 34px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.contact-info-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
}
.contact-info-card p {
    color: #64748b;
    font-size: 0.92rem;
    margin: 0 0 24px;
    line-height: 1.55;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}
.ci-details {
    display: flex;
    flex-direction: column;
}
.ci-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 2px;
}
.ci-details a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.ci-details a:hover {
    text-decoration: underline;
}
.ci-details strong {
    color: #1e293b;
    font-size: 0.92rem;
}
.contact-sub-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 18px;
}
.contact-sub-box h4 {
    font-size: 0.96rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-sub-box h4 i {
    color: #7c3aed;
}
.contact-sub-box p {
    font-size: 0.86rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   7. Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1200px) {
    .games-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 992px) {
    .games-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .static-page-card {
        padding: 36px 30px;
    }
    .category-hero-card {
        padding: 24px;
    }
    .cat-hero-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .category-hero-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }
    .cat-hero-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }
    .cat-hero-title {
        font-size: 1.55rem;
    }
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .static-page-card {
        padding: 26px 18px;
        border-radius: 12px;
    }
    .static-page-title {
        font-size: 1.7rem;
    }
    .contact-form-card {
        padding: 26px 18px;
    }
    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    .search-inpage-form {
        flex-direction: column;
    }
    .search-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .game-card-body {
        padding: 8px 10px;
    }
    .game-card-title {
        font-size: 0.84rem;
    }
    .static-page-title {
        font-size: 1.45rem;
    }
    .typography-content h2 {
        font-size: 1.3rem;
    }
    .page-link {
        padding: 7px 12px;
        font-size: 0.82rem;
    }
}

