:root{--vmas-primary:#087b91;--vmas-primary-dark:#04596c;--vmas-soft:#eef7f8;--vmas-border:#d8e5e8;--vmas-text:#203138;--vmas-muted:#66757b}
.vmas-wrap{box-sizing:border-box;width:100%;margin:0 0 24px;font-family:inherit;color:var(--vmas-text)}
.vmas-wrap *{box-sizing:border-box}
.vmas-wrap.is-sticky{position:sticky;top:var(--vmas-sticky-top,92px);z-index:5}
.vmas-doctor-card,.vmas-cta-card,.vmas-contact-card{background:#fff;border:1px solid var(--vmas-border);border-radius:14px;box-shadow:0 3px 14px rgba(19,54,65,.07)}
.vmas-doctor-card{display:flex;align-items:center;gap:13px;padding:13px;margin-bottom:14px}
.vmas-doctor-photo{display:block;flex:0 0 82px;width:82px;height:82px;border-radius:50%;overflow:hidden;border:2px solid #d9e8eb;background:#fff}
.vmas-doctor-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 28%;margin:0}
.vmas-doctor-copy{min-width:0;line-height:1.35}
.vmas-kicker{font-size:11.5px;color:var(--vmas-muted);margin-bottom:2px}
.vmas-doctor-name{font-weight:700;font-size:15px;color:#153b46;margin-bottom:2px}
.vmas-doctor-role{font-size:12px;color:var(--vmas-muted);margin-bottom:7px}
.vmas-profile-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--vmas-primary);text-decoration:none}
.vmas-profile-link:hover{color:var(--vmas-primary-dark)}
.vmas-profile-link svg{width:14px;height:14px;fill:currentColor}
.vmas-cta-card{position:relative;text-align:center;padding:30px 18px 18px;margin-bottom:14px;background:linear-gradient(180deg,#f8fbfc 0%,#eef5f6 100%)}
.vmas-cta-icon{position:absolute;left:50%;top:-21px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--vmas-primary-dark);color:#fff;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.vmas-cta-icon svg{width:23px;height:23px;fill:currentColor}
.vmas-cta-title{font-size:17px;line-height:1.3;font-weight:700;color:#075d70;margin:3px 0 7px}
.vmas-cta-text{font-size:13px;line-height:1.55;color:#58686e;margin:0 auto 14px;max-width:260px}
.vmas-primary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 22px;border-radius:7px;background:var(--vmas-primary);color:#fff!important;font-size:14px;font-weight:700;text-decoration:none!important;box-shadow:none;transition:background .15s ease,transform .15s ease}
.vmas-primary:hover,.vmas-primary:focus{background:var(--vmas-primary-dark);color:#fff!important;transform:translateY(-1px)}
.vmas-contact-card{padding:14px 15px}
.vmas-contact-title{font-size:14px;font-weight:700;color:#153b46;margin-bottom:6px}
.vmas-contact-row{display:flex;align-items:center;gap:10px;padding:9px 2px;border-top:1px solid #edf2f3;color:var(--vmas-text)!important;text-decoration:none!important}
.vmas-contact-row:first-of-type{border-top:0}
.vmas-contact-row svg{flex:0 0 20px;width:20px;height:20px;fill:var(--vmas-primary)}
.vmas-contact-row span{display:block;min-width:0;line-height:1.25}
.vmas-contact-row strong{display:block;font-size:13px;color:#24414a}
.vmas-contact-row small{display:block;margin-top:2px;font-size:11px;color:#77868b}
.vmas-contact-row:hover strong{color:var(--vmas-primary)}
@media (max-width:849px){.vmas-wrap.desktop-only{display:none!important}.vmas-wrap.is-sticky{position:static}}
@media (prefers-reduced-motion:reduce){.vmas-primary{transition:none}}
