/* ==========================================================================
   christmuseum.info - F8bet (f88bet / f8 bet) Official Platform Stylesheet
   Theme: Ocean Azure & Arctic White (Tông Xanh Trắng Cao Cấp)
   ========================================================================== */

:root {
    --primary: #0284c7;
    --primary-dark: #0369a1;
    --primary-deep: #075985;
    --primary-light: #e0f2fe;
    --accent-cyan: #38bdf8;
    --accent-orange: #f59e0b;
    --accent-gold: #d97706;
    --bg-arctic: #f8fafc;
    --bg-card: #ffffff;
    --bg-tint: #f0f9ff;
    --text-main: #0f172a;
    --text-muted: #475569;
    --text-light: #64748b;
    --border-light: #e2e8f0;
    --border-primary: #bae6fd;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-full: 9999px;
    --shadow-sm: 0 2px 8px rgba(2, 132, 199, 0.06);
    --shadow-md: 0 8px 24px -4px rgba(2, 132, 199, 0.12);
    --shadow-lg: 0 16px 36px -6px rgba(3, 105, 161, 0.16);
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

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

body {
    font-family: var(--font-sans);
    background-color: var(--bg-arctic);
    color: var(--text-main);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: var(--primary-dark);
}

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

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Top Bar & Header
   ========================================================================== */
.top-notice-bar {
    background: linear-gradient(90deg, #0369a1 0%, #0284c7 50%, #0ea5e9 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-notice-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-notice-bar .badge-bonus {
    background: #f59e0b;
    color: #ffffff;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 8px;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4);
}

.site-header {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px -2px rgba(2, 132, 199, 0.08);
    border-bottom: 1px solid var(--border-light);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.brand-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-deep);
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.brand-title span.sub-brand {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Main Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
    background-color: var(--primary-light);
    color: var(--primary-deep);
}

.nav-link.highlight {
    color: #e11d48;
    background: #ffe4e6;
    border: 1px solid #fecdd3;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
}

.btn-secondary {
    background: #ffffff;
    color: var(--primary);
    border: 1.5px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary-light);
    color: var(--primary-dark);
}

.btn-bonus {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.btn-bonus:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff;
    transform: translateY(-1px);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-main);
    cursor: pointer;
    padding: 4px;
}

/* ==========================================================================
   Hero Section & Live Winners Widget
   ========================================================================== */
.hero-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%);
    padding: 50px 0 60px;
    position: relative;
    border-bottom: 1px solid var(--border-primary);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.hero-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid var(--border-primary);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-deep);
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
}

.hero-badge-tag .pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--primary-deep);
    margin-bottom: 16px;
}

.hero-title .highlight-text {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.7;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-trust-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(2, 132, 199, 0.15);
}

.metric-item {
    display: flex;
    flex-direction: column;
}

.metric-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-deep);
}

.metric-lbl {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 500;
}

/* Live Winners Board Card */
.hero-card-winners {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--border-primary);
    overflow: hidden;
    position: relative;
}

.winners-header {
    background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.winners-header h3 {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.live-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    animation: blinker 1.8s infinite ease-in-out;
}

@keyframes blinker {
    50% { opacity: 0.6; }
}

.winners-content {
    padding: 16px 20px;
    min-height: 250px;
}

.winner-item {
    display: grid;
    grid-template-columns: 1.2fr 1.3fr 1.3fr 0.8fr;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    background: var(--bg-arctic);
    margin-bottom: 8px;
    font-size: 13px;
    border-left: 3px solid var(--primary);
    animation: fadeInSlide 0.3s ease-out;
}

@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.winner-item:nth-child(even) {
    background: #ffffff;
    border-left-color: var(--accent-orange);
}

.winner-user {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--text-main);
}

.user-badge {
    background: #10b981;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 4px;
}

.winner-game {
    color: var(--primary-deep);
    font-weight: 500;
}

.winner-amount {
    color: #059669;
    font-weight: 700;
    text-align: right;
}

.winner-time {
    color: var(--text-light);
    font-size: 11px;
    text-align: right;
}

.winners-footer {
    background: var(--bg-tint);
    padding: 12px 20px;
    border-top: 1px solid var(--border-light);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-deep);
}

/* ==========================================================================
   Section Common Styles
   ========================================================================== */
.section {
    padding: 60px 0;
}

.section-tint {
    background-color: var(--bg-tint);
}

.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 40px;
}

.section-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.section-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--primary-deep);
    margin-bottom: 12px;
}

.section-desc {
    font-size: 15px;
    color: var(--text-muted);
}

/* Cards Grid */
.cards-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cards-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cards-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.feature-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

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

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: var(--primary-light);
    color: var(--primary-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-deep);
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.card-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.card-link:hover {
    color: var(--primary-dark);
    gap: 9px;
}

