
        /* 1. GLOBAL STYLES & VARIABLES */
        :root {
            --bg: #0d0c1d;
            --innerBg: #16152d;
            --accent: #fba92c;
            --accent-glow: rgba(251, 169, 44, 0.4);
            --mainText: #ffffff;
            --secondaryText: #aaaab4;
            --brad: 12px;
            --header-height: 80px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            /* FONT FAMILY UPDATED */
            font-family: 'Minasans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            background-color: var(--bg);
            color: var(--mainText);
            line-height: 1.6;
        }

        .container {
            margin: 0 auto;
            padding: 40px 20px 90px;
        }

        #toc{
            background: var(--innerBg);
            min-width: 100%;
        }

        footer .container{
            padding: 0;
        }

        @media (max-width: 768px){
            .container {
            padding: 70px 20px;
        } 
        
        }

        

        .container div:first-child, .toc.container, .accord__container, .features-grid, .reviews-grid{
            max-width: 1100px;
            justify-self: center;
        }

        /* Consistent Section Padding & Relative Positioning for Dividers */
        section {
            /* padding: 100px 0; */
            overflow: hidden; /* Prevents animations and dividers from showing scrollbars */
            position: relative; /* ESSENTIAL for section dividers */
        }

        h1, h2, h3 {
            color: var(--mainText);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        h1 { font-size: 3.2rem; }
        h2 { font-size: 2.5rem; text-align: center; }
        h3 { font-size: 1.5rem; }

        p {
            font-size: 1rem;
            color: var(--secondaryText);
            margin-bottom: 20px;
        }

        a {
            text-decoration: none;
            color: var(--accent);
        }

        ul {
            list-style: none;
        }
        
        .gradient-text {
            background: linear-gradient(45deg, var(--accent), #ff7b00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

        .btn {
            display: inline-block;
            padding: 12px 28px;
            border-radius: var(--brad);
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .btn__fill_dark {
            background-color: var(--bg);
            color: var(--mainText);
            border: 2px solid transparent;
        }
        
        .btn__fill_dark:hover {
            background-color: var(--accent);
            color: var(--bg);
            box-shadow: 0 0 20px var(--accent-glow);
        }

        .btn__accent {
            background-color: var(--accent);
            color: var(--bg);
        }

        .btn__accent:hover {
            opacity: 0.9;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px var(--accent-glow);
        }


        /* 2. HEADER & NAVIGATION (NOT FIXED) */
        .site-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: var(--header-height);
            z-index: 1000;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            max-width: 1100px;
        }

        .nav-logo a {
            font-size: 1.8rem;
            font-weight: bold;
            color: var(--mainText);
        }

        .navbar.container{
            padding: 0;
        }
@media(max-width: 768px){
    .navbar.container{
        padding: 5%;
        }
}
        

        .nav-menu {
            display: flex;
            gap: 30px;
        }

        .nav-link {
            color: var(--mainText);
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .nav-link:hover {
            color: var(--accent);
        }

        .burger-menu {
            display: none;
            cursor: pointer;
            font-size: 1.8rem;
        }
        
        /* 3. UNIQUE HERO HEADER SECTION */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-top: var(--header-height);
        }

        .hero-content{
            padding: 200px 20px;
        }

        @media(max-width: 768px){
            .hero-content{
            padding: 100px 20px;
        }
        }

        #reviews, #faq{
            background-color: var(--innerBg);
        }
        
        .hero-content { z-index: 2; }
        
        .hero-content h1 { text-shadow: 0 0 20px rgba(0,0,0,0.5); }
        
        .hero-content p {
            max-width: 600px;
            margin: 0 auto 30px auto;
            font-size: 1.2rem;
        }

        .hero-bg {
            position: absolute; top: 0; left: 0;
            width: 100%; height: 100%;
            background: linear-gradient(45deg, #4c00ff, #ff007b, #fba92c, #00ffc3);
            background-size: 400% 400%;
            animation: gradient-animation 15s ease infinite;
            background-image: url('https://images.unsplash.com/photo-1531297484001-80022131f5a1?auto=format&fit=crop&q=80&w=2020');
            background-position: center center;
            background-size: cover;
            background-blend-mode: overlay;
            opacity: 0.4;
            z-index: 1;
        }

        @keyframes gradient-animation {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        .section-divider {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
            z-index: 10;
        }

        /* MODIFIED: This is the fix for the divider breaking */
        .section-divider svg {
            position: relative;
            display: block;
            width: calc(102% + 1.3px); /* Overscan the width */
            height: 90px;
            left: 50%; /* Center the overscanned SVG */
            transform: translateX(-50%); /* Correctly align the centered SVG */
        }

        @media(max-width: 768px){
            .section-divider svg {
                height: 40px;
            }
        }

        .section-divider .shape-fill {
            /* Fill is set inline in the HTML */
        }


        /* 4. CUSTOM INFO SECTIONS */
        .info-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 50px;
        }

        .info-section:nth-child(even) .info-image { order: -1; }
        
        .info-image img {
            max-width: 100%;
            border-radius: var(--brad);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .info-image img:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(0,0,0,0.5);
        }
        
        .info-text h3 { color: var(--accent); }

        /* 5. NEW FEATURES SECTION */
        #features {
            background-color: var(--innerBg);
        }
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        .feature-card {
            background: var(--bg);
            padding: 30px;
            border-radius: var(--brad);
            text-align: center;
            border: 1px solid transparent;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }
        .feature-card:hover {
            transform: translateY(-10px);
            border-color: var(--accent);
        }
        .feature-card .icon {
            font-size: 2.5rem;
            color: var(--accent);
            margin-bottom: 20px;
        }
        .feature-card h3 {
            font-size: 1.2rem;
            color: var(--mainText);
        }

        /* 6. NEW REVIEWS SECTION */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        .review-card {
            background: var(--bg);
            padding: 30px;
            border-radius: var(--brad);
            display: flex;
            flex-direction: column;
        }
        .review-card p {
            font-style: italic;
            flex-grow: 1; /* Pushes author to the bottom */
            margin-bottom: 20px;
        }

        @media (max-width: 768px){
            /* .review-card p {
            max-width: 80%;
        } */

        .reviews-grid {
            grid-template-columns: 1fr;
        }

        .footer-links{
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        
        }
        .review-author {
            display: flex;
            align-items: center;
            gap: 15px;
            max-width: fit-content;
        }
        .review-author img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }

        .logo img{
            height: 50px;
            width: 50px;
        }
        .author-info strong { color: var(--mainText); }
        .review-stars { color: var(--accent); max-width: fit-content!important;}

        /* 7. TABLE OF CONTENTS */
        .toc h2 { margin-bottom: 8px; }
        .toc__container>ul li { min-width: max-content; max-width: max-content; }
        .toc__container>ul a { padding-left: 24px; padding-right: 24px; color: var(--mainText) !important; }
        .toc__container .swiper-scrollbar {
            position: relative !important; background: transparent !important;
            border-radius: 6px !important; height: 6px !important;
            margin-top: 20px !important; min-width: 100% !important;
            opacity: 1 !important; transition: opacity 0.3s ease !important;
            left: 0; right: 0;
        }

        .toc__container{
            max-width: 1100px;
        }
        .toc__container .swiper-scrollbar-drag {
            background-color: var(--accent); border-radius: 6px;
            border: 1px solid rgba(251, 169, 44, 0.2);
            height: 100%; position: relative; cursor: pointer;
        }
        
        /* 8. FAQ */
        .accord__container { display: flex; flex-direction: column; gap: 10px; }
        .accord__item {
            position: relative; overflow: hidden; cursor: pointer;
            padding: 32px 64px; background-color: var(--bg);
            border-radius: var(--brad);
            min-width: 100%;
        }
        .accord__item h3, .accord__item > div:first-child > p { margin-bottom: 0; margin-left: 8px; }
        .accord__item > div:first-child > p {
            font-weight: 400; color: var(--mainText) !important;
            font-size: 24px !important; margin-bottom: 0;
        }
        .accord__item > div:first-child {
            display: flex; flex-direction: row; justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .accord__item > div:last-child {
            max-height: 0; visibility: hidden;
            transition: all .4s cubic-bezier(.075, .82, .165, 1);
        }
        .accord__item > div:last-child p {
            color: var(--secondaryText) !important; text-align: left;
            font-size: 1rem; margin: 0; padding: 0;
        }
        .show { visibility: visible !important; }
        .accord__item div + div { transition: max-height 0.3s ease; overflow: hidden; }
        .accord__item div + div p { transition: opacity 0.3s ease, margin-top 0.3s ease; opacity: 0; }
        .accord__item div + div.show p { opacity: 1; }
        div.show { margin-top: 28px; }
        
        /* 9. FOOTER */
        .site-footer {
            /* background-color: var(--innerBg); */
            padding: 50px 0;
            text-align: center;
        }
        .footer-socials a {
            color: var(--secondaryText); font-size: 1.5rem;
            margin: 0 15px; transition: color 0.3s ease, transform 0.3s ease;
        }
        .footer-socials a:hover { color: var(--accent); transform: translateY(-3px); }
        .footer-copy p { margin: 20px 0 0 0; font-size: 0.9rem; }

        /* 10. SCROLL ANIMATIONS */
        /* .animated-section { */
            /* opacity: 0; */
            /* transform: translateY(50px); */
            /* transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        .animated-section.visible {
            opacity: 1;
            transform: translateY(0);
        } */


        /* 11. RESPONSIVE DESIGN */
        @media (max-width: 768px) {
            h1 { font-size: 2.5rem; }
            h2 { font-size: 2rem; }

            .container div:first-child, .toc.container, .accord__container, .features-grid, .reviews-grid{
                max-width: 95%
            }

            footer .container{
                padding: 0;
            }

            .nav-menu {
                position: fixed; top: 0; left: -100%;
                width: 100%; height: 100vh;
                background-color: var(--bg); flex-direction: column;
                align-items: center; justify-content: center;
                transition: left 0.4s ease; gap: 40px;
                padding-top: var(--header-height);
            }
            .nav-menu.active { left: 0; }
            .nav-link { font-size: 1.5rem; }
            .burger-menu { display: block; z-index: 1001; }
            
            .info-section { grid-template-columns: 1fr; text-align: center; }
            .info-section:nth-child(even) .info-image { order: 1; }
            .info-image { margin-bottom: 30px; }
            .accord__item { padding: 24px; }
        }

        .footer-links { margin-top: 20px; }
        .footer-links a { color: var(--secondaryText); margin: 0 10px; font-size: 0.9rem; }
        .footer-links a:hover { color: var(--accent); }



h3{
    font-size: 24px !important;
}

p{
    font-size: 20px !important;
}