:focus-visible { outline: 3px solid #c8ff00; outline-offset: 4px; }
.field-label { display: block; font-size: .8rem; color: #eee; margin: 10px 0 6px; }
.form-error { color: #ffb4b4; font-size: .85rem; line-height: 1.5; margin: 12px 0; }
.service-card, .speed-toggle { font-family: inherit; color: inherit; text-align: left; font-size: inherit; }
button.speed-toggle { width: 100%; background: transparent; }
.price-total { font-weight: 800; color: #c8ff00; font-size: 1.25rem; margin: 0 0 10px; }
.booking-note { color: #bbb; font-size: .8rem; margin-top: 12px; line-height: 1.5; }
@media (max-width: 600px) {
  .hero { min-height: auto; padding-top: 100px; padding-bottom: 100px; }
  [role="dialog"] > .modal { max-height: calc(100dvh - 32px); overflow-y: auto; }
}
