.mobile-contact{display:none}
@media(max-width:767px){
 body{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}
 .mobile-contact{position:fixed;z-index:40;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));background:#193e34;border-top:1px solid #326451;box-shadow:0 -4px 24px #193e3440}
 .mobile-contact-copy{display:flex;flex:1;min-width:0;align-items:center;text-align:center;flex-direction:column;line-height:1.5;white-space:nowrap}
 .mobile-contact-copy small{font-size:11px;color:#d0e1d4}
 .mobile-contact-copy strong{font:800 26px/1.4 Arial,sans-serif;color:#fff;letter-spacing:0}
 .mobile-contact-call{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:8px;background:#f2d88b;color:#193e34;font-size:15px;font-weight:600;white-space:nowrap}
 .mobile-contact-call svg{width:19px;height:19px;flex-shrink:0}
 .mobile-contact-call:active{background:#e9c86b}
 .back-top{bottom:calc(100px + env(safe-area-inset-bottom,0px))}
}
@media(min-width:360px) and (max-width:389px){.mobile-contact-copy strong{font-size:24px}.mobile-contact-call{padding-inline:14px}}
@media(max-width:359px){.mobile-contact{padding-left:12px;padding-right:12px;gap:8px}.mobile-contact-call{padding-inline:12px}.mobile-contact-copy strong{font-size:22px}.mobile-contact-call{font-size:14px;padding-inline:10px;gap:6px}}
