.hero-section {
            position: relative;
            padding: 8rem 0 6rem;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(255, 51, 102, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(80px);
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -5%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0, 229, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(80px);
        }

        .hero-section .container {
            position: relative;
            z-index: 1;
            max-width: 1000px;
            text-align: center;
        }

        .hero-section h1 {
            background: linear-gradient(135deg, #FF3366 0%, #FFD700 50%, #00E5FF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1.5rem;
        }

        .accordion-body {
            padding: 0 1.5rem !important;
        }

        .table-of-contents ul {
            padding-left: 0px;
        }

        .hero-section p {
            font-size: 1.25rem;
            margin-bottom: 2.5rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .table-of-contents {
            padding: 4rem 0;
            background: var(--dark-alt);
        }

        .table-of-contents h2 {
            text-align: center;
            margin-bottom: 2.5rem;
            color: var(--secondary);
        }

        .table-of-contents ul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1rem;
            list-style: none;
            max-width: 1000px;
            margin: 0 auto;
        }

        .table-of-contents li {
            background: var(--dark);
            border-radius: 12px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .table-of-contents li:hover {
            transform: translateX(10px);
            border-color: rgba(255, 51, 102, 0.5);
        }

        .table-of-contents a {
            display: block;
            padding: 1.25rem 1.5rem;
            color: var(--text);
            font-weight: 500;
        }

        .table-of-contents a::before {
            content: '→';
            margin-right: 10px;
            color: var(--primary);
            font-weight: bold;
        }

        section {
            padding: 5rem 0;
            position: relative;
        }

        section h2 {
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            display: inline-block;
            left: 50%;
            transform: translateX(-50%);
        }

        section h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient-primary);
            border-radius: 2px;
        }

        article {
            margin-bottom: 3rem;
        }

        article h3 {
            color: var(--secondary);
            margin-top: 2.5rem;
            margin-bottom: 1.5rem;
        }

        article strong {
            color: var(--text);
            font-weight: 600;
        }

        article ul,
        article ol {
            margin-left: 2rem;
            margin-bottom: 1.5rem;
        }

        article li {
            margin-bottom: 0.75rem;
            color: var(--text-muted);
        }

        .mobile-experience {
            background: linear-gradient(180deg, var(--dark) 0%, var(--dark-alt) 100%);
        }

        .games-selection {
            position: relative;
            overflow: hidden;
        }

        .games-selection::before {
            content: '';
            position: absolute;
            top: 20%;
            left: -5%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 51, 102, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(60px);
        }

        .payment-methods {
            background: var(--dark-alt);
        }

        .security-licensing {
            position: relative;
        }

        .security-licensing::after {
            content: '';
            position: absolute;
            bottom: 10%;
            right: -5%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(0, 229, 255, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(70px);
        }

        .faq {
            background: linear-gradient(180deg, var(--dark) 0%, var(--dark-alt) 100%);
        }

        .cta-section {
            background: var(--gradient-primary);
            padding: 6rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -25%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section::after {
            content: '';
            position: absolute;
            bottom: -50%;
            right: -25%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section .container {
            position: relative;
            z-index: 1;
        }

        .cta-section h2 {
            color: white;
            margin-bottom: 1rem;
        }

        .cta-section h2::after {
            background: white;
        }

        .cta-section p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.25rem;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section .btn-primary {
            background: white;
            color: var(--primary);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .cta-section .btn-primary:hover {
            background: var(--accent);
            color: var(--dark);
        }

        @media (max-width: 991px) {
            .hero-section {
                padding: 5rem 0 4rem;
            }

            section {
                padding: 3rem 0;
            }

            h1 {
                font-size: 2.5rem;
            }

            h2 {
                font-size: 2rem;
            }

            .cta-section {
                padding: 4rem 0;
            }
        }

        @media (max-width: 767px) {
            .hero-section {
                padding: 4rem 0 3rem;
            }

            .hero-section p {
                font-size: 1.125rem;
            }

            section {
                padding: 2.5rem 0;
            }

            .table-of-contents ul {
                grid-template-columns: 1fr;
            }

            .btn {
                padding: 14px 30px;
                font-size: 0.9375rem;
            }

            article ul,
            article ol {
                margin-left: 1.25rem;
            }

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

            table {
                font-size: 0.875rem;
            }

            table th,
            table td {
                padding: 0.75rem 0.5rem;
            }
        }