 * { margin: 0; padding: 0; box-sizing: border-box; }
    body { 
        font-family: 'Plus Jakarta Sans', sans-serif; 
        background: #ffffff; 
        color: #334155; 
        overflow-x: hidden; 
        line-height: 1.7;
    }
    
    /* Background Soft Glows */
    body::before {
        content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100vh;
        background: radial-gradient(circle at 10% 10%, rgba(59, 130, 246, 0.05), transparent 40%),
                    radial-gradient(circle at 90% 30%, rgba(234, 179, 8, 0.05), transparent 40%);
        z-index: -2; pointer-events: none;
    }

    .container { width: min(1200px, 90%); margin: auto; }
    
    .text-highlight { color: #3b82f6; }
    .text-yellow { color: #eab308; }
    
    h1, h2, h3, h4 { color: #0f172a; font-weight: 800; letter-spacing: -0.5px; }

    .badge {
        display: inline-block; padding: 8px 16px; border-radius: 50px;
        background: #eff6ff; color: #3b82f6; font-size: 14px; font-weight: 700;
        margin-bottom: 20px; border: 1px solid #bfdbfe;
    }

    /* =================================
       SECTION 1: PREMIUM HERO
    ==================================== */
    .hero-premium { padding: 140px 0 100px; position: relative; }
    .hero-grid { display: grid; grid-template-columns: 55% 40%; gap: 5%; align-items: center; }
    
    .hero-text h1 { font-size: 64px; line-height: 1.1; margin-bottom: 24px; letter-spacing: -2px; }
    .hero-text p { font-size: 20px; color: #64748b; margin-bottom: 35px; max-width: 90%; }
    
    .hero-visual { position: relative; perspective: 1000px; }
    .hero-image-wrapper {
        border-radius: 24px; overflow: hidden;
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
        border: 1px solid #f1f5f9;
        transform: rotateY(-5deg) rotateX(5deg);
        transition: transform 0.5s ease;
    }
    .hero-image-wrapper:hover { transform: rotateY(0) rotateX(0); }
    .hero-image-wrapper img { width: 100%; display: block; }
    
    .float-badge {
        position: absolute; bottom: -20px; left: -30px;
        background: #ffffff; padding: 20px; border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.06); border: 1px solid #f8fafc;
        display: flex; align-items: center; gap: 15px; z-index: 2;
    }
    .float-badge i { font-size: 30px; color: #eab308; }
    .float-badge h4 { font-size: 18px; margin-bottom: 2px; }
    .float-badge p { font-size: 14px; color: #64748b; margin: 0; }

    /* =================================
       SECTION 2: CORE BENEFITS (CARDS)
    ==================================== */
    .core-benefits { padding: 100px 0; background: #f8fafc; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
    .section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
    .section-header h2 { font-size: 46px; margin-bottom: 20px; }
    .section-header p { font-size: 18px; color: #64748b; }

    .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    
    .benefit-card {
        background: #ffffff; 
        padding: 40px 30px; 
        border-radius: 20px;
        border: 1px solid #e2e8f0; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
        position: relative;
        overflow: hidden;
        /* Smoother transition properties */
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    }
    
    .benefit-card i { font-size: 36px; color: #3b82f6; margin-bottom: 25px; display: block; }
    .benefit-card h3 { font-size: 22px; margin-bottom: 15px; }
    .benefit-card p { font-size: 15px; color: #64748b; }

    /* SIRF CURSOR RAKHNE PAR CORDER BADA HOGA (NO SIBLING BLUR/DEFECTS) */
    .benefit-card:hover { 
        transform: scale(1.06) translateY(-5px); 
        border-color: #3b82f6; 
        box-shadow: 0 30px 60px rgba(59, 130, 246, 0.12); 
        z-index: 10;
    }

    /* =================================
       SECTION 3: HOW IT WORKS
    ==================================== */
    .process-section { padding: 120px 0; background: #ffffff; }
    .process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    
    .process-steps { display: flex; flex-direction: column; gap: 30px; }
    .step-item { display: flex; gap: 20px; }
    .step-number { 
        width: 50px; height: 50px; background: #fefce8; color: #eab308; 
        border: 2px solid #fef08a; border-radius: 50%; display: flex; 
        align-items: center; justify-content: center; font-size: 20px; font-weight: 800; flex-shrink: 0;
    }
    .step-text h4 { font-size: 22px; margin-bottom: 8px; }
    .step-text p { font-size: 16px; color: #64748b; }

    .process-image { border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,0.06); width: 100%; border: 1px solid #f1f5f9; display: block; }

  

    /* =================================
       SECTION 5: METRICS & CASE STUDY
    ==================================== */
    .metrics-section { padding: 120px 0; background: #ffffff; text-align: center; }
    .metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
    
    .metric-card { padding: 40px; background: #ffffff; border-radius: 20px; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
    .metric-number { font-size: 56px; font-weight: 800; color: #3b82f6; margin-bottom: 10px; }
    .metric-title { font-size: 18px; color: #64748b; font-weight: 600; }

    /* =================================
       SECTION 6: PREMIUM CTA
    ==================================== */
    .cta-premium { padding: 120px 0; text-align: center; }
    .cta-box-premium { 
        padding: 80px 40px; border-radius: 40px; 
        background: #f8fafc; border: 1px solid #e2e8f0;
        box-shadow: 0 40px 80px rgba(0,0,0,0.04);
        max-width: 1000px; margin: 0 auto;
    }
    .cta-box-premium h2 { font-size: 48px; margin-bottom: 25px; color: #0f172a; }
    .cta-box-premium p { font-size: 20px; color: #64748b; max-width: 800px; margin: 0 auto 40px; }
    
    .btn-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
    
    .btn-discuss {
        padding: 18px 45px; border-radius: 8px; font-weight: 700; font-size: 16px;
        background: #000000; color: #ffffff; border: 2px solid #000000;
        cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block;
    }
    .btn-discuss:hover { background: #333333; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
    
    .btn-contact {
        padding: 18px 45px; border-radius: 8px; font-weight: 700; font-size: 16px;
        background: #eab308; color: #000000; border: 2px solid #000000;
        cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block;
    }
    .btn-contact:hover {
        background: #000000; color: #eab308; border-color: #eab308;
        transform: translateY(-3px); box-shadow: 0 10px 20px rgba(234, 179, 8, 0.2);
    }

    /* =================================
       ALL SCREEN RESPONSIVE MEDIA QUERIES
    ==================================== */
    @media (max-width: 1024px) {
        .hero-text h1 { font-size: 48px; }
        .hero-grid, .process-grid, .adv-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
        .hero-text p, .section-header p, .cta-box-premium p { margin-left: auto; margin-right: auto; }
        .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
        .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
        .float-badge { left: 50%; transform: translateX(-50%); bottom: -30px; width: 80%; justify-content: center; }
        .process-steps, .adv-list li { text-align: left; }
        .adv-grid .slide-in-left { order: 2; }
    }
    
    @media (max-width: 768px) {
        .hero-premium { padding: 100px 0 60px; }
        .hero-text h1, .section-header h2, .cta-box-premium h2 { font-size: 36px; }
        .benefits-grid, .metrics-grid { grid-template-columns: 1fr; gap: 20px; }
        .cta-box-premium { padding: 50px 20px; border-radius: 24px; }
        .btn-row { flex-direction: column; width: 100%; }
        .btn-discuss, .btn-contact { width: 100%; text-align: center; }
    }

    @media (max-width: 480px) {
        .hero-text h1 { font-size: 28px; }
        .section-header h2, .cta-box-premium h2 { font-size: 26px; }
        .benefit-card { padding: 30px 20px; }
    }

    .Banner {
        margin-bottom: 0px;
        position: relative;
        background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.85)), url('imgs/banner.avif') no-repeat center center/cover;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
    }

    .hero-content h1 {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: white;
    }

    .hero-content h2{
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        color: #cbd5e1;
        font-style: italic;
    }