 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
    :root {
      --primary: #00A651;
      --primary-dark: #008C44;
      --primary-light: #E8F8EF;
      --accent: #FFD600;
      --text-dark: #1A1A2E;
      --text-muted: #6B7280;
      --radius: 16px;
    }
    * { font-family: "DM Sans", sans-serif; }
    body { color: var(--text-dark); overflow-x: hidden; }
    
    /* Navbar */
    .navbar { padding: 0.75rem 0; transition: all 0.3s; }
    .navbar.scrolled { background: #fff !important; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
    .navbar-brand { font-weight: 800; font-size: 1.6rem; color: var(--primary) !important; letter-spacing: -0.5px; }
    .navbar-brand .logo-icon { background: var(--primary); color: #fff; width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 1.1rem; }
    .nav-link { font-weight: 500; color: var(--text-dark) !important; margin: 0 0.4rem; position: relative; }
    .nav-link:hover, .nav-link.active { color: var(--primary) !important; }
    .nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--primary); transition: all 0.3s; transform: translateX(-50%); }
    .nav-link:hover::after { width: 60%; }
    .btn-download { background: var(--primary); color: #fff !important; border-radius: 50px; padding: 0.55rem 1.4rem; font-weight: 600; border: none; transition: all 0.3s; }
    .btn-download:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,166,81,0.35); }

    /* Hero */
    .hero { padding: 5.5rem 0 4rem; background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #f0fdf4 100%); position: relative; overflow: hidden; }
    .hero::before { content: ''; position: absolute; top: -20%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,166,81,0.08) 0%, transparent 70%); border-radius: 50%; }
    .hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; letter-spacing: -1px; }
    .hero h1 .highlight { color: var(--primary); }
    .hero .lead { font-size: 1.15rem; color: var(--text-muted); max-width: 480px; }
    .btn-primary-custom { background: var(--primary); border: none; border-radius: 50px; padding: 0.85rem 1.8rem; font-weight: 600; color: #fff; transition: all 0.3s; }
    .btn-primary-custom:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,166,81,0.35); color: #fff; }
    .btn-outline-custom { border: 2px solid var(--primary); color: var(--primary); border-radius: 50px; padding: 0.75rem 1.6rem; font-weight: 600; background: transparent; transition: all 0.3s; }
    .btn-outline-custom:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }
    .feature-pills { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
    .feature-pills span { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.9rem; color: var(--text-muted); font-weight: 500; }
    .feature-pills i { color: var(--primary); }

    /* Hero Illustration */
    .hero-visual { position: relative; height: 420px; }
    .phone-mockup { position: absolute; right: 40px; top: 20px; width: 220px; height: 440px; background: #111; border-radius: 32px; border: 8px solid #222; box-shadow: 0 25px 50px rgba(0,0,0,0.25); z-index: 5; overflow: hidden; animation: float 4s ease-in-out infinite; }
    .phone-mockup .screen { background: linear-gradient(180deg, #e8f8ef 0%, #fff 100%); height: 100%; padding: 12px; }
    .phone-notch { width: 80px; height: 18px; background: #111; border-radius: 0 0 12px 12px; margin: 0 auto 10px; }
    .vehicle-card { background: #fff; border-radius: 12px; padding: 10px 14px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); font-size: 0.85rem; }
    .vehicle-card.active { border: 2px solid var(--primary); }
    .vehicle-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
    .bike-bg { background: #dcfce7; color: #16a34a; }
    .auto-bg { background: #fef3c7; color: #d97706; }
    .car-bg { background: #dbeafe; color: #2563eb; }
    
    .auto-rickshaw { position: absolute; left: 10px; bottom: 60px; width: 180px; animation: float 5s ease-in-out infinite 0.5s; z-index: 3; }
    .scooter { position: absolute; left: 80px; bottom: 20px; width: 140px; animation: float 4.5s ease-in-out infinite 1s; z-index: 4; }
    .car-img { position: absolute; right: 0; bottom: 40px; width: 200px; animation: float 5.5s ease-in-out infinite 0.2s; z-index: 2; }
    .driver-img { position: absolute; left: 130px; bottom: 10px; width: 100px; z-index: 6; animation: float 3.8s ease-in-out infinite 0.8s; }
    .location-pin { position: absolute; width: 28px; height: 28px; background: var(--primary); color: #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,166,81,0.4); animation: bounce 2s infinite; }
    .location-pin i { transform: rotate(45deg); font-size: 0.8rem; }
    .pin1 { top: 40px; left: 60px; }
    .pin2 { top: 100px; right: 30px; }
    .pin3 { bottom: 180px; left: 20px; }
    .pin4 { top: 60px; right: 120px; }
    .yellow-circle { position: absolute; right: -30px; top: 80px; width: 180px; height: 180px; background: radial-gradient(circle, #fef08a 0%, transparent 70%); border-radius: 50%; z-index: 1; }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }
    @keyframes bounce {
      0%, 100% { transform: rotate(-45deg) translateY(0); }
      50% { transform: rotate(-45deg) translateY(-8px); }
    }

    /* Stats */
    .stats-section { margin-top: -40px; position: relative; z-index: 10; }
    .stats-card { background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); padding: 1.8rem 1rem; text-align: center; transition: transform 0.3s; }
    .stats-card:hover { transform: translateY(-5px); }
    .stats-card .icon-wrap { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.8rem; font-size: 1.4rem; }
    .stats-card h3 { font-size: 1.8rem; font-weight: 800; margin-bottom: 0.2rem; color: var(--text-dark); }
    .stats-card p { margin: 0; color: var(--text-muted); font-size: 0.95rem; font-weight: 500; }

    /* Section titles */
    .section-label { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: 0.8rem; font-weight: 700; padding: 0.35rem 1rem; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.8rem; }
    .section-title { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 1rem; }
    .section-sub { color: var(--text-muted); max-width: 560px; margin: 0 auto 2.5rem; }

    /* Services */
    .service-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 20px; padding: 1.8rem 1.4rem; text-align: center; transition: all 0.35s; height: 100%; position: relative; overflow: hidden; }
    .service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,166,81,0.12); border-color: var(--primary); }
    .service-card .icon-box { width: 80px; height: 80px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 2.2rem; background: var(--primary-light); color: var(--primary); transition: all 0.3s; }
    .service-card:hover .icon-box { background: var(--primary); color: #fff; transform: scale(1.08); }
    .service-card h5 { font-weight: 700; margin-bottom: 0.5rem; }
    .service-card p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1rem; }
    .service-card .arrow { color: var(--primary); font-size: 1.2rem; opacity: 0; transform: translateX(-10px); transition: all 0.3s; }
    .service-card:hover .arrow { opacity: 1; transform: translateX(0); }

    /* Why Choose */
    .why-card { text-align: center; padding: 1.5rem 1rem; }
    .why-card .icon-circle { width: 64px; height: 64px; border-radius: 50%; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.5rem; transition: all 0.3s; }
    .why-card:hover .icon-circle { background: var(--primary); color: #fff; transform: scale(1.1); }
    .why-card h6 { font-weight: 700; margin-bottom: 0.4rem; }
    .why-card p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

    /* How it Works */
    .step-item { text-align: center; position: relative; }
    .step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.3rem; margin: 0 auto 1rem; box-shadow: 0 8px 20px rgba(0,166,81,0.3); }
    .step-item h6 { font-weight: 700; margin-bottom: 0.3rem; }
    .step-item p { font-size: 0.85rem; color: var(--text-muted); }
    .step-line { position: absolute; top: 28px; left: 60%; width: 80%; height: 3px; background: linear-gradient(90deg, var(--primary), #a7f3d0); z-index: -1; }
    @media (max-width: 767px) { .step-line { display: none; } }

    /* App Preview */
    .app-preview { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
    .phone-frame { width: 200px; height: 400px; background: #1a1a1a; border-radius: 28px; border: 6px solid #333; box-shadow: 0 20px 40px rgba(0,0,0,0.2); overflow: hidden; position: relative; margin: 0 auto; }
    .phone-frame .status-bar { height: 24px; background: #111; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; color: #fff; font-size: 0.65rem; }
    .phone-screen { background: #f0fdf4; height: calc(100% - 24px); padding: 10px; }
    .driver-card { background: linear-gradient(135deg, #00A651 0%, #008C44 100%); border-radius: 24px; padding: 2.5rem; color: #fff; position: relative; overflow: hidden; }
    .driver-card::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255,255,255,0.1); border-radius: 50%; }
    .driver-card h3 { font-weight: 800; margin-bottom: 0.8rem; }
    .driver-card ul { list-style: none; padding: 0; margin: 1.5rem 0; }
    .driver-card ul li { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.7rem; font-weight: 500; }
    .driver-card ul li i { background: rgba(255,255,255,0.2); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
    .btn-yellow { background: #FFD600; color: #1a1a1a; border: none; border-radius: 50px; padding: 0.8rem 1.8rem; font-weight: 700; transition: all 0.3s; }
    .btn-yellow:hover { background: #ffca00; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255,214,0,0.4); color: #1a1a1a; }
    .driver-avatar { width: 140px; height: 140px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.15); margin: 0 auto; }

    /* Testimonials */
    .testimonial-card { background: #fff; border-radius: 20px; padding: 1.8rem; box-shadow: 0 8px 30px rgba(0,0,0,0.06); height: 100%; border: 1px solid #f3f4f6; transition: all 0.3s; }
    .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
    .stars { color: #FBBF24; margin-bottom: 0.8rem; }
    .testimonial-card p { font-size: 0.95rem; color: #4B5563; font-style: italic; margin-bottom: 1.2rem; }
    .user-info { display: flex; align-items: center; gap: 0.8rem; }
    .user-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--primary); }
    .user-info h6 { margin: 0; font-weight: 700; font-size: 0.95rem; }
    .user-info small { color: var(--text-muted); }

    /* CTA Banner */
    .cta-banner { background: linear-gradient(90deg, #00A651 0%, #00C853 50%, #00A651 100%); border-radius: 24px; padding: 2.5rem; color: #fff; position: relative; overflow: hidden; }
    .cta-banner::before { content: ''; position: absolute; top: -80px; left: -80px; width: 250px; height: 250px; background: rgba(255,255,255,0.08); border-radius: 50%; }
    .store-badge { height: 48px; transition: transform 0.3s; }
    .store-badge:hover { transform: scale(1.05); }
    .qr-box { background: #fff; padding: 10px; border-radius: 12px; display: inline-block; }
    .qr-box img { width: 100px; height: 100px; }

    /* Contact */
    .contact-form .form-control { border-radius: 12px; border: 1.5px solid #e5e7eb; padding: 0.85rem 1.1rem; font-size: 0.95rem; }
    .contact-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,166,81,0.15); }
    .contact-info-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; }
    .contact-info-item .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
    .map-container { border-radius: 16px; overflow: hidden; height: 280px; background: #e5e7eb; position: relative; }
    .map-container iframe { width: 100%; height: 100%; border: 0; }

    /* Footer */
    footer { background: #0f172a; color: #94a3b8; padding: 4rem 0 2rem; }
    footer h6 { color: #fff; font-weight: 700; margin-bottom: 1.2rem; font-size: 0.95rem; }
    footer a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; display: block; margin-bottom: 0.5rem; transition: color 0.2s; }
    footer a:hover { color: var(--primary); }
    footer .footer-brand { font-size: 1.5rem; font-weight: 800; color: #fff; }
    footer .social a { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: #1e293b; align-items: center; justify-content: center; margin-right: 0.5rem; color: #94a3b8; transition: all 0.3s; }
    footer .social a:hover { background: var(--primary); color: #fff; }
    .footer-bottom { border-top: 1px solid #1e293b; padding-top: 1.5rem; margin-top: 2.5rem; font-size: 0.85rem; }

    /* Animations helpers */
    .animate-up { animation: fadeUp 0.8s ease forwards; }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
