*{margin:0;padding:0;box-sizing:border-box}html{background-color:#fdfcf7;background-image:url(/assets/ev-road-trip-DO6Cpv_t.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:transparent;min-height:100vh;min-height:100dvh;position:relative;display:flex;flex-direction:column}.container{position:relative;z-index:0;width:100%;max-width:1200px;margin:0 auto;padding:0 max(20px,env(safe-area-inset-left)) 0 max(20px,env(safe-area-inset-right));display:flex;flex-direction:column;flex:1}main{flex:1;display:flex;flex-direction:column;justify-content:flex-end}header{padding:2rem 0;text-align:center}.logo{display:inline-block;margin-bottom:1rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.logo img{height:56px;width:auto;display:block}.tagline{font-size:1.2rem;font-weight:500;color:#fffffff2;text-align:center;margin:0 0 1rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero{text-align:center;padding:4rem 0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;margin:2rem 0;border:1px solid rgba(255,255,255,.2)}.hero h1{font-size:2.5rem;color:#fff;margin-bottom:1rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));gap:1.25rem;margin:0 0 1rem;justify-content:center}.products-slider,.products-track{display:contents}.products-dots{display:none}.product-card{background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:1.1rem 1.25rem;text-align:center;border:1px solid rgba(255,255,255,.18);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.product-card:hover{transform:translateY(-3px);background:#ffffff24;box-shadow:0 8px 20px #0000002e}.product-card h3{font-size:1.15rem;color:#fff;margin-bottom:.4rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.product-card p{color:#ffffffe6;font-size:.9rem;margin-bottom:1rem}.btn{display:inline-block;padding:8px 20px;background:linear-gradient(45deg,#ff6b6b,#ff8e8e);color:#fff;text-decoration:none;border-radius:20px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem}.btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #ff6b6b66}.btn-secondary{background:linear-gradient(45deg,#4ecdc4,#6bb6ff)}.btn-secondary:hover{box-shadow:0 5px 15px #4ecdc466}footer{background:#fdfcf7;color:#2a221c;padding:1rem max(20px,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.footer-inner{max-width:1200px;margin:0 auto;text-align:center}.copyright{font-size:.75rem;color:#2a221c8c;letter-spacing:.02em}.footer-links{margin-bottom:.5rem}.footer-links a{color:#2a221c;text-decoration:none;margin:0 .5rem;transition:color .3s ease,opacity .3s ease;display:inline-flex;align-items:center;gap:.4rem}.footer-links a svg{opacity:.7}.footer-links a:hover{color:#000;text-decoration:underline}.footer-links a:hover svg{opacity:1}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;margin:5% auto;padding:0 2rem 2rem;border-radius:15px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px #0000004d}.close{color:#aaa;font-size:28px;font-weight:700;line-height:1;cursor:pointer;position:sticky;float:right;top:1rem;right:0;margin-right:-1rem;z-index:2}.close:hover{color:#000}.modal h2{color:#333;margin:0 -2rem 1rem;padding:1.25rem 2rem;position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;border-radius:15px 15px 0 0;z-index:1}.modal p{color:#666;margin-bottom:1rem;line-height:1.6}.modal strong{color:#333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.form-group textarea{resize:vertical;min-height:100px}.captcha-group{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.captcha-question{font-weight:500;color:#333}.captcha-input{width:60px!important;text-align:center}.form-submit{background:linear-gradient(45deg,#4ecdc4,#6bb6ff);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover{transform:scale(1.05);box-shadow:0 5px 15px #4ecdc466}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:1rem;border-radius:5px;margin-bottom:1rem;display:none}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 1024px){header{padding:1.5rem 0 1rem}.logo img{height:40px}.tagline{margin-bottom:.75rem;font-size:1.05rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.products.is-carousel{display:block;grid-template-columns:none;margin:0 0 .75rem;width:100%}.products.is-carousel .products-slider{display:block;overflow:hidden;width:100%}.products.is-carousel .products-track{display:flex;width:100%;transition:transform .5s ease;will-change:transform}.products.is-carousel .product-card{flex:0 0 100%;max-width:100%;min-width:0}.products.is-carousel .products-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.85rem}.products-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#ffffff59;cursor:pointer;transition:background .3s ease,transform .3s ease}.products-dot.is-active{background:#fffffff2;transform:scale(1.2)}footer{padding:.75rem max(20px,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.footer-links{margin-bottom:.35rem}.modal-content{margin:10% auto;padding:0 0 1.5rem}.modal h2{margin:0 0 1rem;padding:1rem 1.25rem}.modal p,.modal iframe{padding-left:1.25rem;padding-right:1.25rem;box-sizing:border-box}.close{margin-right:.5rem}}
