/* Legal Card and Decorated Headings for Legal Pages */
.legal-card {
    background: linear-gradient(135deg, #fff 80%, #e3f2fd 100%);
    border-radius: 22px;
    box-shadow: 0 8px 32px #6bc6ff22, 0 1.5px 0 0 #ffb34744 inset;
    border: 2.5px solid #6bc6ff33;
    padding: 40px 32px 40px 32px;
    margin: 0 auto 48px auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.legal-card-content {
    margin-top: 18px;
}
.decorated-legal-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #2196f3;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
    background: linear-gradient(90deg, #2196f3 60%, #ffb347 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.decorated-legal-subheading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ff6b6b;
    margin-top: 32px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.01em;
    position: relative;
}
.decorated-legal-subheading::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffb347;
    margin-right: 8px;
    box-shadow: 0 0 8px #ffb34788;
}
.legal-card ul {
    margin-left: 24px;
    margin-bottom: 18px;
}
.legal-card li {
    margin-bottom: 10px;
    color: #4a4a4a;
    line-height: 1.7;
}
.legal-card p {
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 14px;
}
@media (max-width: 600px) {
    .legal-card {
        padding: 18px 6px 24px 6px;
    }
    .decorated-legal-heading {
        font-size: 1.5rem;
    }
    .decorated-legal-subheading {
        font-size: 1.05rem;
    }
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #fafafa;
    font-size: 16px;
}

/* Age Verification Modal */
#age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#age-verification-modal.hidden {
    display: none;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgba(26, 26, 26, 0.85);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
}

.modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    max-width: 520px;
        margin: 0 auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    text-align: center;
    border: 1px solid #e5e5e5;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
}

.modal-content h2 {
    color: #ff6b6b;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.modal-content p {
    margin-bottom: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

#verify-access {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e85 100%);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

#verify-access:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

/* Navigation */
.top-navigation {
    background: linear-gradient(90deg, #fff 60%, #6bc6ff 100%);
    border-bottom: 0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 24px 0 rgba(107,198,255,0.10), 0 1.5px 0 0 #ffb34744 inset;
    border-radius: 0 0 24px 24px;
    animation: headerGlow 2.5s infinite alternate;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 68px;
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
    background: rgba(255,255,255,0.7);
    border-radius: 16px;
    padding: 6px 18px 6px 8px;
    box-shadow: 0 2px 12px #6bc6ff22;
    transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
    border: 2px solid #ffb34722;
    cursor: pointer;
    min-width: 220px;
    min-height: 44px;
    gap: 10px;
}
.brand-logo img {
    width: 38px;
    height: 38px;
    margin-right: 8px;
    margin-left: 2px;
    vertical-align: middle;
}
.brand-logo:hover {
    background: #fff;
    box-shadow: 0 6px 24px #ffb34733;
    transform: translateY(-2px) scale(1.03);
    border-color: #ffb34788;
}
.brand-text {
    font-size: 1.5rem;
    font-weight: 800;
    margin-left: 0;
    color: #222;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 6px;
}
.brand-emoji {
    font-size: 1.3em;
    margin-right: 2px;
    animation: bounce 2.2s infinite;
}
.brand-highlight {
    color: #6bc6ff;
    font-weight: 900;
    letter-spacing: 0.02em;
}
}
.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
}
.nav-menu a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.08rem;
    transition: color 0.3s ease;
    position: relative;
    padding: 6px 10px;
    border-radius: 6px;
}
.nav-menu a:hover {
    color: #ff6b6b;
    background: #fff6ee;
}
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b6b;
    transition: width 0.3s ease;
}
.nav-menu a:hover::after {
    width: 100%;
}
@keyframes headerGlow {
    0% { box-shadow: 0 4px 24px 0 rgba(107,198,255,0.10), 0 1.5px 0 0 #ffb34744 inset; }
    100% { box-shadow: 0 8px 32px 0 rgba(107,198,255,0.18), 0 2.5px 0 0 #ffb34788 inset; }
}
}

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

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
    background: rgba(255,255,255,0.7);
    border-radius: 16px;
    padding: 6px 18px 6px 8px;
    box-shadow: 0 2px 12px #6bc6ff22;
    transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
    border: 2px solid #ffb34722;
    cursor: pointer;
}
.brand-logo:hover {
    background: #fff;
    box-shadow: 0 6px 24px #ffb34733;
    transform: translateY(-2px) scale(1.03);
    border-color: #ffb34788;
}
}

.brand-text {
    font-size: 1.7rem;
    font-weight: 800;
    margin-left: 14px;
    color: #ff6b6b;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 6px;
}
.brand-emoji {
    font-size: 1.3em;
    margin-right: 2px;
    animation: bounce 2.2s infinite;
}
.brand-highlight {
    color: #6bc6ff;
    font-weight: 900;
    letter-spacing: 0.02em;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}
