/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    position: relative;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.age-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1.2rem;
}

.modal-body p {
    margin-bottom: 1rem;
    color: #555;
}

.modal-footer {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.modal-footer .btn {
    flex: 1;
}

/* Header */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    text-decoration: none;
    color: #2c3e50;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.logo-accent {
    color: #ff6b6b;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ff6b6b;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.hero-title {
    color: white;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-title .highlight {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffd93d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 500;
}

.feature-icon {
    font-size: 1.5rem;
}

/* Featured Casinos */
.featured-casinos {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.section-title {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    color: #6c757d;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.casinos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.casino-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.casino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.casino-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.casino-name {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.casino-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.casino-features ul {
    list-style: none;
    margin-bottom: 2rem;
}

.casino-features li {
    padding: 0.5rem 0;
    color: #555;
    font-size: 0.95rem;
}

.casino-footer {
    text-align: center;
}

.casino-btn {
    display: inline-block;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.casino-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.casino-disclaimer {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 1rem;
}

/* Responsible Gaming Section - Updated */
.responsible-gaming-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    position: relative;
    overflow: hidden;
}

.responsible-gaming-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(102, 126, 234, 0.1) 100%);
    pointer-events: none;
}

.responsible-gaming-section .container {
    position: relative;
    z-index: 2;
}

/* Main Header */
.responsible-main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 4rem;
    text-align: center;
}

.age-badge-large {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    flex-shrink: 0;
    position: relative;
}

.age-badge-large::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52, #ff6b6b);
    border-radius: 50%;
    z-index: -1;
    animation: rotateBorder 3s linear infinite;
}

