/* form-optimized.css
   Small, focused CSS for the responsive booking/contact form.
   Keep this file tiny so it can be preloaded and cached.
*/
.form-card{max-width:920px;margin:0 auto;padding:12px}
.form-card .card{border-radius:12px}
.btn-gold{background:linear-gradient(90deg,#c9a100,#c9a100);border:0;color:#000;font-weight:700;padding:10px 18px;border-radius:8px}
.btn-gold:focus{box-shadow:0 6px 18px rgba(201,161,0,0.12)}
@media (max-width:767px){.form-card{padding:8px}}

/* Accessibility tweaks */
.form-card label{font-weight:600}
.form-card .form-control{min-height:44px}
