:root{--bg-dark:#070b14;--bg-surface:#0f172a;--bg-surface-light:#1e293b;--primary-yellow:#fc0;--primary-yellow-glow:#fc06;--brand-cyan:#13aae3;--brand-cyan-glow:#13aae366;--whatsapp-green:#25d366;--whatsapp-green-glow:#25d36680;--text-white:#f8fafc;--text-gray:#94a3b8;--text-dark:#cbd5e1}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}img{max-width:100%;display:block}ul{list-style:none}a{color:inherit;text-decoration:none}.text-center{text-align:center}.text-brand-cyan{color:var(--brand-cyan)}.text-primary-yellow{color:var(--primary-yellow)}.text-gray{color:var(--text-gray)}.text-white{color:var(--text-white)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.grid{display:grid}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff14;border-radius:1rem;padding:2rem;box-shadow:0 4px 30px #0000001a}.glass-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;background:#070b14d9;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;position:fixed;top:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 0}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-whatsapp{background-color:var(--whatsapp-green);color:#fff;position:relative;overflow:hidden;box-shadow:0 0 20px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36680}.btn-whatsapp:after{content:"";background:#fff3;width:150%;height:150%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)translateY(100%)}.btn-whatsapp:hover:after{transform:translate(-50%,-50%)rotate(45deg)translateY(-100%)}.pulse-animation{animation:2s infinite pulse-shadow}@keyframes pulse-shadow{0%{box-shadow:0 0 0 0 var(--whatsapp-green-glow)}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.hero-section{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.hero-bg{background-image:linear-gradient(to right, var(--bg-dark), #070b14d9), url(https://images.unsplash.com/photo-1541443131876-44b03de101c5?q=80&w=2070&auto=format&fit=crop);z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-bg-yellow{background-image:linear-gradient(to right, var(--bg-dark), #070b14d9), url(https://images.unsplash.com/photo-1541443131876-44b03de101c5?q=80&w=2070&auto=format&fit=crop)}.hero-overlay{z-index:-1;background:radial-gradient(circle at 70% 30%,#13aae326 0%,#0000 50%),radial-gradient(circle at 20% 80%,#ffcc001a 0%,#0000 40%);position:absolute;inset:0}.hero-overlay-yellow{background:radial-gradient(circle at 70% 30%,#ffcc0026 0%,#0000 50%),radial-gradient(circle at 20% 80%,#13aae30d 0%,#0000 40%)}.hero-content{max-width:650px}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem}.hero-subtitle{color:var(--text-dark);margin-bottom:2.5rem;font-size:1.25rem}.badge{background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.badge-yellow{color:var(--primary-yellow);background:#ffcc001a;border-color:#ffcc004d}.text-gradient-cyan{background:linear-gradient(to right, #fff, var(--brand-cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.text-gradient-yellow{background:linear-gradient(to right, #fff, var(--primary-yellow));color:#0000;-webkit-background-clip:text;background-clip:text}.feature-card{background:var(--bg-surface);border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:transform .3s,background .3s}.feature-card:hover{background:var(--bg-surface-light);transform:translateY(-5px)}.icon-box{width:60px;height:60px;color:var(--brand-cyan);background:#13aae31a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.icon-box-yellow{width:60px;height:60px;color:var(--primary-yellow);background:#ffcc001a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:2rem;margin-top:3rem;display:grid}.pricing-card{background:var(--bg-surface);border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex}.pricing-card:hover{transform:translateY(-10px)}.pricing-card.highlight{border:2px solid var(--primary-yellow);background:linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-dark) 100%);z-index:10;position:relative;transform:scale(1.05)}.pricing-card.highlight:hover{transform:scale(1.05)translateY(-10px)}.feature-list{flex-grow:1;margin:2rem 0}.feature-item{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.feature-item.unavailable{opacity:.5;text-decoration:line-through}.whatsapp-float{background-color:var(--whatsapp-green);color:#fff;z-index:100;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;animation:3s ease-in-out infinite float;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0000004d}.whatsapp-float svg{width:32px;height:32px}.whatsapp-float:hover{transform:scale(1.1)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=768px){.section-padding{padding:4rem 0}.hero-title{font-size:2.5rem}.pricing-card.highlight{transform:scale(1)}.pricing-card.highlight:hover{transform:scale(1)translateY(-10px)}}.bg-theme-yellow{color:#111;background-color:#fc0}.hero-bg-yellow-transparent{z-index:0;background-image:linear-gradient(90deg,#ffcc00d9,#ffa500b3),url(../bg-vehicles.png);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay-yellow-transparent{z-index:1;background:radial-gradient(circle at 70% 30%,#fff3 0%,#0000 60%);position:absolute;inset:0}.text-dark-theme{color:#111}.text-dark-muted{color:#333}.glass-header-yellow{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;color:#111;background:#ffcc00e6;border-bottom:1px solid #0000001a;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0}.glass-header-yellow.scrolled{box-shadow:0 4px 20px #0000001a}.feature-card-light{color:#111;background:#fff;border:1px solid #0000000d;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000d}.feature-card-light:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.icon-box-dark{color:#fc0;background:#111;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.pricing-card-light{color:#111;background:#fff;border:1px solid #00000014;border-radius:1.5rem;flex-direction:column;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;box-shadow:0 10px 30px #0000000d}.pricing-card-light:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.pricing-card-light.highlight{z-index:10;background:#fffdf5;border:2px solid #111;position:relative;transform:scale(1.05)}.pricing-card-light.highlight:hover{transform:scale(1.05)translateY(-10px)}.btn-dark{color:#fc0;background-color:#111;border:none;font-weight:700}.btn-dark:hover{background-color:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.bg-yellow-light{background-color:#ffde4d}.bg-yellow-darker{background-color:#f0b900}.footer-yellow{color:#fff;background-color:#111}.badge-dark{color:#111;background:#0000001a;border-color:#0000004d}.feature-item-light{color:#333;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.feature-item-light.unavailable{opacity:.5;text-decoration:line-through}
