/* HayHomes Event Form + Floating CTA V3.0.0 */
:root{
  --hhe-ink:#11110f;
  --hhe-muted:#6f6b64;
  --hhe-line:#e9e4db;
  --hhe-soft:#f8f5ef;
  --hhe-gold:#b6802a;
  --hhe-gold-dark:#8f6420;
  --hhe-white:#fff;
  --hhe-danger:#b42318;
  --hhe-success:#196b45;
  --hhe-shadow:0 28px 90px rgba(20,17,12,.24);
}
.hhe-floating-dock,.hhe-floating-dock *,.hhe-modal,.hhe-modal *{box-sizing:border-box!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
.hhe-floating-dock{position:fixed!important;right:24px!important;bottom:24px!important;z-index:2147482000!important;display:flex!important;align-items:center!important;gap:10px!important}
.hhe-dock-call{display:none!important}
.hhe-dock-register{appearance:none!important;border:1px solid rgba(255,255,255,.16)!important;background:linear-gradient(135deg,#171714,#050505)!important;color:#fff!important;min-height:58px!important;padding:0 22px!important;border-radius:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;font-size:14px!important;font-weight:800!important;letter-spacing:-.01em!important;cursor:pointer!important;box-shadow:0 18px 46px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.12)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;-webkit-tap-highlight-color:transparent!important;white-space:nowrap!important}
.hhe-dock-register svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .18s ease!important}
.hhe-dock-register:hover{transform:translateY(-2px)!important;box-shadow:0 23px 58px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.12)!important;filter:brightness(1.04)!important}
.hhe-dock-register:hover svg{transform:translateX(2px)!important}.hhe-dock-register:active{transform:translateY(0)!important}
.hhe-dock-register:focus-visible,.hhe-dock-call:focus-visible,.hhe-btn:focus-visible,.hhe-close:focus-visible{outline:3px solid rgba(182,128,42,.34)!important;outline-offset:3px!important}

.hhe-modal{position:fixed!important;inset:0!important;z-index:2147483000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:20px!important;color:var(--hhe-ink)!important}
.hhe-modal.hhe-active{display:flex!important}.hhe-backdrop{position:absolute!important;inset:0!important;background:rgba(10,9,7,.64)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}
.hhe-sheet{position:relative!important;width:min(100%,520px)!important;max-height:calc(100dvh - 40px)!important;overflow:auto!important;background:linear-gradient(180deg,#fff 0%,#fffdfa 100%)!important;border:1px solid rgba(255,255,255,.88)!important;border-radius:28px!important;box-shadow:var(--hhe-shadow)!important;padding:24px!important;animation:hhePop .22s cubic-bezier(.2,.8,.2,1)!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}
@keyframes hhePop{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
.hhe-close{position:absolute!important;right:15px!important;top:15px!important;width:40px!important;height:40px!important;border:1px solid #ece7de!important;background:rgba(255,255,255,.9)!important;color:#171714!important;border-radius:14px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important;box-shadow:0 8px 22px rgba(0,0,0,.06)!important;z-index:2!important}.hhe-close:hover{background:#f8f5ef!important}
.hhe-head{padding:3px 50px 17px 2px!important;border-bottom:1px solid #eee9e1!important;margin-bottom:17px!important}.hhe-kicker{display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#746856!important;margin-bottom:10px!important}.hhe-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:var(--hhe-gold)!important;box-shadow:0 0 0 5px rgba(182,128,42,.12)!important}.hhe-title{font-size:25px!important;line-height:1.16!important;font-weight:850!important;letter-spacing:-.04em!important;margin:0 0 7px!important;color:#0d0d0b!important}.hhe-sub{font-size:13.5px!important;line-height:1.5!important;color:#625f59!important;margin:0!important}.hhe-sub b{color:#1d1c19!important}
.hhe-progress{height:4px!important;background:#efebe4!important;border-radius:999px!important;overflow:hidden!important;margin:0 0 18px!important}.hhe-progress span{display:block!important;height:100%!important;width:50%!important;background:linear-gradient(90deg,#20201d,var(--hhe-gold))!important;border-radius:999px!important;transition:width .22s ease!important}
.hhe-step{display:none!important}.hhe-step.hhe-step-active{display:block!important;animation:hheStep .18s ease-out!important}@keyframes hheStep{from{opacity:.55;transform:translateY(6px)}to{opacity:1;transform:none}}
.hhe-label{display:block!important;font-size:12.8px!important;font-weight:780!important;color:#1b1a17!important;margin:0 0 8px!important}.hhe-req{color:var(--hhe-danger)!important}
.hhe-options{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.hhe-option{position:relative!important}.hhe-option input{position:absolute!important;opacity:0!important;pointer-events:none!important}.hhe-card{display:flex!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-height:78px!important;border:1px solid #e9e4dc!important;background:#fff!important;border-radius:17px!important;padding:13px!important;cursor:pointer!important;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease!important}.hhe-card:hover{transform:translateY(-1px)!important;box-shadow:0 12px 28px rgba(34,27,17,.07)!important}.hhe-radio{width:17px!important;height:17px!important;border:1.6px solid #aaa69f!important;border-radius:50%!important;flex:0 0 17px!important;position:relative!important;margin-top:1px!important}.hhe-radio:after{content:""!important;position:absolute!important;inset:3.5px!important;border-radius:50%!important;background:#171714!important;opacity:0!important}.hhe-card strong{display:block!important;font-size:13.1px!important;line-height:1.3!important;font-weight:770!important;color:#151512!important}.hhe-card small{display:block!important;margin-top:4px!important;font-size:11.6px!important;color:#79756e!important;line-height:1.38!important}.hhe-option input:checked + .hhe-card{border-color:#b6802a!important;background:#fdf9f2!important;box-shadow:0 0 0 4px rgba(182,128,42,.08)!important}.hhe-option input:checked + .hhe-card .hhe-radio{border-color:#171714!important}.hhe-option input:checked + .hhe-card .hhe-radio:after{opacity:1!important}
.hhe-grid{display:grid!important;gap:12px!important}.hhe-input{width:100%!important;height:52px!important;border:1px solid #e4dfd7!important;background:#fff!important;color:#111!important;border-radius:15px!important;padding:0 14px!important;font-size:14px!important;font-weight:540!important;outline:none!important;transition:border-color .15s ease,box-shadow .15s ease!important}.hhe-input:focus{border-color:#a77a2c!important;box-shadow:0 0 0 4px rgba(182,128,42,.10)!important}.hhe-input::placeholder{color:#9b9892!important;font-weight:450!important}.hhe-captcha{display:flex!important;gap:10px!important;align-items:center!important}.hhe-captcha .hhe-input{flex:1!important}.hhe-cap-text{height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #e4dfd7!important;background:#f7f3ec!important;border-radius:15px!important;padding:0 15px!important;font-size:14px!important;font-weight:800!important;color:#171714!important;min-width:98px!important}.hhe-error{display:none!important;margin-top:7px!important;padding:10px 11px!important;border-radius:12px!important;background:#fff4f2!important;border:1px solid #ffd0ca!important;color:var(--hhe-danger)!important;font-size:11.8px!important;line-height:1.38!important;font-weight:620!important}.hhe-error.hhe-show{display:block!important}.hhe-actions{display:flex!important;gap:10px!important;margin-top:17px!important}.hhe-btn{appearance:none!important;border:1px solid transparent!important;border-radius:15px!important;min-height:51px!important;padding:0 16px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;font-size:13.7px!important;font-weight:790!important;transition:transform .14s ease,box-shadow .14s ease,background .14s ease!important}.hhe-btn:hover:not(:disabled){transform:translateY(-1px)!important}.hhe-btn:disabled{opacity:.68!important;cursor:wait!important}.hhe-btn-primary{flex:1!important;background:linear-gradient(135deg,#171714,#050505)!important;color:#fff!important;box-shadow:0 14px 32px rgba(0,0,0,.17)!important}.hhe-btn-primary:hover:not(:disabled){background:#000!important}.hhe-btn-secondary{flex:.62!important;background:#fff!important;color:#171714!important;border-color:#e4dfd7!important}.hhe-btn-secondary:hover:not(:disabled){background:#f8f5ef!important}.hhe-spinner{display:none!important;width:16px!important;height:16px!important;border:2px solid rgba(255,255,255,.35)!important;border-top-color:#fff!important;border-radius:50%!important;animation:hheSpin .7s linear infinite!important}@keyframes hheSpin{to{transform:rotate(360deg)}}
.hhe-foot{font-size:11.3px!important;line-height:1.5!important;color:#7b7770!important;text-align:center!important;margin-top:13px!important}.hhe-foot a{color:#1a1916!important;font-weight:700!important;text-decoration:none!important;border-bottom:1px solid rgba(0,0,0,.2)!important}.hhe-hide{display:none!important}
.hhe-success{display:none!important;text-align:center!important;padding:10px 2px 2px!important}.hhe-success.hhe-show{display:block!important;animation:hheStep .18s ease-out!important}.hhe-success-icon{width:64px!important;height:64px!important;margin:0 auto 14px!important;border-radius:21px!important;background:#f6f2e9!important;border:1px solid #e9e1d3!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#997026!important}.hhe-success-icon svg{width:30px!important;height:30px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.hhe-success-title{font-size:23px!important;font-weight:840!important;letter-spacing:-.04em!important;margin:0 0 7px!important}.hhe-success-sub{font-size:13.4px!important;line-height:1.52!important;color:#64615b!important;margin:0 auto 13px!important;max-width:390px!important}.hhe-info-box{text-align:left!important;border:1px solid #e9e4dc!important;background:#fbf9f5!important;border-radius:17px!important;padding:13px!important;margin:13px 0!important}.hhe-info-row{display:flex!important;gap:9px!important;align-items:flex-start!important;font-size:12.7px!important;line-height:1.46!important;color:#24231f!important;margin:7px 0!important}.hhe-success-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:13px!important}.hhe-link-btn{text-decoration:none!important}
@media(max-width:767px){
  html.hhe-has-floating-dock body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}
  .hhe-floating-dock{left:0!important;right:0!important;bottom:0!important;width:100%!important;gap:8px!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.94)!important;border-top:1px solid rgba(20,20,20,.08)!important;box-shadow:0 -12px 38px rgba(0,0,0,.11)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
  .hhe-dock-call,.hhe-dock-register{height:55px!important;min-height:55px!important;border-radius:16px!important;flex:1 1 0!important;padding:0 12px!important;text-decoration:none!important;min-width:0!important}
  .hhe-dock-call{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #dfdad2!important;background:#fff!important;color:#171714!important;font-size:13.5px!important;font-weight:780!important;box-shadow:0 9px 24px rgba(0,0,0,.055)!important;white-space:nowrap!important}.hhe-phone-line{display:inline-flex!important;width:18px!important;height:18px!important}.hhe-phone-line svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .hhe-dock-register{font-size:13.5px!important;box-shadow:0 11px 28px rgba(0,0,0,.18)!important}.hhe-dock-register svg{width:16px!important;height:16px!important}
  .hhe-modal{align-items:flex-end!important;padding:7px!important}.hhe-sheet{width:100%!important;max-height:calc(100dvh - 14px)!important;border-radius:25px 25px 19px 19px!important;padding:19px!important}.hhe-options{grid-template-columns:1fr!important}.hhe-card{min-height:66px!important}.hhe-actions{flex-direction:column-reverse!important}.hhe-btn-secondary,.hhe-btn-primary{width:100%!important;flex:auto!important}.hhe-success-actions{grid-template-columns:1fr!important}
}
.hhe-floating-dock.hhe-no-phone .hhe-dock-register{width:auto!important}@media(max-width:767px){.hhe-floating-dock.hhe-no-phone .hhe-dock-register{flex:1 1 100%!important;width:100%!important}}
@media(prefers-reduced-motion:reduce){.hhe-modal *,.hhe-floating-dock *{animation:none!important;transition:none!important}}
