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

body {
    font-family: 'Inter', sans-serif;
    background-color: #0f1629;
    color: white;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

/* Color Variables */
:root {
    --casino-navy: #0f1629;
    --casino-charcoal: #1f2937;
    --casino-gold: #ffd700;
    --casino-blue: #00bfff;
    --casino-gray: #6b7280;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.header {
    background-color: var(--casino-charcoal);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--casino-gold);
    cursor: pointer;
}

.logo i {
    margin-right: 0.5rem;
}

.nav-menu {
    display: none;
    gap: 2rem;
}

.nav-link {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.nav-link:hover {
    color: var(--casino-gold);
}

.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: var(--casino-gold);
    font-size: 1.25rem;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--casino-charcoal);
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu.active {
    display: flex;
}

.mobile-nav-link {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: left;
    padding: 0.5rem 0;
    font-size: 1rem;
}

.mobile-nav-link:hover {
    color: var(--casino-gold);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('#');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(75, 85, 99, 0.7), rgba(0, 0, 0, 0.9));
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: white;
}

.casino-gold {
    color: var(--casino-gold);
}

.hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #d1d5db;
    line-height: 1.75;
}

.hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--casino-gold), #ffd700);
    color: var(--casino-navy);
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.hero-btn:hover {
    transform: scale(1.05);
}

.hero-btn i {
    margin-right: 0.5rem;
}

/* Casinos Section */
.casinos-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #000000, #111827);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: white;
}

.section-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 48rem;
    margin: 0 auto;
}

.casinos-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 80rem;
    margin: 0 auto;
}

.casino-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.casino-card:hover {
    border-color: rgba(255, 212, 0, 0.5);
    box-shadow: 0 25px 50px rgba(255, 212, 0, 0.2);
}

.casino-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.casino-logo {
    flex-shrink: 0;
}

.casino-logo-bg {
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.kungaslottet-bg {
    background: linear-gradient(to bottom right, #9333ea, #7c3aed);
}

.mrvegas-bg {
    background: linear-gradient(to bottom right, #dc2626, #b91c1c);
}

.casino-logo-bg i {
    color: var(--casino-gold);
    font-size: 2.5rem;
}

.casino-info {
    flex-grow: 1;
    text-align: center;
}

.casino-name {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.casino-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.feature i {
    font-size: 1rem;
}

.casino-blue {
    color: var(--casino-blue);
}

.feature span {
    color: #d1d5db;
}

.casino-action {
    flex-shrink: 0;
}

.bonus-btn {
    display: block;
    background: linear-gradient(135deg, var(--casino-gold), #ffd700);
    color: var(--casino-navy);
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 1.125rem;
    text-decoration: none;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.bonus-btn:hover {
    transform: scale(1.05);
}

.bonus-btn i {
    margin-right: 0.5rem;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background-color: var(--casino-charcoal);
}

.about-content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
}

.about-description {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.about-subtitle {
    font-size: 1.125rem;
    color: #9ca3af;
    line-height: 1.75;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #111827, #000000);
}

.faq-list {
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--casino-gold);
    margin: 0;
}

.faq-icon {
    color: var(--casino-gold);
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #d1d5db;
    display: none;
}

.faq-answer.active {
    display: block;
}

/* Responsible Gambling Section */
.responsible-section {
    padding: 5rem 0;
    background-color: var(--casino-charcoal);
}

.responsible-content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
}

.responsible-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    gap: 1rem;
}

.age-badge {
    width: 4rem;
    height: 4rem;
    background-color: var(--casino-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--casino-navy);
}

.responsible-description {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-bottom: 3rem;
    line-height: 1.75;
}

.help-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.help-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.help-card:hover {
    border-color: rgba(255, 212, 0, 0.5);
}

.help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 0.75rem;
}

.help-icon i {
    font-size: 1.875rem;
}

.help-icon h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.help-card p {
    color: #d1d5db;
}

/* Footer */
.footer {
    background-color: var(--casino-navy);
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--casino-gold);
    margin-bottom: 1rem;
}

.footer-logo i {
    margin-right: 0.5rem;
}

.footer-description {
    color: #9ca3af;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--casino-gold);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: left;
    padding: 0;
    font-size: 1rem;
}

.footer-link:hover {
    color: var(--casino-gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
    color: #9ca3af;
}

/* Legal Pages Styles */
.legal-page {
    min-height: 100vh;
    background-color: var(--casino-navy);
    color: white;
    padding: 2rem 0;
}

.legal-content {
    max-width: 64rem;
    margin: 0 auto;
}

.legal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.legal-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--casino-gold);
}

.close-btn {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.5rem;
}

.close-btn:hover {
    color: white;
}

.legal-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.legal-intro {
    font-size: 1.125rem;
    color: #d1d5db;
    margin-bottom: 2rem;
}

.legal-section {
    margin-bottom: 2rem;
}

.legal-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--casino-gold);
    margin-bottom: 1rem;
}

.legal-text p {
    color: #d1d5db;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.legal-list {
    list-style: disc;
    list-style-position: inside;
    color: #d1d5db;
    line-height: 1.75;
}

.legal-list li {
    margin-bottom: 0.5rem;
}

.legal-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.back-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--casino-gold), #ffd700);
    color: var(--casino-navy);
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.back-btn:hover {
    transform: scale(1.05);
}

.back-btn i {
    margin-right: 0.5rem;
}

/* Responsive Design */
@media (min-width: 768px) {
    .nav-menu {
        display: flex;
    }
    
    .mobile-menu-btn {
        display: none;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .hero-description {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .legal-title {
        font-size: 3rem;
    }
    
    .casino-card-content {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
    
    .casino-info {
        text-align: left;
    }
    
    .casino-features {
        grid-template-columns: 1fr 1fr;
    }
    
    .feature {
        justify-content: flex-start;
    }
    
    .responsible-header {
        gap: 2rem;
    }
    
    .help-links {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 5rem;
    }
    
    .section-title {
        font-size: 4rem;
    }
    
    .legal-title {
        font-size: 4rem;
    }
}