/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #2a2a2a;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #0e1b3c 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Navigation Styles */
.site-header {
    background: rgba(14, 27, 60, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 2px solid #16a085;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 30px rgba(22, 160, 133, 0.2);
}

.primary-navigation {
    width: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo {
    width: 45px;
    height: 45px;
    filter: drop-shadow(0 4px 8px rgba(22, 160, 133, 0.5));
}

.brand-link {
    text-decoration: none;
    font-family: 'Orbitron', monospace;
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(135deg, #16a085, #1abc9c, #48c9b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.nav-item {
    text-decoration: none;
    color: #85c1e9;
    font-weight: 500;
    padding: 0.8rem 1.8rem;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
}

.nav-item:hover,
.nav-item.active {
    background: linear-gradient(135deg, #16a085, #1abc9c);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 160, 133, 0.3);
    border-color: #48c9b0;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
    gap: 4px;
    padding: 5px;
}

.menu-bar {
    width: 30px;
    height: 3px;
    background: #16a085;
    border-radius: 2px;
    transition: 0.3s ease;
}

/* Hero Section */
.hero-banner {
    /* outer wrapper: background / spacing only - inner grid is .hero-inner so it aligns with other .content-container sections */
    min-height: 80vh;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(22, 160, 133, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.hero-content {
    z-index: 2;
}

.hero-heading {
    font-family: 'Orbitron', monospace;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff, #85c1e9, #16a085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.hero-text {
    font-size: 1.25rem;
    color: #aed6f1;
    margin-bottom: 3rem;
    line-height: 1.7;
    max-width: 600px;
}

.play-button {
    display: inline-block;
    padding: 1.4rem 3.5rem;
    background: linear-gradient(135deg, #16a085, #1abc9c, #48c9b0);
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(22, 160, 133, 0.4);
    position: relative;
    overflow: hidden;
}

.play-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(22, 160, 133, 0.5);
    background: linear-gradient(135deg, #1abc9c, #48c9b0, #76d7c4);
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* center hero text content and keep it readable when you remove the visual */
.hero-inner {
    position: relative;
}

.hero-content {
    z-index: 3;
    /* span the full width of the inner grid so it can be centered across the content area */
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
}

.hero-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    /* empty by default — add a background-image in your stylesheet or inline later, e.g.
       .hero-visual { background-image: url(...); background-size: cover; background-position: center; } */
    min-height: 300px; /* gives some visual balance when there's no image */
}

/* place hero visual behind centered hero copy so the copy sits visually centered on the page */
.hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none; /* visual only */
}

/* keep .hero-image rules if you later want to add an img back; currently no <img> exists */
.hero-image {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(22, 160, 133, 0.2);
    border: 2px solid rgba(22, 160, 133, 0.3);
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #0e1b3c 0%, #16213e 100%);
    color: white;
    text-align: center;
    padding: 5rem 2rem;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(22, 160, 133, 0.1) 0%, transparent 70%);
}

.page-title {
    font-family: 'Orbitron', monospace;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.page-subtitle {
    font-size: 1.3rem;
    color: #aed6f1;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Game Preview Section */
.game-preview, .main-game-section {
    padding: 6rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
}

.section-title {
    font-family: 'Orbitron', monospace;
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title.centered {
    text-align: center;
}

.section-description, .intro-description {
    text-align: center;
    color: #aed6f1;
    font-size: 1.2rem;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.game-display {
    max-width: 900px;
    margin: 0 auto;
}

.game-container {
    background: rgba(22, 160, 133, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 2rem;
    border: 2px solid rgba(22, 160, 133, 0.3);
    box-shadow: 0 15px 50px rgba(22, 160, 133, 0.2);
    position: relative;
    overflow: hidden;
    /* constrain the visual game area to a max of 900px */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.game-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16a085, #1abc9c, #48c9b0);
}

.game-frame {
    width: 100%;
    /* use aspect-ratio for modern browsers */
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
    border-radius: 20px;
    background: rgba(14, 27, 60, 0.5);
    box-shadow: inset 0 0 30px rgba(22, 160, 133, 0.1);
    display: block;
}

/* Fallback for older browsers that don't support aspect-ratio */
.game-frame--fallback {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
}
.game-frame--fallback iframe,
.game-frame--fallback .game-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* About Section */
.about-platform {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(22, 160, 133, 0.05) 0%, rgba(52, 152, 219, 0.05) 100%);
}

.about-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    font-size: 1.15rem;
    color: #aed6f1;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.feature-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(22, 160, 133, 0.2);
    border: 2px solid rgba(22, 160, 133, 0.2);
}

/* Features Section */
.platform-features {
    padding: 6rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.feature-card {
    background: rgba(22, 160, 133, 0.08);
    backdrop-filter: blur(15px);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(22, 160, 133, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #16a085, #1abc9c);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(22, 160, 133, 0.2);
    background: rgba(22, 160, 133, 0.12);
    border-color: rgba(22, 160, 133, 0.4);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    filter: drop-shadow(0 4px 12px rgba(22, 160, 133, 0.4));
}

.feature-title {
    font-family: 'Orbitron', monospace;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-desc {
    color: #aed6f1;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Reviews Section */
.user-reviews {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(14, 27, 60, 0.3) 0%, rgba(22, 33, 62, 0.2) 100%);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.review-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(22, 160, 133, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(22, 160, 133, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

.stars {
    color: #f1c40f;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    filter: drop-shadow(0 3px 10px rgba(241, 196, 15, 0.4));
}

.review-text {
    color: #aed6f1;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.1rem;
}

.reviewer {
    color: #16a085;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contact Section */
.contact-section {
    padding: 6rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-description {
    color: #aed6f1;
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.support-options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.support-card {
    background: rgba(22, 160, 133, 0.08);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 18px;
    border-left: 4px solid #16a085;
}

.support-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.support-text {
    color: #aed6f1;
    line-height: 1.7;
    font-size: 1.05rem;
}

.contact-form {
    background: rgba(22, 160, 133, 0.1);
    backdrop-filter: blur(20px);
    padding: 4rem 3rem;
    border-radius: 25px;
    border: 2px solid rgba(22, 160, 133, 0.3);
    box-shadow: 0 20px 60px rgba(22, 160, 133, 0.2);
}

.form-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 2.5rem;
}

.form-label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-field {
    width: 100%;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(22, 160, 133, 0.3);
    border-radius: 15px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Exo 2', sans-serif;
}

.form-field::placeholder {
    color: #85c1e9;
}

.form-field:focus {
    outline: none;
    border-color: #16a085;
    box-shadow: 0 0 0 4px rgba(22, 160, 133, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.message-field {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(135deg, #16a085, #1abc9c);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Orbitron', monospace;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(22, 160, 133, 0.4);
    background: linear-gradient(135deg, #1abc9c, #48c9b0);
}

/* Game Info Sections */
.game-info, .instructions-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(22, 160, 133, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.info-item {
    background: rgba(22, 160, 133, 0.08);
    backdrop-filter: blur(12px);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(22, 160, 133, 0.2);
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(22, 160, 133, 0.15);
}

.info-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-text {
    color: #aed6f1;
    line-height: 1.8;
    font-size: 1.05rem;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.step-item {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #16a085, #1abc9c);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(22, 160, 133, 0.3);
}

.step-content {
    flex: 1;
}

.step-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-text {
    color: #aed6f1;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Legal Content */
.legal-section {
    padding: 6rem 2rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(22, 160, 133, 0.05);
    backdrop-filter: blur(15px);
    padding: 4rem 3.5rem;
    border-radius: 25px;
    border: 2px solid rgba(22, 160, 133, 0.2);
    box-shadow: 0 20px 60px rgba(22, 160, 133, 0.1);
}

.legal-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-subtitle {
    font-family: 'Orbitron', monospace;
    color: #16a085;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(22, 160, 133, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.legal-subtitle:first-child {
    margin-top: 0;
}

.legal-text {
    color: #aed6f1;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.legal-list {
    margin: 2rem 0 2.5rem 2rem;
    color: #aed6f1;
}

.legal-list li {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.disclaimer-highlight {
    background: rgba(22, 160, 133, 0.15);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    margin-top: 3rem;
    border: 2px solid rgba(22, 160, 133, 0.3);
}

.highlight-title {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.highlight-text {
    color: #aed6f1;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Footer */
.site-footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #0e1b3c 100%);
    color: white;
    padding: 5rem 2rem 2rem;
    border-top: 3px solid #16a085;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(22, 160, 133, 0.1) 0%, transparent 50%);
}

.footer-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.footer-brand {
    text-align: left;
}

.footer-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1) drop-shadow(0 3px 10px rgba(22, 160, 133, 0.4));
}

.footer-title {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #16a085, #1abc9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: #85c1e9;
    font-size: 1.05rem;
    line-height: 1.7;
}

.footer-heading {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.link-list {
    list-style: none;
}

.link-list li {
    margin-bottom: 1rem;
}

.link-list a {
    color: #85c1e9;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.link-list a:hover {
    color: #16a085;
    transform: translateX(5px);
}

.disclaimer-notice {
    background: rgba(22, 160, 133, 0.1);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    border: 2px solid rgba(22, 160, 133, 0.2);
    position: relative;
    z-index: 2;
}

.disclaimer-text {
    text-align: center;
    color: #aed6f1;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(22, 160, 133, 0.3);
    color: #85c1e9;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
}

/* Age Verification Modal */
.age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.age-modal-content {
    background: rgba(22, 160, 133, 0.1);
    backdrop-filter: blur(20px);
    padding: 4rem 3.5rem;
    border-radius: 30px;
    text-align: center;
    max-width: 500px;
    margin: 2rem;
    border: 3px solid rgba(22, 160, 133, 0.4);
    box-shadow: 0 30px 100px rgba(22, 160, 133, 0.3);
}

.age-modal h2 {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.age-modal p {
    color: #aed6f1;
    line-height: 1.8;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.age-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.age-btn {
    padding: 1.5rem 3rem;
    border: none;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 160px;
    font-family: 'Orbitron', monospace;
}

.age-btn-yes {
    background: linear-gradient(135deg, #16a085, #1abc9c);
    color: white;
    box-shadow: 0 8px 25px rgba(22, 160, 133, 0.4);
}

.age-btn-yes:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(22, 160, 133, 0.5);
    background: linear-gradient(135deg, #1abc9c, #48c9b0);
}

.age-btn-no {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
}

.age-btn-no:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(231, 76, 60, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .hero-banner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }
    
    .hero-heading {
        font-size: 2.8rem;
    }
    
    .about-layout,
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }
    
    .age-modal-content {
        padding: 3rem 2.5rem;
        margin: 1rem;
    }
    
    .age-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .content-container {
        padding: 0 1rem;
    }
    
    .hero-heading {
        font-size: 2.2rem;
    }
    
    .page-header {
        padding: 4rem 1rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .contact-form,
    .legal-content {
        padding: 3rem 2rem;
    }
    
    .game-preview,
    .main-game-section,
    .about-platform,
    .platform-features,
    .user-reviews,
    .contact-section,
    .legal-section,
    .game-info,
    .instructions-section {
        padding: 4rem 1rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .game-frame {
        height: 400px;
    }
}