/* Reset and Base Styles */
@font-face {
    font-family: 'ElmsSans';
    src: url('/assets/fonts/ElmsSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

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

body {
    font-family: 'ElmsSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0c1a36;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body.menu-open {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

h1 {
    margin: 0;
    font-size: 2em;
}

/* Header Styles */
.header {
    background-color: #0a1a3a;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-top {
    background-color: #0a1a3a;
    padding: 15px 0;
}

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

.header-nav {
    background-color: #1a2d5a;
    padding: 12px 0;
}

.header-nav .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Styles */
.logo-wrapper {
    flex-shrink: 0;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.logo-icon {
    max-width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-text-olymp {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.logo-text-casino {
    color: #d4af37;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.nav-menu-main {
    flex: 1;
}

.nav-right-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu-secondary {
    flex-shrink: 0;
    gap: 15px;
}

.nav-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
    line-height: 1;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link-image {
    padding: 0;
    display: flex;
    align-items: center;
}

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

.nav-link-with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nav-icon {
    max-width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}

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

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

.btn {
    display: inline-block;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1;
}

.btn-login {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

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

.btn-join {
    color: #ffffff;
    background: #28a745;
    border: 2px solid #28a745;
}

.btn-join:hover {
    background: #218838;
    border-color: #218838;
}

/* Banner Styles */
.banner {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.banner-container {
    max-width: 1300px;
    margin: 0 auto;
}

.banner-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    max-height: 400px;
    display: block;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.banner-top {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

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

.banner-logo-icon {
    max-width: 100%;
    height: auto;
    display: block;
}

.banner-text-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    justify-content: flex-start;
}

.banner-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    align-self: flex-start;
    margin-bottom: 0;
}

.banner-label-mobile {
    display: none;
}

.banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.banner-subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    opacity: 0.9;
}

.banner-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #ff6b35;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
}

.banner-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* Quick Navigation Section */
.quick-nav {
    padding: 30px 20px;
}

.quick-nav-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.quick-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 175px;
    background-color: rgba(26, 45, 90, 0.8);
    border-radius: 8px;
    padding: 15px 10px;
}

.quick-nav-item:first-child,
.quick-nav-item:nth-child(2) {
    max-width: 100px;
    background-color: rgba(27, 40, 72, 1);
}

.quick-nav-icon {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.quick-nav-item:hover .quick-nav-icon {
    opacity: 1;
}

.quick-nav-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.quick-nav-item:hover .quick-nav-text {
    color: #d4af37;
}

/* Hot Games Section */

.hot-games-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(180deg, rgba(19, 31, 96, .4) 0%, rgba(19, 31, 96, 0) 100%);
}

.hot-games-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hot-games-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hot-games-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.hot-games-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.hot-games-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hot-games-btn-all {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hot-games-arrow {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.hot-games-arrow:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.hot-games-arrow svg {
    width: 20px;
    height: 20px;
}

.hot-games-slider {
    position: relative;
    min-height: 300px;
    contain: layout style;
}

.hot-games-slide {
    display: none;
}

.hot-games-slide.active {
    display: block;
}

.hot-games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    grid-auto-rows: min-content;
}

.hot-games-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease;
    min-height: 0;
    contain: layout style paint;
}

.hot-games-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 270 / 181;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(26, 45, 90, 0.5);
    flex-shrink: 0;
}

.hot-games-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.hot-games-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    pointer-events: none;
}

.hot-games-item:hover .hot-games-overlay {
    opacity: 1;
}

.hot-games-provider {
    position: absolute;
    top: 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hot-games-play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #0a1a3a;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    pointer-events: auto;
}

.hot-games-play-btn:hover {
    background-color: #1a2d5a;
    transform: scale(1.1);
}

.hot-games-play-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.hot-games-demo {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hot-games-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Promotions Section */
.promotions {
    background-color: #0c1a36;
}

.promotions-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(180deg, rgba(19, 31, 96, .4) 0%, rgba(19, 31, 96, 0) 100%);
}

.promotions-header {
    margin-bottom: 30px;
}

.promotions-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotions-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.promotions-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.promotion-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promotion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.promotion-card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.promotion-card-loyalty .promotion-card-background {
    background: linear-gradient(135deg, #2d1b4e 0%, #1a0e2e 100%);
}

.promotion-card-welcome .promotion-card-background {
    background: linear-gradient(135deg, #8b6f47 0%, #5d4a2f 100%);
}

.promotion-card-sports .promotion-card-background {
    background: linear-gradient(135deg, #2a6d7f 0%, #1a4a58 100%);
}

.promotion-card-telegram .promotion-card-background {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f1f3a 100%);
}

.promotion-card-content {
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: space-between;
}

.promotion-card-image {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion-card-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.promotion-card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.promotion-card-description {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 1.4;
    flex-grow: 1;
}

.promotion-card-btn {
    display: inline-block;
    padding: 12px 32px;
    background-color: #3d2a5f;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.promotion-card-btn:hover {
    background-color: #4d3a6f;
    transform: scale(1.05);
}

/* Responsive styles for promotions */
@media (max-width: 1200px) {
    .promotions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .promotions-grid {
        grid-template-columns: 1fr;
    }
    
    .promotion-card {
        max-height: none;
        min-height: 300px;
    }
    
    .promotion-card-image {
        max-width: 150px;
    }
    
    .promotion-card-title {
        font-size: 20px;
    }
    
    .promotion-card-description {
        font-size: 13px;
    }
}

/* Article Section Styles */
.article-section {
    padding: 60px 20px;
    background-color: #0c1a36;
}

.article-container {
    max-width: 1200px;
    margin: 0 auto;
}

.article-content {
    background-color: rgba(26, 45, 90, 0.3);
    border-radius: 12px;
    padding: 40px 20px;
    color: #ffffff;
    line-height: 1.7;
}

.article-content h1 {
    color: #d4af37;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 30px 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.article-content h2 {
    color: #d4af37;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 50px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.article-content h2:first-of-type {
    margin-top: 40px;
}

.article-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 35px 0 20px 0;
}

.article-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 25px 0 12px 0;
}

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

.article-content p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.article-content p:last-child {
    margin-bottom: 0;
}

.article-content ul,
.article-content ol {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
    padding-left: 30px;
}

.article-content ul li,
.article-content ol li {
    margin: 0 0 12px 0;
    line-height: 1.7;
}

.article-content ul ul,
.article-content ol ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-content strong {
    font-weight: 600;
    color: #d4af37;
}

.article-content b {
    font-weight: 600;
    color: #ffffff;
}

/* Text Image Container */
.text-image-container {
    display: flex;
    gap: 30px;
    margin: 25px 0;
}

.text-image-container .text-content {
    flex: 1;
    min-width: 0;
}

.text-image-container .section-image {
    flex-shrink: 0;
    max-width: 500px;
}

.text-image-container .section-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Table Wrapper for Responsive Tables */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(15, 31, 64, 0.8);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 600px;
}

.article-content table thead tr {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.article-content table th {
    background-color: rgba(27, 26, 21, 0.15);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d4af37;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    vertical-align: top;
}

.article-content table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-content table tbody tr:hover {
    background-color: rgba(212, 175, 55, 0.05);
}

.article-content table tbody tr:last-child {
    border-bottom: none;
}

.article-content table td {
    padding: 15px 20px;
    vertical-align: top;
    color: #e0e0e0;
    font-size: 15px;
}

.article-content table td:first-child {
    font-weight: 500;
    color: #ffffff;
}

.article-content table td p {
    margin: 0;
}

.article-content table td strong,
.article-content table td b {
    color: #d4af37;
    font-weight: 600;
}

.article-content strong {
    color: #ffffff;
    font-weight: 600;
}

.article-content a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-content span {
    color: inherit;
}

/* Remove empty anchor tags styling */
.article-content h2 a,
.article-content h3 a,
.article-content h4 a {
    color: inherit;
    text-decoration: none;
}

/* CTA Button Styles */
.btn-cta {
    display: inline-block;
    text-align: center;
    padding: 14px 32px;
    background: #d4af37;
    color: #0c1a36;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.btn-cta:hover {
    background: #f5d876;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.btn-cta:active {
    transform: translateY(0);
}

/* Reviews Section */
.reviews-section {
    margin: 40px 0 20px;
}

.reviews-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}

.reviews-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 4px 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ff1f26 rgba(255, 255, 255, 0.1);
}

.reviews-track::-webkit-scrollbar {
    height: 8px;
}

.reviews-track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.reviews-track::-webkit-scrollbar-thumb {
    background: #ff1f26;
    border-radius: 10px;
}

.review-card {
    flex: 0 0 320px;
    min-height: 235px;
    background: linear-gradient(180deg, #122a4f 0%, #0d213f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    scroll-snap-align: start;
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.review-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-name {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
}

.review-date {
    margin: 0;
    color: #c6d2ea;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.review-text {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}

/* Footer Styles */
.footer {
    background-color: #0a1a3a;
    padding: 40px 20px 30px;
    margin-top: 40px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
}

.footer-top {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo {
    display: inline-block;
    text-decoration: none;
}

.footer-logo-icon {
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-copyright {
    color: #b0b0b0;
    font-size: 13px;
    margin: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-columns {
    display: flex;
    gap: 60px;
    flex: 1;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 180px;
}

.footer-column-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

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

.footer-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 200px;
}

.footer-apps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-app-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-app-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-app-icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-social-buttons {
    display: flex;
    gap: 12px;
}

.footer-social-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-social-icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.footer-payments {
    margin-top: auto;
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-payment-icon {
    width: 40px;
    height: 25px;
    display: block;
    object-fit: contain;
}

.footer-age-restriction {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Article Responsive */
@media (max-width: 1024px) {
    .article-content {
        padding: 40px 30px;
    }
    
    .article-content h1 {
        font-size: 36px;
    }
    
    .article-content h2 {
        font-size: 28px;
    }
    
    .article-content h3 {
        font-size: 22px;
    }
    
    .article-content table {
        font-size: 14px;
    }
    
    .article-content table td {
        padding: 12px 15px;
    }
    
    .text-image-container {
        gap: 20px;
    }
    
    .text-image-container .section-image {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .article-section {
        padding: 40px 15px;
    }
    
    .article-content {
        padding: 30px 20px;
    }
    
    .article-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .article-content h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    
    .article-content h3 {
        font-size: 20px;
    }
    
    .article-content h4 {
        font-size: 18px;
    }
    
    .article-content p,
    .article-content ul,
    .article-content ol {
        font-size: 15px;
    }
    
    .table-wrapper {
        margin: 20px -20px;
    }
    
    .article-content table {
        font-size: 13px;
        min-width: 500px;
    }
    
    .article-content table td,
    .article-content table th {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .text-image-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .text-image-container .section-image {
        max-width: 100%;
        align-self: center;
    }
    
    .article-image-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .article-image-content-reverse {
        flex-direction: column;
    }
    
    .article-image-block {
        max-width: 100%;
        width: 100%;
    }
    
    .btn-cta {
        width: 100%;
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer-columns {
        width: 100%;
    }
    
    .footer-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-column {
        min-width: 100%;
    }
    
    .footer-app-buttons {
        flex-direction: row;
    }
    
    .footer-app-btn {
        flex: 1;
    }
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0a1a3a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1;
    padding: 8px 4px;
    text-decoration: none;
    color: #b0b0b0;
    transition: all 0.3s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.mobile-nav-item:active {
    opacity: 0.7;
}

.mobile-nav-icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.mobile-nav-item.active .mobile-nav-icon {
    transform: scale(1.1);
}

.mobile-nav-menu-btn.active {
    color: #d4af37;
}

.mobile-nav-menu-btn.active .mobile-nav-label {
    color: #d4af37;
}

.mobile-nav-label {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: inherit;
}

.mobile-nav-menu-btn {
    position: relative;
}
.mobile-nav-menu-btn.active::before {
    opacity: 0.3;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    opacity: 1;
}

.mobile-menu-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0a1a3a;
    border-radius: 20px 20px 0 0;
    max-height: 100dvh;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mobile-menu-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.mobile-menu-close:active {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.mobile-menu-link {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: color 0.3s ease;
}

.mobile-menu-link:last-child {
    border-bottom: none;
}

.mobile-menu-link:active {
    color: #d4af37;
}

.mobile-menu-link:hover {
    color: #ffffff;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .reviews-section {
        margin: 30px 0 15px;
    }

    .reviews-container {
        padding: 0 15px;
    }

    .reviews-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .review-card {
        flex-basis: 280px;
        min-height: 0;
    }

    .review-name {
        font-size: 17px;
    }

    .review-date {
        font-size: 13px;
    }

    .review-text {
        font-size: 22px;
    }

    /* Header Mobile */
    .header-nav {
        display: none;
    }
    
    .nav-right-group .header-actions {
        display: none;
    }
    
    .header-actions-mobile {
        display: flex !important;
        gap: 8px;
    }
    
    .header-actions-mobile .btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .logo-icon {
        width: 75px;
        height: auto;
    }
    
    /* Mobile Bottom Nav */
    .mobile-bottom-nav {
        display: flex;
    }
    
    /* Add padding to body for mobile nav */
    body {
        padding-bottom: 70px;
    }
    
    main {
        padding-bottom: 0;
    }
    
    /* Banner Mobile */
    .banner {
        padding: 0;
    }
    
    .banner-container {
        padding: 0;
    }
    
    .banner-wrapper {
        border-radius: 0;
        position: relative;
        min-height: 400px;
    }
    
    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 400px;
    }
    
    .banner-content {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    }
    
    .banner-label {
        display: none;
    }
    
    .banner-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        padding: 0 15px;
        margin-bottom: 0;
    }
    
    .banner-label-mobile {
        display: block;
        margin: 0;
    }
    
    .banner-logo-mobile {
        display: block;
    }
    
    .banner-text-content {
        justify-content: flex-end;
    }
    
    .banner-logo-icon {
        width: 100px;
        height: auto;
    }
    
    .banner-label {
        font-size: 11px;
        padding: 5px 10px;
        margin: 0;
    }
    
    .banner-text-content {
        width: 100%;
        max-width: 280px;
        gap: 15px;
        margin-top: auto;
        padding-bottom: 20px;
    }
    
    .banner-title {
        font-size: 24px;
        line-height: 1.3;
        margin: 0;
    }
    
    .banner-subtitle {
        font-size: 16px;
        margin: 0;
    }
    
    .banner-btn {
        padding: 12px 24px;
        font-size: 14px;
        margin-top: 0;
        align-self: flex-start;
    }
    
    /* Quick Nav Mobile */
    .quick-nav-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .quick-nav-item {
        max-width: calc(25% - 8px);
        padding: 10px 5px;
    }
    
    .quick-nav-item:first-child,
    .quick-nav-item:nth-child(2) {
        max-width: calc(25% - 8px);
    }
    
    .quick-nav-text {
        font-size: 11px;
    }
    
    /* Hot Games Mobile */
    .hot-games-container {
        padding: 30px 15px;
    }
    
    .hot-games-title {
        font-size: 22px;
    }
    
    .hot-games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        min-height: 450px;
        grid-auto-rows: min-content;
    }
    
    .hot-games-slider {
        min-height: 450px;
    }
    
    .hot-games-image-wrapper {
        aspect-ratio: 270 / 181;
        flex-shrink: 0;
    }
    
    .hot-games-name {
        min-height: 2.6em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hot-games-item {
        min-height: 0;
        contain: layout style paint;
    }
    
    /* Promotions Mobile */
    .promotions-container {
        padding: 30px 15px;
    }
    
    .promotions-title {
        font-size: 22px;
    }
    
    .promotion-card-content {
        padding: 25px 20px;
    }
    
    .promotion-card-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .logo-icon {
        width: 65px;
    }
    
    .header-actions-mobile .btn {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .banner-wrapper {
        min-height: 350px;
    }
    
    .banner-image {
        min-height: 350px;
    }
    
    .banner-content {
        padding: 15px 12px;
    }
    
    .banner-logo-icon {
        width: 85px;
    }
    
    .banner-title {
        font-size: 20px;
    }
    
    .banner-subtitle {
        font-size: 14px;
    }
    
    .banner-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .quick-nav-container {
        gap: 8px;
    }
    
    .quick-nav-item {
        max-width: calc(25% - 6px);
        padding: 8px 4px;
    }
    
    .quick-nav-icon {
        width: 24px;
        height: 24px;
    }
    
    .quick-nav-text {
        font-size: 10px;
    }
    
    .mobile-nav-label {
        font-size: 9px;
    }
    
    .mobile-nav-icon {
        width: 20px;
        height: 20px;
    }
}
