/* Mesato — CTA de telefone (bloco). Namespaced mst-phone. */
.mst-phone-cta{--mst-brand:#B0703E;--mst-brand-dark:#8a5630;max-width:1120px;margin:0 auto;font-family:Inter,system-ui,-apple-system,sans-serif;}
.mst-phone-cta-inner{display:flex;align-items:center;gap:18px;background:linear-gradient(105deg,var(--mst-brand),var(--mst-brand-dark));color:#fff;border-radius:18px;padding:22px 26px;box-shadow:0 14px 40px rgba(60,40,25,.2);}
.mst-phone-ico{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex:0 0 auto;background:rgba(255,255,255,.16);border-radius:50%;}
.mst-phone-ico .mst-phone-ic{width:24px;height:24px;}
.mst-phone-txt{display:flex;flex-direction:column;flex:1;min-width:0;}
.mst-phone-label{font-size:14px;opacity:.9;}
.mst-phone-num{color:#fff;text-decoration:none;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:700;line-height:1.1;}
.mst-phone-num:hover{text-decoration:underline;}
.mst-phone-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--mst-brand-dark) !important;text-decoration:none;font-weight:700;font-size:15px;padding:12px 22px;border-radius:12px;white-space:nowrap;flex:0 0 auto;transition:transform .12s ease;}
.mst-phone-btn .mst-phone-ic{width:18px;height:18px;}
.mst-phone-btn:hover{transform:translateY(-1px);}
@media(max-width:600px){.mst-phone-cta-inner{flex-wrap:wrap;text-align:center;justify-content:center;}.mst-phone-txt{align-items:center;}.mst-phone-btn{width:100%;justify-content:center;}}
