.hero-section {
            padding: 140px 0 120px;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            display: none;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(0, 217, 255, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            animation: pulseGlow 8s ease-in-out infinite;
        }

        @keyframes pulseGlow {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.2); opacity: 0.5; }
        }

        .hero-section .container {
            position: relative;
            z-index: 2;
        }

        .hero-section p {
            font-size: 19px;
            max-width: 900px;
            line-height: 1.8;
            color: rgba(248, 249, 250, 0.9);
        }

        .overview table {
            width: 100%;
            margin-top: 40px;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: var(--shadow-md);
        }

        .overview thead {
            background: var(--gradient-primary);
        }

        .overview th {
            padding: 20px;
            text-align: left;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 20px;
            letter-spacing: 1px;
            color: #fff;
            text-transform: uppercase;
        }

        .overview tbody tr {
            background: rgba(26, 29, 46, 0.6);
            border-bottom: 1px solid rgba(0, 217, 255, 0.1);
            transition: background 0.3s ease;
        }

        .overview tbody tr:hover {
            background: rgba(26, 29, 46, 0.9);
        }

        .overview tbody tr:last-child {
            border-bottom: none;
        }

        .overview td {
            padding: 18px 20px;
            color: rgba(248, 249, 250, 0.85);
            font-size: 16px;
        }

        .overview td:first-child {
            font-weight: 600;
            color: var(--primary-bright);
        }

        .login-process article {
            margin-bottom: 50px;
            padding-left: 60px;
            position: relative;
        }

        .login-process article::before {
            content: counter(article-counter);
            counter-increment: article-counter;
            position: absolute;
            left: 0;
            top: 0;
            width: 44px;
            height: 44px;
            background: var(--gradient-accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 24px;
            color: #fff;
            box-shadow: var(--shadow-md);
        }

        .login-process {
            counter-reset: article-counter;
        }

        .login-process img {
            margin: 24px 0;
            border-radius: 16px;
            box-shadow: var(--shadow-lg);
            max-width: 100%;
            height: auto;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 32px;
            margin-top: 50px;
        }

        .tabs {
            margin-top: 50px;
        }

        .tabs-nav {
            display: flex;
            gap: 12px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .tab-button {
            background: rgba(26, 29, 46, 0.6);
            border: 2px solid rgba(0, 217, 255, 0.2);
            color: var(--neutral-light);
            padding: 16px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Bebas Neue', sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .tab-button:hover {
            border-color: var(--primary-bright);
            background: rgba(0, 217, 255, 0.1);
        }

        .tab-button.active {
            background: var(--gradient-primary);
            border-color: transparent;
            box-shadow: var(--shadow-glow);
        }

        .tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .tab-content img {
            margin: 24px 0;
            border-radius: 16px;
            box-shadow: var(--shadow-lg);
            max-width: 100%;
            height: auto;
        }

        .highlight-item {
            margin-bottom: 60px;
            padding: 40px;
            background: rgba(26, 29, 46, 0.4);
            border-left: 4px solid var(--accent-electric);
            border-radius: 12px;
            transition: all 0.4s ease;
        }

        .highlight-item:hover {
            background: rgba(26, 29, 46, 0.7);
            border-left-color: var(--accent-warm);
            transform: translateX(8px);
        }

        .highlight-item img {
            margin: 24px 0;
            border-radius: 16px;
            box-shadow: var(--shadow-lg);
            max-width: 50%;
            height: auto;
        }

        .accordion-item {
            background: rgba(26, 29, 46, 0.6);
            border: 1px solid rgba(0, 217, 255, 0.2);
            border-radius: 16px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            border-color: var(--primary-bright);
        }

        .accordion-header {
            width: 100%;
            background: none;
            border: none;
            padding: 24px 28px;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }

        .accordion-header:hover {
            background: rgba(0, 217, 255, 0.05);
        }

        .accordion-header::after {
            content: '+';
            font-size: 28px;
            color: var(--primary-bright);
            transition: transform 0.3s ease;
            font-weight: 300;
        }

        .accordion-header[aria-expanded="true"]::after {
            transform: rotate(45deg);
        }

        .accordion-header h3 {
            margin: 0;
            font-size: clamp(18px, 2.5vw, 24px);
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 28px;
        }

        .accordion-body.active {
            max-height: 1000px;
            padding: 0 28px 24px;
        }

        .accordion-body a {
            color: var(--primary-bright);
            text-decoration: underline;
        }

        .accordion-body a:hover {
            color: var(--accent-warm);
        }

        .cta-section {
            text-align: center;
            padding: 120px 0;
            background: var(--gradient-dark);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255, 0, 229, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            animation: pulseGlow 6s ease-in-out infinite;
        }

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

        .cta-section h2 {
            margin-bottom: 24px;
        }

        .cta-section p {
            font-size: 19px;
            max-width: 700px;
            margin: 0 auto 40px;
            color: rgba(248, 249, 250, 0.9);
        }

        .feature-block {
            background: rgba(26, 29, 46, 0.5);
            padding: 40px;
            border-radius: 16px;
            margin-bottom: 32px;
            border-left: 4px solid var(--primary-bright);
            transition: all 0.3s ease;
        }

        .feature-block:hover {
            background: rgba(26, 29, 46, 0.8);
            transform: translateX(8px);
            border-left-color: var(--accent-warm);
        }

        @media (max-width: 991px) {
            section {
                padding: 70px 0;
            }

            .hero-section {
                padding: 100px 0 80px;
            }

            .cards-grid {
                grid-template-columns: 1fr;
            }

            .login-process article {
                padding-left: 0;
                padding-top: 60px;
            }

            .login-process article::before {
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
        }

        @media (max-width: 767px) {
            section {
                padding: 50px 0;
            }

            .hero-section {
                padding: 80px 0 60px;
            }

            .cta-section {
                padding: 80px 0;
            }

            .tabs-nav {
                flex-direction: column;
            }

            .tab-button {
                width: 100%;
            }

            .overview table {
                font-size: 14px;
            }

            .overview th,
            .overview td {
                padding: 12px 16px;
            }

            .highlight-item {
                padding: 24px;
            }

            .feature-block {
                padding: 28px;
            }

            .accordion-header {
                padding: 20px;
            }

            .accordion-body {
                padding: 0 20px;
            }

            .accordion-body.active {
                padding: 0 20px 20px;
            }
        }