.ij-smart-wpp-button{font-family:inherit;cursor:pointer;border:0}
.emp-card-btn-wpp.ij-smart-wpp-button{display:inline-flex;align-items:center;justify-content:center}
.ep-cta-primary.ij-smart-wpp-button,.ep-wpp-btn.ij-smart-wpp-button{border:0}
.ep-wpp-float .ij-smart-wpp-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit}
.ij-smart-modal{position:fixed;inset:0;z-index:5000;display:none;place-items:center;padding:16px}
.ij-smart-modal.aberto{display:grid}
.ij-smart-backdrop{position:absolute;inset:0;background:rgba(16,30,46,.66);backdrop-filter:blur(5px)}
.ij-smart-card{position:relative;z-index:1;width:min(100%,540px);max-height:calc(100vh - 32px);overflow-y:auto;padding:26px 28px 24px;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(8,22,38,.28)}
.ij-smart-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:#f3f6f9;color:#64748b}
.ij-smart-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;background:#e9f9ef;color:#079548;font-size:24px}
.ij-smart-eyebrow{display:block;margin-bottom:5px;color:#098946;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.ij-smart-card h3{margin:0 0 5px;font-size:24px}
.ij-smart-intro{margin:0 0 18px;color:#748096;font-size:14px;line-height:1.5}
.ij-smart-company{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:14px;border-radius:12px;background:#f5f7fa}
.ij-smart-company>i{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--laranja)}
.ij-smart-company span,.ij-smart-company strong{display:block}
.ij-smart-company span{color:#8490a2;font-size:11px}
.ij-smart-company strong{margin-top:2px;color:var(--escuro);font-size:14px}
.ij-smart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ij-smart-grid label{display:block}
.ij-smart-grid label>span{display:block;margin-bottom:6px;color:var(--escuro);font-size:12px;font-weight:700}
.ij-smart-grid label small{color:#93a0b1;font-weight:400}
.ij-smart-full{grid-column:1/-1}
.ij-smart-grid input,.ij-smart-grid textarea{width:100%;border:1.5px solid var(--borda);border-radius:9px;padding:11px 13px;background:#fff;color:var(--texto);font-size:14px;outline:none}
.ij-smart-grid input{min-height:44px}
.ij-smart-grid textarea{min-height:92px;resize:vertical}
.ij-smart-grid input:focus,.ij-smart-grid textarea:focus{border-color:var(--laranja);box-shadow:0 0 0 3px rgba(251,136,66,.12)}
.ij-smart-consent{display:flex;align-items:flex-start;gap:9px;margin:16px 0;color:#708095;font-size:12px;line-height:1.4}
.ij-smart-consent input{margin-top:2px;accent-color:#1fcf68}
.ij-smart-submit{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:#20d466;color:#fff;font-size:14px;font-weight:750;box-shadow:0 10px 24px rgba(32,212,102,.20)}
.ij-smart-submit:disabled{opacity:.65;cursor:wait}
.ij-smart-feedback{min-height:18px;margin-top:10px;color:#7c899a;font-size:12px;text-align:center}
.ij-smart-feedback.erro{color:#d7465d}
.ij-smart-feedback.sucesso{color:#138852}
.ij-smart-privacy{display:block;margin-top:7px;color:#97a2b1;font-size:10px;text-align:center}
.ij-smart-open{overflow:hidden}
@media(max-width:600px){.ij-smart-card{padding:23px 18px 20px}.ij-smart-grid{grid-template-columns:1fr}.ij-smart-full{grid-column:auto}.ij-smart-card h3{font-size:21px}}


/* ============================================================
   CORREÇÃO V1.1 — BOTÃO WHATSAPP NA PÁGINA DA EMPRESA
   O elemento mudou de <a> para <button> quando existe WebLagos.
   ============================================================ */

.ep-wpp-btn.ij-smart-wpp-button{
    width:100% !important;
    min-height:52px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 18px;
    border:0 !important;
    border-radius:0 !important;
    background:#20d466;
    color:#fff;
    font-family:inherit;
    font-size:.95rem;
    font-weight:700;
    line-height:1.2;
    text-align:center;
    cursor:pointer;
    box-sizing:border-box;
}

.ep-wpp-btn.ij-smart-wpp-button:hover{
    background:#19bf59;
    color:#fff;
}

.ep-wpp-btn.ij-smart-wpp-button i{
    flex:0 0 auto;
}

.ep-contact-card .ep-wpp-btn.ij-smart-wpp-button,
.ep-sidebar-card .ep-wpp-btn.ij-smart-wpp-button{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}
