    /* Light, consistent enhancements only (no new theme) */
    h1,h2,h3,h4,h5 { font-family: 'Poppins', sans-serif; }
    .page-hero{
      padding: 2rem 0 1.2rem;
      background: linear-gradient(135deg, rgba(85,139,97,.10), rgba(255,255,255,.92));
      border-bottom: 1px solid rgba(0,0,0,.06);
    }
    .hero-title{ font-weight: 800; letter-spacing: -0.01em; }
    .hero-sub{ color: #6b7280; max-width: 760px; }
    .booking-card{
      background:#fff;
      border: 1px solid rgba(0,0,0,.10);
      border-radius: 18px;
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }
    .form-label{ font-weight: 600; }
    .helper{ color:#6b7280; font-size: .92rem; }
    .btn-brand{
      background:#558b61 !important;
      border-color:#558b61 !important;
      color:#fff !important;
    }
     .btn-brand:hover,
    .btn-brand:focus{
      background:#3d6f4e !important;
      border-color:#3d6f4e !important;
      color:#fff !important;
    }
    .req{ color:#dc3545; }

    /* Honeypot */
    .hp-field{
      position:absolute !important;
      left:-9999px !important;
      top:auto !important;
      width:1px !important;
      height:1px !important;
      overflow:hidden !important;
    }
  /* Submit busy state */
.btn-loading {
  opacity: .85;
  pointer-events: none;
}
.form-busy {
  cursor: wait !important;
}