/* Price block on each kit */
.kfc-price-block{
  width:100%;
  background:#fff;
  border-radius:14px;
  padding:16px 18px;
  margin:14px 0 18px;
  box-shadow:0 6px 20px rgba(0,0,0,.12);
  text-align:center;
  font-family:inherit;
  position:relative;
}
.kfc-badge{
  display:inline-block;
  background:#111;
  color:#fff;
  font-weight:800;
  font-size:13px;
  letter-spacing:.5px;
  padding:6px 14px;
  border-radius:999px;
  margin-bottom:10px;
  text-transform:uppercase;
}
.kfc-badge.best{background:linear-gradient(90deg,#ff3b00,#ffb000);color:#fff;font-size:14px;box-shadow:0 4px 14px rgba(255,80,0,.45)}
.kfc-badge.top{background:#ff3b00;color:#fff}
.kfc-badge.neutral{background:#f1f1f1;color:#333}
.kfc-old{font-size:13px;color:#888;margin:0 0 2px;font-weight:600}
.kfc-old s{margin-right:6px}
.kfc-off{display:inline-block;background:#ffe8d6;color:#c43a00;font-weight:800;font-size:11px;padding:2px 8px;border-radius:6px;letter-spacing:.3px}
.kfc-price{font-size:38px;font-weight:900;color:#111;line-height:1;margin:4px 0 4px}
.kfc-price small{font-size:18px;font-weight:700;vertical-align:top;margin-right:2px}
.kfc-installments{font-size:13px;color:#555;margin:0 0 10px;font-weight:600}
.kfc-pix{
  display:inline-flex;align-items:center;gap:6px;
  background:#e9fbe9;color:#0a7a23;
  font-weight:800;font-size:14px;
  padding:6px 12px;border-radius:8px;
  border:1px solid #b7ecbb;
}
.kfc-pix em{font-style:normal;font-size:11px;background:#0a7a23;color:#fff;padding:1px 6px;border-radius:4px}
.kfc-pay-icons{display:flex;justify-content:center;gap:6px;margin:12px 0 4px;flex-wrap:wrap}
.kfc-pi svg{display:block;height:22px;width:auto;border-radius:3px}
.kfc-benefits{list-style:none;padding:0;margin:12px 0 0;text-align:left;display:inline-block}
.kfc-benefits li{font-size:13px;color:#333;margin:5px 0;display:flex;align-items:center;gap:8px;font-weight:600}
.kfc-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#16c44a;color:#fff;font-size:11px;font-weight:900;flex-shrink:0}
.kfc-trust{font-size:11px;color:#666;text-align:center;margin:8px 0 0;font-weight:600;letter-spacing:.2px}
.kfc-cta-wrap{
  display:flex;flex-direction:column;gap:10px;
  width:100%;max-width:340px;margin:14px auto 0;
}
.kfc-cta{
  display:block;width:100%;
  font-weight:800;font-size:13px;
  border:none;border-radius:12px;padding:13px 14px;
  cursor:pointer;text-transform:uppercase;letter-spacing:.4px;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration:none;
  text-align:center;
}
.kfc-cta:hover{transform:translateY(-2px)}
.kfc-cta--primary{
  background:linear-gradient(90deg,#1faa3a,#16c44a);
  color:#fff!important;
  box-shadow:0 8px 22px rgba(22,196,74,.45);
}
.kfc-cta--primary:hover{box-shadow:0 12px 28px rgba(22,196,74,.55)}
.kfc-cta--whatsapp{
  background:linear-gradient(90deg,#25d366,#128c7e);
  color:#fff!important;
  box-shadow:0 8px 22px rgba(37,211,102,.45);
}
.kfc-cta--whatsapp:hover{box-shadow:0 12px 28px rgba(37,211,102,.55)}
.kfc-cta--secondary{
  background:#fff;
  color:#111!important;
  border:2px solid #111;
}
.kfc-cta--secondary:hover{box-shadow:0 8px 22px rgba(0,0,0,.12)}
.kfc-card-highlight{outline:3px solid #ffb000;outline-offset:-3px;border-radius:18px}

/* Constrain injected price block to a balanced size (not too square, not huge) */
.kfc-price-block{max-width:340px;margin-left:auto;margin-right:auto;padding:14px 16px;border-radius:16px}
.kfc-price{font-size:34px}

/* Fix: 1-month container had --width:28% (~166px), squishing the card; and
   the three kit columns had inflated min-heights leaving huge empty red space */
.elementor-368 .elementor-element.elementor-element-f7575e6,
.elementor-368 .elementor-element.elementor-element-170ccdb,
.elementor-368 .elementor-element.elementor-element-b137d16{
  --width:32% !important;
  width:32% !important;
  min-width:280px;
  min-height:0 !important;
  height:auto !important;
  align-self:flex-start;
  padding-bottom:20px !important;
  justify-content:flex-start !important;
  gap:8px !important;
}

@media (max-width:1024px){
  .elementor-368 .elementor-element.elementor-element-f7575e6,
  .elementor-368 .elementor-element.elementor-element-170ccdb,
  .elementor-368 .elementor-element.elementor-element-b137d16{
    --width:100% !important;
    width:100% !important;
  }
}


/* Fix: decorative LINHA svg had inline height:6100% inflating page height */
img.wp-image-611{height:61px !important;max-height:61px !important}

/* Hide original elementor CTA so we don't duplicate */
.kfc-hide{display:none!important}

@media (max-width:520px){
  .kfc-price{font-size:32px}
}

/* Footer */
.kfc-footer{
  background:#323232;color:#eee;
  padding:0 20px 32px;margin-top:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.kfc-footer-top{
  max-width:1100px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:28px 0;border-bottom:1px solid rgba(255,255,255,.12);
  flex-wrap:wrap;
}
.kfc-footer-kitlogo{height:56px;width:auto;display:block}
.kfc-footer-copy{margin:0;font-size:13px;color:#fff;letter-spacing:.3px}
.kfc-footer-inner{
  max-width:1100px;margin:0 auto;padding-top:28px;
  display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;
}
.kfc-footer-brand{display:flex;gap:18px;align-items:center}
.kfc-footer-logo{width:130px;height:auto;flex-shrink:0;background:#fff;padding:8px;border-radius:8px}
.kfc-footer-co p,.kfc-footer-where p{margin:0 0 4px}
.kfc-footer-label{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-weight:700}
.kfc-footer-name{font-size:15px;font-weight:800;color:#fff}
.kfc-footer-cnpj{font-size:13px;color:#ccc}
.kfc-footer-addr{font-size:14px;color:#ddd;margin-bottom:10px!important;line-height:1.4}
.kfc-map-link{
  position:relative;display:block;width:100%;max-width:380px;height:160px;
  border-radius:12px;overflow:hidden;border:2px solid #333;
  text-decoration:none;cursor:pointer;
}
.kfc-map-iframe{
  width:100%;height:100%;border:0;display:block;pointer-events:none;
  filter:saturate(.9);
}
.kfc-map-overlay{
  position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;
  padding:10px;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55));
  pointer-events:none;
}
.kfc-map-cta{
  background:#16c44a;color:#fff;font-weight:800;font-size:13px;
  padding:8px 14px;border-radius:999px;letter-spacing:.3px;
  box-shadow:0 4px 14px rgba(0,0,0,.4);
}
.kfc-map-pin{display:none}
@media (max-width:680px){
  .kfc-footer-inner{grid-template-columns:1fr;gap:24px}
  .kfc-footer-brand{flex-direction:column;align-items:flex-start;text-align:left}
}

/* Instagram link */
.kfc-ig{
  display:inline-flex;align-items:center;gap:8px;margin-top:10px;
  color:#fff;text-decoration:none;font-size:13px;font-weight:700;
  background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  padding:7px 12px;border-radius:999px;transition:transform .15s;
}
.kfc-ig:hover{transform:translateY(-1px)}
.kfc-ig svg{flex-shrink:0}

/* Bottom row: kit logo + copyright */
.kfc-footer-bottom{
  max-width:1100px;margin:24px auto 0;padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;
}
.kfc-footer-kitlogo{height:48px;width:auto;display:block}
.kfc-footer-copy{margin:0;font-size:13px;color:#fff;letter-spacing:.3px;text-align:center}

/* ============ WhatsApp proactive bubble ============ */
.kfc-wa{position:fixed;right:18px;bottom:18px;z-index:9998;font-family:inherit;pointer-events:none}
.kfc-wa-chat{width:300px;background:#fff;border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.22);overflow:hidden;opacity:0;transform:translateY(20px) scale(.96);transform-origin:bottom right;pointer-events:none;transition:opacity .3s ease, transform .3s ease;position:relative}
.kfc-wa.open .kfc-wa-chat{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.kfc-wa-head{display:flex;align-items:center;gap:10px;background:#075e54;color:#fff;padding:12px 14px}
.kfc-wa-avatar{width:40px;height:40px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;flex:0 0 40px}
.kfc-wa-name{margin:0;font-weight:700;font-size:14px;line-height:1.1}
.kfc-wa-status{margin:2px 0 0;font-size:11px;opacity:.85;display:flex;align-items:center;gap:5px}
.kfc-wa-status span{width:7px;height:7px;border-radius:50%;background:#5cff8a;display:inline-block}
.kfc-wa-close{position:absolute;top:8px;right:10px;background:transparent;border:0;color:#fff;font-size:22px;line-height:1;cursor:pointer;opacity:.85;padding:4px 8px}
.kfc-wa-close:hover{opacity:1}
.kfc-wa-body{padding:14px 14px 4px;background:#ece5dd;min-height:80px;background-image:radial-gradient(rgba(0,0,0,.04) 1px,transparent 1px);background-size:18px 18px}
.kfc-wa-msg{background:#fff;color:#222;font-size:13.5px;line-height:1.45;padding:10px 12px;border-radius:0 10px 10px 10px;box-shadow:0 1px 1px rgba(0,0,0,.08);max-width:90%;animation:kfcWaIn .35s ease}
@keyframes kfcWaIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.kfc-wa-btn{display:block;text-align:center;margin:12px;padding:12px;background:#25d366;color:#fff;text-decoration:none;font-weight:800;font-size:14px;border-radius:10px;letter-spacing:.3px;transition:background .2s}
.kfc-wa-btn:hover{background:#1ebe5b}
@media (max-width:480px){
  .kfc-wa{right:14px;bottom:14px}
  .kfc-wa-chat{width:calc(100vw - 28px);max-width:320px}
}

/* Force visibility for cloned/kit sections (Elementor invisible observer may not fire) */
#ancora .container-laranja .elementor-invisible{opacity:1 !important;visibility:visible !important;animation:none !important}
.kfc-sabores-clone{opacity:1 !important;visibility:visible !important}

/* Remove todos os botões de compra originais do Elementor */
.elementor-widget-button{display:none!important}
