        /* Hero Section */
        .hero {
            background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
            padding: 5rem 2rem 3rem;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, transparent 70%);
            border-radius: 50%;
        }

        .hero-container {
            max-width: 1320px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .hero h1 {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 5rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #111827;
            letter-spacing: -0.03em;
        }

        .hero h1 span {
            background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            color: #6B7280;
            max-width: 800px;
            margin: 0 auto 3rem;
            font-weight: 500;
        }

        .hero-cta-group {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: linear-gradient(135deg, #4F46E5, #7C3AED);
            color: white;
            padding: 1.25rem 2.5rem;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(79, 70, 229, 0.4);
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: white;
            color: #4F46E5;
            padding: 1.25rem 2.5rem;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid #E5E7EB;
        }

        .btn-secondary:hover {
            border-color: #4F46E5;
            background: #F9FAFB;
        }

        .hero-stats {
            display: flex;
            gap: 4rem;
            justify-content: center;
            margin-top: 4rem;
        }

        .stat {
            text-align: center;
        }

        .stat-number {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 3.5rem;
            font-weight: 900;
            color: #4F46E5;
            display: block;
            line-height: 1;
        }

        .stat-label {
            font-size: 1rem;
            color: #6B7280;
            font-weight: 500;
            margin-top: 0.5rem;
        }

        /* Why Section */
        .why-section {
            padding: 6rem 2rem;
            background: white;
        }

        .section-container {
            max-width: 1320px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-label {
            display: inline-block;
            background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.1));
            color: #4F46E5;
            padding: 0.5rem 1.25rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 1rem;
            letter-spacing: 0.05em;
        }

        .section-title {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 3.5rem;
            font-weight: 900;
            color: #111827;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }

        .section-desc {
            font-size: 1.25rem;
            color: #6B7280;
            max-width: 700px;
            margin: 0 auto;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2.5rem;
        }

        .benefit-card {
            background: #F9FAFB;
            border-radius: 20px;
            padding: 2.5rem;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .benefit-card:hover {
            background: white;
            border-color: #E5E7EB;
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        .benefit-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #4F46E5, #7C3AED);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        .benefit-card h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 1rem;
        }

        .benefit-card p {
            color: #6B7280;
            line-height: 1.7;
            font-size: 1.05rem;
        }

        /* How It Works */
        .how-it-works {
            padding: 6rem 2rem;
            background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
        }

        .steps-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }

        .step-card {
            text-align: center;
            position: relative;
        }

        .step-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #4F46E5, #7C3AED);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 2.5rem;
            font-weight: 900;
            margin: 0 auto 1.5rem;
            box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
        }

        .step-card h4 {
            font-size: 1.3rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 0.75rem;
        }

        .step-card p {
            color: #6B7280;
            font-size: 1rem;
            line-height: 1.6;
        }

        /* Official Partner Section */
        .official-partner {
            padding: 6rem 2rem;
            background: #111827;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .official-partner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(79, 70, 229, 0.1) 100%);
            pointer-events: none;
        }

        .partner-container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .partner-badge-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .partner-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .partner-text h2 {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

        .partner-text p {
            font-size: 1.2rem;
            opacity: 0.9;
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .partner-visual {
            background: white;
            border-radius: 24px;
            padding: 3rem;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
        }

        .grahak-logo {
            width: 100%;
            max-width: 300px;
            margin-bottom: 2rem;
        }

        .partner-features {
            display: grid;
            gap: 1.5rem;
        }

        .partner-feature {
            display: flex;
            align-items: start;
            gap: 1rem;
        }

        .partner-feature-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #4F46E5, #7C3AED);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            flex-shrink: 0;
        }

        .partner-feature-text h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.25rem;
        }

        .partner-feature-text p {
            font-size: 0.95rem;
            color: #6B7280;
            margin: 0;
        }

        /* Pricing Section */
        .pricing {
            padding: 6rem 2rem;
            background: white;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            max-width: 1000px;
            margin: 3rem auto 0;
        }

        .price-card {
            background: #F9FAFB;
            border-radius: 24px;
            padding: 3rem;
            position: relative;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }

        .price-card:hover {
            border-color: #E5E7EB;
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
        }

        .price-card.featured {
            background: linear-gradient(135deg, #4F46E5, #7C3AED);
            color: white;
            border-color: transparent;
        }

        .price-badge {
            display: inline-block;
            background: rgba(79, 70, 229, 0.1);
            color: #4F46E5;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .price-card.featured .price-badge {
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

        .price-card h3 {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }

        .price {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 4rem;
            font-weight: 900;
            line-height: 1;
            margin: 1.5rem 0;
        }

        .price span {
            font-size: 1.3rem;
            font-weight: 600;
        }

        .price-note {
            font-size: 0.95rem;
            opacity: 0.8;
            margin-bottom: 2rem;
        }

        .price-features {
            list-style: none;
            margin: 2rem 0;
        }

        .price-features li {
            padding: 0.75rem 0;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 1rem;
        }

        .price-features li::before {
            content: '✓';
            width: 24px;
            height: 24px;
            background: #4F46E5;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            flex-shrink: 0;
        }

        .price-card.featured .price-features li::before {
            background: white;
            color: #4F46E5;
        }

        .price-features li.dimmed {
            opacity: 0.6;
        }

        .price-card.featured .price-features li.dimmed {
            opacity: 0.8;
        }

        .price-cta {
            display: block;
            text-align: center;
            padding: 1.25rem;
            background: #4F46E5;
            color: white;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.05rem;
            margin-top: 2rem;
            transition: all 0.3s ease;
        }

        .price-card.featured .price-cta {
            background: white;
            color: #4F46E5;
        }

        .price-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
        }

        /* Categories */
        .categories {
            padding: 6rem 2rem;
            background: #F9FAFB;
        }

        .categories-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .category-pill {
            background: white;
            padding: 1.5rem;
            border-radius: 16px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .category-pill:hover {
            border-color: #4F46E5;
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }

        .category-icon {
            font-size: 2.5rem;
            margin-bottom: 0.75rem;
            display: block;
        }

        .category-pill h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.25rem;
        }

        .category-pill .cpl {
            font-size: 0.85rem;
            color: #4F46E5;
            font-weight: 600;
        }

        /* Final CTA */
        .final-cta {
            padding: 6rem 2rem;
            background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

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

        .final-cta-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .final-cta h2 {
            font-family: 'Darker Grotesque', sans-serif;
            font-size: 4rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

        .final-cta p {
            font-size: 1.3rem;
            opacity: 0.95;
            margin-bottom: 3rem;
        }

        .final-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            padding: 1.5rem 3rem;
            background: white;
            color: #4F46E5;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 800;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .final-cta-btn:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero h1 {
                font-size: 3.5rem;
            }

            .benefits-grid,
            .categories-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .steps-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .partner-content {
                grid-template-columns: 1fr;
            }

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

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero-stats {
                flex-direction: column;
                gap: 2rem;
            }

            .benefits-grid,
            .categories-grid,
            .steps-container {
                grid-template-columns: 1fr;
            }

            .final-cta h2 {
                font-size: 2.5rem;
            }
        }