.pc-mobile-actions,.pc-mobile-modal{display:none}
@media (max-width:700px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  body.pc-modal-open{overflow:hidden}
  .pc-mobile-actions{position:fixed;z-index:9990;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1.2fr;gap:9px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #dbe4ed;box-shadow:0 -8px 30px rgba(7,31,57,.14);backdrop-filter:blur(12px)}
  .pc-mobile-actions a,.pc-mobile-actions button{min-height:50px;border-radius:12px;font:800 14px/1.1 inherit;letter-spacing:.01em;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}
  .pc-mobile-call{color:#082542;background:#fff;border:2px solid #0c75b8}
  .pc-mobile-book{color:#071d35;background:#f9a825;border:2px solid #f9a825}
  .pc-mobile-modal{position:fixed;z-index:10000;inset:0;display:block;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease}
  .pc-mobile-modal.is-open{visibility:visible;opacity:1}
  .pc-mobile-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,20,38,.68);cursor:pointer}
  .pc-mobile-sheet{position:absolute;right:0;bottom:0;left:0;max-height:92vh;overflow:auto;padding:12px 18px calc(22px + env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,.25);transform:translateY(104%);transition:transform .28s ease}
  .pc-mobile-modal.is-open .pc-mobile-sheet{transform:translateY(0)}
  .pc-mobile-sheet-handle{width:42px;height:5px;margin:0 auto 10px;border-radius:9px;background:#d8e0e8}
  .pc-mobile-close{position:absolute;top:17px;right:17px;width:38px;height:38px;border:0;border-radius:50%;color:#082542;background:#eef4f8;font-size:27px;line-height:1;cursor:pointer}
  .pc-mobile-sheet-copy{padding-right:46px;margin-bottom:14px}
  .pc-mobile-sheet-copy h2{margin:2px 0 5px;color:#082542;font-size:27px;line-height:1.12}
  .pc-mobile-sheet-copy p{margin:0;color:#587087;font-size:14px;line-height:1.5}
  .pc-mobile-sheet-copy .pc-mobile-kicker{color:#0879bb;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
  .pc-mobile-sheet .booking-card,.pc-mobile-sheet .booking-form{width:100%;max-width:none;margin:0;padding:0;border:0;box-shadow:none;background:transparent}
  .pc-mobile-sheet .pc-form-heading{display:none}
  .pc-mobile-sheet input,.pc-mobile-sheet select,.pc-mobile-sheet textarea{font-size:16px}
}
@media (prefers-reduced-motion:reduce){.pc-mobile-modal,.pc-mobile-sheet{transition:none}}
