       body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    color: #111827;

    /* Base gradient */
    background:
        radial-gradient(
            1200px circle at 10% 10%,
            rgba(255, 255, 255, 0.35),
            transparent 40%
        ),
        radial-gradient(
            900px circle at 90% 20%,
            rgba(200, 170, 255, 0.35),
            transparent 45%
        ),
        radial-gradient(
            1000px circle at 50% 90%,
            rgba(160, 200, 255, 0.35),
            transparent 50%
        ),
        linear-gradient(
            180deg,
            #c9c2da 0%,
            #b2aac3 50%,
            #a79dbb 100%
        );

    background-attachment: fixed;
    overflow-x: hidden;
}

        /* --- STICKY HEADER --- */
        .grape-landing-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 5%;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .header-scrolled {
            padding: 10px 5%;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            background-color: rgba(255, 255, 255, 0.95);
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .grape-landing-logo {
            height: 32px;
        }

        .brand-name {
            font-weight: 800;
            font-size: 1.5rem;
            color: #000;
        }

        .nav-menu {
            background-color: #f4f7ff; 
            border-radius: 50px;
            padding: 5px 10px;
        }

        .nav-menu ul {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
            align-items: center;
        }

        .nav-menu li a {
            text-decoration: none;
            color: #4b5563;
            font-weight: 500;
            padding: 10px 20px;
            display: inline-block;
            font-size: 0.95rem;
            transition: 0.2s;
        }

        .nav-menu li.active a {
            background-color: #111827;
            color: #fff;
            border-radius: 50px;
        }

        /* Auth Buttons */
        .grape-landing-auth-links {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .btn-outline, .btn-register {
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 600;
            transition: 0.3s;
            text-align: center;
        }

        .btn-outline {
            color: #049162;
            border: 1.5px solid #049162;
        }

        .btn-outline:hover {
            background-color: #049162;
            color: #fff;
        }

        .btn-register {
            color: #111827;
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .btn-register:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateY(-1px);
        }

        /* Mobile specific auth container */
        .mobile-auth {
            display: none;
            flex-direction: column;
            gap: 10px;
            padding-top: 20px;
            border-top: 1px solid rgba(0,0,0,0.05);
            margin-top: 15px;
            width: 100%;
        }

        /* Hamburger Icon */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 28px;
            height: 18px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
        }

        .mobile-menu-toggle span {
            width: 100%;
            height: 2.5px;
            background-color: #111827;
            border-radius: 10px;
            transition: 0.3s;
        }

        /* --- Responsive Logic --- */
        @media (max-width: 992px) {
            .mobile-menu-toggle { display: flex; }
            .grape-landing-auth-links { display: none; }

            .nav-menu {
                display: none; 
                position: absolute;
                top: 70px; 
                left: 5%;
                right: 5%;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(20px);
                border-radius: 24px;
                padding: 24px;
                box-shadow: 0 20px 40px rgba(0,0,0,0.1);
                border: 1px solid rgba(255, 255, 255, 0.4);
                flex-direction: column;
                justify-items: start;
            }

            .nav-menu.active { display: flex; }
            .nav-menu ul { flex-direction: column; width: 100%; }
            .nav-menu li a { width: 100%; text-align: center; }
            .mobile-auth { display: flex; }
        }

        .bg-black {
            background-color: #000;
        }
        .text-black {
            color: #000;
        }
        .text-white {
            color: #fff;
        }


.dashboard-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
    min-height: 700px;
}

