* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #1D3557;
    color: #F1FAEE;
    line-height: 1.6;
}

.age-check-screen {
    position: fixed;
    inset: 0;
    background: rgba(29, 53, 87, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.age-check-screen.hidden {
    display: none;
}

.age-check-panel {
    background: linear-gradient(135deg, #E63946, #A8DADC);
    padding: 65px 55px;
    border-radius: 25px;
    max-width: 580px;
    text-align: center;
    box-shadow: 0 25px 80px rgba(230, 57, 70, 0.4);
}

.age-panel-logo {
    font-size: 4.5em;
    margin-bottom: 30px;
}

.age-check-panel h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.8em;
    margin-bottom: 25px;
    font-weight: 900;
}

.age-check-message p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.age-prompt {
    font-weight: 700;
    font-size: 1.25em !important;
    margin-top: 25px !important;
}

.age-check-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.age-action-btn {
    padding: 18px 45px;
    font-size: 1.12em;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.confirm-age {
    background: #1D3557;
    color: white;
}

.confirm-age:hover {
    background: #14273E;
    transform: translateY(-3px);
}

.deny-age {
    background: #A8DADC;
    color: #1D3557;
}

.deny-age:hover {
    background: #8FBFC2;
    transform: translateY(-3px);
}

.site-header {
    background: #E63946;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 9000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nav-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: white;
}

.brand-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 2px;
}

.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger-bar {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s;
}

.navigation-links {
    display: flex;
    list-style: none;
    gap: 38px;
}

.navigation-links a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05em;
    transition: all 0.3s;
    padding: 8px 0;
}

.navigation-links a:hover {
    color: #A8DADC;
}

.hero-showcase {
    background: linear-gradient(135deg, #A8DADC, #457B9D);
    padding: 140px 0;
}

.showcase-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

.showcase-text {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.showcase-heading {
    font-family: 'Exo 2', sans-serif;
    font-size: 4.2em;
    font-weight: 900;
    margin-bottom: 28px;
    color: #1D3557;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.showcase-tagline {
    font-size: 1.35em;
    margin-bottom: 42px;
    color: #1D3557;
    font-weight: 500;
}

.showcase-button {
    display: inline-block;
    background: #E63946;
    color: white;
    padding: 22px 58px;
    font-size: 1.25em;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.showcase-button:hover {
    background: #CC2936;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(230, 57, 70, 0.4);
}

.section-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

.about-platform {
    padding: 95px 0;
    background: #457B9D;
}

.about-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 55px;
    align-items: start;
}

.about-main h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3em;
    margin-bottom: 28px;
    font-weight: 900;
    color: #A8DADC;
}

.about-main p {
    font-size: 1.12em;
    margin-bottom: 22px;
    line-height: 1.8;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.highlight-card {
    background: #1D3557;
    padding: 35px;
    border-radius: 18px;
    text-align: center;
}

.highlight-icon {
    font-size: 3.5em;
    margin-bottom: 18px;
    display: block;
}

.highlight-card h3 {
    font-size: 1.6em;
    margin-bottom: 12px;
    color: #E63946;
}

.mandatory-notices {
    padding: 95px 0;
    background: #1D3557;
}

.notice-banner {
    background: #457B9D;
    border: 3px solid #E63946;
    border-radius: 22px;
    padding: 55px;
}

.notice-header-section {
    text-align: center;
    margin-bottom: 45px;
}

.notice-label {
    background: #E63946;
    color: white;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}

.notice-header-section h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.8em;
    margin-top: 22px;
    font-weight: 900;
}

.notice-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.notice-item-box {
    background: #1D3557;
    padding: 38px;
    border-radius: 18px;
}

.notice-item-box h3 {
    font-size: 1.55em;
    margin-bottom: 15px;
    color: #A8DADC;
}

.featured-game {
    padding: 95px 0;
    background: #457B9D;
}

.section-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.2em;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 900;
    color: #A8DADC;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 55px;
    color: #F1FAEE;
}

.game-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
}

.game-player {
    background: #E63946;
    padding: 28px;
    border-radius: 22px;
}

.embedded-game {
    width: 100%;
    height: 680px;
    border: none;
    border-radius: 15px;
}

.game-sidebar-info {
    background: #1D3557;
    padding: 42px;
    border-radius: 22px;
}

.game-sidebar-info h3 {
    font-size: 1.75em;
    margin-bottom: 20px;
    color: #E63946;
}

.game-features-list {
    list-style: none;
    margin: 28px 0;
}

.game-features-list li {
    padding: 12px 0;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(168, 218, 220, 0.2);
}

.game-disclaimer {
    background: rgba(230, 57, 70, 0.2);
    padding: 18px;
    border-radius: 10px;
    margin-top: 25px;
    border-left: 4px solid #E63946;
}

.platform-features {
    padding: 95px 0;
    background: #1D3557;
}

.features-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.feature-block {
    background: #457B9D;
    padding: 42px;
    border-radius: 18px;
    transition: all 0.3s;
}

.feature-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    font-size: 3.8em;
    margin-bottom: 22px;
    display: block;
}

.feature-block h3 {
    font-size: 1.7em;
    margin-bottom: 15px;
    color: #A8DADC;
}

