/** Shopify CDN: Minification failed

Line 88:0 Unexpected "}"
Line 94:0 Unexpected "}"
Line 112:0 Unexpected "}"
Line 133:0 Unexpected "}"
Line 158:0 Unexpected "}"

**/
:root{
  --bg:#f5f6f7;
  --panel:#ffffff;
  --card:#ffffff;
  --text:#111111;
  --muted:#555555;
  --line:#e5e7eb;
  --brand:#111111;
  --brand2:#25D366;
  --warn:#111111;
  --shadow: 0 8px 24px rgba(0,0,0,.08);
  --r:16px;
}


*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  body{
  background: var(--bg);
}
;
  color: var(--text);
}

a{color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 16px}

.topbar{
  background:rgba(255,255,255,.04);
  border-bottom:1px solid var(--line);
  font-size:14px;
}
.topbar .container{
  display:flex;gap:10px;justify-content:space-between;align-items:center;
  padding:10px 16px;
  color:var(--muted);
}
.pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border:1px solid var(--line);
  border-radius:999px;background:rgba(255,255,255,.03);
}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(10px);
  background:rgba(11,18,32,.72);
  border-bottom:1px solid var(--line);
}
.header .container{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 16px;
}
.logo{
  display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.3px;
}
.logo-badge{
  width:36px;height:36px;border-radius:12px;
  background:linear-gradient(135deg,var(--brand),#3aa0ff);
  box-shadow: var(--shadow);
}
.nav{display:flex;gap:18px;align-items:center}
.nav a{color:var(--muted);text-decoration:none;font-weight:600}
.nav a:hover{color:var(--white)}
.actions{display:flex;gap:10px;align-items:center}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:14px;border:1px solid var(--line);
  text-decoration:none;font-weight:800;
}
.hero .btn-primary {
  background: #111111 !important;
  color: #ffffff !important;
}

}

.btn-primary:hover {
  background: #2a2a2a !important;
}

}
;
  border-color:transparent;color:#fff;box-shadow: var(--shadow);
}
.btn-ghost{
  background:rgba(255,255,255,.04);color:var(--text);
}
.btn-whatsapp{
  background:linear-gradient(135deg,var(--brand2),#10a76b);
  border-color:transparent;color:#062113;box-shadow: var(--shadow);
}

.hero p {
  font-size: 17px !important;
  font-weight: 500 !important;
  opacity: 0.9;
}

}
.hero-grid{
  display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch;
}
.hero-card{
  border:1px solid var(--line);
  background: radial-gradient(1200px 400px at 10% 0%, rgba(10,92,255,.25), rgba(255,255,255,0) 60%),
              rgba(255,255,255,.03);
  border-radius:var(--r);
  padding:26px;
  box-shadow: var(--shadow);
}
.h1{font-size:40px;line-height:1.05;margin:0 0 12px;font-weight:900}
.sub{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 18px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.trust {
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  color: #111111 !important;
}

}

.side-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r);
  padding:18px;
  box-shadow: var(--shadow);
}
.side-title{font-weight:900;margin:0 0 10px}
.kv{display:grid;gap:10px}
.kv .item{display:flex;justify-content:space-between;gap:12px;color:var(--muted)}
.kv .item b{color:var(--text)}

.section{padding:22px 0}
.section h2{margin:0 0 12px;font-size:22px}
.grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.hero-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
}

}

}
.card img{width:100%;height:220px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.card .title{font-weight:900;margin:10px 0 6px}
.card .price{color:var(--warn);font-weight:900}
.card .meta{color:var(--muted);font-size:13px;margin-top:6px;display:flex;gap:10px;flex-wrap:wrap}

.split{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}

.faq details{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:14px;padding:12px 14px;
}
.faq summary{cursor:pointer;font-weight:900}
.faq p{color:var(--muted);line-height:1.6;margin:10px 0 0}

.footer{
  margin-top:30px;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.02);
}
.footer .container{padding:18px 16px;color:var(--muted);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}

.floating-wa{
  position:fixed;right:16px;bottom:16px;z-index:60;
}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .card img{height:170px}
  .nav{display:none}
  .h1{font-size:32px}
}
/* Mobile sticky action bar */
.mobile-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  padding:10px 12px;
  border-top:1px solid var(--line);
  background:rgba(11,18,32,.88);
  backdrop-filter: blur(10px);
}

.mobile-bar .wrap{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
}

.mobile-bar .btn{
  flex:1;
  max-width:520px;
}

@media (min-width:981px){
  .mobile-bar{display:none;}
}

/* Evita que el contenido quede tapado por la barra en móvil */
@media (max-width:980px){
  body{ padding-bottom:78px; }
}
/* Estilo tipo Meka: hero claro */
/* HERO estilo Meka (claro y profesional) */
.hero {
  background: linear-gradient(180deg, #f5f6f7 0%, #eef1f4 100%) !important;
  color: #111111 !important;
}

.hero h1,
.hero p {
  color: #111111 !important;
}


/* HERO estilo Meka (claro y automotriz) */
.hero-bright {
  background: linear-gradient(180deg, #f5f6f7 0%, #eef1f4 100%) !important;
  color: #111111 !important;
}

.hero-bright h1,
.hero-bright h2,
.hero-bright p {
  color: #111111 !important;
}