/* Game Card Highlight */
.game-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    transition: all 0.25s ease;
}

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

.game-card-banner {
    height: 140px;
    background: linear-gradient(135deg, #0284c7 0%, #075985 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    position: relative;
}

.game-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: var(--radius-full);
}

.game-card-body {
    padding: 20px;
}

.game-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-deep);
    margin-bottom: 8px;
}

.game-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 14px;
}

/* Table Style for Odds / Information */
.data-table-wrapper {
    overflow-x: auto;
    background: #ffffff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    margin: 24px 0;
}

.cm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

.cm-table th {
    background: var(--bg-tint);
    color: var(--primary-deep);
    font-weight: 700;
    padding: 14px 16px;
    border-bottom: 2px solid var(--border-primary);
}

.cm-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-main);
}

.cm-table tr:hover td {
    background: var(--primary-light);
}

.cm-table .badge-status {
    padding: 3px 8px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
}

.badge-live {
    background: #fee2e2;
    color: #ef4444;
}

.badge-odds {
    background: #dcfce7;
    color: #15803d;
    font-weight: 700;
}

/* ==========================================================================
   Content Article & SEO Formats
   ========================================================================== */
.content-wrapper {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 36px 40px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    margin-bottom: 30px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 24px;
}

.breadcrumb-nav a {
    color: var(--text-muted);
}

.breadcrumb-nav a:hover {
    color: var(--primary);
}

.article-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-deep);
    line-height: 1.3;
    margin-bottom: 16px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--text-light);
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-light);
}

.content-body h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-deep);
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-light);
}

.content-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 24px 0 12px;
}

.content-body p {
    margin-bottom: 18px;
    line-height: 1.75;
    color: #334155;
}

.content-body ul, .content-body ol {
    margin: 0 0 20px 24px;
    color: #334155;
}

.content-body li {
    margin-bottom: 8px;
    line-height: 1.65;
}

.callout-box {
    background: var(--bg-tint);
    border-left: 4px solid var(--primary);
    padding: 18px 20px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 24px 0;
}

.callout-box.warning {
    background: #fffbeb;
    border-left-color: #f59e0b;
}

.callout-box p {
    margin: 0;
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
}

/* FAQ Accordion */
.faq-section {
    margin-top: 40px;
}

.cm-faq-item {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.cm-faq-item.active {
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-deep);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    user-select: none;
}

.faq-question::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
    transition: transform 0.2s ease;
}

.cm-faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.65;
}

.cm-faq-item.active .faq-answer {
    display: block;
}

/* ==========================================================================
   Trust & Partners Ribbon
   ========================================================================== */
.partner-ribbon {
    background: #ffffff;
    padding: 30px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.partner-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-item {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.partner-item:hover {
    opacity: 1;
    color: var(--primary-deep);
}

/* ==========================================================================
   Footer & Mobile Dock
   ========================================================================== */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 60px 0 30px;
    border-top: 4px solid var(--primary);
    font-size: 14px;
}

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

.footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--primary);
}

.footer-col p {
    line-height: 1.7;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #cbd5e1;
}

.footer-col a:hover {
    color: var(--accent-cyan);
    padding-left: 4px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

/* Mobile Bottom Dock */
.mobile-bottom-dock {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid var(--border-light);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    z-index: 999;
    padding: 8px 10px;
}

.dock-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    text-align: center;
}

.dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    padding: 4px 0;
}

.dock-item .dock-icon {
    font-size: 18px;
    margin-bottom: 2px;
}

.dock-item.primary-dock {
    color: var(--primary-deep);
}

.dock-item.highlight-dock {
    color: #e11d48;
}

/* Mobile Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -300px;
    width: 290px;
    height: 100vh;
    background: #ffffff;
    z-index: 1002;
    padding: 24px;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-nav-drawer.active {
    right: 0;
}

.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 20px;
}

.mobile-nav-close {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-main);
    cursor: pointer;
}

.mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.mobile-nav-list a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    display: block;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
}

.mobile-nav-list a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
}

.mobile-overlay.active {
    display: block;
}

/* Toast Container */
.cm-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.cm-toast {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid var(--accent-cyan);
}

.cm-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }
    .hero-title {
        font-size: 28px;
    }
    .cards-grid-3 {
        grid-template-columns: 1fr;
    }
    .cards-grid-2 {
        grid-template-columns: 1fr;
    }
    .cards-grid-4 {
        grid-template-columns: 1fr;
    }
    .content-wrapper {
        padding: 24px 20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mobile-bottom-dock {
        display: block;
    }
    .top-notice-bar .container {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
    .header-actions .btn-bonus {
        display: none;
    }
}
