@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#f4f6fa;--card:#fff;--muted:#6b7280;--text:#111827;--brand:#0ea5e9;--brand2:#2563eb;--shadow:0 10px 30px rgba(0,0,0,.08);--radius:16px;--max:1160px;--font:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max);margin:0 auto;padding:clamp(14px,2.4vw,26px)}
.card{background:var(--card);border:1px solid #e5e7eb;border-radius:var(--radius);box-shadow:var(--shadow)}
.h1{font-size:clamp(28px,3vw,44px);line-height:1.05;letter-spacing:-.02em;margin:0 0 10px}
.h2{font-size:clamp(20px,2vw,28px);line-height:1.15;letter-spacing:-.01em;margin:0 0 10px}
.sub{color:var(--muted);font-size:clamp(14px,1.2vw,16px);line-height:1.65;max-width:70ch;margin:0}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);border:1px solid #e5e7eb;padding:7px 10px;border-radius:999px;background:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:800;border:0;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.btn.secondary{background:#fff;color:var(--text);border:1px solid #e5e7eb;box-shadow:none}
.btn.small{padding:10px 14px;font-size:14px;font-weight:800}
.grid{display:grid;gap:14px}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.grid3{grid-template-columns:1fr}}
/* Header grande comercial */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:padding .18s ease,min-height .18s ease}
.site-header .inner{max-width:var(--max);margin:0 auto;padding:18px 26px;min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-header.shrink .inner{padding:12px 18px;min-height:78px}
.brand{display:flex;align-items:center;gap:14px;min-width:240px}
.brand img{height:64px;width:auto;display:block;transition:height .18s ease}
.site-header.shrink .brand img{height:54px}
.brand strong{display:block;font-size:22px;font-weight:900;line-height:1.05}
.brand span{display:block;font-size:13px;color:var(--muted);line-height:1.2}
.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.nav a{color:#374151;font-weight:700;font-size:14px}.nav a:hover{color:#111827}
@media(max-width:820px){.site-header .inner{padding:14px 14px;min-height:88px}.brand{min-width:auto}.brand strong{font-size:18px}.brand img{height:56px}.nav{gap:10px}}
.hero{padding:20px}.hero .actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.tile{padding:18px}.tile h3{margin:0 0 6px}.tile p{margin:0;color:var(--muted);line-height:1.55}
.model-card{overflow:hidden}.model-card .thumb{width:100%;aspect-ratio:16/10;background:#eef2ff;display:block;object-fit:cover}
.model-card .meta{padding:14px 16px}
.price{font-weight:900;font-size:18px}
.chip{display:inline-flex;font-size:12px;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px}
/* Carousel */
.carousel{position:relative;overflow:hidden;border-radius:14px;border:1px solid #e5e7eb;background:#fff}
.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}
.carousel-track::-webkit-scrollbar{display:none}
.slide{min-width:100%;scroll-snap-align:center}
.slide img{width:100%;height:clamp(240px,48vw,520px);object-fit:cover;display:block}
.car-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid #e5e7eb;background:rgba(255,255,255,.92);display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.car-btn:hover{background:#fff}.car-btn.prev{left:10px}.car-btn.next{right:10px}
.dots{display:flex;justify-content:center;gap:8px;padding:10px}
.dot{width:8px;height:8px;border-radius:999px;background:#d1d5db;border:0;cursor:pointer}
.dot.active{background:#111827}
.footer{margin:22px 0 10px;color:var(--muted);font-size:12px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}
.wa-float{position:fixed;right:16px;bottom:16px;z-index:999;border-radius:999px}
