*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#ea1d2c;--red-dark:#c41925;--red-light:#fef0f1;--dark:#1a1a1a;--gray-900:#212121;--gray-700:#555;--gray-500:#888;--gray-300:#ccc;--gray-100:#f5f5f5;--white:#fff;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 24px #00000014;--shadow-lg:0 8px 48px #0000001f;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100);background:#fffffff2;position:fixed;top:0;left:0;right:0}.lp-nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.lp-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.lp-logo-icon{font-size:1.6rem}.lp-logo-text{color:var(--dark);font-size:1.4rem;font-weight:800}.lp-logo-text span{color:var(--red)}.lp-nav-links{align-items:center;gap:32px;display:flex}.lp-nav-links a{color:var(--gray-700);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-links a:hover{color:var(--red)}.lp-menu-toggle{cursor:pointer;color:var(--dark);background:0 0;border:none;display:none}.lp-btn{cursor:pointer;background:var(--red);color:var(--white);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn:hover{background:var(--red-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.lp-btn-sm{padding:8px 20px;font-size:.85rem}.lp-btn-lg{padding:16px 36px;font-size:1.05rem}.lp-btn-outline{color:var(--dark);border:2px solid var(--gray-300);background:0 0}.lp-btn-outline:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.lp-btn-ghost{color:var(--dark);background:0 0}.lp-btn-ghost:hover{background:var(--gray-100);box-shadow:none}.lp-btn-white{background:var(--white);color:var(--red)}.lp-btn-white:hover{background:var(--gray-100)}.lp-btn-ghost-white{color:var(--white);background:0 0;border:2px solid #fff6}.lp-btn-ghost-white:hover{border-color:var(--white);background:#ffffff1a}.lp-hero{background:linear-gradient(135deg, var(--red-light) 0%, var(--white) 50%, #fff5f5 100%);padding:140px 0 80px;overflow:hidden}.lp-hero-inner{align-items:center;gap:60px;display:flex}.lp-hero-text{flex:1}.lp-hero-badge{background:var(--white);border:1px solid var(--gray-300);box-shadow:var(--shadow-sm);border-radius:50px;margin-bottom:24px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}.lp-hero h1{margin-bottom:20px;font-size:3.2rem;font-weight:900;line-height:1.15}.lp-hero-highlight{color:var(--red)}.lp-hero-sub{color:var(--gray-700);max-width:520px;margin-bottom:32px;font-size:1.15rem}.lp-hero-ctas{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.lp-hero-trust{color:var(--gray-500);flex-wrap:wrap;gap:20px;font-size:.85rem;display:flex}.lp-hero-visual{flex:0 0 340px}.lp-hero-phone{background:var(--dark);box-shadow:var(--shadow-lg);border-radius:36px;max-width:300px;margin:0 auto;padding:12px}.lp-phone-screen{background:var(--white);border-radius:28px;padding:0;overflow:hidden}.lp-phone-statusbar{color:var(--gray-500);justify-content:space-between;padding:8px 16px;font-size:.7rem;display:flex}.lp-phone-header{padding:0 16px 12px}.lp-phone-greeting{margin-bottom:8px;font-size:1.1rem;font-weight:800}.lp-phone-search{background:var(--gray-100);color:var(--gray-500);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.8rem;display:flex}.lp-phone-cats{gap:6px;padding:8px 16px;display:flex;overflow-x:auto}.lp-phone-cat{background:var(--gray-100);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 12px;font-size:.7rem;font-weight:600}.lp-phone-cat.active{background:var(--red);color:var(--white)}.lp-phone-stores{flex-direction:column;gap:10px;padding:8px 16px 16px;display:flex}.lp-phone-store{background:var(--gray-100);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.lp-phone-store-logo{font-size:1.6rem}.lp-phone-store-name{font-size:.8rem;font-weight:700}.lp-phone-store-meta{color:var(--gray-500);font-size:.65rem}.lp-stats{background:var(--dark);padding:40px 0}.lp-stats-grid{flex-wrap:wrap;justify-content:space-around;gap:24px;display:flex}.lp-stat{text-align:center}.lp-stat-value{color:var(--red);font-size:2rem;font-weight:900;display:block}.lp-stat-label{color:var(--gray-300);font-size:.85rem}.lp-section{padding:100px 0}.lp-section-alt{background:var(--gray-100)}.lp-section-header{text-align:center;margin-bottom:60px}.lp-section-tag{background:var(--red-light);color:var(--red);border-radius:50px;margin-bottom:12px;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.lp-section-header h2{margin-bottom:12px;font-size:2.4rem;font-weight:900}.lp-section-header p{color:var(--gray-500);max-width:500px;margin:0 auto;font-size:1.1rem}.lp-how-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.lp-how-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:40px 32px;transition:transform .3s,box-shadow .3s;position:relative}.lp-how-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.lp-how-num{background:var(--red);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:900;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.lp-how-icon{color:var(--red);margin:24px 0 16px}.lp-how-card h3{margin-bottom:8px;font-size:1.2rem;font-weight:800}.lp-how-card p{color:var(--gray-500);font-size:.95rem}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-features-4{grid-template-columns:repeat(4,1fr)}.lp-feature-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:32px 24px;transition:transform .3s,box-shadow .3s}.lp-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.lp-feature-icon{background:var(--red-light);width:48px;height:48px;color:var(--red);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.lp-feature-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.lp-feature-card p{color:var(--gray-500);font-size:.9rem;line-height:1.5}.lp-cta{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);text-align:center;padding:100px 0}.lp-cta-inner h2{color:var(--white);margin-bottom:12px;font-size:2.4rem;font-weight:900}.lp-cta-inner p{color:#ffffffd9;margin-bottom:36px;font-size:1.1rem}.lp-cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.lp-footer{background:var(--dark);color:var(--gray-300);padding:60px 0 0}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.lp-footer-brand{max-width:300px}.lp-footer-brand .lp-logo{margin-bottom:16px}.lp-footer-brand .lp-logo-text{color:var(--white)}.lp-footer-brand p{color:var(--gray-500);font-size:.9rem}.lp-footer-contact{flex-direction:column;gap:8px;margin-top:16px;display:flex}.lp-footer-contact a,.lp-footer-contact span{color:var(--gray-500);align-items:center;gap:8px;font-size:.85rem;text-decoration:none;transition:color .2s;display:flex}.lp-footer-contact a:hover{color:var(--red)}.lp-footer-links{gap:60px;display:flex}.lp-footer-links h4{color:var(--white);margin-bottom:16px;font-size:.9rem;font-weight:700}.lp-footer-links a{color:var(--gray-500);margin-bottom:8px;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.lp-footer-links a:hover{color:var(--red)}.lp-footer-bottom{color:var(--gray-500);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:40px;padding:24px 0;font-size:.8rem;display:flex}.lp-footer-social{gap:16px;display:flex}.lp-footer-social a{color:var(--gray-500);transition:color .2s}.lp-footer-social a:hover{color:var(--red)}.lp-legal-content{max-width:720px}.lp-legal-content h3{color:var(--white);margin:28px 0 8px;font-size:1.05rem}.lp-legal-content p{color:var(--gray-400);font-size:.95rem;line-height:1.7}.lp-nav-links a.lp-nav-active{color:var(--red);font-weight:700}.lp-nav-ctas{align-items:center;gap:8px;margin-left:8px;display:inline-flex}.lp-driver-cta{text-align:center;margin-top:40px}.lp-hero-contact{background:linear-gradient(135deg, #eff6ff 0%, var(--white) 50%, #f8fafc 100%)}.lp-contact-hero-visual{flex-direction:column;flex:0 0 380px;gap:16px;display:flex}.lp-contact-channel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--dark);align-items:center;gap:16px;padding:20px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.lp-contact-channel:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.lp-contact-channel-icon{background:var(--red-light);width:52px;height:52px;color:var(--red);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lp-contact-channel-title{font-weight:800}.lp-contact-channel-desc{color:var(--gray-500);font-size:.85rem}.lp-contact-form-wrap{max-width:720px}.lp-contact-form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:40px}.lp-contact-success{color:#1b873f;background:#e6f9ee;border:1px solid #b7e8c8;border-radius:10px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-weight:600;display:flex}.lp-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lp-form-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.lp-form-field label{font-size:.9rem;font-weight:700}.lp-form-field input,.lp-form-field select,.lp-form-field textarea{border:2px solid var(--gray-300);color:var(--dark);background:var(--white);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.lp-form-field input:focus,.lp-form-field select:focus,.lp-form-field textarea:focus{border-color:var(--red);outline:none}.lp-contact-form-card .lp-btn{justify-content:center;width:100%}@media (width<=1024px){.lp-contact-hero-visual{flex-basis:auto;width:100%;margin-top:32px}}.lp-hero-store{background:linear-gradient(135deg, #eaf4ff 0%, var(--white) 50%, #f5f9ff 100%)}.lp-hero-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:300px;margin:0 auto;padding:24px}.lp-hero-card-head{align-items:center;gap:12px;margin-bottom:20px;display:flex}.lp-hero-card-logo{background:var(--red-light);width:44px;height:44px;color:var(--red);border-radius:12px;justify-content:center;align-items:center;display:flex}.lp-hero-card-title{font-size:.95rem;font-weight:800}.lp-hero-card-sub{color:var(--gray-500);font-size:.75rem}.lp-hero-card-stat{background:var(--gray-100);border-radius:12px;margin-bottom:16px;padding:16px}.lp-hero-card-value{color:var(--red);font-size:1.4rem;font-weight:900;display:block}.lp-hero-card-label{color:var(--gray-500);font-size:.75rem}.lp-hero-card-orders{flex-direction:column;gap:8px;display:flex}.lp-hero-card-pill{background:var(--white);border:1px solid var(--gray-300);border-radius:8px;padding:8px 12px;font-size:.8rem;font-weight:600}.lp-hero-driver{background:linear-gradient(135deg, #fff7e6 0%, var(--white) 50%, #fffdf5 100%)}.lp-hero-driver-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:300px;margin:0 auto;padding:24px}.lp-hero-driver-head{align-items:center;gap:12px;margin-bottom:16px;display:flex}.lp-hero-driver-avatar{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.lp-hero-driver-title{font-size:.95rem;font-weight:800}.lp-hero-driver-sub{color:var(--gray-500);font-size:.75rem}.lp-hero-driver-online{color:#1b873f;background:#e6f9ee;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.lp-driver-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;display:inline-block}.lp-hero-driver-action{background:var(--red-light);border:1px solid var(--red);border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:flex}.lp-hero-driver-action-logo{font-size:1.4rem}.lp-hero-driver-action-title{font-size:.8rem;font-weight:700}.lp-hero-driver-action-sub{color:var(--gray-500);font-size:.7rem}.lp-hero-driver-accept{background:var(--red);color:var(--white);border-radius:20px;flex-shrink:0;margin-left:auto;padding:8px 14px;font-size:.7rem;font-weight:700}.lp-hero-franchise{background:linear-gradient(135deg, #e6f9ee 0%, var(--white) 50%, #f2fbf5 100%)}@media (width<=1024px){.lp-hero h1{font-size:2.4rem}.lp-hero-visual{display:none}.lp-features-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.lp-nav-links{display:none}.lp-nav-links.open{background:var(--white);box-shadow:var(--shadow-md);flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;top:72px;left:0;right:0}.lp-nav-ctas{flex-direction:column;gap:10px;width:100%;margin:8px 0 0;display:flex}.lp-nav-ctas .lp-btn{width:100%}.lp-menu-toggle{display:block}.lp-hero{padding:120px 0 60px}.lp-hero h1{font-size:2rem}.lp-how-grid,.lp-features-grid,.lp-features-4,.lp-form-row{grid-template-columns:1fr}.lp-contact-form-card{padding:24px}.lp-footer-links{flex-direction:column;gap:32px}.lp-footer-bottom{text-align:center;flex-direction:column;gap:16px}.lp-section-header h2,.lp-cta-inner h2{font-size:1.8rem}}
