:root {
    --primary-action: #22C55E;
    --secondary-action: #38BDF8;
    --accent-highlight: #FACC15;
    --bg-main: #F8FAFC;
    --bg-secondary: #FFFFFF;
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --border-color: #E2E8F0;
    --transition-speed: 0.4s;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.text-muted {
    color: #475569 !important;
}

.zen-play-minimal-layout {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    transition: all var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== header ===== */
.win-faro-header {
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    z-index: 1050;
}

.win-faro-header .navbar-brand img {
    object-fit: contain;
}

.win-faro-header .nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.win-faro-header .nav-link:hover {
    background-color: #F1F5F9;
    color: #22C55E !important;
}

.win-faro-header .nav-link.active {
    color: #22C55E !important;
}

.win-faro-header .dropdown-menu {
    border-radius: 16px;
    padding: 0.75rem;
    min-width: 220px;
    animation: fadeIn 0.3s ease;
}

.win-faro-header .dropdown-item {
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #475569;
    transition: all 0.2s ease;
}

.win-faro-header .dropdown-item:hover {
    background-color: #F8FAFC;
    color: #22C55E;
    transform: translateX(5px);
}

.win-faro-header .btn-primary {
    background-color: #22C55E;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
    transition: all 0.3s ease;
}

.win-faro-header .btn-primary:hover {
    background-color: #16A34A;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.3);
}

.win-faro-header .navbar-toggler:focus {
    box-shadow: none;
}

.win-faro-header .ph-fill {
    color: #38BDF8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .win-faro-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        margin-top: 1rem;
    }

    .win-faro-header .nav-link {
        padding: 0.75rem 1rem !important;
    }

    .win-faro-header .dropdown-menu {
        border: 1px solid #E2E8F0;
        box-shadow: none;
        margin-top: 0.5rem;
    }

    .win-faro-header .btn-primary {
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }
}

/* ===== hero ===== */
.win-faro-hero {
    min-height: 85vh;
    background-color: #0F172A;
    padding: 80px 0;
}

.win-faro-hero__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.win-faro-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.win-faro-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.6) 0%, rgba(15, 23, 42, 0.8) 100%);
}

.win-faro-hero__title {
    font-size: 3rem;
    font-weight: 700;
    color: #F8FAFC;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.win-faro-hero__subtitle {
    font-size: 1.25rem;
    color: #CBD5E1;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.win-faro-hero__btn {
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
}

.win-faro-hero__btn--primary {
    background-color: #22C55E;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.4);
}

.win-faro-hero__btn--primary:hover {
    background-color: #16A34A;
    transform: translateY(-2px);
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.5);
}

.win-faro-hero__btn--secondary {
    background-color: rgba(56, 189, 248, 0.1);
    color: #38BDF8;
    border: 2px solid #38BDF8;
}

.win-faro-hero__btn--secondary:hover {
    background-color: #38BDF8;
    color: #0F172A;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .win-faro-hero {
        min-height: 100vh;
        padding: 60px 0;
    }

    .win-faro-hero__title {
        font-size: 1.5rem;
        hyphens: auto;
    }

    .win-faro-hero__subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .win-faro-hero__btn {
        width: 100%;
        padding: 10px 24px;
        font-size: 0.85rem;
    }
}

/* ===== games_grid ===== */
.games-grid-section {
    background-color: #F8FAFC;
    padding: 64px 0;
}

.games-grid-section .game-item-card {
    background: #FFFFFF;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.games-grid-section .game-item-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.games-grid-section .img-wrapper {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block;
}

.games-grid-section .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.games-grid-section .game-item-card:hover .img-wrapper img {
    transform: scale(1.1);
}

.games-grid-section .btn-play {
    background-color: #22C55E;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    transition: 0.3s;
}

.games-grid-section .btn-play:hover {
    background-color: #16a34a;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
    color: white;
}

.games-grid-section .btn-share {
    color: #38BDF8;
    background: transparent;
    border: 1px solid #38BDF8;
    border-radius: 12px;
    padding: 10px;
    transition: 0.3s;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games-grid-section .btn-share:hover {
    background-color: #38BDF8;
    color: white;
}

.games-grid-section .filter-btn {
    border-radius: 30px;
    padding: 8px 24px;
    font-weight: 500;
    transition: 0.3s;
    border-width: 1px;
}

.games-grid-section .search-wrap {
    position: relative;
}

.games-grid-section .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    z-index: 2;
}

