/* Mobile reservation form: keep large option groups in one swipeable row. */
@media(max-width:640px){
  .hero{padding:30px 0!important}
  .hero h1{margin:10px 0 8px!important;font-size:31px!important}
  .hero p{font-size:14px!important;line-height:1.55}
  .steps{margin-top:14px!important;gap:6px!important;flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}
  .steps::-webkit-scrollbar{display:none}.steps span{flex:0 0 auto;padding:6px 9px!important;font-size:11px!important}
  .main{padding:24px 0 52px!important}.form-card{padding:17px!important;border-radius:18px!important}
  .section-head{margin-bottom:12px!important;padding-top:4px!important}.section-head:not(:first-child){margin-top:22px!important;padding-top:20px!important}
  .section-head b{width:30px!important;height:30px!important}.section-head h2{font-size:18px!important}
  .field-grid{gap:12px!important}.field{gap:5px!important}input,select,textarea{min-height:44px!important;padding:9px 11px!important}
  textarea{min-height:76px!important}.choice label{min-height:44px!important;padding:7px!important;font-size:14px}
  #customerReady,.field.full>div[style*="border:1px solid #f2b8b5"]{padding:11px 12px!important;font-size:12px!important;line-height:1.5}
  .choice-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .choice-card{min-height:58px!important;padding:9px!important;gap:7px!important}.choice-card-icon{width:31px!important;height:31px!important;font-size:16px!important}.choice-card-copy strong{font-size:12px!important}.choice-card-copy small{font-size:10px!important}
  .nearest-center{padding:11px!important;gap:7px!important}.nearest-center-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%;gap:7px!important}.nearest-center-actions button{width:100%;min-height:42px!important;padding:7px 5px!important;font-size:12px!important}.nearest-center-status{min-width:0!important;font-size:12px!important;line-height:1.45}
  .plan-stickers,.region-stickers,.date-card-grid,.time-stickers{display:flex!important;grid-template-columns:none!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden;padding:2px 4px 9px 1px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  .plan-sticker{flex:0 0 min(78vw,280px);min-height:92px!important;padding:12px!important;scroll-snap-align:start}
  .plan-sticker.consult{min-height:72px!important}.plan-sticker-name{font-size:14px!important}.plan-sticker-spec{font-size:11px!important}
  .region-sticker{flex:0 0 78px;min-height:42px!important;padding:7px 5px!important;font-size:13px!important;scroll-snap-align:start}
  .date-card{flex:0 0 76px;min-height:58px!important;padding:7px 4px!important;scroll-snap-align:start}
  .time-sticker{flex:0 0 72px;min-height:40px!important;padding:6px 4px!important;font-size:13px!important;scroll-snap-align:start}
  .plan-stickers:after,.region-stickers:after,.date-card-grid:after,.time-stickers:after{content:'';flex:0 0 2px}
  .choice-card-empty,.time-empty{flex:1 0 100%;padding:11px!important;font-size:12px!important}
  .center-card-grid{display:block!important}.center-card-grid .choice-card{width:100%;min-height:58px!important}
  .privacy{margin-top:20px!important;padding:13px!important}.submit{min-height:52px!important;margin-top:14px!important}
}