/* Left Hero Card */
.hero-main-card {
    background-color: #0f1113;
    border-radius: 30px;
    padding: 60px 50px 0 50px;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-description {
    color: #9ca3af;
    font-size: 1.1rem;
    max-width: 500px;
    margin-bottom: 40px;
}

.image-mother {
    /* Perspective creates the depth. Higher number = flatter, Lower = more intense */
    perspective: 1500px; 
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-image-preview {
    background: transparent;
    border-radius: 20px 20px 0 0;
    padding: 12px;
    border: 1px solid #374151;
    width: 90%; 
    height: 350px;
    
    transform: rotateX(15deg) rotateY(-10deg) rotateZ(0deg);
    
    /* Smooth shadow to make it pop */
    box-shadow: 
        -20px 20px 50px rgba(0,0,0,0.5),
        0 10px 20px rgba(0,0,0,0.3);
        
    transition: transform 0.5s ease; /* Hover effect prep */
}

.hero-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block;
}

/* Optional: Hover effect to make it interactive */
.image-mother:hover .hero-image-preview {
    transform: rotateX(5deg) rotateY(-5deg);
}

/* Right Stats Sidebar */
.stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stat-card {
    border-radius: 28px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.purple-glass {
    background: #F2ECFF;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #6b21a8 !important;
}
 
.dark-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    color: #049162 !important;
    background-image: url('bg/landing.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 6px 14px;
}

.badge-icon {
    font-size: 1.5rem;
}

.badge-text {
    opacity: 0.9;
}

.description {
    font-size: 0.95rem;
    opacity: 0.85;
    margin: 12px 0 0 0;
    line-height: 1.5;
}

.rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.star {
    font-size: 2.5rem;
    color: #fbbf24;
}

.value {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.large-value {
    font-size: 4rem;
    margin-top: auto;
}

.large-value small {
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Responsive adjustment */
@media (max-width: 640px) {
    .stats-row {
        grid-template-columns: 1fr;
    }
}

/* Chart Bars Styling */
.chart-placeholder {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 150px;
    padding-top: 20px;
}

.chart-placeholder .bar {
    flex: 1;
    background: #60a5fa;
    border-radius: 4px;
}

/* Specific Card variants */


.dark-card {
    background-color: #111827;
    color: white;
    position: relative;
    z-index: 1;
}

.testimonial-card p {
    font-style: italic;
    font-size: 1.2rem;
    color: #374151;
}

/* Responsive */
@media (max-width: 1024px) {
    .dashboard-container {
        grid-template-columns: 1fr;
    }
}


.feature-card {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    height: 100%;
}

.feature-icon {
    font-size: 26px;
    margin-bottom: 12px;
}

.testimonial-scroll-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.9),
        transparent 10%,
        transparent 90%,
        rgba(255,255,255,0.9)
    );
    border-radius: 16px;
}

.testimonial-scroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 30s linear infinite;
}

