/* 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{
  display:block;width:100%;
  background:linear-gradient(90deg,#1faa3a,#16c44a);
  color:#fff!important;font-weight:800;font-size:16px;
  border:none;border-radius:12px;padding:16px 18px;
  cursor:pointer;text-transform:uppercase;letter-spacing:.4px;
  box-shadow:0 8px 22px rgba(22,196,74,.45);
  transition:transform .15s ease, box-shadow .15s ease;
  margin-top:6px;
  text-decoration:none;
  text-align:center;
}
.kfc-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(22,196,74,.55)}
.kfc-card-highlight{outline:3px solid #ffb000;outline-offset:-3px;border-radius:18px}

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

/* Modal */
.kfc-modal-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.6);
  display:none;align-items:center;justify-content:center;
  z-index:99999;padding:16px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.kfc-modal-backdrop.open{display:flex}
.kfc-modal{
  background:#fff;border-radius:18px;
  width:100%;max-width:560px;max-height:92vh;overflow-y:auto;
  padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.4);
  position:relative;
}
.kfc-modal h2{margin:0 0 4px;font-size:22px;color:#111;font-weight:800}
.kfc-modal .kfc-sub{color:#555;font-size:14px;margin:0 0 18px}
.kfc-close{
  position:absolute;top:12px;right:14px;
  background:transparent;border:none;font-size:26px;cursor:pointer;color:#888;
}
.kfc-summary{
  background:#fff7ed;border:1px solid #ffd9a8;
  border-radius:12px;padding:12px 14px;margin-bottom:16px;
  font-size:13px;color:#7a3b00;
}
.kfc-summary strong{display:block;color:#111;font-size:15px;margin-bottom:4px}
.kfc-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.kfc-field{margin-bottom:12px;display:flex;flex-direction:column}
.kfc-field label{font-size:12px;font-weight:700;color:#333;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}
.kfc-field input{
  border:1.5px solid #ddd;border-radius:10px;
  padding:11px 12px;font-size:15px;outline:none;
  transition:border-color .15s;background:#fff;color:#111;
  font-family:inherit;
}
.kfc-field input:focus{border-color:#16c44a}
.kfc-field input:invalid:not(:placeholder-shown){border-color:#e25}
.kfc-error{color:#e25;font-size:12px;margin-top:4px;min-height:0}
.kfc-submit{
  width:100%;background:linear-gradient(90deg,#1faa3a,#16c44a);
  color:#fff;font-weight:800;font-size:16px;
  border:none;border-radius:12px;padding:16px;cursor:pointer;
  margin-top:8px;text-transform:uppercase;letter-spacing:.4px;
  box-shadow:0 8px 22px rgba(22,196,74,.45);
}
.kfc-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
.kfc-loading{font-size:12px;color:#1faa3a;margin-top:4px}
.kfc-loading.err{color:#e25}
@media (max-width:520px){
  .kfc-row{grid-template-columns:1fr}
  .kfc-modal{padding:20px 16px}
  .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}
}