@keyframes rotateBorder {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.age-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.age-text {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.9;
}

.header-content {
    color: white;
    max-width: 600px;
}

.main-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

/* Content Grid Layout */
.responsible-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

/* Left Column: Info Cards */
.info-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid #ff6b6b;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.info-card h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.info-card p {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

/* Right Column: Support & Warnings */
.support-column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* Critical Warning */
.critical-warning {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
    border: 2px solid rgba(220, 53, 69, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.critical-warning {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.warning-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.warning-content h3 {
    color: #dc3545;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.warning-content p {
    color: #721c24;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.warning-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-points li {
    color: #721c24;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 500;
}

.warning-points li::before {
    content: '•';
    color: #dc3545;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Support Organizations */
.support-organizations-new {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.support-organizations-new h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.support-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.support-card:hover {
    background: white;
    border-color: #ff6b6b;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.support-logo-new {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.support-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.org-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.org-service {
    font-size: 0.85rem;
    color: #666;
}

.org-contact {
    font-size: 0.8rem;
    color: #ff6b6b;
    font-weight: 500;
}

/* Quick Action Buttons */
.quick-actions {
    display: flex;
    gap: 1rem;
}

.action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.2rem 1.5rem;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-align: center;
}

.action-btn.primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
}

.action-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.action-btn.secondary {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
    box-shadow: 0 5px 20px rgba(108, 117, 125, 0.3);
}

.action-btn.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
}

.btn-icon {
    font-size: 1.1rem;
}

/* Bottom Disclaimer */
.bottom-disclaimer {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ffc107;
}

.bottom-disclaimer p {
    margin: 0;
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.6;
}

/* Footer */
.footer {
    background: rgba(44, 62, 80, 0.95);
    color: white;
    padding: 3rem 0 1rem;
    backdrop-filter: blur(10px);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ff6b6b;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.disclaimer {
    font-size: 0.9rem;
    max-width: 800px;
    margin: 0 auto;
}

.disclaimer a {
    color: #ff6b6b;
    text-decoration: none;
}

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: white;
    padding: 1rem;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.cookie-content a {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.cookie-content a:hover {
    color: #ff5252;
    text-decoration: underline;
}

/* Улучшенные стили для кнопки Accept в cookie-баннере */
.cookie-consent .btn-primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(255, 107, 107, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    min-width: 120px;
}

.cookie-consent .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }

    .casinos-grid {
        grid-template-columns: 1fr;
    }


    
    /* New Responsible Gaming Section Mobile */
    .responsible-main-header {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 3rem;
    }
    
    .age-badge-large {
        width: 100px;
        height: 100px;
    }
    
    .age-number {
        font-size: 2rem;
    }
    
    .main-title {
        font-size: 2.5rem;
    }
    
    .main-subtitle {
        font-size: 1.1rem;
    }
    
    .responsible-grid-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .info-card {
        padding: 2rem;
    }
    
    .critical-warning {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        gap: 1rem;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .quick-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .action-btn {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .modal-content {
        margin: 1rem;
    }

    .modal-footer {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .casino-card {
        padding: 1.5rem;
    }

    .support-links {
        gap: 0.5rem;
    }

    .support-link {
        padding: 0.8rem;
    }
}

/* Hidden class for JavaScript */
.hidden {
    display: none !important;
}

/* Page-specific styles */

/* About Page */
.about-content {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.about-section {
    margin-bottom: 3rem;
}

.about-section h2 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.about-section ul {
    margin-left: 1.5rem;
}

.about-section li {
    margin-bottom: 0.5rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.legal-item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border-left: 4px solid #ff6b6b;
}

.commitment-points {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.commitment-item {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border-left: 3px solid #28a745;
}

/* Contact Page */
.contact-content {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.contact-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff6b6b;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.hours-grid {
    display: grid;
    gap: 0.5rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.faq-section {
    margin-top: 3rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
    color: #ff6b6b;
    margin-bottom: 1rem;
}

/* Privacy Policy Page */
.privacy-content {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.privacy-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
}

.toc-section {
    position: sticky;
    top: 100px;
    height: fit-content;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.toc-list {
    list-style: none;
}

.toc-list li {
    margin-bottom: 0.5rem;
}

.toc-list a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toc-list a:hover {
    color: #ff6b6b;
}

.privacy-main {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.policy-section {
    margin-bottom: 3rem;
}

.policy-section h2 {
    color: #2c3e50;
    border-bottom: 2px solid #ff6b6b;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.policy-section h3 {
    color: #ff6b6b;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.policy-section ul {
    margin-left: 1.5rem;
}

.policy-section li {
    margin-bottom: 0.5rem;
}

/* Cookie Policy Page */
.cookie-policy-content {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.cookie-intro {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.cookie-section {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.cookie-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.cookie-type {
    padding: 1.5rem;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 10px;
    border-left: 4px solid #ff6b6b;
}

.cookie-categories {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.cookie-category {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid #eee;
}

.cookie-table {
    margin-top: 1rem;
    overflow-x: auto;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
}

.cookie-table th,
.cookie-table td {
    padding: 0.8rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.cookie-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.third-party-services {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.service-item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border-left: 4px solid #28a745;
}

.cookie-management {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.management-option {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.impact-item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border-left: 4px solid #ffc107;
}

/* Terms of Service Page */
.terms-content {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.terms-intro {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.terms-section {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.terms-section h2 {
    color: #2c3e50;
    border-bottom: 2px solid #ff6b6b;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.terms-section h3 {
    color: #ff6b6b;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-section ul {
    margin-left: 1.5rem;
}

.terms-section li {
    margin-bottom: 0.5rem;
}

/* Responsible Gambling Page */
.warning-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
}

.warning-banner {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.98);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    max-width: 1000px;
    margin: 0 auto;
}

.warning-icon {
    font-size: 3.5rem;
    color: #ff6b6b;
    flex-shrink: 0;
}

.warning-content h2 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.warning-content p {
    color: #555;
    font-size: 1.2rem;
    line-height: 1.6;
}

.responsible-content {
    padding: 5rem 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.responsible-content .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}

.responsible-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.responsible-section {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: fit-content;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.responsible-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.responsible-section h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ff6b6b;
    padding-bottom: 1rem;
    font-weight: 700;
}

.responsible-section h3 {
    color: #ff6b6b;
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.responsible-section p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-size: 1.05rem;
    font-weight: 400;
}

.responsible-section ul {
    margin-left: 1.5rem;
    margin-bottom: 2rem;
}

.responsible-section li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
    color: #34495e;
    font-size: 1rem;
}

.warning-signs {
    display: grid;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.warning-category {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.15) 100%);
    border-radius: 20px;
    border-left: 5px solid #ffc107;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.warning-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.3);
}

.warning-category h3 {
    color: #b8860b;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
    padding-bottom: 0.5rem;
}

.warning-category ul {
    margin-left: 1.2rem;
}

.warning-category li {
    margin-bottom: 0.8rem;
    color: #5d5d5d;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
}

.self-assessment {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    margin-bottom: 4rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.self-assessment:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.self-assessment h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ff6b6b;
    padding-bottom: 1rem;
    font-weight: 700;
}

.assessment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}

.assessment-item {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1) 0%, rgba(23, 162, 184, 0.15) 100%);
    border-radius: 20px;
    border-left: 5px solid #17a2b8;
    box-shadow: 0 10px 30px rgba(23, 162, 184, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(23, 162, 184, 0.3);
}

.assessment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(23, 162, 184, 0.3);
}

.assessment-item h4 {
    color: #117a8b;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(17, 122, 139, 0.3);
    padding-bottom: 0.5rem;
}

.assessment-item ul {
    margin-left: 1.2rem;
}

.assessment-item li {
    margin-bottom: 0.8rem;
    color: #5d5d5d;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
}

.assessment-result {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.15) 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border-left: 5px solid #dc3545;
    margin-top: 2.5rem;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(220, 53, 69, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.assessment-result:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(220, 53, 69, 0.3);
}

.assessment-result p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #721c24;
    font-weight: 600;
}

.help-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    margin-bottom: 4rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.help-section h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ff6b6b;
    padding-bottom: 1rem;
    font-weight: 700;
}

.help-organizations {
    display: grid;
    gap: 3rem;
    margin-top: 2.5rem;
}

.help-org {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
}

.help-org:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.org-link {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    text-decoration: none;
    color: inherit;
    transition: background 0.3s ease;
}

.org-link:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 1) 100%);
}

.org-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    flex-shrink: 0;
}

.org-info h3 {
    color: #ff6b6b;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.org-info p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #34495e;
    font-size: 1rem;
}

.org-info ul {
    margin-left: 1.2rem;
}

.org-info li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #5d5d5d;
}

.tools-section,
.financial-section,
.age-section,
.resources-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    margin-bottom: 4rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tools-section:hover,
.financial-section:hover,
.age-section:hover,
.resources-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.tools-section h2,
.financial-section h2,
.age-section h2,
.resources-section h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ff6b6b;
    padding-bottom: 1rem;
    font-weight: 700;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}

.tool-item {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.15) 100%);
    border-radius: 20px;
    border-left: 5px solid #28a745;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.3);
}

.tool-item h3 {
    color: #1e7e34;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(30, 126, 52, 0.3);
    padding-bottom: 0.5rem;
}

.tool-item p {
    color: #5d5d5d;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.financial-tips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}

.tip-item {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1) 0%, rgba(23, 162, 184, 0.15) 100%);
    border-radius: 20px;
    border-left: 5px solid #17a2b8;
    box-shadow: 0 10px 30px rgba(23, 162, 184, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(23, 162, 184, 0.3);
}

.tip-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(23, 162, 184, 0.3);
}

.tip-item h3 {
    color: #117a8b;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(17, 122, 139, 0.3);
    padding-bottom: 0.5rem;
}

.tip-item p {
    color: #5d5d5d;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.age-warning-box {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.15) 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border-left: 5px solid #ffc107;
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 193, 7, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.age-warning-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.3);
}

.age-warning-box .age-icon {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.6rem;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
}

.age-text h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.age-text p {
    color: #34495e;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.age-section ul {
    margin-left: 1.5rem;
    margin-top: 2rem;
}

.age-section li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    color: #555;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}

.resource-item {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.1) 0%, rgba(111, 66, 193, 0.15) 100%);
    border-radius: 20px;
    border-left: 5px solid #6f42c1;
    box-shadow: 0 10px 30px rgba(111, 66, 193, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(111, 66, 193, 0.3);
}

.resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(111, 66, 193, 0.3);
}

