.landing-page-wrapper{width:100%;min-height:100vh;background-color:#f8f9fa;color:#333}.landing-container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-hero{padding:120px 0 100px;text-align:center;background:linear-gradient(135deg,#111827,#1f2937 50%,#111827);color:white}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:16px;color:#ffffff}.hero-tagline{font-size:1.25rem;font-weight:600;color:#e5e7eb;margin-bottom:16px}.hero-description{font-size:1.1rem;color:#d1d5db;max-width:700px;margin:0 auto 32px;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.landing-page-wrapper .btn-primary{background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;box-shadow:0 4px 6px rgba(234,88,12,.2);transition:transform .2s,box-shadow .2s}.landing-page-wrapper .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 12px rgba(234,88,12,.3)}.landing-page-wrapper .btn-secondary{background:#fff;color:#333;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;border:1px solid #d1d5db;transition:background .2s,border-color .2s}.landing-page-wrapper .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.landing-features{padding:80px 0;text-align:center;background:#fff}.landing-features h2{font-size:2rem;margin-bottom:48px;color:#111}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:32px;gap:32px}.feature-card{background:#fff;padding:32px;border-radius:12px;border:1px solid #eee;transition:transform .2s;box-shadow:0 2px 4px rgba(0,0,0,.02)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.06);border-color:#ffd8bf}.feature-icon{font-size:2.5rem;margin-bottom:16px}.feature-card h3{font-size:1.2rem;margin-bottom:8px;color:#1f2937}.feature-card p{color:#666;font-size:.95rem;line-height:1.5}.landing-brands{padding:80px 0;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.landing-brands h2{font-size:1.8rem;margin-bottom:40px;color:#333}.brands-grid{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.brand-item{background:#fff;padding:16px 40px;border-radius:8px;color:#333;text-decoration:none;font-weight:600;font-size:1.1rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .2s}.brand-item:hover{transform:translateY(-2px);border-color:#ea580c;color:#ea580c;box-shadow:0 4px 6px rgba(234,88,12,.1)}.landing-cta{padding:80px 0;text-align:center;background:#fff}.landing-cta h2{font-size:2rem;margin-bottom:16px;color:#111}.landing-cta p{color:#666;margin-bottom:32px;font-size:1.1rem}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-outline{background:#fff;color:#333;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;border:2px solid #e5e7eb;display:inline-flex;align-items:center;gap:8px;transition:all .2s}.marketplace-icon{font-size:.8em}.btn-outline:hover{border-color:#ea580c;color:#ea580c}.landing-footer{padding:40px 0;background:#1f2937;color:#cbd5e1;text-align:center}.landing-footer p{margin-bottom:8px}.footer-sub{font-size:.9rem;color:#94a3b8;margin-bottom:24px}.footer-links{display:flex;gap:24px;justify-content:center}.footer-links a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1;color:#fb923c}@media (max-width:768px){.hero-content h1{font-size:2.25rem}.hero-tagline{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.landing-page-wrapper .btn-primary,.landing-page-wrapper .btn-secondary{width:100%;text-align:center}.cta-buttons{flex-direction:column;align-items:center;width:100%;max-width:320px;margin:0 auto}.btn-outline{width:100%;justify-content:center}}.footer-content{text-align:center}.footer-locations{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.footer-locations-title{font-size:1rem;font-weight:600;color:#f1f5f9;margin-bottom:12px}.footer-locations-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.footer-locations-list li{font-size:.9rem;color:#94a3b8}.footer-locations-list li strong{color:#e2e8f0}.footer-locations-list li span{color:#64748b}@media (max-width:768px){.footer-locations-list{flex-direction:column;gap:8px}}