/* =============================================
   SELLADORA ZS-GLF1P — Landing Page CSS
   ebags.com.ar/selladora
   ============================================= */

/* === RESET & BASE === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400&family=Barlow+Condensed:wght@400;600;700;900&display=swap');

/* === TN OVERRIDES === */
.section-adbar, .js-adbar { display: none !important; }
.page-header, .container .page-header { display: none !important; height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; }
.user-content { padding-top: 0 !important; padding-bottom: 0 !important; }
body.template-page { background: #0A0A0A !important; }

/* === TIPOGRAFÍA BASE === */
body {
  font-family: 'Barlow', sans-serif;
  background: #0A0A0A;
  color: #fff;
}

/* === URGENCY BAR === */
.urgency-bar {
  background: #c0392b;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.urgency-bar .sep { opacity: .5; margin: 0 10px; }

/* === COUNTDOWN === */
.countdown-wrap {
  background: #111;
  border-bottom: 1px solid #1e1e1e;
  padding: 18px 20px;
  text-align: center;
}
.countdown-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px;
}
.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.cd-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #FF5A1F;
  line-height: 1;
}
.cd-unit {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #666;
  margin-top: 4px;
}
.cd-sep {
  font-size: 36px;
  font-weight: 900;
  color: #333;
  line-height: 1;
  margin-bottom: 16px;
}
.stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a0a00;
  border: 1px solid #FF5A1F;
  color: #FF5A1F;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 2px;
  margin-top: 14px;
}
.stock-dot {
  width: 8px; height: 8px;
  background: #FF5A1F;
  border-radius: 50%;
  animation: blink 1s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* === HERO (lp-hero) === */
.lp-hero {
  background: #0A0A0A;
  padding: 0;
}
.lp-hero-topbar {
  background: #111;
  color: #aaa;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 20px;
  border-bottom: 1px solid #1e1e1e;
}
.lp-hero-topbar span { color: #fff; }
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  gap: 40px;
  align-items: center;
}
.lp-hero-left { padding-right: 20px; }
.badge {
  display: inline-block;
  background: #1a3a1a;
  color: #2ecc71;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.lp-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 20px;
}
.lp-h1 em { color: #FF5A1F; font-style: italic; }
.hero-sub {
  font-size: 16px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 28px;
}
.hero-sub strong { color: #fff; }
.precio-hero { margin-bottom: 28px; }
.ahora {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #FF5A1F;
  line-height: 1;
  margin: 8px 0;
}
.cuotas { font-size: 13px; color: #2ecc71; font-weight: 600; }
.hero-guarantee { font-size: 12px; color: #555; margin-top: 12px; }

/* Hero imagen */
.lp-hero-right { display: flex; align-items: center; justify-content: center; }
.hero-img-wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
}
.hero-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.hero-tag {
  position: absolute;
  background: rgba(0,0,0,.85);
  border: 1px solid #333;
  color: #aaa;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.hero-tag.t1 { top: 16px; left: 16px; }
.hero-tag.t2 { bottom: 16px; right: 16px; }

/* === BOTÓN CTA === */
.btn-cta {
  display: inline-block;
  background: #FF5A1F;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 40px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .2s, transform .1s;
  border-radius: 2px;
}
.btn-cta:hover { background: #e04010; transform: translateY(-2px); }

/* === SOCIAL STRIP === */
.social-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #111;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.stat {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid #1e1e1e;
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #FF5A1F;
}
.stat-label { font-size: 12px; color: #666; margin-top: 4px; }

/* === DOLOR === */
.lp-dolor {
  background: #0f0f0f;
  padding: 80px 40px;
}
.dolor-inner {
  max-width: 800px;
  margin: 0 auto;
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #FF5A1F;
  margin-bottom: 12px;
}
.lp-dolor h2, .lp-producto h2, .lp-oferta h2, .lp-garantia h2, .lp-faq h2, .lp-cta-final h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 36px;
}
.dolor-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.dolor-lista li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  background: #141414;
  border-left: 3px solid #c0392b;
  padding: 16px 20px;
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
}
.dolor-lista li strong {
  display: block;
  grid-column: 1 / -1;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}
.dolor-hook {
  background: #FF5A1F;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 24px 32px;
  line-height: 1.4;
}

/* === PRODUCTO === */
.lp-producto {
  background: #0A0A0A;
  padding: 80px 40px;
}
.producto-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  margin-bottom: 28px;
}
.spec-item {
  background: #111;
  padding: 14px 16px;
}
.spec-key {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 4px;
}
.spec-val {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.materiales-lista {
  list-style: none;
  margin-bottom: 28px;
}
.materiales-lista li {
  padding: 8px 0;
  border-bottom: 1px solid #1a1a1a;
  font-size: 14px;
  color: #aaa;
  padding-left: 16px;
  position: relative;
}
.materiales-lista li::before {
  content: '✓';
  color: #FF5A1F;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.producto-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* === OFERTA / VALUE STACK === */
.lp-oferta {
  background: #0A0A0A;
  padding: 80px 40px;
  border-top: 1px solid #1e1e1e;
}
.value-stack-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.vs-two-col {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 40px;
}
.vs-img-col { position: sticky; top: 20px; }
.vs-img-box {
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 20px;
  margin-bottom: 20px;
}
.vs-img-box img { width: 100%; height: auto; display: block; }
.vs-img-label {
  font-size: 12px;
  color: #555;
  text-align: center;
  margin-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vs-price-box {
  background: #0d0d0d;
  border: 1px solid #1e1e1e;
  padding: 24px;
}
.vs-price-box .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 6px;
}
.vs-price-box .tachado {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #444;
  text-decoration: line-through;
}
.vs-price-box .real {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #FF5A1F;
  line-height: 1;
}
.vs-price-box .sub { font-size: 12px; color: #555; margin-top: 8px; }
.vs-price-box .ahorro {
  background: #1a3a1a;
  color: #2ecc71;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .06em;
}
/* VS Items */
.vs-items-col { display: flex; flex-direction: column; gap: 2px; }
.vs-item-new {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 16px;
  align-items: start;
  background: #111;
  border: 1px solid #1a1a1a;
  padding: 20px;
}
.vs-icon { font-size: 22px; padding-top: 2px; }
.vs-name-new {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.vs-desc-new { font-size: 13px; color: #777; line-height: 1.5; margin-bottom: 8px; }
.vs-tag {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #888;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px;
}
.vs-tag.gratis { background: #0d1f0d; border-color: #1a3a1a; color: #2ecc71; }
.vs-precio-new {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  text-decoration: line-through;
  white-space: nowrap;
}
.vs-cta-block {
  background: #0d0d0d;
  border: 1px solid #1e1e1e;
  padding: 32px;
  margin-top: 2px;
}
.vs-cta-block .urgencia {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #FF5A1F;
  margin-bottom: 20px;
}
.vs-cta-block .urgencia span { font-weight: 700; }

/* === GARANTIA === */
.lp-garantia {
  background: #FF5A1F;
  padding: 80px 40px;
  text-align: center;
}
.lp-garantia h2 { color: #fff; }
.lp-garantia p {
  font-size: 18px;
  color: rgba(255,255,255,.8);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.lp-garantia .btn-cta {
  background: #fff;
  color: #FF5A1F !important;
}
.lp-garantia .btn-cta:hover { background: #f0f0f0; }

/* === FAQ === */
.lp-faq {
  background: #0f0f0f;
  padding: 80px 40px;
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #1a1a1a;
  overflow: hidden;
}
.faq-q {
  padding: 20px 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.faq-q::after { content: '+'; color: #FF5A1F; font-size: 24px; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  color: #888;
  line-height: 1.7;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 20px;
}

/* === CTA FINAL === */
.lp-cta-final {
  background: #0A0A0A;
  padding: 100px 40px;
  text-align: center;
  border-top: 1px solid #1e1e1e;
}
.lp-cta-final p {
  font-size: 18px;
  color: #888;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.cta-urgency {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #555;
  margin-top: 20px;
}

/* === FOOTER LP === */
.lp-footer {
  background: #050505;
  border-top: 1px solid #111;
  padding: 32px 40px;
  text-align: center;
}
.lp-footer p { font-size: 13px; color: #444; }
.lp-footer a { color: #666; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; padding: 40px 24px; }
  .lp-hero-right { order: -1; }
  .hero-img-wrap { max-width: 320px; margin: 0 auto; }
  .producto-inner { grid-template-columns: 1fr; }
  .vs-two-col { grid-template-columns: 1fr; }
  .vs-img-col { position: static; }
  .social-strip { grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid #1e1e1e; }
}
@media (max-width: 600px) {
  .lp-dolor, .lp-producto, .lp-oferta, .lp-garantia, .lp-faq, .lp-cta-final { padding: 60px 20px; }
  .social-strip { grid-template-columns: 1fr 1fr; }
  .cd-num { font-size: 36px; }
  .lp-h1 { font-size: 32px; }
  .vs-cta-block .btn-cta { font-size: 16px; padding: 16px 24px; }
}
