/* ── CASA & CAMPO – IDENTIDADE VISUAL ── */

/* Proteção contra seleção/cópia de conteúdo */
body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input, textarea, select { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; pointer-events: none; }
img[onclick], img[data-*], a img { pointer-events: auto; }
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');

:root {
  --zago-navy:   #1a3a2a;
  --zago-dark:   #122b1e;
  --zago-orange: #f97316;
  --zago-amber:  #fbbf24;
  --zago-light:  #fff7ed;
}

body { font-family: 'DM Sans', sans-serif; }

/* ── BARRA DE URGÊNCIA ── */
.urgency-bar-light {
  background: var(--zago-navy);
  text-align: center;
  padding: 10px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid var(--zago-orange);
}
.urgency-bar-light span { color: var(--zago-amber); font-weight: 700; }

/* ── HEADER CASA & CAMPO ── */
.header-cc { background: linear-gradient(to bottom, #0d2218, #1a3a2a); padding: 20px 0 0; }

.ha-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}

.ha-menu-icon {
  display: none;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
}

.ha-logo { flex-shrink: 0; }
.ha-logo img { height: 75px; display: block; object-fit: contain; filter: brightness(0) invert(1); }

/* Logo SVG inline */
.zago-logo-svg { height: 44px; display: block; }

.ha-search {
  flex: 1;
  max-width: 550px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 6px 16px;
  height: 44px;
  border: none;
}
.ha-search input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
}
.ha-search button { background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; }
.ha-search svg { width: 20px; height: 20px; fill: #6b7280; }

.ha-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
}
.ha-cart-icon { position: relative; display: flex; }
.ha-cart-icon svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 2; }
.ha-cart-badge {
  position: absolute;
  top: -5px; right: -8px;
  background: var(--zago-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ha-links {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 12px 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.ha-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
}
.ha-links a:hover { opacity: 1; text-decoration: underline; }

@media (min-width: 769px) {
  .ha-links[hidden] { display: flex !important; }
}

/* ── BOTÕES LARANJA (ALTA CONVERSÃO) ── */
.button.button-primary,
.button-primary {
  background: linear-gradient(135deg, #ea580c 0%, var(--zago-orange) 100%) !important;
  border-color: var(--zago-orange) !important;
  box-shadow: 0 8px 25px rgba(249,115,22,0.45) !important;
}
.button.button-primary:hover,
.button-primary:hover {
  background: #ea580c !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(249,115,22,0.6) !important;
}

.special-offer-badge { background: var(--zago-orange) !important; }
.badge-accent        { background: var(--zago-orange) !important; }
.stars               { color: var(--zago-amber) !important; }
.review-stars        { color: var(--zago-amber) !important; }
.marquee-strip       { background: var(--zago-navy) !important; }

/* Remove barra de anúncio do Layout base */
.announcement { display: none; }

/* ── FOOTER CASA & CAMPO ── */
.footer-cc { background: linear-gradient(to bottom, #0d2218, #1a3a2a) !important; padding: 50px 0 0; color: #fff; font-family: 'DM Sans', sans-serif; }

.fg-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.fg-col { text-align: center; }
.fg-col h4 { font-size: 13px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--zago-amber); }
.fg-col p,
.fg-col a { font-size: 12px; color: rgba(255,255,255,0.8); line-height: 1.6; text-decoration: none; display: block; margin-bottom: 6px; transition: color 0.2s; }
.fg-col a:hover { color: var(--zago-orange); text-decoration: underline; }

.footer-cc .fg-logo { max-width: 160px; margin: 0 auto 16px; display: block; object-fit: contain; filter: brightness(0) invert(1); }

.fg-contact-item { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; font-size: 12px; color: rgba(255,255,255,0.8); justify-content: center; }
.fg-contact-item svg { width: 14px; height: 14px; fill: var(--zago-orange); flex-shrink: 0; margin-top: 2px; }

.fg-security-box {
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  border: 1px solid rgba(249,115,22,0.2);
}
.fg-security-box svg { width: 18px; height: 18px; fill: none; stroke: var(--zago-orange); stroke-width: 1.5; }

.fg-bottom-bar { background: var(--zago-dark); width: 100%; padding: 20px; border-top: 2px solid var(--zago-orange); }
.fg-bottom-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 20px;
}
.fg-copyright { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 500; text-align: center; }
.fg-payments { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.fg-payments img { height: 28px; max-width: 100%; object-fit: contain; }

/* ── RESPONSIVO MOBILE ── */
@media (max-width: 768px) {
  .ha-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
  }
  .ha-menu-icon { display: flex; align-items: center; grid-column: 1; grid-row: 1; }
  .ha-logo { display: flex; justify-content: center; grid-column: 2; grid-row: 1; }
  .ha-logo img { height: 40px; margin: 0 auto; }
  .zago-logo-svg { height: 34px; margin: 0 auto; }
  .ha-cart { display: flex; justify-content: flex-end; grid-column: 3; grid-row: 1; }
  .ha-cart .cart-text { display: none; }
  .ha-search { grid-column: 1 / -1; grid-row: 2; width: 100%; max-width: 100%; margin: 0; height: 40px; }

  .ha-links { display: none; flex-direction: column; gap: 0; padding: 0; border-top: 1px solid rgba(255,255,255,0.1); width: 100%; text-align: left; }
  .ha-links:not([hidden]) { display: flex; }
  .ha-links a { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px; width: 100%; }

  .fg-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 16px; text-align: center; }
  .fg-col { display: flex; flex-direction: column; align-items: center; }
  .fg-col h4 { margin-bottom: 10px; }
  .fg-contact-item { justify-content: center; }
  .fg-security-box { justify-content: center; }
  .fg-bottom-inner { flex-direction: column-reverse; justify-content: center; text-align: center; gap: 12px; }
  .fg-copyright { font-size: 12px; }
}

/* ═══════════════════════════════════════════════
   RECURSOS AVANÇADOS — ALTA CONVERSÃO
═══════════════════════════════════════════════ */

/* ── BARRA DE CONFIANÇA ── */
.zago-trust-bar { background: var(--zago-light); border-bottom: 2px solid rgba(249,115,22,0.18); padding: 13px 0; }
.ztb-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; padding: 0 20px; }
.ztb-item { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; color: var(--zago-navy); text-transform: uppercase; letter-spacing: 0.06em; }
.ztb-item svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── PULSAÇÃO NO CTA ── */
@keyframes zago-pulse {
  0%, 100% { box-shadow: 0 8px 25px rgba(249,115,22,0.45); }
  50% { box-shadow: 0 8px 40px rgba(249,115,22,0.8), 0 0 0 10px rgba(249,115,22,0.08); }
}
#buy-now, #sticky-buy { animation: zago-pulse 2.6s ease-in-out infinite; }

/* ── BADGE PIX ── */
.pix-badge { display: inline-flex; align-items: center; gap: 7px; background: #f0fdf4; color: #15803d; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 8px; margin-top: 10px; border: 1px solid #86efac; }
.pix-badge svg { width: 14px; height: 14px; fill: #16a34a; flex-shrink: 0; }

/* ── SEÇÃO BENEFÍCIOS ── */
.benefits-section { background: #fff; padding: 64px 0; }
.zago-section-eyebrow { text-align: center; font-size: 11px; font-weight: 800; letter-spacing: 0.2em; color: var(--zago-orange); text-transform: uppercase; margin-bottom: 10px; display: block; }
.zago-section-title { text-align: center; font-size: clamp(22px, 3vw, 32px); color: var(--zago-navy); margin: 0 0 40px; font-weight: 800; line-height: 1.2; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.benefit-card { background: var(--zago-light); border: 1px solid rgba(249,115,22,0.12); border-radius: 18px; padding: 30px 22px; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(249,115,22,0.14); }
.benefit-icon { width: 58px; height: 58px; background: linear-gradient(135deg, #ea580c, var(--zago-orange)); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.benefit-icon svg { width: 28px; height: 28px; fill: #fff; }
.benefit-card h3 { font-size: 15px; font-weight: 800; color: var(--zago-navy); margin: 0 0 8px; }
.benefit-card p { font-size: 13px; color: #64748b; margin: 0; line-height: 1.65; }

/* ── PROVA SOCIAL ANIMADA ── */
.social-proof-bar { background: var(--zago-navy); padding: 52px 0; }
.spb-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; padding: 0 20px; }
.spb-item { text-align: center; }
.spb-number { font-size: clamp(38px, 5vw, 56px); font-weight: 900; color: var(--zago-orange); display: block; line-height: 1; }
.spb-label { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 8px; display: block; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }

/* ── TABELA DE ESPECIFICAÇÕES ── */
.specs-section { background: var(--zago-light); padding: 64px 0; }
.specs-table { max-width: 720px; margin: 0 auto; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 30px rgba(15,23,42,0.09); }
.specs-row { display: flex; border-bottom: 1px solid #f1f5f9; }
.specs-row:last-child { border-bottom: none; }
.specs-row:nth-child(odd) { background: #fff; }
.specs-row:nth-child(even) { background: #fafafa; }
.specs-label { width: 44%; padding: 15px 20px; font-size: 13px; font-weight: 700; color: var(--zago-navy); background: rgba(249,115,22,0.05) !important; border-right: 2px solid rgba(249,115,22,0.15); }
.specs-value { padding: 15px 20px; font-size: 13px; color: #475569; flex: 1; line-height: 1.5; }

/* ── WHATSAPP FLUTUANTE ── */
.whatsapp-float { position: fixed; bottom: 88px; left: 20px; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,0.55); z-index: 900; text-decoration: none; animation: wa-float 3s ease-in-out infinite; }
.whatsapp-float:hover { background: #1ebe5d; }
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes wa-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ── ANIMAÇÕES DE SCROLL ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── SINAIS DE URGÊNCIA (visitantes + estoque) ── */
.urgency-signals { display: flex; flex-direction: column; gap: 6px; margin: 14px 0 4px; }
.visitor-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #374151; font-weight: 600; }
.vb-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,0.25); flex-shrink: 0; animation: vb-pulse 1.8s ease-in-out infinite; }
@keyframes vb-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); } 50% { box-shadow: 0 0 0 6px rgba(34,197,94,0.1); } }
.stock-warning { font-size: 12px; color: #b91c1c; font-weight: 700; background: #fef2f2; border: 1px solid #fca5a5; border-radius: 8px; padding: 6px 12px; display: inline-block; }

/* ── SEÇÃO DE GARANTIA ── */
.guarantee-section { background: linear-gradient(135deg, #1a3a2a 0%, #1a3a6e 100%); padding: 72px 0; }
.guarantee-card { display: flex; gap: 48px; align-items: center; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.guarantee-shield { flex-shrink: 0; width: 110px; height: 110px; background: rgba(249,115,22,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 3px solid rgba(249,115,22,0.4); }
.guarantee-shield svg { width: 54px; height: 54px; fill: var(--zago-orange); stroke: none; }
.guarantee-content .zago-section-eyebrow { text-align: left; margin-bottom: 6px; }
.guarantee-content h2 { font-size: clamp(20px, 2.8vw, 28px); color: #fff; margin: 0 0 14px; font-weight: 800; line-height: 1.25; }
.guarantee-content p { color: rgba(255,255,255,0.75); font-size: 15px; margin: 0 0 20px; line-height: 1.6; }
.guarantee-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.guarantee-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 600; }
.guarantee-list svg { width: 18px; height: 18px; stroke: var(--zago-orange); fill: none; stroke-width: 2.5; flex-shrink: 0; }

/* ── BANNER CTA MEIO DE PÁGINA ── */
.midcta-section { background: var(--zago-orange); padding: 72px 0; text-align: center; }
.midcta-inner { max-width: 700px; margin: 0 auto; padding: 0 20px; }
.midcta-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; color: rgba(255,255,255,0.85); text-transform: uppercase; margin: 0 0 14px; }
.midcta-section h2 { font-size: clamp(24px, 3.5vw, 38px); color: #fff; margin: 0 0 12px; font-weight: 900; line-height: 1.2; }
.midcta-section h2 span { text-decoration: underline; text-decoration-color: rgba(255,255,255,0.5); text-underline-offset: 4px; }
.midcta-sub { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0 0 32px; }
.midcta-btn { display: inline-block; background: #1a3a2a; color: #ffffff; font-family: inherit; font-size: 17px; font-weight: 900; letter-spacing: 0.04em; padding: 18px 44px; border: none; border-radius: 999px; cursor: pointer; box-shadow: 0 10px 36px rgba(0,0,0,0.35); transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.midcta-btn:hover { background: #1a3a6e; transform: translateY(-3px); box-shadow: 0 14px 44px rgba(0,0,0,0.4); }

/* ── POPUP COMPRA AO VIVO ── */
.livepop { position: fixed; bottom: 24px; left: 20px; background: #fff; border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,0.18); padding: 14px 16px; display: flex; align-items: center; gap: 12px; z-index: 950; max-width: 280px; transform: translateY(20px); opacity: 0; transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none; border-left: 4px solid #22c55e; }
.livepop.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.livepop[hidden] { display: none; }
.livepop-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.livepop-text { font-size: 12px; color: #374151; line-height: 1.5; flex: 1; }
.livepop-text strong { color: #111827; }
.livepop-text small { color: #6b7280; font-size: 11px; }
.livepop-close { background: none; border: none; padding: 0; font-size: 18px; color: #9ca3af; cursor: pointer; line-height: 1; align-self: flex-start; flex-shrink: 0; }
.livepop-close:hover { color: #374151; }

/* ── BLOCO DE COMPRA — ALTA CONVERSÃO ── */

/* Opções de pagamento */
.pob-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0 12px; }
.pob-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 12px;
  border: 1.5px solid;
}
.pob-pix { background: #f0fdf4; border-color: #86efac; }
.pob-card { background: #eff6ff; border-color: #93c5fd; }
.pob-pix svg { flex-shrink: 0; }
.pob-card svg { flex-shrink: 0; color: #3b82f6; }
.pob-item > div { display: flex; flex-direction: column; gap: 1px; line-height: 1.25; }
.pob-item > div span { font-size: 10px; color: #6b7280; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.pob-item > div strong { font-size: 15px; color: #111827; font-weight: 800; }
.pob-item > div em { font-style: normal; font-size: 10px; color: #6b7280; }

/* Prova social junto ao CTA */
.cta-proof-row { display: flex; align-items: center; gap: 7px; margin: 4px 0 8px; font-size: 12px; color: #374151; }
.cta-proof-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; }

/* Sub-note abaixo do botão */
.cta-sub-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 7px 0 0;
  font-size: 11px;
  color: #6b7280;
  text-align: center;
}
.cta-sub-note svg { flex-shrink: 0; stroke: #9ca3af; }

/* Chips de pagamento */
.pay-chips-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0 14px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.pay-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
}
.chip-pix    { background: #32bcad; }
.chip-visa   { background: #1a1f71; }
.chip-mc     { background: #eb001b; }
.chip-elo    { background: #1c1c1c; }
.chip-amex   { background: #2e77bc; }
.chip-boleto { background: #6b7280; }

/* Trust trio redesenhado */
.trust-trio { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.tt-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f8fafc; border-radius: 12px; border: 1px solid #e2e8f0; }
.tt-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tt-green { background: #dcfce7; }
.tt-green svg { stroke: #16a34a; width: 20px; height: 20px; }
.tt-blue { background: #dbeafe; }
.tt-blue svg { stroke: #2563eb; width: 20px; height: 20px; fill: none; }
.tt-item .tt-icon svg[viewBox="0 0 24 24"] { width: 20px; height: 20px; fill: none; }
.tt-text { display: flex; flex-direction: column; gap: 2px; }
.tt-text strong { font-size: 13px; color: #111827; }
.tt-text span { font-size: 12px; color: #6b7280; }

@media (max-width: 480px) {
  .pob-grid { grid-template-columns: 1fr; }
}

/* ── OFERTA ESTÁTICA + BOTÕES DE VARIANTE ── */
.special-offer { cursor: default; grid-template-columns: 1fr auto; }
.special-offer:hover { transform: none; border-color: var(--accent); }
.offer-color-selector { display: grid; gap: 7px; margin-top: 8px; padding: 14px 15px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; }
/* Variant selector cards */
.variant-buttons { display: flex; flex-direction: column; gap: 8px; }
.variant-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 15px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.variant-btn:hover:not(.active) { border-color: #1a3a2a; background: #f8fafc; }
.variant-btn.active {
  border-color: #1a3a2a;
  background: #1a3a2a;
  box-shadow: 0 4px 16px rgba(15,32,68,0.25);
}

/* Flash ao trocar variante */
@keyframes variantFlash {
  0%   { opacity: 0.35; transform: scale(0.97); }
  100% { opacity: 1;    transform: scale(1); }
}
#main-product-image.variant-flash {
  animation: variantFlash 0.35s ease-out forwards;
}

/* Thumbnail de produto no botão */
.vb-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: border-color 0.15s;
}
.variant-btn.active .vb-thumb { border-color: rgba(255,255,255,0.3); }

/* Texto e badge */
.vb-label { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vb-name { font-size: 14px; font-weight: 700; color: #111827; line-height: 1.2; }
.variant-btn.active .vb-name { color: #fff; }
.vb-badge {
  display: inline-block;
  width: fit-content;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #ea580c;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  padding: 2px 6px;
}
.variant-btn.active .vb-badge { background: rgba(249,115,22,0.15); border-color: rgba(249,115,22,0.4); color: #fb923c; }

/* Checkmark */
.vb-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.vb-check svg { width: 12px; height: 12px; stroke: transparent; transition: stroke 0.15s; }
.variant-btn.active .vb-check { background: #f97316; border-color: #f97316; }
.variant-btn.active .vb-check svg { stroke: #fff; }

/* ── RESPONSIVO EXTRAS ── */
@media (max-width: 768px) {
  .ztb-inner { gap: 14px; }
  .ztb-item { font-size: 10px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .spb-inner { gap: 32px; }
  .specs-table { margin: 0 16px; }
  .whatsapp-float { bottom: 80px; left: 14px; width: 50px; height: 50px; }
  .guarantee-card { flex-direction: column; gap: 24px; text-align: center; }
  .guarantee-content .zago-section-eyebrow { text-align: center; }
  .guarantee-list { display: inline-flex; align-self: center; }
  .guarantee-list li { justify-content: flex-start; align-items: flex-start; text-align: left; }
  .guarantee-list svg { margin-top: 2px; }
  .livepop { left: 12px; right: 12px; max-width: calc(100% - 24px); }
}
@media (max-width: 420px) {
  .benefits-grid { grid-template-columns: 1fr; }
}
