.lh,.lh *,.lh :before,.lh :after{box-sizing:border-box;margin:0;padding:0}.lh{--black:#000;--white:#fff;--lime:#c3e03c;--lime-dark:#a8c22e;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-400:#a3a3a3;--gray-600:#525252;--gray-800:#262626;--font-primary:var(--font-space-grotesk), sans-serif;--font-body:var(--font-inter), sans-serif;scroll-behavior:smooth;font-family:var(--font-body);color:var(--black);background:var(--white);line-height:1.6;overflow-x:hidden}.lh a{color:inherit;text-decoration:none}.lh img{max-width:100%;display:block}.lh .container{max-width:1200px;margin:0 auto;padding:0 24px}.lh .header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border-bottom:1px solid #c3e03c1a;transition:all .3s;position:fixed;top:0;left:0;right:0}.lh .header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 24px;display:flex}.lh .logo-img{width:auto;height:36px}.lh .nav-links{align-items:center;gap:32px;list-style:none;display:flex}.lh .nav-links a{color:var(--gray-400);font-size:.9rem;font-weight:500;transition:color .2s}.lh .nav-links a:hover{color:var(--white)}.lh .nav-cta{background:var(--lime);border-radius:100px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s;color:var(--black)!important}.lh .nav-cta:hover{background:var(--lime-dark);transform:translateY(-1px)}.lh .mobile-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.lh .mobile-toggle span{background:var(--white);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.lh .hero{background:var(--black);padding:140px 0 100px;position:relative;overflow:hidden}.lh .hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c3e03c14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-20%}.lh .hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid;position:relative}.lh .hero-image{justify-content:flex-end;align-items:center;display:flex}.lh .hero-image img{border-radius:20px;width:100%;max-width:520px;box-shadow:0 24px 64px #0006}.lh .hero-badge{color:var(--lime);background:#c3e03c1a;border:1px solid #c3e03c33;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:.85rem;display:inline-flex}.lh .hero-badge:before{content:"";background:var(--lime);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.lh .hero h1{font-family:var(--font-primary);color:var(--white);letter-spacing:-.03em;max-width:800px;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.lh .hero h1 em{color:var(--lime);font-style:normal}.lh .hero-desc{color:var(--gray-400);max-width:540px;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.lh .hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.lh .btn-primary{background:var(--lime);color:var(--black);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.lh .btn-primary:hover{background:var(--lime-dark);transform:translateY(-2px);box-shadow:0 8px 30px #c3e03c4d}.lh .btn-secondary{color:var(--white);border:1px solid var(--gray-600);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.lh .btn-secondary:hover{border-color:var(--lime);color:var(--lime)}.lh .hero-stats{border-top:1px solid #ffffff14;gap:48px;margin-top:64px;padding-top:48px;display:flex}.lh .hero-stat .hsn{font-family:var(--font-primary);color:var(--lime);font-size:2.2rem;font-weight:700}.lh .hero-stat p{color:var(--gray-400);margin-top:4px;font-size:.85rem}.lh .trust-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:48px 0}.lh .trust-bar p{text-align:center;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:32px;font-size:.85rem}.lh .trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:56px;display:flex}.lh .trust-logo{opacity:.6;cursor:default;transition:opacity .3s}.lh .trust-logo:hover{opacity:1}.lh .trust-logo img{object-fit:contain;filter:grayscale();width:auto;max-width:250px;height:120px;transition:filter .3s}.lh .trust-logo:hover img{filter:grayscale(0%)}.lh .trust-more{color:var(--gray-400);align-items:center;font-size:.85rem;font-style:italic;font-weight:500;display:flex}.lh .services{padding:100px 0}.lh .section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--lime-dark);margin-bottom:16px;font-size:.8rem;font-weight:600;display:inline-block}.lh .section-title{font-family:var(--font-primary);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.lh .section-desc{color:var(--gray-600);max-width:560px;margin-bottom:56px;font-size:1.05rem}.lh .services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lh .service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:36px 28px;transition:all .3s;position:relative;overflow:hidden}.lh .service-card:before{content:"";background:var(--lime);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.lh .service-card:hover{border-color:var(--lime);transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.lh .service-card:hover:before{transform:scaleX(1)}.lh .service-icon{width:48px;height:48px;margin-bottom:20px}.lh .service-icon img{object-fit:contain;width:48px;height:48px}.lh .service-card h3{font-family:var(--font-primary);margin-bottom:12px;font-size:1.15rem;font-weight:600}.lh .service-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.lh .why-us{background:var(--black);color:var(--white);padding:100px 0}.lh .why-us .section-label{color:var(--lime)}.lh .why-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:56px;display:grid}.lh .why-card{text-align:center;border:1px solid #ffffff0f;border-radius:16px;padding:40px 20px;transition:all .3s}.lh .why-card:hover{background:#c3e03c08;border-color:#c3e03c4d}.lh .why-card h3{font-family:var(--font-primary);color:var(--lime);margin-bottom:8px;font-size:2.5rem;font-weight:800}.lh .why-card p{color:var(--gray-400);font-size:.9rem}.lh .process{padding:100px 0}.lh .process-steps{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:56px;display:grid}.lh .process-step{padding:32px 24px;position:relative}.lh .step-number{font-family:var(--font-primary);color:var(--lime);margin-bottom:16px;font-size:4rem;font-weight:800;line-height:1}.lh .process-step h3{font-family:var(--font-primary);color:var(--black);margin-bottom:12px;font-size:1.2rem;font-weight:600}.lh .process-step p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.lh .process-step:after{content:"";color:var(--gray-200);font-size:1.5rem;position:absolute;top:50%;right:-16px}.lh .process-step:last-child:after{display:none}.lh .success{background:var(--gray-50);padding:100px 0}.lh .success-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:56px;display:grid}.lh .success-card{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:40px;transition:all .3s}.lh .success-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0000000f}.lh .success-card-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.lh .success-client-logo{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.lh .success-client-logo img{object-fit:contain;width:48px;height:48px}.lh .success-client-info h3{font-family:var(--font-primary);font-size:1.1rem;font-weight:600}.lh .success-client-info span{color:var(--gray-400);font-size:.8rem}.lh .success-metrics{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.lh .success-metric{text-align:center;background:var(--gray-50);border-radius:12px;padding:16px 8px}.lh .success-metric h4{font-family:var(--font-primary);color:var(--lime-dark);font-size:1.5rem;font-weight:700}.lh .success-metric p{color:var(--gray-600);margin-top:4px;font-size:.75rem}.lh .success-desc{color:var(--gray-600);font-size:.9rem;line-height:1.7}.lh .success-desc strong{color:var(--black);font-weight:600}.lh .geo-section{background:var(--black);color:var(--white);padding:100px 0;position:relative;overflow:hidden}.lh .geo-section:before{content:"";background:radial-gradient(circle,#c3e03c0f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-30%;left:-10%}.lh .geo-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.lh .geo-content h2{font-family:var(--font-primary);margin-bottom:20px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.lh .geo-content h2 em{color:var(--lime);font-style:normal}.lh .geo-content p{color:var(--gray-400);margin-bottom:32px;line-height:1.7}.lh .geo-features{flex-direction:column;gap:16px;margin-bottom:36px;list-style:none;display:flex}.lh .geo-features li{color:var(--gray-400);align-items:center;gap:12px;font-size:.95rem;display:flex}.lh .geo-features li:before{content:"✓";width:24px;height:24px;color:var(--lime);background:#c3e03c26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.lh .geo-visual{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:40px}.lh .geo-visual h3{font-family:var(--font-primary);color:var(--gray-400);margin-bottom:24px;font-size:1rem;font-weight:600}.lh .geo-comparison{flex-direction:column;gap:16px;display:flex}.lh .geo-bar{flex-direction:column;gap:6px;display:flex}.lh .geo-bar label{color:var(--gray-400);justify-content:space-between;font-size:.8rem;display:flex}.lh .geo-bar-track{background:#ffffff0f;border-radius:100px;height:8px;overflow:hidden}.lh .geo-bar-fill{background:var(--lime);border-radius:100px;height:100%;transition:width 1s}.lh .packages{padding:100px 0}.lh .packages-header{text-align:center;margin-bottom:40px}.lh .packages-header .section-label,.lh .packages-header .section-title,.lh .packages-header .section-desc{text-align:center}.lh .packages-header .section-desc{margin:0 auto 32px}.lh .billing-toggle{background:var(--gray-100);border-radius:100px;gap:4px;padding:4px;display:inline-flex}.lh .billing-btn{cursor:pointer;color:var(--gray-600);font-size:.9rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;border-radius:100px;padding:10px 28px;transition:all .3s}.lh .billing-btn.active{background:var(--black);color:var(--white)}.lh .packages-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.lh .package-card{border:1px solid var(--gray-200);border-radius:20px;padding:40px 32px;transition:all .3s;position:relative}.lh .package-card.featured{border-color:var(--lime);background:var(--black);color:var(--white)}.lh .package-badge{background:var(--lime);color:var(--black);border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.lh .package-card h3{font-family:var(--font-primary);margin-bottom:8px;font-size:1.3rem;font-weight:600}.lh .package-price{margin-bottom:24px}.lh .package-price .amount{font-family:var(--font-primary);font-size:2.5rem;font-weight:800}.lh .package-price .old-price{font-family:var(--font-primary);color:var(--gray-400);margin-right:8px;font-size:1.2rem;font-weight:500;text-decoration:line-through}.lh .package-price .period{color:var(--gray-400);font-size:.9rem}.lh .package-features{flex-direction:column;gap:12px;margin-bottom:32px;list-style:none;display:flex}.lh .package-features li{align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.lh .package-features li:before{content:"✓";color:var(--lime);flex-shrink:0;font-weight:700}.lh .featured .package-features li{color:var(--gray-400)}.lh .featured .package-price .period{color:var(--gray-600)}.lh .package-btn{text-align:center;border:2px solid var(--gray-200);cursor:pointer;width:100%;font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;border-radius:100px;padding:14px;transition:all .3s;display:block}.lh .package-btn:hover{border-color:var(--lime);background:var(--lime);color:var(--black)}.lh .featured .package-btn{background:var(--lime);color:var(--black);border-color:var(--lime)}.lh .featured .package-btn:hover{background:var(--lime-dark)}.lh .extras{padding:0 0 100px}.lh .extras-inner{background:var(--gray-800);border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:56px;display:grid}.lh .extras-content h3{font-family:var(--font-primary);color:var(--white);margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.lh .extras-content p{color:var(--gray-400);margin-bottom:28px;font-size:.95rem}.lh .extras-list{grid-template-columns:1fr 1fr;gap:12px;list-style:none;display:grid}.lh .extras-list li{color:var(--gray-400);align-items:center;gap:10px;font-size:.85rem;display:flex}.lh .extras-list li:before{content:"✦";color:var(--lime);flex-shrink:0;font-size:.7rem}.lh .extras-cta{text-align:center}.lh .extras-cta p{color:var(--gray-400);margin-bottom:20px;font-size:.85rem;font-style:italic}.lh .faq{background:var(--gray-50);padding:100px 0}.lh .faq-grid{max-width:768px;margin:56px auto 0}.lh .faq-item{border-bottom:1px solid var(--gray-200)}.lh .faq-question{text-align:left;width:100%;font-size:1.05rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;transition:color .2s;display:flex}.lh .faq-question:hover{color:var(--lime-dark)}.lh .faq-question:after{content:"+";color:var(--gray-400);font-size:1.5rem;font-weight:300;transition:transform .3s}.lh .faq-item.active .faq-question:after{color:var(--lime-dark);transform:rotate(45deg)}.lh .faq-answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.lh .faq-item.active .faq-answer{max-height:300px;padding-bottom:24px}.lh .faq-answer p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.lh .blog-preview{padding:100px 0}.lh .blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.lh .blog-card{border:1px solid var(--gray-200);border-radius:16px;transition:all .3s;overflow:hidden}.lh .blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.lh .blog-card-img{background:var(--gray-100);width:100%;height:200px;color:var(--gray-400);justify-content:center;align-items:center;font-size:.85rem;display:flex}.lh .blog-card-body{padding:24px}.lh .blog-card-tag{color:var(--lime-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-block}.lh .blog-card-body h3{font-family:var(--font-primary);margin-bottom:8px;font-size:1.05rem;font-weight:600;line-height:1.4}.lh .blog-card-body p{color:var(--gray-600);font-size:.85rem;line-height:1.6}.lh .cta-section{background:var(--black);text-align:center;padding:100px 0}.lh .cta-section h2{font-family:var(--font-primary);color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.lh .cta-section h2 em{color:var(--lime);font-style:normal}.lh .cta-section p{color:var(--gray-400);max-width:480px;margin:0 auto 40px;font-size:1.05rem}.lh .cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.lh .footer{background:var(--black);border-top:1px solid #ffffff0f;padding:64px 0 32px}.lh .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.lh .footer-brand .footer-logo{width:auto;height:28px;margin-bottom:16px}.lh .footer-brand p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.lh .footer-col h4{font-family:var(--font-primary);color:var(--white);margin-bottom:20px;font-size:.9rem;font-weight:600}.lh .footer-col ul{flex-direction:column;gap:12px;list-style:none;display:flex}.lh .footer-col a{color:var(--gray-600);font-size:.85rem;transition:color .2s}.lh .footer-col a:hover{color:var(--lime)}.lh .footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.lh .footer-bottom p{color:var(--gray-600);font-size:.8rem}.lh .footer-social{gap:16px;display:flex}.lh .footer-social a{width:36px;height:36px;color:var(--gray-400);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .3s;display:flex}.lh .footer-social a:hover{border-color:var(--lime);color:var(--lime)}@media (max-width:1024px){.lh .services-grid,.lh .why-grid,.lh .process-steps{grid-template-columns:repeat(2,1fr)}.lh .process-step:after{display:none}.lh .packages-grid{grid-template-columns:repeat(2,1fr)}.lh .geo-inner{grid-template-columns:1fr}.lh .footer-grid{grid-template-columns:1fr 1fr}.lh .extras-inner,.lh .extras-list{grid-template-columns:1fr}}@media (max-width:768px){.lh .nav-links{display:none}.lh .mobile-toggle{display:block}.lh .hero-content{grid-template-columns:1fr}.lh .hero-image{justify-content:center}.lh .hero-image img{max-width:100%}.lh .hero-stats{flex-direction:column;gap:24px}.lh .services-grid{grid-template-columns:1fr}.lh .why-grid{grid-template-columns:1fr 1fr}.lh .process-steps,.lh .success-grid{grid-template-columns:1fr}.lh .success-metrics{grid-template-columns:repeat(3,1fr)}.lh .packages-grid,.lh .blog-grid,.lh .footer-grid{grid-template-columns:1fr}.lh .extras-inner{padding:32px 24px}}.lh .section-label{color:#4d5a0e}.lh .why-us .section-label,.lh .geo-section .section-label{color:var(--lime)}.lh .trust-bar p,.lh .trust-more,.lh .success-client-info span{color:var(--gray-600)}.lh .success-metric h4,.lh .blog-card-tag,.lh .step-number{color:#4d5a0e}.lh .package-price .period,.lh .package-price .old-price,.lh .package-card>p{color:var(--gray-600)}.lh .featured>p,.lh .featured .package-price .period,.lh .featured .package-price .old-price{color:var(--gray-400)}.lh .service-card,.lh .why-card,.lh .success-card,.lh .package-card,.lh .blog-card{transition:transform .3s,border-color .3s,box-shadow .3s}.lh .service-card:hover,.lh .why-card:hover,.lh .success-card:hover,.lh .package-card:hover,.lh .blog-card:hover{border-color:#c3e03c73;transform:translateY(-4px)}.lh .service-card:hover,.lh .blog-card:hover,.lh .success-card:hover{box-shadow:0 14px 44px -14px #c3e03c2e}.lh .trust-logos{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.lh .trust-track{align-items:center;gap:3.5rem;width:max-content;animation:30s linear infinite trust-marquee;display:flex}.lh .trust-track:hover{animation-play-state:paused}@keyframes trust-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.lh .trust-track{flex-wrap:wrap;justify-content:center;animation:none}}
