:root{ --mv-safe-bottom: env(safe-area-inset-bottom, 0px); }
/* center CTA buttons (Gutenberg/common) */
.entry-content .wp-block-buttons, .hero .wp-block-buttons{ display:flex; justify-content:center; }
.entry-content a.wp-block-button__link, .hero a.wp-block-button__link, a.cta-primary, a.cta-main{ display:inline-flex; margin-inline:auto; }
/* Surprise Call Now */
.mv-call{position:fixed; left:50%; bottom:calc(16px + var(--mv-safe-bottom)); transform:translate(-50%,24px) scale(.98); opacity:0; pointer-events:none; transition:.35s; z-index:99998}
.mv-call[data-show="1"]{transform:translate(-50%,0) scale(1); opacity:1; pointer-events:auto}
@media (min-width:992px){ .mv-call{left:auto; right:24px; bottom:auto; top:50%; transform:translate(24px,-50%) scale(.98)} .mv-call[data-show="1"]{transform:translate(0,-50%) scale(1)} }
.mv-call__btn{display:inline-flex; align-items:center; gap:10px; padding:14px 20px; border-radius:999px; background:#111; color:#fff; font-weight:800; text-decoration:none; box-shadow:0 10px 20px rgba(0,0,0,.25)}
.mv-call__close{position:absolute; top:-8px; right:-8px; width:22px; height:22px; border-radius:50%; border:0; background:rgba(0,0,0,.6); color:#fff; cursor:pointer}
@media (max-width:768px){ .mv-call{ bottom: calc(82px + var(--mv-safe-bottom)); } }