:root{
  --bg-main:#050505;--bg-alt:#0b0b0b;--gold:#f5c15b;--gold-soft:rgba(245,193,91,.1);
  --text:#fff;--muted:#b3b3b3;--border:#1e1e1e;--shadow:0 20px 60px rgba(0,0,0,.9);
  --radius-lg:18px;--radius-xl:26px;--transition:.25s ease;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Poppins,system-ui,sans-serif;
  background:
    radial-gradient(circle at top,rgba(245,193,91,.16),transparent 55%),
    radial-gradient(circle at bottom,#000 0,#050505 45%,#000 100%);
  color:var(--text);line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.page{min-height:100vh;display:flex;flex-direction:column;}
header{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(18px);
  background:linear-gradient(to bottom,rgba(0,0,0,.98),rgba(0,0,0,.9),rgba(0,0,0,.75),transparent);
  border-bottom:1px solid rgba(245,193,91,.3)
}
.nav{
  max-width:1100px;margin:0 auto;
  padding:.75rem 1.25rem;
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
}
.nav-left{display:flex;align-items:center;gap:.75rem;}
.logo-img{
  height:80px;width:auto;object-fit:contain;
  filter:drop-shadow(0 0 4px rgba(245,193,91,.25));
}
.nav-actions{display:flex;align-items:center;gap:.75rem;font-size:.8rem;}

.btn{
  border-radius:999px;padding:.6rem 1.4rem;border:1px solid transparent;
  cursor:pointer;font-weight:500;font-size:.8rem;
  letter-spacing:.06em;text-transform:uppercase;
  display:inline-flex;gap:.45rem;transition:all var(--transition);
}
.btn-primary{
  background:linear-gradient(135deg,#fef3c7,#f5c15b,#eab308);color:#1f1300;
  box-shadow:0 16px 40px rgba(245,193,91,.55);
}
.btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 50px rgba(245,193,91,.75);
}
.btn-outline{
  background:transparent;color:var(--text);
  border-color:rgba(245,193,91,.6);
}
.btn-outline:hover{
  background:rgba(245,193,91,.08);
  transform:translateY(-1px);
}
.btn-sm{
  font-size:.78rem;
  padding:.45rem .9rem;
  justify-content:center;
  width:100%;
}

/* Layout */
main{flex:1;}
.container{
  max-width:1100px;margin:0 auto;
  padding:1.5rem 1.25rem 3rem;
}

/* HERO */
.hero{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:2.4rem;align-items:center;
  padding:1.5rem 0 2.5rem;
}
@media (max-width:860px){
  .hero{grid-template-columns:1fr;}
}
.hero-tag{
  display:inline-flex;gap:.4rem;
  border-radius:999px;
  padding:.2rem .75rem .2rem .3rem;
  border:1px solid rgba(245,193,91,.32);
  background:radial-gradient(circle at top left,rgba(245,193,91,.18),rgba(0,0,0,.8));
  margin-bottom:.8rem;font-size:.75rem;color:var(--muted);
}
.hero-title{
  font-size:clamp(2rem,3vw,2.7rem);
  font-weight:600;letter-spacing:.04em;
  text-transform:uppercase;line-height:1.08;
  margin-bottom:.9rem;
}
.hero-title .highlight{color:var(--gold);}
.hero-subtitle{
  color:var(--muted);font-size:.95rem;
  max-width:31rem;margin-bottom:1.5rem;
}
.hero-badges{
  display:flex;flex-wrap:wrap;gap:.6rem;
  margin-bottom:1.7rem;
}
.hero-badge{
  font-size:.75rem;
  padding:.3rem .8rem;
  border-radius:999px;
  border:1px solid rgba(245,193,91,.25);
  color:var(--muted);
  background:rgba(0,0,0,.86);
}
.hero-side .hero-card{
  background:radial-gradient(circle at top left,#1f1f1f,#050505);
  border-radius:var(--radius-xl);padding:1.6rem;
  border:1px solid rgba(245,193,91,.35);
  box-shadow:var(--shadow);
}
.hero-card-title{
  font-size:.95rem;font-weight:500;margin-bottom:.5rem;
}
.hero-steps{
  margin:0 0 .8rem 1.2rem;
  padding:0;font-size:.85rem;color:var(--muted);
}
.hero-steps li{margin-bottom:.2rem;}
.hero-note{
  font-size:.8rem;color:var(--muted);
}

/* Section header */
.section-header{
  display:flex;align-items:baseline;justify-content:space-between;
  gap:1rem;flex-wrap:wrap;margin-bottom:1rem;
}
.section-title{
  font-size:1rem;text-transform:uppercase;
  letter-spacing:.18em;color:var(--muted);
}
.section-title span{color:var(--gold);}
.section-subtitle{
  font-size:.85rem;color:var(--muted);max-width:24rem;
}

/* Products grid */
.products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
}
@media (max-width:980px){
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .products-grid{grid-template-columns:1fr;}
}

.product-card{
  background:#050505;
  border-radius:18px;
  padding:.8rem;
  border:1px solid var(--border);
  box-shadow:0 8px 25px rgba(0,0,0,.75);
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.product-image-wrap{
  border-radius:14px;
  overflow:hidden;
  background:#000;
  border:1px solid rgba(245,193,91,.18);
  aspect-ratio:4/5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.75rem;
  color:var(--muted);
}
.product-image-wrap img{
  width:100%;height:100%;object-fit:cover;
}
.product-info{display:flex;flex-direction:column;gap:.2rem;}
.product-name{font-weight:500;font-size:.95rem;}
.product-meta{font-size:.8rem;color:var(--muted);}
.product-price{font-size:1rem;font-weight:600;color:var(--gold);}
.product-footer{
  margin-top:.4rem;
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.pill{
  display:inline-flex;
  align-items:center;
  font-size:.75rem;
  padding:.18rem .55rem;
  border-radius:999px;
  border:1px solid rgba(245,193,91,.35);
  color:var(--muted);
  background:rgba(0,0,0,.85);
}

/* Footer */
footer{
  border-top:1px solid var(--border);
  margin-top:2rem;
  padding:1.2rem 1.25rem 1.8rem;
  font-size:.78rem;color:var(--muted);
  background:
    radial-gradient(circle at top,var(--gold-soft),transparent 55%),
    radial-gradient(circle at bottom,#000,#050505);
}
.footer-inner{
  max-width:1100px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:.8rem 2rem;align-items:center;justify-content:space-between;
}
.footer-strong{color:var(--gold);font-weight:500;}

/* WhatsApp flotante */
.whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:40;
  width:52px;height:52px;border-radius:999px;
  background:#25D366;display:flex;align-items:center;justify-content:center;
  box-shadow:0 18px 40px rgba(0,0,0,.8);
}
.whatsapp-float span{font-size:1.5rem;color:#fff;}
@media (max-width:640px){
  .whatsapp-float{right:14px;bottom:14px;width:50px;height:50px;}
  .nav{flex-wrap:wrap;gap:.5rem;}
  .hero{gap:1.4rem;}
}