.games-grid-section .search-input {
    padding-left: 45px;
    border-radius: 30px;
    border: 1px solid #E2E8F0;
    height: 48px;
    box-shadow: none !important;
}

.games-grid-section .search-input:focus {
    border-color: #22C55E;
}

.games-grid-section .text-primary-light {
    color: #0F172A;
}

.games-grid-section .text-secondary-light {
    color: #475569;
}

@media (max-width: 767px) {
    .games-grid-section {
        padding: 40px 0;
    }

    .games-grid-section h2 {
        font-size: 18px;
    }

    .games-grid-section h3 {
        font-size: 16px;
    }
}

/* ===== features ===== */
.win-faro-features {
    background-color: #F8FAFC;
    overflow: hidden;
}

.win-faro-features__title {
    color: #0F172A;
    font-size: 2.5rem;
    line-height: 1.2;
}

.win-faro-features__subtitle {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
}

.win-faro-features__card {
    background-color: #FFFFFF;
    border: none;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.win-faro-features__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.1);
}

.win-faro-features__icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    margin: 0 auto;
    color: #22C55E;
    font-size: 2rem;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.win-faro-features__card:hover .win-faro-features__icon-wrapper {
    background-color: #22C55E;
    color: #FFFFFF;
}

.win-faro-features__card-title {
    color: #0F172A;
    font-weight: 600;
}

