*{margin:0;padding:0;box-sizing:border-box;font-family:montserrat}.header{background-color:##FFFFFF;box-shadow:0 0 6px #000;display:flex;justify-content:space-between;align-items:center;padding:0 20px;position:relative;z-index:100}.logo img{width:85px;margin-top:3px}.logo{text-decoration:none}@media (min-width: 768px){.logo img{width:140px}}#menu-toggle{display:none}.hamburger{cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;z-index:101;margin-right:12px}.bar{height:3px;width:100%;background-color:#000;border-radius:3px;transition:all 0.3s ease}.nav-menu{position:absolute;top:0;left:-100%;width:100%;height:100vh;background-color:#333;display:flex;justify-content:center;align-items:center;transition:left 0.4s ease;z-index:99;font-weight:600}.nav-menu ul{list-style:none;text-align:center}.nav-menu li{margin:40px 0}.nav-menu a{color:white;text-decoration:none;font-size:24px}#menu-toggle:checked ~ .nav-menu{left:0}#menu-toggle:checked + .hamburger .bar:nth-child(1){transform:translateY(9px) rotate(45deg);filter:invert(1)}#menu-toggle:checked + .hamburger .bar:nth-child(2){opacity:0}#menu-toggle:checked + .hamburger .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg);filter:invert(1)}.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("https://i.ibb.co/qYxNwHtD/1770561026719-imgupscaler-ai-Beta-2-K.jpg");background-repeat:no-repeat;background-size:contain;background-position:center;min-height:265px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:18px;padding-top:28px;color:#fff;font-family:"Lexend Deca"}.hero p{font-size:14px;padding-top:10px;color:#fff}.hero a{padding:14px;text-decoration:none;color:#fff;background-color:#006AFF;margin-top:auto;margin-bottom:32px;border-radius:8px;font-size:12px;font-weight:600}@media (min-width: 768px){.hero{background-size:cover;height:90vh}}.search-container{padding:15px;background:#ffffff;display:flex;justify-content:center}.search-box{width:100%;max-width:600px}.input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:15px;font-size:18px;color:#b2bec3;pointer-events:none}#mainSearch{width:100%;padding:14px 14px 14px 45px;border:1px solid #dfe6e9;border-radius:30px;font-size:16px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:all 0.3s ease}#mainSearch:focus{border-color:#006AFF;box-shadow:0 4px 12px rgba(0, 106, 255, 0.15)}.suggestions-list{position:absolute;top:110%;left:5px;right:5px;background:white;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,0.1);z-index:1000;max-height:250px;overflow-y:auto;display:none;border:1px solid #eee}.suggestion-item{padding:14px 20px;cursor:pointer;font-size:15px;border-bottom:1px solid #f1f2f6}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f8f9fa;color:#006AFF}.inventory-section{padding:20px;max-width:1200px;margin:0 auto}.section-title{font-size:24px;color:#2D3436;margin-bottom:25px;font-weight:800;text-align:center}.moto-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}.moto-card{background:white;border-radius:16px;overflow:hidden;border:1px solid #f1f2f6;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:transform 0.3s ease}.moto-card:hover{transform:translateY(-5px)}.moto-image{position:relative;width:100%;height:180px;background:#eee}.moto-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:#006AFF;color:white;padding:10px 15px;border-radius:20px;font-size:11px;font-weight:bold;font-size:14px}.badge.usado{background:#2D3436}.moto-info{padding:15px}.moto-info h3{font-size:18px;margin:0 0 8px 0;color:#2D3436}.moto-info p{font-size:14px;color:#636e72;margin-bottom:15px}.card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f2f6;padding-top:12px}.price{font-size:20px;font-weight:800;color:#006AFF}.btn-whatsapp{text-decoration:none;background:transparent;color:#006AFF;border:1px solid #006AFF;padding:8px 15px;border-radius:10px;font-size:14px;font-weight:bold;transition:0.3s}.btn-whatsapp:hover{background:#006AFF;color:white}.btn-ver-opciones{text-decoration:none;background-color:#006AFF;color:white;width:100%;text-align:center;padding:12px;border-radius:10px;font-size:14px;font-weight:bold;display:block;transition:all 0.3s ease;border:none}.btn-ver-opciones:hover{background-color:#0051C4;transform:scale(1.02)}.btn-ver-opciones:active{transform:scale(0.98)}.moto-image img{width:230px;display:flex;margin:auto}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:20px;right:20px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 10px rgba(0,0,0,0.2);z-index:1000;display:flex;justify-content:center;align-items:center}.whatsapp-float img{width:35px}.whatsapp-float:hover{transform:scale(1.1);background-color:#128C7E}.how-to-buy{padding:60px 20px;background-color:#ffffff;text-align:center}.section-subtitle{color:#636e72;margin-bottom:40px;font-size:16px}.steps-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:30px;max-width:1100px;margin:0 auto}.step-card{padding:20px;position:relative}.step-number{width:50px;height:50px;background-color:#006AFF;color:white;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:800;margin:0 auto 20px;box-shadow:0 4px 10px rgba(0, 106, 255, 0.3)}.step-card h4{font-size:18px;color:#2D3436;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.step-card p{font-size:14px;color:#636e72;line-height:1.6}@media (min-width: 768px){.step-card:not(:last-child)::after{content:"";position:absolute;top:45px;right:-15px;width:30px;height:2px;background:#dfe6e9}}.sell-with-us{background:linear-gradient(rgba(0,106,255,0.9), rgba(0,106,255,0.9)), url('https://images.unsplash.com/photo-1560179707-f14e90ef3623?auto=format&fit=crop&q=80');background-size:cover;background-position:center;padding:60px 20px;color:white;text-align:center;margin:40px 0}.sell-content p{margin-top:20px;margin-bottom:10px}.btn-sell{display:inline-block;background:white;color:#006AFF;padding:15px 30px;border-radius:30px;text-decoration:none;font-weight:800;margin-top:20px;transition:0.3s}.btn-sell:hover{transform:scale(1.05);background:#f1f2f6}.faq-section{padding:50px 20px;max-width:850px;margin:0 auto;background-color:#ffffff}.faq-section h2{color:#006AFF;font-size:20px;margin-bottom:72px}.faq-container{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fdfdfd;padding:22px;border-radius:12px;border:1px solid #f0f0f0;transition:all 0.3s ease}.faq-item:hover{border-color:#006AFF;background:#f0f7ff}.faq-item h4{color:#2D3436;font-size:17px;margin-bottom:10px;font-weight:700}.faq-item p{color:#636e72;font-size:14.5px;line-height:1.6}.faq-item b{color:#006AFF;font-weight:700}.main-footer{background-color:#2D3436;color:#FFFFFF;padding:40px 20px 20px;text-align:center;margin-top:50px}.footer-content{max-width:1000px;margin:0 auto}.footer-logo{width:100px;margin-bottom:15px;filter:brightness(0) invert(1)}.footer-brand p{font-size:14px;color:#B2BEC3;margin-bottom:20px}.footer-info{margin-bottom:30px}.footer-info p{font-size:14px;margin-bottom:5px;color:#DFE6E9}.footer-info strong{color:#006AFF}.footer-line{border:0;border-top:1px solid #444;margin:20px 0}.footer-bottom{font-size:12px;color:#636E72}.footer-note{margin-top:5px;font-style:italic}@media (max-width: 768px){.main-footer{padding:30px 15px 15px}}.budget-filter-container{padding:40px 20px 30px 30px;text-align:center;background-color:#ffffff;color:#1e272e}.filter-label{margin-bottom:20px;font-weight:700;font-size:1.1rem;font-family:'Lexend Deca', sans-serif;color:#1e272e;text-transform:uppercase;letter-spacing:1px}.budget-chips{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;max-width:600px;margin:0 auto}.chip{padding:10px 22px;border-radius:50px;border:1.5px solid #dfe6e9;background-color:#f8f9fa;color:#636e72;cursor:pointer;font-family:'Lexend Deca', sans-serif;font-size:0.9rem;font-weight:500;transition:all 0.2s ease}.chip.active{background-color:#007bff;border-color:#007bff;color:#ffffff;font-weight:600;box-shadow:0 4px 10px rgba(0, 123, 255, 0.25)}.chip:hover:not(.active){background-color:#e2e6ea;border-color:#ced4da;color:#2d3436}.search-container{background-color:#ffffff;padding-top:10px}
