/* Booking/contact page: extends the established homepage components. */
.request-hero{padding-block:30px 40px}
.request-hero h1{font-size:clamp(34px,3.8vw,54px)}
.request-accent{color:var(--accent)}
.request-hero .hero-lead{max-width:850px;font-size:18px;margin-block:20px 24px}
.request-channels{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:680px;margin:24px auto 0}
.request-channel{min-width:0}
.request-channel .button{display:flex;width:100%}
.contact-address{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:4px;font-size:16px;font-weight:600;text-underline-offset:4px}
.request-status{margin:10px auto 0;font-size:14px;color:var(--muted)}
.request-status strong{font-weight:600}
.request-page .section{padding-block:60px}
.request-emergency .booking-phone{min-width:0}
.request-emergency .booking-phone>.button{margin-top:0;width:100%}
.request-emergency .contact-address{margin-top:12px;font-size:20px}
.request-page .request-faq{padding-block:60px}
.request-contact{background:var(--pale);text-align:center}
.request-contact p{margin:18px auto 0;color:var(--muted)}
.request-contact h2{max-width:800px;margin-inline:auto}
@media(max-width:980px){
  .request-emergency .booking-grid{grid-template-columns:1fr;gap:26px}
  .request-emergency .booking-phone{border-left:0;padding-left:0}
  .request-emergency .booking-phone>.button{width:fit-content}
}
@media(max-width:680px){
  .request-hero{padding-block:20px 28px}
  .request-hero h1{font-size:34px}
  .request-hero .hero-lead{font-size:16px;line-height:1.5;margin-block:17px 20px}
  .request-channels{grid-template-columns:1fr;gap:8px;margin-top:20px}
  .request-channel .button{font-size:15px;padding-inline:15px}
  .request-status{font-size:13px;margin-top:14px}
  .request-page .section,.request-page .request-faq{padding-block:44px}
  .request-page .prices-grid{gap:26px}
  .request-emergency .booking-phone>.button{width:100%}
  .request-emergency .booking-phone{padding-top:0;border-top:0}
}
@media(max-width:360px){.request-hero h1{font-size:32px}}

.request-emergency .emergency-more{color:#d1deeb;text-decoration:underline;margin-top:12px}