.testimonial-scroll:hover {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.testimonial-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.testimonial-card.highlight {
    background: linear-gradient(135deg, #e0d4ff, #f2ecff);
    border: 2px solid #c4b5fd;
}

.testimonial-quote {
    font-style: italic;
    color: #374151;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

/* Mobile fixes */
@media (max-width: 768px) {
    .testimonial-scroll-container {
        height: auto;
        overflow: visible;
        background: none;
    }

    .testimonial-scroll {
        animation: none;
    }
}



          .faq-wrapper {
            background-color: #f5f5f5;
            margin: 20px auto;
            padding: 60px 40px;
            border-radius: 14px;
            max-width: 1600px;
        }

        .faq-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: start;
        }

        .faq-sidebar {
            position: sticky;
            top: 20px;
        }

        .faq-title {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 40px;
            color: #111;
        }

        .faq-categories {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .category-btn {
            background: transparent;
            border: none;
            padding: 16px 24px;
            text-align: left;
            font-size: 1rem;
            font-weight: 500;
            color: #6b7280;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .category-btn:hover {
            background: #e5e7eb;
            color: #111;
        }

        .category-btn.active {
            background: white;
            color: #049162;
            font-weight: 600;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .faq-content {
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }

        .faq-search {
            position: relative;
            margin-bottom: 32px;
        }

        .faq-search input {
            width: 100%;
            padding: 14px 50px 14px 20px;
            border: 1px solid #e5e7eb;
            border-radius: 50px;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .faq-search input:focus {
            border-color: #049162;
        }

        .faq-search input::placeholder {
            color: #9ca3af;
        }

        .search-btn {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            background: #049162;
            border: none;
            padding: 10px 24px;
            border-radius: 50px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .search-btn:hover {
            background: #ea580c;
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .faq-item {
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #049162;
        }

        .faq-question {
            width: 100%;
            background: white;
            border: none;
            padding: 20px 24px;
            text-align: left;
            font-size: 1.05rem;
            font-weight: 600;
            color: #111;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: #fef3e7;
        }

        .faq-toggle {
            font-size: 1.5rem;
            color: #049162;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 16px;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            background: #fafafa;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 20px 24px;
        }

        .faq-answer p {
            font-size: 0.98rem;
            line-height: 1.7;
            color: #4b5563;
        }

        @media (max-width: 968px) {
            .faq-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .faq-sidebar {
                position: static;
            }

            .faq-title {
                font-size: 2rem;
            }

            .faq-categories {
                flex-direction: row;
                overflow-x: auto;
                gap: 8px;
                padding-bottom: 10px;
            }

            .category-btn {
                white-space: nowrap;
            }

            .faq-content {
                padding: 24px;
            }
        }


          .cta-section {
            background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
            margin: 20px;
            padding: 100px 40px;
            border-radius: 24px;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .cta-section::before,
        .cta-section::after {
            content: '';
            position: absolute;
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }

        .cta-section::before {
            width: 300px;
            height: 300px;
            top: -100px;
            left: -100px;
        }

        .cta-section::after {
            width: 400px;
            height: 400px;
            bottom: -150px;
            left: 50px;
        }

        .cta-circle-1 {
            position: absolute;
            width: 250px;
            height: 250px;
            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 50%;
            top: 50%;
            right: -80px;
            transform: translateY(-50%);
        }

        .cta-circle-2 {
            position: absolute;
            width: 180px;
            height: 180px;
            border: 2px solid rgba(255, 255, 255, 0.06);
            border-radius: 50%;
            top: -50px;
            right: 15%;
        }

        .cta-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            color: white;
            margin-bottom: 24px;
        }

        .cta-description {
            font-size: 1.15rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #049162;
            color: white;
            padding: 16px 40px;
            border-radius: 50px;
            font-size: 1.05rem;
            font-weight: 600;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
        }

        .cta-button:hover {
            background: #ea580c;
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(249, 115, 22, 0.5);
        }

        .cta-button-arrow {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .cta-button:hover .cta-button-arrow {
            transform: translateX(4px);
        }

        @media (max-width: 768px) {
            .cta-section {
                padding: 60px 24px;
            }

            .cta-title {
                font-size: 2rem;
            }

            .cta-description {
                font-size: 1rem;
            }

            .cta-section::before {
                width: 200px;
                height: 200px;
            }

            .cta-section::after {
                width: 250px;
                height: 250px;
            }

            .cta-circle-1,
            .cta-circle-2 {
                display: none;
            }
        }


           .footer-section {
            background: #1f2937;
            color: white;
            padding: 60px 40px 30px;
            margin: 20px;
            margin-bottom: 0;
            border-radius: 24px 24px 0 0;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 30px;
        }

        .footer-brand {
            max-width: 320px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .footer-logo-img {
            width: 40px;
            height: 40px;
            background: #049162;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .footer-logo-text {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
        }

        .footer-description {
            font-size: 0.95rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 24px;
        }

        .footer-social {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: #049162;
            transform: translateY(-3px);
        }

        .footer-column h3 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #049162;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
        }

        .footer-copyright {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-legal {
            display: flex;
            gap: 24px;
        }

        .footer-legal a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
            color: #049162;
        }

        @media (max-width: 1024px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }

            .footer-brand {
                grid-column: 1 / -1;
                max-width: 100%;
            }
        }

        @media (max-width: 640px) {
            .footer-section {
                padding: 40px 24px 20px;
                margin: 0;
            }

            .footer-main {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }

            .footer-legal {
                flex-direction: column;
                gap: 12px;
            }
        }


        :root {
            --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            --glass-bg: rgba(255, 255, 255, 0.08);
            --glass-border: rgba(255, 255, 255, 0.18);
            --glass-shadow: rgba(31, 38, 135, 0.15);
            --text-primary: #1d1d1f;
            --text-secondary: #86868b;
            --accent-blue: #0071e3;
            --accent-purple: #bf5af2;
            --accent-orange: #049162;
            --accent-green: #10b981;
            --bg-light: #f2ecff;
        }

        /* Animated Background */
        .animated-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            opacity: 0.05;
        }

        .animated-bg::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(191, 90, 242, 0.1) 0%, transparent 50%);
            animation: rotate 30s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Header Styles */
        .grape-landing-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        /* Hero Section */
        .features-hero {
            text-align: center;
            padding: 120px 24px 80px;
            position: relative;
        }

        .features-hero h1 {
            font-size: clamp(40px, 6vw, 76px);
            font-weight: 800;
            letter-spacing: -0.02em;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .features-hero p {
            font-size: clamp(18px, 2.5vw, 24px);
            color: var(--text-secondary);
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Section Header */
        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-header h2 {
            font-size: clamp(32px, 4vw, 56px);
            font-weight: 800;
            letter-spacing: -0.02em;
            margin-bottom: 16px;
        }

        .section-header p {
            font-size: 20px;
            color: var(--text-secondary);
            max-width: 700px;
            margin: 0 auto;
        }

        /* Features Grid Section */
        .features-grid-section {
            padding: 80px 0;
            margin: 20px;
            background: #f9fafb;
            border-radius: 24px;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Features Grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 100px;
        }

        .feature-card {
            background: white;
            padding: 40px 32px;
            border-radius: 16px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
            border-color: var(--accent-orange);
        }

        .feature-icon {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, var(--accent-orange) 0%, #049162 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 24px;
            color: white;
        }

        .feature-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 12px;
        }

        .feature-card p {
            font-size: 0.98rem;
            line-height: 1.7;
            color: var(--text-secondary);
        }

        /* Detailed Features */
        .features-detailed {
            padding: 80px 0;
            margin: 20px;
            background: var(--bg-light);
            border-radius: 24px;
        }

        .detailed-feature {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto 100px;
            padding: 0 40px;
        }

        .detailed-feature:last-child {
            margin-bottom: 0;
        }

        .detailed-feature.reverse {
            direction: rtl;
        }

        .detailed-feature.reverse > * {
            direction: ltr;
        }

        .feature-image {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #e0d4ff 0%, #f2ecff 100%);
            padding: 40px;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
        }
        .feature-image img {
            width: 100%;
            border-radius: 12px;
            object-fit: cover;
        }

        .feature-content h3 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 20px;
        }

        .feature-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #4b5563;
            margin-bottom: 24px;
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 32px;
        }

        .feature-list li {
            padding: 12px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1rem;
            color: #374151;
        }

        .feature-list li::before {
            content: '✓';
            color: var(--accent-green);
            font-weight: bold;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .feature-cta {
            background: #049162;
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .feature-cta:hover {
            background: #037a52;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(4, 145, 98, 0.3);
        }

        /* Stats Section */
        .stats-section {
            background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
            padding: 80px 40px;
            margin: 20px;
            border-radius: 24px;
            text-align: center;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .stat-card {
            color: white;
            padding: 40px 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.15);
        }

        .stat-number {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--accent-orange);
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.8);
        }

      

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .detailed-feature {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .detailed-feature.reverse {
                direction: ltr;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .features-hero {
                padding: 80px 20px 60px;
            }

            .features-hero h1 {
                font-size: 2.5rem;
            }

            .features-hero p {
                font-size: 1.1rem;
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .section-header p {
                font-size: 1rem;
            }

            .feature-image {
                height: 300px;
                font-size: 3rem;
            }

            .features-grid,
            .stats-grid {
                grid-template-columns: 1fr;
            }

            .footer-main {
                grid-template-columns: 1fr;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }

        @media (max-width: 640px) {
            .features-hero h1 {
                font-size: 2rem;
            }

            .features-hero p {
                font-size: 1rem;
            }

            .section-header h2 {
                font-size: 1.8rem;
            }

            .feature-card {
                padding: 30px 24px;
            }

            .detailed-feature {
                padding: 0 20px;
            }

            .feature-content h3 {
                font-size: 1.5rem;
            }
        }


        