/*
Theme Name: SmashCasino
Theme URI: https://smashcasino.co
Description: Brand projection theme for SmashCasino - dark navy casino theme with blue accents.
Version: 1.1.0
Author: TSM
Author URI: https://tshapeminds.com
Text Domain: smashcasino
*/

/* ========================================================================
   CSS RESET & BASE
   ======================================================================== */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: #060819;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #060819;
}

::-webkit-scrollbar-thumb {
    background: #257bfd;
    border-radius: 3px;
}

/* ========================================================================
   LAYOUT
   ======================================================================== */

.site-wrapper {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 220px;
    min-width: 220px;
    background: #0a0e2a;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-area {
    flex: 1;
    margin-left: 220px;
    min-width: 0;
}

.top-header {
    background: #0a0e2a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0 32px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 90;
}

.main-content {
    padding: 24px 32px 0;
}

/* ========================================================================
   SIDEBAR
   ======================================================================== */

.sidebar-logo {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-logo .logo-full-img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.sidebar-nav {
    padding: 16px 0;
}

.sidebar-nav .nav-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 24px 8px;
    margin-top: 8px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
    position: relative;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    color: #ffffff;
    background: rgba(37, 123, 253, 0.08);
}

.sidebar-nav a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background: #257bfd;
    border-radius: 0 3px 3px 0;
}

.sidebar-nav .nav-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* Popular Games in Sidebar */
.sidebar-popular {
    padding: 0 16px 24px;
    margin-top: auto;
}

.sidebar-popular .pop-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 8px 12px;
}

.sidebar-popular .pop-game {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    transition: background 0.2s ease;
    cursor: pointer;
}

.sidebar-popular .pop-game:hover {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-popular .pop-game-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #1a1f4a;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar-popular .pop-game-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-popular .pop-game-info {
    min-width: 0;
}