.responsible-entertainment {
    padding: 95px 0;
    background: #457B9D;
}

.responsible-wrapper h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.2em;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 900;
    color: #A8DADC;
}

.responsible-intro {
    text-align: center;
    font-size: 1.2em;
    max-width: 850px;
    margin: 0 auto 55px;
    line-height: 1.8;
}

.responsible-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.responsible-item {
    background: #1D3557;
    padding: 42px;
    border-radius: 18px;
    display: flex;
    gap: 25px;
    align-items: start;
}

.responsible-badge {
    background: #E63946;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    font-weight: 900;
    flex-shrink: 0;
}

.responsible-text h4 {
    font-size: 1.55em;
    margin-bottom: 12px;
    color: #A8DADC;
}

.cta-final {
    padding: 95px 0;
    background: #1D3557;
}

.cta-box {
    text-align: center;
    background: linear-gradient(135deg, #E63946, #A8DADC);
    padding: 85px 55px;
    border-radius: 28px;
}

.cta-box h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 900;
    color: #1D3557;
}

.cta-box p {
    font-size: 1.3em;
    margin-bottom: 42px;
    color: #1D3557;
}

.cta-button-large {
    display: inline-block;
    background: #1D3557;
    color: white;
    padding: 25px 72px;
    font-size: 1.35em;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 800;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-button-large:hover {
    background: #14273E;
    transform: scale(1.05);
}

.page-banner {
    background: linear-gradient(135deg, #E63946, #A8DADC);
    padding: 85px 0;
    text-align: center;
}

.page-banner h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.5em;
    margin-bottom: 15px;
    font-weight: 900;
    color: #1D3557;
}

.page-banner p {
    font-size: 1.3em;
    color: #1D3557;
}

.gaming-area {
    padding: 85px 0;
    background: #1D3557;
}

.gaming-info {
    background: #457B9D;
    border: 2px solid #E63946;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 42px;
    text-align: center;
}

.game-embed-wrapper {
    background: #E63946;
    padding: 32px;
    border-radius: 22px;
    margin-bottom: 55px;
}

.full-game-frame {
    width: 100%;
    height: 720px;
    border: none;
    border-radius: 15px;
}

.technical-info {
    margin-top: 55px;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.info-card {
    background: #457B9D;
    padding: 40px;
    border-radius: 18px;
}

.info-card h3 {
    font-size: 1.7em;
    margin-bottom: 15px;
    color: #A8DADC;
}

.legal-page {
    padding: 85px 0;
    background: #1D3557;
}

.legal-doc {
    background: #457B9D;
    padding: 65px;
    border-radius: 28px;
}

.legal-doc h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8em;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 900;
    color: #A8DADC;
}

.doc-date {
    text-align: center;
    color: #ccc;
    margin-bottom: 58px;
    font-size: 1.15em;
}

.legal-content h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.2em;
    margin-top: 48px;
    margin-bottom: 22px;
    color: #E63946;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 1.55em;
    margin-top: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}

.legal-content p {
    margin-bottom: 22px;
    font-size: 1.1em;
    line-height: 1.85;
}

.legal-content ul {
    margin: 25px 0;
    padding-left: 38px;
}

.legal-content li {
    margin-bottom: 14px;
    font-size: 1.1em;
}

.terms-box,
.privacy-summary,
.acknowledgment-box {
    background: rgba(168, 218, 220, 0.2);
    border: 3px solid #A8DADC;
    padding: 38px;
    border-radius: 18px;
    margin-top: 48px;
}

.warning-box {
    background: rgba(230, 57, 70, 0.2);
    border: 3px solid #E63946;
    padding: 38px;
    border-radius: 18px;
    margin-bottom: 48px;
}

.site-footer {
    background: #E63946;
    padding: 68px 0 38px;
}

.footer-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 48px;
    margin-bottom: 42px;
}

.footer-block h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.75em;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-block p {
    line-height: 1.8;
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #F1FAEE;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 1.05em;
}

.footer-menu a:hover {
    color: #A8DADC;
}

.footer-base {
    border-top: 1px solid rgba(241, 250, 238, 0.3);
    padding-top: 35px;
    text-align: center;
}

.footer-base p {
    margin-bottom: 10px;
}

.footer-notice {
    font-weight: 700;
    color: #A8DADC;
}

@media (max-width: 768px) {
    .nav-hamburger {
        display: flex;
    }

    .navigation-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 270px;
        height: 100vh;
        background: #E63946;
        flex-direction: column;
        padding: 75px 35px 35px;
        transition: right 0.3s;
        align-items: flex-start;
        box-shadow: -8px 0 25px rgba(0, 0, 0, 0.4);
    }

    .navigation-links.open {
        right: 0;
    }

    .showcase-heading {
        font-size: 2.5em;
    }

    .showcase-tagline {
        font-size: 1.1em;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .game-layout {
        grid-template-columns: 1fr;
    }

    .embedded-game {
        height: 450px;
    }

    .full-game-frame {
        height: 500px;
    }

    .legal-doc {
        padding: 38px 25px;
    }

    .legal-doc h1 {
        font-size: 2.5em;
    }

    .age-check-panel {
        margin: 20px;
        padding: 45px 30px;
    }

    .age-check-actions {
        flex-direction: column;
    }
}