.resource-item h3 {
    color: #5a2d8b;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(90, 45, 139, 0.3);
    padding-bottom: 0.5rem;
}

.resource-item p {
    color: #5d5d5d;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
}

.resource-item a {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.resource-item a:hover {
    color: #ee5a52;
    text-decoration: underline;
}

/* Additional styles for hero section on responsible gambling page */
.responsible-gambling .hero .age-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.responsible-gambling .hero .age-icon {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .about-grid,
    .contact-grid,
    .responsible-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .privacy-layout {
        grid-template-columns: 1fr;
    }
    
    .toc-section {
        position: static;
    }
    
    /* Responsible Gaming mobile adjustments */
    .warning-banner {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        gap: 1.5rem;
    }
    
    .warning-content h2 {
        font-size: 1.5rem;
    }
    
    .warning-content p {
        font-size: 1rem;
    }
    
    .responsible-content {
        padding: 3rem 0;
    }
    
    .responsible-content .container {
        padding: 0 2rem;
    }
    
    .responsible-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .responsible-section,
    .self-assessment,
    .help-section,
    .tools-section,
    .financial-section,
    .age-section,
    .resources-section {
        padding: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .responsible-section h2,
    .self-assessment h2,
    .help-section h2,
    .tools-section h2,
    .financial-section h2,
    .age-section h2,
    .resources-section h2 {
        font-size: 1.6rem;
    }
    
    .warning-category {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .warning-category h3 {
        font-size: 1.2rem;
    }
    
    .org-link {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem;
    }
    
    .org-logo {
        width: 70px;
        height: 70px;
    }
    
    .age-warning-box {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 2.5rem;
    }
    
    .age-warning-box .age-icon {
        width: 80px;
        height: 80px;
        font-size: 1.4rem;
    }
    
    .responsible-gambling .hero .age-warning {
        flex-direction: column;
        gap: 1rem;
    }
    
    .responsible-gambling .hero .age-icon {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
    
    .values-grid,
    .legal-grid,
    .assessment-grid,
    .tools-grid,
    .financial-tips,
    .resources-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .hours-item {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .cookie-table {
        font-size: 0.9rem;
    }
    
    .cookie-table th,
    .cookie-table td {
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {
    .warning-banner {
        padding: 1.5rem;
    }
    
    .responsible-content .container {
        padding: 0 1rem;
    }
    
    .responsible-grid {
        gap: 2rem;
    }
    
    .responsible-section,
    .self-assessment,
    .help-section,
    .tools-section,
    .financial-section,
    .age-section,
    .resources-section {
        padding: 2rem;
    }
    
    .responsible-section h2,
    .self-assessment h2,
    .help-section h2,
    .tools-section h2,
    .financial-section h2,
    .age-section h2,
    .resources-section h2 {
        font-size: 1.4rem;
    }
    
    .org-link {
        padding: 1.5rem;
    }
    
    .warning-category,
    .assessment-item,
    .tool-item,
    .tip-item,
    .resource-item {
        padding: 1.8rem;
    }
    
    .warning-category h3 {
        font-size: 1.1rem;
    }
    
    .warning-category li {
        font-size: 0.95rem;
    }
    
    /* New Responsible Gaming Section Small Mobile */
    .responsible-gaming-section {
        padding: 3rem 0;
    }
    
    .age-badge-large {
        width: 80px;
        height: 80px;
    }
    
    .age-number {
        font-size: 1.8rem;
    }
    
    .age-text {
        font-size: 0.8rem;
    }
    
    .main-title {
        font-size: 2rem;
    }
    
    .main-subtitle {
        font-size: 1rem;
    }
    
    .info-card {
        padding: 1.5rem;
    }
    
    .card-icon {
        font-size: 2.5rem;
    }
    
    .info-card h3 {
        font-size: 1.2rem;
    }
    
    .critical-warning {
        padding: 1.5rem;
    }
    
    .warning-content h3 {
        font-size: 1.2rem;
    }
    
    .support-organizations-new {
        padding: 2rem;
    }
    
    .support-card {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .bottom-disclaimer {
        padding: 1.5rem;
    }
    
    .age-warning-box {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem;
    }
    
    .age-warning-box .age-icon {
        width: 70px;
        height: 70px;
        font-size: 1.2rem;
    }
    
    .age-section ul {
        margin-left: 1rem;
    }
    
    .age-section li {
        font-size: 0.9rem;
    }
}

/* Active navigation link */
.nav-link.active {
    color: #ff6b6b;
    font-weight: 600;
}

/* Error styles for forms */
.error {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.success-message {
    background: #28a745;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
} 