.sidebar-popular .pop-game-name {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-popular .pop-game-provider {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}

/* ========================================================================
   TOP HEADER
   ======================================================================== */

.header-logo-mobile {
    display: none;
}

.header-logo-img {
    height: 32px;
    width: auto;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-login {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-login:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-signup {
    background: linear-gradient(135deg, #257bfd 0%, #4a9aff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(37, 123, 253, 0.3);
}

.btn-signup:hover {
    background: linear-gradient(135deg, #1a6de8 0%, #3d8af0 100%);
    box-shadow: 0 4px 20px rgba(37, 123, 253, 0.45);
    transform: translateY(-1px);
}

/* ========================================================================
   HERO BANNER
   ======================================================================== */

.hero-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 32px;
}

.hero-desktop {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 340px;
    display: flex;
    align-items: flex-end;
}

.hero-mobile {
    display: none;
}

.hero-img-mobile {
    width: 100%;
    height: auto;
    display: block;
}

.hero-text-mobile {
    text-align: center;
    padding: 0 16px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 8, 25, 0.7) 0%, rgba(6, 8, 25, 0.1) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 32px 48px;
    width: 100%;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #c8a030 0%, #e8c040 50%, #f0d060 100%);
    color: #1a1000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(200, 160, 50, 0.3);
    transition: all 0.2s ease;
    cursor: pointer;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(200, 160, 50, 0.45);
}

.hero-cta .arrow {
    font-size: 18px;
}

/* ========================================================================
   USP CARDS
   ======================================================================== */

.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.usp-card {
    background: linear-gradient(135deg, #0d1030 0%, #111545 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}

.usp-card:hover {
    border-color: rgba(37, 123, 253, 0.2);
    transform: translateY(-2px);
}

.usp-icon {
    width: 48px;
    height: 48px;
    background: rgba(37, 123, 253, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    color: #257bfd;
}

.usp-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.usp-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ========================================================================
   SECTION HEADERS
   ======================================================================== */

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header h2 .sec-icon {
    font-size: 20px;
}

.section-header .view-all {
    font-size: 13px;
    font-weight: 600;
    color: #257bfd;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.section-header .view-all:hover {
    color: #5b9dff;
    gap: 8px;
}

.content-section {
    margin-bottom: 40px;
}

/* ========================================================================
   GAME CAROUSEL
   ======================================================================== */

.carousel-wrapper {
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(13, 16, 48, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

.carousel-btn:hover {
    background: rgba(37, 123, 253, 0.3);
    border-color: #257bfd;
}

.carousel-btn.prev {
    left: -12px;
}

.carousel-btn.next {
    right: -12px;
}

/* ========================================================================
   GAME CARDS (Popular Slots)
   ======================================================================== */

.game-card {
    flex: 0 0 175px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.game-card:hover {
    transform: translateY(-4px);
}

.game-card-img {
    width: 175px;
    height: 230px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #1a1f4a;
    border: 2px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover .game-card-img {
    border-color: rgba(200, 160, 50, 0.5);
    box-shadow: 0 4px 20px rgba(200, 160, 50, 0.15);
}

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

.game-card-img .play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.game-card:hover .play-overlay {
    opacity: 1;
}

.play-btn-circle {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #257bfd, #4a9aff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 123, 253, 0.4);
}

.game-card-info {
    padding: 10px 4px 0;
}

.game-card-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-card-provider {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

/* ========================================================================
   SPORT CARDS
   ======================================================================== */

.sport-card {
    flex: 0 0 160px;
    cursor: pointer;
    transition: transform 0.2s ease;
    text-align: center;
}

.sport-card:hover {
    transform: translateY(-4px);
}

.sport-card-img {
    width: 160px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    background: #111545;
    border: 2px solid transparent;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sport-card-img .sport-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.sport-card-img .sport-character {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    z-index: 2;
}

.sport-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(37, 123, 253, 0.6) 0%, transparent 60%);
    z-index: 3;
    pointer-events: none;
}

.sport-card:hover .sport-card-img {
    border-color: rgba(200, 160, 50, 0.5);
    box-shadow: 0 0 15px rgba(200, 160, 50, 0.2);
}

.sport-card-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

/* ========================================================================
   LIVE CASINO CARDS
   ======================================================================== */

.live-card {
    flex: 0 0 200px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.live-card:hover {
    transform: translateY(-4px);
}

.live-card-img {
    width: 200px;
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1030, #1a1f4a);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    transition: border-color 0.3s ease;
}

.live-card:hover .live-card-img {
    border-color: rgba(200, 160, 50, 0.4);
}

.live-card-img .live-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.live-card-img .live-character {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    z-index: 2;
}

.live-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(37, 123, 253, 0.5) 0%, transparent 50%);
    z-index: 3;
    pointer-events: none;
}

.live-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e53e3e;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.live-badge .dot {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.live-card-info {
    padding: 10px 4px 0;
}

.live-card-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-card-provider {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

/* ========================================================================
   COLLECTION CARDS
   ======================================================================== */

.collection-card {
    flex: 0 0 280px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.collection-card:hover {
    transform: translateY(-4px);
}

.collection-card-img {
    width: 280px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #111545, #1a1f5a);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    transition: border-color 0.3s ease;
}

.collection-card:hover .collection-card-img {
    border-color: rgba(200, 160, 50, 0.3);
    box-shadow: 0 4px 25px rgba(200, 160, 50, 0.08);
}

.collection-card-img .collection-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.collection-card-img .collection-character {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: 2;
}

.collection-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #c8a030, #e8c040);
    color: #1a1000;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 2;
}

.collection-card-info {
    padding: 12px 4px 0;
}

.collection-card-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.collection-card-count {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

/* ========================================================================
   SEO CONTENT SECTION
   ======================================================================== */

.seo-content-section {
    padding: 40px 24px 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.seo-content-wrapper h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.seo-content-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 24px 0 12px;
}

.seo-content-wrapper p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 16px;
}

.seo-content-section .seo-content-hidden {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.5s ease;
}

.seo-content-section .seo-content-hidden.show {
    max-height: 2000px !important;
}

.seo-read-more {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 24px;
    background: transparent;
    border: 1px solid rgba(37, 123, 253, 0.4);
    color: #257bfd;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.seo-read-more:hover {
    background: rgba(37, 123, 253, 0.1);
    border-color: #257bfd;
}

/* ========================================================================
   FOOTER
   ======================================================================== */

.site-footer {
    background: #080c24;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-left: 220px;
    padding: 48px 32px 24px;
}

/* Payment Methods Row */
.footer-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 32px;
}

.footer-payment-icon {
    width: 56px;
    height: 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: border-color 0.2s ease;
}

.footer-payment-icon:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.footer-payment-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.footer-payment-icon:hover img {
    opacity: 0.9;
}

/* Provider Logos Row */
.footer-providers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 32px;
}

.footer-provider {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.footer-provider:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* Footer Links Grid */
.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 24px;
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 16px;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 0;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: #257bfd;
}

/* Copyright */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom .copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
}

.footer-bottom .footer-legal {
    display: flex;
    gap: 20px;
}

.footer-bottom .footer-legal a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.2s ease;
}

.footer-bottom .footer-legal a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
}

.footer-disclaimer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.7;
    max-width: 800px;
}

/* ========================================================================
   MOBILE NAV (Bottom)
   ======================================================================== */

.mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(180deg, #0d1030 0%, #080c24 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 200;
    padding: 0;
}

.mobile-nav__list {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 100%;
    padding: 0 4px 8px;
    list-style: none;
    margin: 0;
}

.mobile-nav__item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mobile-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-nav__link svg {
    width: 22px;
    height: 22px;
}

.mobile-nav__link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-nav__item.main {
    position: relative;
    flex: 1;
}

.mobile-nav__link--main {
    position: relative;
    margin-top: -20px;
    color: #fff !important;
}

.mobile-nav__join-btn {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #257bfd 0%, #4e93fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 4px 20px rgba(37, 123, 253, 0.4);
    border: 3px solid #0d1030;
}

/* ========================================================================
   RESPONSIVE
   ======================================================================== */

@media (max-width: 1200px) {
    .hero-banner {
        height: 280px;
    }
}

@media (max-width: 1024px) {
    .sidebar {
        display: none;
    }

    .main-area {
        margin-left: 0;
    }

    .site-footer {
        margin-left: 0;
    }

    .mobile-nav {
        display: block;
    }

    .header-logo-mobile {
        display: block;
    }

    body {
        padding-bottom: 72px;
    }

    .hero-desktop {
        display: none !important;
    }

    .hero-mobile {
        display: block;
        border-radius: 14px;
    }

    .hero-badge {
        display: inline-block;
        background: linear-gradient(135deg, #c8a030, #e8c040);
        color: #1a1000;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 12px;
        border-radius: 6px;
        margin-bottom: 12px;
    }

    .hero-title {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fff;
        margin-bottom: 4px;
    }

    .hero-amount {
        font-size: 28px;
        font-weight: 800;
        background: linear-gradient(135deg, #c8a030, #f0d060);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 8px;
    }

    .hero-sub {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 16px;
    }

    .hero-overlay {
        display: none;
    }

    .hero-content {
        padding: 0 20px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-cta {
        width: 100%;
        justify-content: center;
    }

    .usp-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .top-header {
        padding: 0 16px;
        height: 56px;
    }

    .main-content {
        padding: 16px 16px 0;
    }

    .hero-banner {
        border-radius: 14px;
    }

    .hero-cta {
        padding: 12px 24px;
        font-size: 13px;
    }

    .game-card {
        flex: 0 0 140px;
    }

    .game-card-img {
        width: 140px;
        height: 185px;
    }

    .sport-card {
        flex: 0 0 130px;
    }

    .sport-card-img {
        width: 130px;
        height: 165px;
    }

    .live-card {
        flex: 0 0 170px;
    }

    .live-card-img {
        width: 170px;
        height: 120px;
    }

    .collection-card {
        flex: 0 0 240px;
    }

    .collection-card-img {
        width: 240px;
        height: 170px;
    }

    .site-footer {
        padding: 32px 16px 16px;
    }

    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .btn-login span {
        display: none;
    }
}

@media (max-width: 480px) {

    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