.win-faro-features__card-text {
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.win-faro-features__btn {
    background-color: #22C55E;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3);
    transition: all 0.4s ease;
}

.win-faro-features__btn:hover {
    background-color: #16a34a;
    color: #FFFFFF;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

@media (max-width: 768px) {
    .win-faro-features__title {
        font-size: 1.125rem;
    }

    .win-faro-features__subtitle {
        font-size: 0.9rem;
    }

    .win-faro-features__card-title {
        font-size: 1rem;
    }

    .win-faro-features__card-text {
        font-size: 0.85rem;
        hyphens: auto;
    }

    .win-faro-features__btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* ===== about_preview ===== */
.about-preview-section {
    background-color: #FFFFFF;
    overflow: hidden;
}

.about-preview-section .about-title {
    color: #0F172A;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

.about-preview-section .about-description {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-preview-section .feature-icon-wrapper {
    background-color: #F0FDF4;
    color: #22C55E;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.about-preview-section .feature-title {
    color: #0F172A;
    font-size: 1.15rem;
    font-weight: 600;
}

.about-preview-section .feature-text {
    color: #64748B;
    font-size: 0.95rem;
}

.about-preview-section .btn-primary-custom {
    background-color: #22C55E;
    color: #FFFFFF;
    border: none;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(34, 197, 94, 0.2);
}

.about-preview-section .btn-primary-custom:hover {
    background-color: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(34, 197, 94, 0.3);
    color: #FFFFFF;
}

.about-preview-section .about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.about-preview-section .about-image-wrapper:hover img {
    transform: scale(1.02);
}

@media (max-width: 991.98px) {
    .about-preview-section .about-title {
        font-size: 1.75rem;
    }

    .about-preview-section .about-image-wrapper {
        margin-bottom: 2rem;
    }

    .about-preview-section .about-image-wrapper img {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767.98px) {
    .about-preview-section .about-title {
        font-size: 1.5rem;
    }

    .about-preview-section .about-description {
        font-size: 1rem;
    }
}

/* ===== footer ===== */
.win-faro-footer {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.win-faro-footer .footer-logo {
    max-width: 50px;
    height: auto;
}

.win-faro-footer .footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

.win-faro-footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
    position: relative;
}

.win-faro-footer .footer-links li {
    margin-bottom: 12px;
}

.win-faro-footer .footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.win-faro-footer .footer-links a:hover {
    color: #22C55E;
    padding-left: 5px;
}

.win-faro-footer .footer-contact-info {
    font-size: 14px;
}

.win-faro-footer .contact-link {
    color: #475569;
    text-decoration: none;
    transition: color 0.3s ease;
}

.win-faro-footer .contact-link:hover {
    color: #22C55E;
}

.win-faro-footer i {
    color: #22C55E;
    font-size: 18px;
}

.win-faro-footer .footer-map-wrapper {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.win-faro-footer .footer-bottom {
    border-color: #E2E8F0 !important;
}

.win-faro-footer .copyright-text {
    font-size: 13px;
    color: #94A3B8;
}

@media (max-width: 767.98px) {
    .win-faro-footer .footer-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .win-faro-footer .footer-map-wrapper iframe {
        height: 250px;
    }

    .win-faro-footer .footer-desc {
        font-size: 13px;
    }
}

.win-faro-header {
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    z-index: 1050;
}

.win-faro-header .navbar-brand img {
    object-fit: contain;
}

.win-faro-header .nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.win-faro-header .nav-link:hover {
    background-color: #F1F5F9;
    color: #22C55E !important;
}

.win-faro-header .nav-link.active {
    color: #22C55E !important;
}

.win-faro-header .dropdown-menu {
    border-radius: 16px;
    padding: 0.75rem;
    min-width: 220px;
    animation: fadeIn 0.3s ease;
}

.win-faro-header .dropdown-item {
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #475569;
    transition: all 0.2s ease;
}

.win-faro-header .dropdown-item:hover {
    background-color: #F8FAFC;
    color: #22C55E;
    transform: translateX(5px);
}

.win-faro-header .btn-primary {
    background-color: #22C55E;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
    transition: all 0.3s ease;
}

.win-faro-header .btn-primary:hover {
    background-color: #16A34A;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.3);
}

.win-faro-header .ph-fill {
    color: #38BDF8;
}

.game-catalog-hero {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.game-catalog-main {
    background-color: #F8FAFC;
}

.search-filter-wrapper {
    border: 1px solid #E2E8F0;
}

.search-box .form-control {
    border-radius: 12px;
    font-size: 1rem;
    border-color: #E2E8F0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-box .form-control:focus {
    border-color: #22C55E;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.filter-chips .btn {
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-chips .btn-outline-primary {
    border-color: #E2E8F0;
    color: #475569;
}

.filter-chips .btn-outline-primary:hover,
.filter-chips .btn-outline-primary.active {
    background-color: #22C55E;
    border-color: #22C55E;
    color: #FFFFFF;
}

.js-game-card .card {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    border: 1px solid transparent !important;
}

.js-game-card .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
    border-color: #22C55E !important;
}

.win-faro-footer {
    background-color: #F8FAFC;
    color: #475569;
    font-family: 'Inter', sans-serif;
}

.win-faro-footer .footer-logo {
    max-width: 50px;
    height: auto;
}

.win-faro-footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
}

.win-faro-footer .footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.win-faro-footer .footer-links a:hover {
    color: #22C55E;
    padding-left: 5px;
}

.win-faro-footer i {
    color: #22C55E;
    font-size: 18px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ===== PAGE: privacy ===== */
.policy-content-area { max-width: 1000px; margin: 0 auto; padding: 64px 24px; color: #0F172A; background-color: #F8FAFC; font-family: 'Inter', sans-serif; line-height: 1.6; }.policy-content-area h2 { font-size: 1.75rem; font-weight: 600; color: #0F172A; margin-top: 40px; margin-bottom: 20px; border-left: 4px solid #22C55E; padding-left: 15px; }.policy-content-area p { margin-bottom: 20px; font-size: 1rem; color: #475569; }.policy-content-area ul { margin-bottom: 24px; padding-left: 20px; list-style-type: none; }.policy-content-area li { margin-bottom: 12px; position: relative; padding-left: 28px; color: #475569; }.policy-content-area li::before { content: '\2022'; color: #22C55E; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; position: absolute; left: 10px; font-size: 1.2rem; }.policy-content-area strong { color: #0F172A; font-weight: 600; }.policy-article { background-color: #FFFFFF; padding: 48px; border-radius: 24px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05); }@media (max-width: 767px) { .policy-content-area { padding: 32px 16px; } .policy-article { padding: 24px; } .policy-content-area h2 { font-size: 1.125rem; margin-top: 28px; } .policy-content-area p, .policy-content-area li { font-size: 0.875rem; } }

/* ===== PAGE: terms ===== */
.terms-wrapper { padding: 2rem 0; max-width: 900px; margin: 0 auto; }.terms-title { color: #0F172A; font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; position: relative; }.terms-subtitle { color: #64748B; font-size: 1.1rem; max-width: 700px; }.terms-section-title { color: #0F172A; font-size: 1.5rem; font-weight: 600; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; border-bottom: 2px solid #E2E8F0; padding-bottom: 0.5rem; }.terms-section-title i { color: #22C55E; }.terms-body p { color: #475569; line-height: 1.8; margin-bottom: 1rem; }.terms-body ul { list-style: none; padding-left: 0; margin-bottom: 1.5rem; }.terms-body li { color: #475569; position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; }.terms-body li::before { content: ' '; position: absolute; left: 0; top: 0.6rem; width: 8px; height: 8px; background-color: #38BDF8; border-radius: 50%; }.contact-details-grid { background: #FFFFFF; padding: 1.5rem; border-radius: 16px; border: 1px solid #E2E8F0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }.contact-item i { font-size: 1.25rem; color: #22C55E; }.contact-item a { color: #38BDF8; transition: color 0.3s ease; }.contact-item a:hover { color: #22C55E; }@media (max-width: 768px) { .terms-title { font-size: 1.5rem; } .terms-section-title { font-size: 1.1rem; } .terms-body { font-size: 0.9rem; } .contact-details-grid { padding: 1rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-main-block { background-color: #F8FAFC; padding: 40px 15px; min-height: 80vh; display: flex; align-items: flex-start; justify-content: center; } .policy-content-area { max-width: 900px; width: 100%; background: #FFFFFF; padding: 50px; border-radius: 24px; box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05); border: 1px solid #E2E8F0; } .policy-content-area h2 { color: #0F172A; font-size: 1.5rem; font-weight: 600; margin-top: 32px; margin-bottom: 20px; border-left: 4px solid #22C55E; padding-left: 15px; line-height: 1.3; } .policy-content-area p { color: #475569; font-size: 1rem; line-height: 1.8; margin-bottom: 20px; text-align: justify; } .policy-content-area ul { padding-left: 0; list-style: none; margin-bottom: 25px; } .policy-content-area ul li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #475569; font-size: 0.95rem; line-height: 1.6; } .policy-content-area ul li i { position: absolute; left: 0; top: 3px; color: #38BDF8; font-size: 1.2rem; } .policy-content-area ul li::before { content: ''; position: absolute; left: 8px; top: 12px; width: 6px; height: 6px; background-color: #22C55E; border-radius: 50%; display: none; } .policy-content-area ul li:has(i)::before { display: none; } .policy-content-area ul:not(:has(i)) li::before { display: block; } @media (max-width: 768px) { .policy-main-block { padding: 20px 10px; } .policy-content-area { padding: 25px; border-radius: 16px; } .policy-content-area h2 { font-size: 1.25rem; margin-top: 25px; } .policy-content-area p { font-size: 0.9rem; line-height: 1.6; } .policy-content-area ul li { font-size: 0.85rem; } }

/* ===== PAGE: cookies ===== */
.policy-article .policy-header-section {
  display: none;
}

.policy-header-section {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E8F0;
}

.policy-header-section .icon-box {
  background-color: #22C55E;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.policy-header-section .policy-title {
  color: #0F172A;
  font-weight: 700;
  font-size: 2.5rem;
}

.policy-header-section .policy-subtitle {
  color: #64748B;
  font-size: 1.1rem;
}

.policy-section .section-title {
  color: #0F172A;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #22C55E;
  padding-left: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.policy-section .section-title i {
  color: #22C55E;
}

.cookie-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.cookie-card {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease;
  height: 100%;
}

.cookie-card:hover {
  transform: translateY(-5px);
}

.cookie-card .card-icon {
  font-size: 24px;
  color: #38BDF8;
  margin-bottom: 16px;
}

.cookie-card h3 {
  font-size: 1.25rem;
  color: #0F172A;
  margin-bottom: 12px;
  font-weight: 600;
}

.policy-list {
  list-style: none;
  padding-left: 0;
}

.policy-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.policy-list li::before {
  content: "\f105";
  font-family: "Phosphor";
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: bold;
}

.policy-contact-footer {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
}

.contact-details a {
  color: #38BDF8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #22C55E;
}

.contact-details p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-details i {
  color: #64748B;
}

@media (max-width: 768px) {
  .policy-header-section .policy-title {
    font-size: 1.8rem;
  }
  .policy-section .section-title {
    font-size: 1.3rem;
  }
  .cookie-types-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PAGE: about ===== */
.about-us-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
  color: #0F172A;
}
.about-us-section .about-content-card {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about-us-section h1 {
  color: #0F172A;
  font-weight: 700;
  font-size: 2.5rem;
}
.about-us-section h2 {
  color: #0F172A;
  font-weight: 600;
}
.about-us-section .about-stat span {
  color: #22C55E;
}
.about-us-section .about-image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border: 8px solid #FFFFFF;
}
.about-us-section .pillar-card {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-us-section .pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: #38BDF8;
}
.about-us-section .pillar-icon {
  width: 64px;
  height: 64px;
  background: rgba(56, 189, 248, 0.1);
  color: #38BDF8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 16px;
  margin: 0 auto;
}
.about-us-section .commitment-banner {
  background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
  box-shadow: 0 15px 35px rgba(34, 197, 94, 0.2);
}
.about-us-section .btn-light:hover {
  background-color: #FACC15 !important;
  border-color: #FACC15 !important;
  color: #0F172A !important;
}
@media (max-width: 768px) {
  .about-us-section h1 {
    font-size: 1.8rem;
  }
  .about-us-section h2 {
    font-size: 1.5rem;
  }
  .about-us-section .about-image-wrapper img {
    height: 300px;
  }
}

/* ===== PAGE: events ===== */
.events-calendar-section {
  background-color: #F8FAFC;
  overflow: hidden;
}

.events-calendar-section .search-wrapper {
  position: relative;
}

.events-calendar-section .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-size: 1.25rem;
  z-index: 2;
}

.events-calendar-section .js-event-search {
  padding-left: 3rem;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  height: 48px;
  background-color: #FFFFFF;
  color: #0F172A;
  transition: border-color 0.3s ease;
}

.events-calendar-section .js-event-search:focus {
  border-color: #38BDF8;
  box-shadow: none;
}

.events-calendar-section .btn-filter {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #475569;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  font-weight: 500;
}

.events-calendar-section .btn-filter:hover,
.events-calendar-section .btn-filter.active {
  background-color: #22C55E;
  border-color: #22C55E;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.events-calendar-section .event-card {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.events-calendar-section .event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.events-calendar-section .event-image-container {
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
}

.events-calendar-section .event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.events-calendar-section .event-card:hover .event-img {
  transform: scale(1.05);
}

.events-calendar-section .category-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #38BDF8;
  backdrop-filter: blur(4px);
}

.events-calendar-section .event-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.events-calendar-section .event-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #22C55E;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.events-calendar-section .event-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.events-calendar-section .event-desc {
  color: #475569;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.events-calendar-section .progress-section {
  margin-top: auto;
}

.events-calendar-section .progress-label,
.events-calendar-section .progress-percentage {
  font-size: 0.8rem;
  color: #64748B;
  font-weight: 500;
}

.events-calendar-section .progress-track {
  height: 6px;
  background-color: #F1F5F9;
  border-radius: 100px;
  overflow: hidden;
}

.events-calendar-section .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #38BDF8, #22C55E);
  border-radius: 100px;
}

@media (max-width: 767px) {
  .events-calendar-section .event-title {
    font-size: 1.1rem;
  }
  .events-calendar-section .event-image-container {
    height: 180px;
  }
}

/* ===== PAGE: how-to-play ===== */
.how-to-play-content {
    padding: 60px 0;
    background-color: #F8FAFC;
    color: #475569;
}

.how-to-play-content h1,
.how-to-play-content h2 {
    color: #0F172A;
}

.how-to-play-content .nav-pills .nav-link {
    color: #475569;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 15px 20px;
    text-align: left;
    transition: all 0.3s ease;
    font-weight: 500;
}

.how-to-play-content .nav-pills .nav-link:hover {
    border-color: #38BDF8;
    background-color: #F0F9FF;
}

.how-to-play-content .nav-pills .nav-link.active {
    background-color: #22C55E;
    color: #FFFFFF;
    border-color: #22C55E;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.how-to-play-content .tab-content {
    min-height: 400px;
}

.how-to-play-content .tab-pane img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.how-to-play-content .custom-faq .accordion-item {
    border: none;
    background-color: #FFFFFF;
}

.how-to-play-content .custom-faq .accordion-button {
    font-weight: 600;
    color: #0F172A;
    background-color: #FFFFFF;
    box-shadow: none;
}

.how-to-play-content .custom-faq .accordion-button:not(.collapsed) {
    color: #22C55E;
    background-color: #F0FDF4;
}

.how-to-play-content .custom-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80a8,8,0,0,1,11.32-11.32L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z' fill='%23475569'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .how-to-play-content .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 10px;
    }
    
    .how-to-play-content .nav-pills .nav-link {
        margin-bottom: 0;
        flex: 0 0 auto;
    }
    
    .how-to-play-content .tab-pane img {
        height: 200px;
        margin-top: 20px;
    }
}

/* ===== PAGE: tournament-history ===== */
.history-section {
  background-color: #F8FAFC;
}
.history-section__title {
  color: #0F172A;
  font-weight: 700;
}
.history-section__subtitle {
  font-size: 0.95rem;
  max-width: 600px;
}
.history-filters .btn-filter {
  background-color: #FFFFFF;
  color: #475569;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.history-filters .btn-filter:hover,
.history-filters .btn-filter.active {
  background-color: #22C55E;
  color: #FFFFFF;
  border-color: #22C55E;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}
.history-card {
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  border: 1px solid #F1F5F9;
}
.history-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}
.avatar-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #E2E8F0;
}
.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge-rank {
  display: inline-block;
  background-color: #FACC15;
  color: #0F172A;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-top: 4px;
}
.history-card__details {
  border-top: 1px solid #F1F5F9;
  padding-top: 1rem;
}
.history-card__details i {
  color: #38BDF8;
}
.search-box .form-control:focus {
  box-shadow: none;
  border-color: #22C55E;
}
.search-box .input-group-text {
  color: #94A3B8;
}
.empty-state i {
  display: block;
  margin: 0 auto;
}

/* ===== PAGE: online-players ===== */
.online-players-stats {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.online-players-stats .stat-summary-card {
  background-color: #FFFFFF;
  border-radius: 24px;
  border: none;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.online-players-stats .stat-summary-card:hover {
  transform: translateY(-5px);
}

.online-players-stats .stat-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: #DCFCE7;
  color: #22C55E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2rem;
}

.online-players-stats .stat-icon-wrapper.icon-blue {
  background-color: #E0F2FE;
  color: #38BDF8;
}

.online-players-stats .stat-icon-wrapper.icon-yellow {
  background-color: #FEF9C3;
  color: #FACC15;
}

.online-players-stats .filter-bar {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.online-players-stats .filter-btn {
  border: 1px solid #E2E8F0;
  background-color: transparent;
  color: #475569;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.online-players-stats .filter-btn:hover,
.online-players-stats .filter-btn.active {
  background-color: #22C55E;
  color: #FFFFFF;
  border-color: #22C55E;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.online-players-stats .search-wrapper {
  min-width: 250px;
}

.online-players-stats .js-player-search {
  border-radius: 30px;
  padding-left: 45px;
  border: 1px solid #E2E8F0;
  background-color: #F8FAFC;
  height: 45px;
}

.online-players-stats .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-size: 1.2rem;
}

.online-players-stats .player-info-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.6);
  transition: all 0.4s ease;
}

.online-players-stats .player-info-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.online-players-stats .player-avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 2px #E2E8F0;
}

.online-players-stats .status-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.online-players-stats .status-online {
  background-color: #22C55E;
}

.online-players-stats .status-busy {
  background-color: #FACC15;
}

.online-players-stats .badge-status {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #64748B;
}

.online-players-stats .activity-tag {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.online-players-stats .x-small {
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  .online-players-stats .search-wrapper {
    width: 100%;
  }
  .online-players-stats h1 {
    font-size: 1.5rem !important;
  }
}

/* ===== PAGE: contacts ===== */
.win-faro-contact-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}
.win-faro-contact-section .contact-card {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.win-faro-contact-section .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.win-faro-contact-section .icon-wrapper {
  width: 56px;
  height: 56px;
  background: rgba(34, 197, 94, 0.1);
  color: #22C55E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 1.75rem;
}
.win-faro-contact-section .contact-value {
  margin-top: 1rem;
  font-weight: 600;
  color: #0F172A;
  word-break: break-all;
}
.win-faro-contact-section .support-banner {
  background: linear-gradient(135deg, #22C55E 0%, #38BDF8 100%);
  border-radius: 24px;
  color: #FFFFFF;
}
.win-faro-contact-section .social-info-card {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
}
.win-faro-contact-section .office-preview-card {
  border-radius: 24px;
  min-height: 250px;
}
.win-faro-contact-section .office-preview-card img {
  object-fit: cover;
}
.win-faro-contact-section .text-primary-light {
  color: #0F172A !important;
}
.win-faro-contact-section .text-secondary-light {
  color: #475569 !important;
}
.win-faro-contact-section .text-primary-action {
  color: #22C55E !important;
}

.main-comment-wrapper {
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

.main-comment-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.1);
}

.avatar-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.comment-author {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
}

.comment-time {
    color: #475569;
}

.comment-body-text {
    color: #475569;
    line-height: 1.6;
    font-size: 1rem;
}

.action-btn {
    background: transparent;
    border: none;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0;
}

.action-btn:hover {
    color: #22C55E;
}

.like-btn:hover {
    color: #FACC15;
}

.reply-comment-wrapper {
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #38BDF8;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.avatar-box-sm {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    object-fit: cover;
    flex-shrink: 0;
}

.comment-author-sm {
    color: #0F172A;
    font-size: 0.95rem;
}

.comment-time-sm {
    color: #475569;
    font-size: 0.8rem;
}

.comment-body-text-sm {
    color: #475569;
    line-height: 1.5;
    font-size: 0.9rem;
}

.action-btn-sm {
    background: transparent;
    border: none;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0;
}

.action-btn-sm:hover {
    color: #38BDF8;
}


/* ===== PAGE TEMPLATE: games-list ===== */
.zen-play-minimal-layout {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Inter', sans-serif;
}

.win-faro-game-detail .breadcrumb {
    background: transparent;
    padding: 0;
}

.win-faro-game-detail .breadcrumb-item a {
    color: #22C55E;
}

.win-faro-game-detail .game-iframe-wrapper {
    background: #000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.win-faro-game-detail .game-control-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.win-faro-game-detail .game-content-card {
    border: 1px solid #E2E8F0;
}

.win-faro-game-detail .rich-text p {
    line-height: 1.8;
    color: #475569;
}

.win-faro-game-detail .sidebar-card {
    border: 1px solid #E2E8F0;
}

.win-faro-game-detail .related-game-item img {
    transition: transform 0.3s ease;
}

.win-faro-game-detail .related-game-item:hover img {
    transform: scale(1.05);
}

.win-faro-game-detail .action-btn {
    background: none;
    border: none;
    color: #94A3B8;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.win-faro-game-detail .action-btn:hover,
.win-faro-game-detail .action-btn.active {
    color: #22C55E;
}

.win-faro-game-detail .avatar-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.win-faro-game-detail .comments-section {
    border: 1px solid #E2E8F0;
}

/* ===== Fullscreen game fix ===== */
.js-game-container:-webkit-full-screen {
    display: flex !important;
    flex-direction: column !important;
    background: #000;
    overflow: hidden;
}
.js-game-container:-moz-full-screen {
    display: flex !important;
    flex-direction: column !important;
    background: #000;
    overflow: hidden;
}
.js-game-container:fullscreen {
    display: flex !important;
    flex-direction: column !important;
    background: #000;
    overflow: hidden;
}
.js-game-container:-webkit-full-screen .game-control-bar {
    flex-shrink: 0 !important;
}
.js-game-container:-moz-full-screen .game-control-bar {
    flex-shrink: 0 !important;
}
.js-game-container:fullscreen .game-control-bar {
    flex-shrink: 0 !important;
}
.js-game-container:-webkit-full-screen .js-game-iframe {
    flex: 1 1 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
}
.js-game-container:-moz-full-screen .js-game-iframe {
    flex: 1 1 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
}
.js-game-container:fullscreen .js-game-iframe {
    flex: 1 1 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
}

/* ===== Hide Google Maps on all pages ===== */
.footer-map-wrapper {
    display: none !important;
}

/* ===== page-content-wrapper ===== */
.page-content-wrapper {
    background-color: #F8FAFC;
    padding: 40px 24px;
}

/* ===== Fix terms-of-use design to match policy pages ===== */
.terms-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.terms-wrapper .terms-header {
    display: none;
}

@media (max-width: 768px) {
    .win-faro-game-detail .js-game-iframe {
        height: 350px;
    }

    .win-faro-game-detail .game-content-card {
        padding: 1.5rem !important;
    }
}