@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}:root{--dark-bg:#0a0f1a;--dark-surface:#111827;--dark-card:#1a2332;--lime:#c8e63e;--lime-hover:#b8d62e;--orange:#ff6b35;--orange-light:#ff6b3526;--white:#fff;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--light-bg:#faf9f7;--border-radius:12px;--border-radius-lg:20px;--border-radius-xl:28px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--dark-bg);color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.landing{overflow-x:hidden}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0f1ae6;padding:16px 0;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;position:relative}.logo{align-items:center;display:flex}.logo-image{width:180px;max-width:36vw;height:auto;display:block}.nav{gap:32px;display:flex}.nav-toggle{width:42px;height:42px;color:var(--white);cursor:pointer;background:#111827cc;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;display:none}.nav-link{color:var(--gray-300);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,text-shadow .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--orange)}.nav-link.active{text-shadow:0 0 6px #ff6b35f2,0 0 14px #ff6b35a6,0 0 22px #ff6b3573}.nav-link.active:after{content:"";background:var(--orange);border-radius:999px;height:2px;position:absolute;bottom:-8px;left:0;right:0;box-shadow:0 0 8px #ff6b35e6,0 0 16px #ff6b3599}.btn-primary{background:var(--lime);color:var(--dark-bg);border-radius:var(--border-radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:background .2s;display:inline-flex}.btn-primary:hover{background:var(--lime-hover)}.btn-lime{background:var(--lime);color:var(--dark-bg);border-radius:var(--border-radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-lime:hover{background:var(--lime-hover);transform:translateY(-1px)}.mobile-whatsapp-fab{display:none}.btn-lime.full{justify-content:center;width:100%}.btn-outline-lime{color:var(--dark-bg);border:2px solid var(--dark-bg);border-radius:var(--border-radius);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline-lime:hover{background:var(--dark-bg);color:var(--white)}.btn-outline-lime.dark{color:var(--lime);border-color:var(--lime)}.btn-outline-lime.dark:hover{background:var(--lime);color:var(--dark-bg)}.btn-outline{color:var(--dark-bg);border:2px solid var(--gray-300);border-radius:var(--border-radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-ghost{color:var(--white);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;display:inline-flex}.btn-dark{background:var(--dark-bg);color:var(--white);border-radius:var(--border-radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.hero{isolation:isolate;grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;height:100vh;padding:120px 24px 60px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";z-index:-2;background:url(/assets/leon.png) 50%/cover;position:absolute;inset:0}.hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#040810e0 0%,#040810b8 34%,#0408106b 58%,#04081029 78%,#04081000 100%);position:absolute;inset:0}.hero-content{padding-right:40px}.hero-title{margin-bottom:24px;font-size:clamp(42px,5vw,64px);font-style:italic;font-weight:700;line-height:1.1}.hero-title span{color:var(--lime)}.hero-subtitle{color:var(--gray-300);margin-bottom:28px;font-size:18px;line-height:1.7}.hero-tags{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;display:flex}.tag{color:var(--gray-200);align-items:center;gap:6px;font-size:14px;display:inline-flex}.tag-dot{color:var(--gray-500)}.hero-buttons{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.hero-buttons .btn-outline-lime{background:var(--dark-surface);color:var(--white);border-color:var(--dark-surface)}.hero-buttons .btn-outline-lime:hover{background:var(--white);color:var(--dark-surface);border-color:var(--white)}.hero-location{color:var(--lime);background:#c8e63e26;border-radius:30px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;display:inline-flex}.hero-location strong{color:var(--lime)}.hero-image{position:relative}.hero-visual{width:min(430px,100%);height:500px;margin-left:auto;position:relative}.neon-trail{z-index:0;opacity:.95;width:100%;height:100%;position:absolute;inset:0}.neon-path{fill:none;stroke-linecap:butt;stroke-linejoin:miter}.neon-path-blur{stroke:#ff8822e6;stroke-width:20px;filter:blur(7px);stroke-dasharray:0 1;stroke-dashoffset:0;animation:2.2s cubic-bezier(.2,.65,.22,1) infinite neon-strike}.neon-path-core{stroke:#ffa63d;stroke-width:4.4px;filter:drop-shadow(0 0 8px #ffa63d)drop-shadow(0 0 22px #ff8822f2)drop-shadow(0 0 36px #ff6f00cc);stroke-dasharray:0 1;stroke-dashoffset:0;animation:2.2s cubic-bezier(.2,.65,.22,1) infinite neon-strike}.neon-path-hot{stroke:#fff4cc;stroke-width:2px;filter:drop-shadow(0 0 6px #ffffdcf2)drop-shadow(0 0 14px #ffd68ce6);stroke-dasharray:0 1;stroke-dashoffset:0;animation:2.2s cubic-bezier(.2,.65,.22,1) infinite neon-strike,.14s steps(2,end) infinite neon-flicker}.product-cards{z-index:1;width:100%;height:100%;position:relative}.product-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1116226b;border:1px solid #ffffff38;border-radius:18px;flex-direction:column;align-items:flex-start;gap:6px;width:176px;padding:10px;animation:4.8s ease-in-out infinite card-float;display:flex;position:absolute;box-shadow:0 16px 34px #0000005c}.product-card:first-child{animation-delay:0s;top:0;right:90px;transform:rotate(-7deg)}.product-card:nth-child(2){animation-delay:.9s;top:160px;right:-10px;transform:rotate(4deg)}.product-card:nth-child(3){animation-delay:1.8s;top:264px;left:10px;transform:rotate(-5deg)}.product-card:nth-child(4){animation-delay:2.7s;top:370px;right:18px;transform:rotate(5deg)}.product-img{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:10px;width:100%;height:70px}.product-img.eggs{background-image:url(/assets/huevos.png)}.product-img.veggies{background-image:url(/assets/verduras.png)}.product-img.ice{background-image:url(/assets/hielo.png)}.product-img.food{background-image:url(/assets/ensalada.png)}.product-name{color:var(--white);font-size:12px;font-weight:600}.product-status{color:var(--lime);margin-top:2px;font-size:10px;display:block}@keyframes neon-strike{0%{stroke-dasharray:0 1;stroke-dashoffset:0;opacity:0}10%{opacity:1}36%{stroke-dasharray:.24 1;stroke-dashoffset:0;opacity:1}78%{stroke-dasharray:.24 1;stroke-dashoffset:-.76px;opacity:1}92%{stroke-dasharray:.02 1;stroke-dashoffset:-1px;opacity:0}to{stroke-dasharray:0 1;stroke-dashoffset:-1px;opacity:0}}@keyframes neon-flicker{0%,to{opacity:1}50%{opacity:.7}}@keyframes card-float{0%,to{translate:0}50%{translate:0 -9px}}.courier-illustration{background:linear-gradient(135deg, var(--orange), #ff8c5a);opacity:.3;border-radius:20px;width:350px;height:400px;position:absolute;bottom:0;left:0}.bike-glow{background:var(--orange);filter:blur(20px);width:200px;height:4px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.app-section{background:radial-gradient(ellipse at 20% 80%, #ff6b351a 0%, transparent 50%), var(--dark-bg);padding:80px 24px}.app-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;display:grid}.phone-mockup{justify-content:center;display:flex}.phone-frame{background:var(--dark-card);border:8px solid var(--gray-700);border-radius:40px;width:280px;height:580px;position:relative;overflow:hidden;box-shadow:0 50px 100px #00000080,0 0 0 1px #ffffff1a}.phone-notch{background:var(--dark-bg);z-index:2;border-radius:0 0 20px 20px;width:120px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#f4f4f5;height:100%;padding:0}.phone-screen-image{object-fit:cover;object-position:center top;width:100%;height:100%}.phone-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.phone-logo{color:var(--dark-bg);font-size:24px;font-weight:700}.phone-menu{flex-direction:column;gap:4px;display:flex}.phone-menu span{background:var(--dark-bg);width:20px;height:2px}.phone-search{margin-bottom:20px;position:relative}.phone-search input{background:var(--white);width:100%;color:var(--gray-500);border:none;border-radius:12px;padding:14px 40px 14px 16px;font-size:14px}.phone-search svg{color:var(--gray-400);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.phone-promo{background:var(--dark-bg);border-radius:16px;align-items:center;gap:16px;margin-bottom:20px;padding:16px;display:flex}.promo-icon{background:var(--orange);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.promo-text h4{color:var(--white);margin-bottom:2px;font-size:13px;font-weight:600}.promo-text p{color:var(--gray-400);font-size:11px}.phone-categories{background:var(--white);border-radius:16px;padding:16px}.categories-title{color:var(--dark-bg);margin-bottom:12px;font-size:14px;font-weight:600}.categories-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.category-item{text-align:center}.category-icon{background:var(--gray-100);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 4px;font-size:18px;display:flex}.category-name{color:var(--gray-600);font-size:10px}.app-content h2{margin-bottom:40px;font-size:clamp(36px,4vw,48px);font-weight:700;line-height:1.15}.app-content h2 span{color:var(--lime)}.feature-list{flex-direction:column;gap:24px;display:flex}.feature-item{gap:16px;display:flex}.feature-icon{background:var(--orange-light);width:56px;height:56px;color:var(--orange);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-content h4{margin-bottom:4px;font-size:17px;font-weight:600}.feature-content p{color:var(--gray-400);font-size:14px;line-height:1.5}.business-cta{background:var(--dark-surface);padding:60px 24px}.business-container{border-radius:var(--border-radius-xl);background:linear-gradient(135deg,#1a2744,#0f1729);border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:40px;max-width:1000px;margin:0 auto;padding:60px;display:flex}.business-text h3{margin-bottom:8px;font-size:32px;font-weight:700}.business-text p{color:var(--gray-400);font-size:16px}.light-section{background:var(--light-bg);color:var(--dark-bg)}.become-fazzter{padding:100px 24px}.section-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-label{background:var(--orange-light);color:var(--orange);border-radius:30px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.section-header h2{margin-bottom:16px;font-size:clamp(32px,4vw,44px);font-weight:700}.section-header p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:17px}.fazzter-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.fazzter-card{background:var(--white);border-radius:var(--border-radius-lg);padding:32px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0000000d}.fazzter-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.fazzter-card-icon{background:linear-gradient(135deg, var(--orange), #ff8c5a);width:60px;height:60px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.fazzter-card h4{margin-bottom:12px;font-size:20px;font-weight:700}.fazzter-card p{color:var(--gray-500);font-size:15px;line-height:1.6}.calculator-section{background:var(--white);padding:100px 24px}.calculator-container{max-width:900px;margin:0 auto}.calculator-box{background:linear-gradient(135deg, var(--dark-bg), var(--dark-surface));border-radius:var(--border-radius-xl);color:var(--white);padding:50px}.calculator-box h3{text-align:center;margin-bottom:40px;font-size:28px;font-weight:700}.calculator-slider{margin-bottom:30px}.slider-label{justify-content:space-between;margin-bottom:12px;font-size:15px;display:flex}.slider-label span:last-child{color:var(--lime);font-weight:600}input[type=range]{background:var(--gray-700);-webkit-appearance:none;border-radius:4px;outline:none;width:100%;height:8px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--lime);cursor:pointer;border:4px solid var(--dark-bg);border-radius:50%;width:24px;height:24px}.earnings-display{text-align:center;background:#c8e63e1a;border:1px solid #c8e63e33;border-radius:16px;margin-bottom:24px;padding:24px}.earnings-label{color:var(--gray-400);margin-bottom:8px;font-size:14px}.earnings-amount{color:var(--lime);font-size:48px;font-weight:700}.earnings-period{color:var(--gray-400);font-size:14px}.calculator-cta{text-align:center}.how-it-works{padding:100px 24px}.how-it-works .section-badge{width:fit-content;color:var(--orange);letter-spacing:.3px;background:#ff6b3529;border-radius:999px;margin:0 auto 14px;padding:9px 18px;font-size:13px;font-weight:700;display:block}.how-it-works .section-title{text-align:center;color:var(--white);text-shadow:0 8px 28px #0000004d;margin-bottom:12px;font-size:clamp(34px,4.8vw,52px);font-weight:800;line-height:1.1}.how-it-works .section-subtitle{text-align:center;max-width:700px;color:var(--gray-300);margin:0 auto 38px;font-size:18px;line-height:1.65}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.step-card{text-align:center;padding:32px 24px}.step-number{background:var(--lime);width:48px;height:48px;color:var(--dark-bg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:20px;font-weight:700;display:flex}.step-card h4{margin-bottom:12px;font-size:18px;font-weight:700}.step-card p{color:var(--gray-500);font-size:14px;line-height:1.6}.pricing-section{background:var(--white);padding:100px 24px}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--border-radius-xl);padding:36px;transition:all .2s;position:relative}.pricing-card:hover{border-color:var(--lime);transform:translateY(-4px)}.pricing-card.popular{border-color:var(--lime);box-shadow:0 20px 60px #c8e63e33}.popular-badge{background:var(--lime);color:var(--dark-bg);border-radius:20px;padding:6px 16px;font-size:12px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-header{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:24px;padding-bottom:24px}.pricing-header h4{margin-bottom:8px;font-size:22px;font-weight:700}.pricing-header p{color:var(--gray-500);font-size:14px}.pricing-price{text-align:center;margin-bottom:24px}.price-amount{font-size:48px;font-weight:700}.price-currency{vertical-align:top;font-size:24px}.price-period{color:var(--gray-500);font-size:14px}.pricing-features{margin-bottom:30px;list-style:none}.pricing-features li{color:var(--gray-600);align-items:center;gap:12px;padding:10px 0;font-size:14px;display:flex}.pricing-features li svg{color:var(--lime);flex-shrink:0}.why-choose{background:var(--light-bg);padding:100px 24px}.why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.why-card{background:var(--white);border-radius:var(--border-radius-lg);text-align:center;padding:32px;transition:all .2s}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.why-icon{background:linear-gradient(135deg, var(--lime), #a5c52a);width:70px;height:70px;color:var(--dark-bg);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.why-card h4{margin-bottom:10px;font-size:18px;font-weight:700}.why-card p{color:var(--gray-500);font-size:14px;line-height:1.6}.testimonials{background:var(--dark-bg);color:var(--white);padding:100px 24px}.testimonials .section-header p{color:var(--gray-400)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.testimonial-card{background:var(--dark-card);border-radius:var(--border-radius-lg);border:1px solid #ffffff14;padding:32px}.testimonial-stars{gap:4px;margin-bottom:16px;display:flex}.testimonial-stars svg{color:#fbbf24}.testimonial-text{color:var(--gray-300);margin-bottom:24px;font-size:15px;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.author-avatar{background:linear-gradient(135deg, var(--orange), var(--lime));width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.author-info h5{font-size:15px;font-weight:600}.author-info p{color:var(--gray-400);font-size:13px}.app-promo{background:var(--white);padding:100px 24px}.promo-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:grid}.promo-content h2{color:var(--dark-bg);margin-bottom:20px;font-size:clamp(32px,4vw,44px);font-weight:700}.promo-content p{color:var(--gray-500);margin-bottom:30px;font-size:16px;line-height:1.7}.store-buttons{flex-wrap:wrap;gap:16px;display:flex}.store-button{background:var(--dark-bg);color:var(--white);border-radius:var(--border-radius);align-items:center;gap:10px;padding:14px 24px;text-decoration:none;transition:all .2s;display:inline-flex}.store-button:hover{background:var(--dark-surface);transform:translateY(-2px)}.store-text{text-align:left}.store-small{opacity:.7;font-size:10px}.store-name{font-size:15px;font-weight:600}.promo-phones{justify-content:center;display:flex;position:relative}.promo-phone{background:linear-gradient(180deg, var(--lime), #a5c52a);border:6px solid var(--gray-300);border-radius:32px;width:220px;height:440px;position:relative;box-shadow:0 30px 80px #0003}.promo-phone:nth-child(2){background:linear-gradient(180deg, var(--dark-surface), var(--dark-bg));margin-left:-60px;transform:scale(.95)}.essentials-section{background:var(--lime);padding:80px 24px}.essentials-content{justify-content:space-between;align-items:center;gap:40px;max-width:1000px;margin:0 auto;display:flex}.essentials-text h3{color:var(--dark-bg);margin-bottom:8px;font-size:28px;font-weight:700}.essentials-text p{color:var(--dark-surface);font-size:16px}.essentials-icons{gap:12px;display:flex}.essential-icon{background:var(--white);border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;box-shadow:0 4px 12px #0000001a}.faq-section{background:var(--light-bg);padding:100px 24px}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--border-radius);border:1px solid var(--gray-200);margin-bottom:12px;overflow:hidden}.faq-question{width:100%;color:var(--dark-bg);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;display:flex}.faq-question svg{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{color:var(--gray-500);padding:0 24px 20px;font-size:15px;line-height:1.7;display:none}.faq-item.open .faq-answer{display:block}.final-cta{background:var(--dark-bg);text-align:center;padding:100px 24px}.final-cta h2{margin-bottom:20px;font-size:clamp(36px,5vw,52px);font-weight:700}.final-cta h2 span{color:var(--lime)}.final-cta p{color:var(--gray-400);max-width:600px;margin:0 auto 40px;font-size:18px}.final-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer{background:var(--dark-surface);padding:60px 24px 30px}.footer-container{justify-content:space-between;align-items:flex-start;gap:40px;max-width:1280px;margin:0 auto;display:flex}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:40px;display:grid}.footer-brand .logo{margin-bottom:16px}.footer-logo-image{width:min(280px,80vw);height:auto;display:block}.footer-brand p{color:var(--gray-400);max-width:300px;margin-bottom:20px;font-size:14px;line-height:1.6}.social-links{gap:12px;display:flex}.social-link{background:var(--dark-card);width:40px;height:40px;color:var(--gray-400);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{background:var(--lime);color:var(--dark-bg)}.footer-col h5{text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;font-size:14px;font-weight:700}.footer-links{align-items:stretch;gap:0;display:flex}.footer-col{flex-direction:column;gap:10px;padding:0 24px;display:flex}.footer-col+.footer-col{border-left:1px solid #ffffff2e}.footer-links a{color:var(--gray-400);font-size:14px;text-decoration:none;transition:color .2s}.footer-social-link{color:var(--white);flex-direction:row;align-items:center;gap:8px;display:inline-flex}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding-top:30px;display:flex}.footer-bottom p{color:var(--gray-500);font-size:13px}.footer-legal{gap:24px;display:flex}.footer-legal a{color:var(--gray-500);font-size:13px;text-decoration:none}.footer-legal a:hover{color:var(--white)}@media (width<=1024px){.hero{text-align:center;grid-template-columns:1fr;padding-top:100px}.hero-content{padding-right:0}.hero-tags,.hero-buttons{justify-content:center}.hero-image{display:none}.app-container{grid-template-columns:1fr}.promo-container{text-align:center;grid-template-columns:1fr}.store-buttons{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-container{flex-direction:column}}@media (width<=768px){.hero:before{background-image:url(/assets/leon-mobile.png);background-position:top}.hero:after{background:linear-gradient(#04081085 0%,#040810ad 38%,#040810d1 72%,#040810e6 100%)}.nav{background:#0a0f1af5;border:1px solid #ffffff29;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:none;position:absolute;top:calc(100% + 12px);left:24px;right:24px;box-shadow:0 14px 28px #00000059}.nav.open{display:flex}.nav-toggle{display:inline-flex}.btn-download{display:none}.business-container{text-align:center;flex-direction:column;padding:40px 24px}.essentials-content{text-align:center;flex-direction:column}.pricing-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;width:100%}.footer-col{padding:12px 0}.footer-col+.footer-col{border-top:1px solid #ffffff1f;border-left:none}.footer-bottom{text-align:center;flex-direction:column}.mobile-whatsapp-fab{color:#fff;z-index:220;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 28px #00000059}}@media (width<=480px){.hero-title{font-size:32px}.hero-buttons{flex-direction:column}.hero-buttons .btn-lime,.hero-buttons .btn-ghost{justify-content:center;width:100%}.phone-frame{width:240px;height:500px}.final-buttons{flex-direction:column;align-items:center}.final-buttons .btn-dark,.final-buttons .btn-lime{justify-content:center;width:100%;max-width:300px}}.app-header{color:var(--dark-bg);justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.app-logo{align-items:center;gap:6px;font-size:16px;font-weight:700;display:flex}.app-title{color:var(--dark-bg);margin-bottom:12px;font-size:20px;font-weight:700}.search-bar{background:var(--white);color:var(--gray-500);border-radius:10px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:13px;display:flex}.app-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.app-item{background:var(--white);border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:12px;display:flex}.app-item-img{border-radius:10px;width:48px;height:48px}.app-item-img.eggs{background:linear-gradient(135deg,#f4a261,#e9c46a)}.app-item-img.veggies{background:linear-gradient(135deg,#52b788,#95d5b2)}.app-item-img.ice{background:linear-gradient(135deg,#a8dadc,#f1faee)}.app-item-img.food{background:linear-gradient(135deg,#e76f51,#f4a261)}.app-item span{color:var(--dark-bg);font-size:11px;font-weight:600}.order-status{background:var(--dark-bg);border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:14px;display:flex}.order-info{color:var(--white)}.order-info strong{margin-bottom:4px;font-size:13px;display:block}.order-info p{color:var(--gray-400);margin:2px 0;font-size:11px}.order-info .lime{color:var(--lime);font-weight:600}.order-items{gap:6px;display:flex}.mini-item{background:var(--gray-700);border-radius:8px;width:36px;height:36px}.app-nav{background:var(--white);border-radius:16px 16px 0 0;justify-content:space-around;margin:0 -20px -20px;padding:10px 0;display:flex}.nav-item{color:var(--gray-400);flex-direction:column;align-items:center;gap:4px;font-size:10px;display:flex}.nav-item.active{color:var(--lime)}.nav-item.active span{color:var(--dark-bg)}.orange-line{background:var(--orange);width:200px;height:4px;box-shadow:0 0 20px var(--orange), 0 0 40px var(--orange);border-radius:2px;position:absolute;bottom:20px;left:-100px}.section-title-italic{margin-bottom:16px;font-size:36px;font-style:italic;font-weight:700;line-height:1.2}.section-desc{color:var(--gray-400);margin-bottom:32px;font-size:16px;line-height:1.6}.feature-icon.orange{background:var(--orange-light);color:var(--orange)}.feature-text strong{margin-bottom:4px;font-size:16px;display:block}.feature-text p{color:var(--gray-400);font-size:14px}.business-left{align-items:center;gap:16px;display:flex}.business-icon{background:var(--orange-light);width:60px;height:60px;color:var(--orange);border-radius:16px;justify-content:center;align-items:center;display:flex}.business-image{display:none}.fazzter-badge{background:var(--lime);color:var(--dark-bg);border-radius:30px;margin-bottom:32px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-block}.become-fazzter{background:var(--dark-bg);text-align:center;padding:100px 24px}.fazzter-container{max-width:900px;margin:0 auto}.fazzter-content h2{margin-bottom:8px;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.2}.fazzter-content h2.highlight{color:var(--lime);margin-bottom:20px}.fazzter-content p{color:var(--gray-400);margin-bottom:32px;font-size:17px}.fazzter-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:60px;display:flex}.fazzter-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px;display:grid}.stat-item{text-align:center}.stat-value{color:var(--lime);margin-bottom:4px;font-size:32px;font-weight:700;display:block}.stat-label{color:var(--gray-400);font-size:13px}.fazzter-visual{max-width:600px;margin:0 auto}.ebike-display{background:var(--dark-card);border-radius:var(--border-radius-xl);border:1px solid #ffffff14;padding:32px}.ebike-image{object-fit:contain;object-position:center;background:#fff;border-radius:16px;width:100%;height:260px;margin-bottom:24px;padding:12px;box-shadow:inset 0 0 0 1px #00000014}.ebike-features{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.ebike-feature{color:var(--lime);background:#c8e63e1a;border-radius:30px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:flex}.calculator-header{text-align:center;margin-bottom:40px}.calculator-header h2{color:var(--dark-bg);margin-bottom:12px;font-size:32px;font-weight:700}.calculator-header p{color:var(--gray-500)}.how-container{max-width:1000px;margin:0 auto}.step-icon{background:var(--lime);width:64px;height:64px;color:var(--dark-bg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}@media (width<=768px){.fazzter-stats{grid-template-columns:repeat(2,1fr)}.phone-mockup{transform:scale(.9)}}@media (width<=480px){.fazzter-stats{grid-template-columns:1fr 1fr;gap:16px}.stat-value{font-size:24px}.fazzter-buttons{flex-direction:column;align-items:center}}#business-cta,#nosotros,#become-fazzter{scroll-margin-top:96px}.about-us-section{background:linear-gradient(#0f1627 0%,#121d33 100%);padding:90px 24px}.about-us-container{text-align:center;max-width:1100px;margin:0 auto}.about-us-badge{color:var(--orange);background:#ff6b3529;border-radius:999px;margin-bottom:18px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.about-us-title{color:var(--white);margin-bottom:12px;font-size:clamp(30px,4vw,42px);font-weight:700;line-height:1.2}.about-us-subtitle{max-width:680px;color:var(--gray-300);margin:0 auto 36px;font-size:16px}.about-us-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.about-us-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left;background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;padding:20px;transition:transform .2s,border-color .2s}.about-us-card:hover{border-color:#c8e63e73;transform:translateY(-4px)}.about-us-photo{aspect-ratio:1;object-fit:cover;border-radius:16px;width:100%;margin-bottom:14px}.about-us-card h3{color:var(--white);margin-bottom:8px;font-size:20px}.about-us-card p{color:var(--gray-300);font-size:14px;line-height:1.6}@media (width<=980px){.about-us-grid{grid-template-columns:1fr}}
