/* Shared High Wycombe contact / enquiry modal */
.kb-hw-form{display:grid;gap:.7rem;margin-top:.35rem}
.kb-hw-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}
@media (max-width:600px){.kb-hw-form__row{grid-template-columns:1fr}}
.kb-hw-form label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:.3rem}
.kb-hw-form input,.kb-hw-form select,.kb-hw-form textarea{
  width:100%;min-height:44px;padding:.65rem .75rem;border-radius:10px;
  border:1px solid rgba(255,255,255,.14);background:rgba(2,6,23,.55);color:#fff;font:inherit;
}
.kb-hw-form textarea{min-height:96px;resize:vertical}
.kb-hw-form input:focus,.kb-hw-form select:focus,.kb-hw-form textarea:focus{
  outline:2px solid rgba(56,189,248,.45);outline-offset:1px;
}
.kb-hw-checks{display:flex;flex-wrap:wrap;gap:.45rem .85rem}
.kb-hw-checks label{display:inline-flex;align-items:center;gap:.4rem;text-transform:none;letter-spacing:0;font-size:.88rem;font-weight:700;color:#e2e8f0;margin:0}
.kb-hw-checks input{width:auto;min-height:0}

#kb-hw-contact-modal[hidden]{display:none!important}
#kb-hw-contact-modal{
  position:fixed;inset:0;z-index:2147482900;
  display:flex;align-items:center;justify-content:center;padding:1rem;
}
.kb-hw-contact-modal__backdrop{
  position:absolute;inset:0;background:rgba(2,6,23,.8);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.kb-hw-contact-modal__dialog{
  position:relative;z-index:1;width:min(100%,42rem);max-height:min(94vh,48rem);
  overflow:auto;border-radius:20px;border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(180deg,#172033,#0f172a);
  box-shadow:0 28px 80px rgba(0,0,0,.6);padding:1.2rem 1.2rem 1.35rem;
}
.kb-hw-contact-modal__close{
  position:absolute;right:.8rem;top:.8rem;width:2.25rem;height:2.25rem;border:0;border-radius:999px;
  background:rgba(255,255,255,.07);color:#e2e8f0;font-size:1.4rem;cursor:pointer;
}
.kb-hw-contact-modal__close:hover{background:rgba(255,255,255,.13);color:#fff}
.kb-hw-contact-modal__eyebrow{margin:0 3rem .25rem 0;color:#38bdf8;font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.kb-hw-contact-modal__title{margin:0 3rem .35rem 0;color:#fff;font-size:clamp(1.35rem,4vw,1.8rem);line-height:1.15}
.kb-hw-contact-modal__sub{margin:0 0 1rem;color:#94a3b8;font-size:.9rem;line-height:1.45}
.kb-hw-contact-modal__chip{
  display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;
  padding:.4rem .7rem;border-radius:999px;border:1px solid rgba(56,189,248,.35);
  background:rgba(14,144,208,.14);color:#e0f2fe;font-size:.82rem;font-weight:800;
}
.kb-hw-contact-modal__chip button{
  border:0;background:transparent;color:#7dd3fc;font:inherit;font-weight:800;cursor:pointer;padding:0;
  text-decoration:underline;text-underline-offset:2px;
}
.kb-hw-contact-modal__types{display:grid;gap:.65rem;margin:.35rem 0 1rem}
.kb-hw-contact-modal__type{
  display:flex;align-items:flex-start;gap:.75rem;width:100%;text-align:left;
  padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.12);
  background:rgba(2,6,23,.4);color:#e2e8f0;cursor:pointer;font:inherit;
  transition:border-color .15s ease, background .15s ease, transform .15s ease;
}
.kb-hw-contact-modal__type:hover{
  border-color:rgba(56,189,248,.45);background:rgba(14,144,208,.12);transform:translateY(-1px);
}
.kb-hw-contact-modal__type strong{display:block;color:#fff;font-size:1rem;margin-bottom:.15rem}
.kb-hw-contact-modal__type span{display:block;color:#94a3b8;font-size:.86rem;line-height:1.4}
.kb-hw-contact-modal__error{
  display:none;margin:0 0 .8rem;padding:.65rem .75rem;border-radius:9px;
  background:rgba(127,29,29,.35);color:#fecaca;font-size:.85rem;
}
.kb-hw-contact-modal__error[data-show="1"]{display:block}
.kb-hw-contact-modal__success{
  padding:1.5rem .5rem;text-align:center;color:#d1fae5;line-height:1.55;
}
.kb-hw-contact-modal__success strong{display:block;color:#fff;font-size:1.25rem;margin-bottom:.35rem}
.kb-hw-contact-modal__math{
  display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:10px;
  border:1px solid rgba(56,189,248,.22);background:rgba(2,6,23,.38);
}
.kb-hw-contact-modal__math span{flex:1;color:#e2e8f0;font-size:.9rem;font-weight:800}
.kb-hw-contact-modal__math input{width:7rem}
.kb-hw-contact-modal__actions{
  display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:flex-end;
  margin-top:1rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.09);
}
.kb-hw-contact-modal__actions [data-kb-hw-contact-submit]{
  min-width:10.5rem;min-height:48px;padding:.75rem 1.2rem;border-radius:12px;border:0;cursor:pointer;
  background:#0e90d0!important;color:#fff!important;font-weight:900;font-size:.95rem;font-family:inherit;
  box-shadow:0 10px 24px rgba(14,144,208,.28)!important;
}
.kb-hw-contact-modal__actions [data-kb-hw-contact-submit]:hover{
  background:#18a1e7!important;filter:brightness(1.05);
}
.kb-hw-contact-modal__phone{color:#e2e8f0;font-size:.95rem}
.kb-hw-contact-modal__phone a{color:#fff;font-weight:800;text-decoration:none}
.kb-hw-contact-modal__phone a:hover{color:#7dd3fc}
.kb-hw-contact-modal__hp{
  position:absolute!important;left:-10000px!important;top:auto!important;
  width:1px!important;height:1px!important;overflow:hidden!important;
}
.kb-hw-contact-modal__event[hidden],
.kb-hw-contact-modal__packages[hidden]{display:none!important}
body.kb-hw-contact-modal-open{overflow:hidden}