.animated-logo {
    animation: spin 3.5s linear infinite;
    filter: drop-shadow(0 2px 8px #ffb34744);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-menu a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: #ff6b6b;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b6b;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 120px);
}

/* Hero Section */
.hero-banner {
    background: linear-gradient(135deg, #667eea 0%, #6bc6ff 100%);
    color: white;
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="1" fill="white" opacity="0.1"/><circle cx="40" cy="80" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    font-size: 3.1rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
    display: inline-block;
    background: linear-gradient(90deg, #fff 60%, #ffb347 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.animated-heading {
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}
.wave-emoji {
    display: inline-block;
    animation: wave 2.2s infinite;
    transform-origin: 70% 70%;
}
@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    30% { transform: rotate(14deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
    60% { transform: rotate(0deg); }
}
.hero-desc .sparkle, .section-heading .sparkle { color: #ffb347; animation: sparkle 1.5s infinite alternate; }
.hero-desc .fire, .section-heading .fire { color: #ff6b6b; animation: flicker 1.2s infinite alternate; }
.hero-desc .star, .section-heading .star { color: #ffe066; animation: twinkle 1.8s infinite alternate; }
@keyframes sparkle { 0% { opacity: 0.7; } 100% { opacity: 1; transform: scale(1.2); } }
@keyframes flicker { 0% { opacity: 0.8; } 100% { opacity: 1; transform: scale(1.1); } }
@keyframes twinkle { 0% { opacity: 0.7; } 100% { opacity: 1; transform: scale(1.15); } }
.pulse {
    animation: pulseBtn 1.2s infinite alternate;
}
@keyframes pulseBtn {
    0% { box-shadow: 0 0 0 0 #ffb34744; }
    100% { box-shadow: 0 0 0 8px #ffb34722; }
}
.hero-visual-animated {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-cloud-logo {
    width: 120px;
    height: 120px;
    animation: floatCloud 3.5s ease-in-out infinite;
    filter: drop-shadow(0 8px 32px #6bc6ff44);
}
@keyframes floatCloud {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #ff6b6b;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background: linear-gradient(90deg, #fff 60%, #ffb347 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
}

.hero-text p {
    font-size: 1.3rem;
    margin-bottom: 32px;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-features {
    margin-bottom: 40px;
}

.feature-point {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.feature-icon {
    margin-right: 12px;
    font-size: 1.5rem;
}

.action-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.action-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* .hero-visual {
    background: rgba(255, 255, 255, 0.1);
    height: 400px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
} */
 img.hero-cloud-logo {
    background: rgba(255, 255, 255, 0.1);
    height: 400px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  animation: floatCloud 3.5s ease-in-out infinite;
  filter: drop-shadow(0 8px 32px #6bc6ff44);
  border-radius: 20px; /* ✅ makes corners rounded */
}


/* Disclaimer Section - Static Landscape Card */
.disclaimer-section {
    background: #fafafa;
    padding: 40px 0;
}

.disclaimer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.static-disclaimer-card {
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border: 4px solid #ffc107;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(255, 193, 7, 0.35);
    display: grid;
    grid-template-columns: 300px 1fr;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.static-disclaimer-card:hover {

    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.35);
}

/* Compact Disclaimer Card Styles */
.compact-disclaimer-card {
    min-height: 80px;
    height: 90px;
    grid-template-columns: 80px 1fr;
    padding: 0;
}
.compact-disclaimer-left {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.compact-emoji {
    font-size: 38px;
    animation: pulse 2s infinite;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}
.compact-disclaimer-right {
    background: #fffbf0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    height: 100%;
}
.compact-disclaimer-items {
    display: flex;
    gap: 32px;
    align-items: center;
    height: 100%;
}
.compact-disclaimer-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #5d4037;
    background: none;
    border: none;
    padding: 0;
}
.compact-disclaimer-item strong {
    color: #e65100;
    font-weight: 700;
    margin-right: 2px;
}
.compact-disclaimer-link {
    margin-top: 2px;
}
.compact-disclaimer-link a {
    color: #ff6f00;
    text-decoration: underline;
    font-weight: 600;
    font-size: 0.97rem;
}
.compact-disclaimer-link a:hover {
    color: #e65100;
}

/* Single Line Disclaimer Card */
.singleline-disclaimer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border: 3px solid #ffc107;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(255, 193, 7, 0.18);
    padding: 18px 24px 20px 24px;
    margin: 0 auto;
    max-width: 700px;
}
.singleline-disclaimer-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.08rem;
    color: #5d4037;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: center;
}
.singleline-emoji {
    font-size: 1.5rem;
    flex-shrink: 0;
}
.singleline-text {
    font-size: 1.08rem;
    color: #5d4037;
    font-weight: 500;
}
.singleline-disclaimer-action {
    width: 100%;
    display: flex;
    justify-content: center;
}
.singleline-disclaimer-btn {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.13);
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    letter-spacing: 0.01em;
}
.singleline-disclaimer-btn:hover {
    background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%);
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 768px) {
    .singleline-disclaimer-card {
        padding: 14px 8px 16px 8px;
        max-width: 98vw;
    }
    .singleline-disclaimer-content {
        font-size: 0.98rem;
        gap: 8px;
    }
    .singleline-emoji {
        font-size: 1.2rem;
    }
    .singleline-disclaimer-btn {
        font-size: 0.97rem;
        padding: 9px 18px;
    }
}

/* Old Notice Section - Removed */

/* Gaming Section */
.gaming-area {
    padding: 80px 0;
    background: #ffffff;
}

.gaming-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.gaming-container h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.games-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.decorated-card {
    background: linear-gradient(135deg, #fff 80%, #ffb34722 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px #ffb34722;
    padding: 24px 0 32px 0;
    margin-bottom: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2.5px solid #ffb34733;
    position: relative;
    overflow: hidden;
}
.decorated-card:hover {
    transform: translateY(-6px) scale(1.025);
    box-shadow: 0 16px 48px #ffb34744;
    border-color: #ffb34788;
}
.game-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff6b6b;
    letter-spacing: 0.01em;
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.game-emoji {
    font-size: 2rem;
    animation: bounce 2.2s infinite;
}
/* .animated-card {
    animation: floatCard 2.5s ease-in-out infinite;
} */
@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
}

.game-card {
    text-align: center;
}

.game-card h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ff6b6b;
}

.game-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    aspect-ratio: 16 / 9;
    position: relative;
}

.game-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* About Section */
.about-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.about-container h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.about-container p {
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 1.8;
}

/* Testimonials Section */
.testimonials-area {
    padding: 80px 0;
    background: #ffffff;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.testimonials-container h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.testimonial-item {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 16px;
    border-left: 4px solid #ff6b6b;
    transition: transform 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-4px);
}

.testimonial-item p {
    font-style: italic;
    margin-bottom: 20px;
    color: #4a4a4a;
    font-size: 1.1rem;
    line-height: 1.6;
}

.testimonial-item cite {
    font-weight: 600;
    color: #ff6b6b;
    float: right;
}

/* Features Section */
.features-showcase {
    padding: 80px 0;
    background: #f8f9fa;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.features-container h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.features-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-block {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    text-align: center;
}

.feature-block:hover {
    transform: translateY(-8px);
}

.feature-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ff6b6b;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.01em;
}
}

.feature-block p {
    color: #4a4a4a;
    line-height: 1.7;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-container h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.contact-container > p {
    text-align: center;
    margin-bottom: 48px;
    color: #4a4a4a;
    font-size: 1.1rem;
}

.contact-form {
    background: #f8f9fa;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.input-group {
    margin-bottom: 32px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a1a1a;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    border-color: #ff6b6b;
}

.submit-button {
    width: 100%;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e85 100%);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.form-status {
    text-align: center;
    margin-top: 24px;
    font-weight: 600;
}

/* Legal Pages */
.legal-content {
    padding: 80px 0;
    background: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-container h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 48px;
    color: #1a1a1a;
    text-align: center;
}

.legal-container h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 40px 0 16px 0;
    color: #ff6b6b;
}

.legal-container p,
.legal-container li {
    margin-bottom: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.legal-container ul {
    margin-left: 24px;
    margin-bottom: 24px;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 24px;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-sections {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand .brand-logo {
    margin-bottom: 20px;
}

.footer-brand .brand-text {
    color: #ff6b6b;
}

.footer-brand p {
    color: #b3b3b3;
    line-height: 1.6;
}

.footer-navigation h4,
.footer-notice h4 {
    color: #ff6b6b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.footer-navigation ul li {
    margin-bottom: 12px;
}

.footer-navigation ul li a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-navigation ul li a:hover {
    color: #ffffff;
}

.footer-notice p {
    color: #b3b3b3;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 24px;
    text-align: center;
    color: #b3b3b3;
    font-size: 0.9rem;
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: #ff6b6b;
    color: white;
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.3);
}

#back-to-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .footer-sections {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .gaming-container h2,
    .about-container h2,
    .testimonials-container h2,
    .features-container h2,
    .contact-container h2,
    .legal-container h2 {
        font-size: 2.2rem;
    }


    .compact-disclaimer-card {
        grid-template-columns: 50px 1fr;
        height: auto;
        min-height: 60px;
    }
    .compact-disclaimer-left {
        padding: 0;
    }
    .compact-emoji {
        font-size: 28px;
    }
    .compact-disclaimer-right {
        padding: 0 12px;
    }
    .compact-disclaimer-items {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }
    .compact-disclaimer-link {
        margin-top: 2px;
    }

    #back-to-top {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 24px;
           margin: 0;
           left: 50%;
           top: 50%;
           transform: translate(-50%, -50%);
           position: absolute;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .contact-form {
        padding: 32px 24px;
    }

    .disclaimer-section {
        padding: 24px 0;
    }

    .disclaimer-left {
        padding: 24px 16px;
    }

    .disclaimer-emoji-large {
        font-size: 50px;
    }

    .disclaimer-left h3 {
        font-size: 1.3rem;
    }

    .disclaimer-right {
        padding: 24px 16px;
    }

    .item-emoji {
        font-size: 24px;
    }

    .item-content strong {
        font-size: 0.95rem;
    }

    .item-content span {
        font-size: 0.9rem;
    }
}