:root{--hrck-cf-accent:#334155;--hrck-cf-accent-hover:#1e293b;--hrck-cf-text:#1e293b;--hrck-cf-label:#64748b;--hrck-cf-border:#e2e8f0;--hrck-cf-error:#ef4444;--hrck-cf-success:#22c55e;--hrck-cf-bg:#ffffff;--hrck-cf-field-bg:#f8fafc}.hrck-contact-trigger--desktop{margin-top:12px;margin-bottom:20px}.hrck-cf-trigger-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:12px 20px;border:2px solid var(--hrck-cf-accent);border-radius:8px;background:#fff0;color:var(--hrck-cf-accent);font-size:14px;font-weight:600;cursor:pointer;transition:background 0.2s,color 0.2s;font-family:inherit;line-height:1.4;box-sizing:border-box}.hrck-cf-trigger-btn:hover{background:rgb(51 65 85 / .06)}.hrck-cf-trigger-btn:active{background:rgb(51 65 85 / .12)}.hrck-cf-trigger-label{flex:1;text-align:left}.hrck-cf-trigger-icon{flex-shrink:0}.hrck-cf-trigger-chevron{flex-shrink:0;opacity:.5}.hrck-contact-trigger--mobile-only{display:none}@media (max-width:959px){.hrck-contact-trigger--desktop{display:none}.hrck-contact-trigger--mobile-only{display:block}.hrck-contact-trigger--desktop-only{display:none}}@media (min-width:960px){.hrck-contact-trigger--mobile-only{display:none}}.hrck-cf-modal{display:none;position:fixed;inset:0;z-index:100000;align-items:center;justify-content:center;padding:16px;-webkit-overflow-scrolling:touch}.hrck-cf-modal--open{display:flex}.hrck-cf-modal-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .5);opacity:0;transition:opacity 0.3s ease}@media (min-width:960px){.hrck-cf-modal-backdrop{background:rgb(0 0 0 / .2)}}.hrck-cf-modal--open .hrck-cf-modal-backdrop{opacity:1}.hrck-cf-modal-content{position:relative;width:100%;max-width:415px;max-height:85vh;overflow-y:auto;background:var(--hrck-cf-bg);border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .3);padding:20px;z-index:1;transform:scale(.9);opacity:0;transition:transform 0.3s cubic-bezier(.4,0,.2,1),opacity 0.3s ease}.hrck-cf-modal--open .hrck-cf-modal-content{transform:scale(1);opacity:1}@starting-style{.hrck-cf-modal--open .hrck-cf-modal-backdrop{opacity:0}.hrck-cf-modal--open .hrck-cf-modal-content{transform:scale(.9);opacity:0}}.hrck-cf-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.hrck-cf-modal-title{margin:0;font-size:17px;font-weight:600;color:var(--hrck-cf-text);text-transform:none;letter-spacing:normal;line-height:1.35;padding-right:32px}.hrck-cf-modal-subtext{margin:6px 0 16px;font-size:13px;color:var(--hrck-cf-label);line-height:1.5}.hrck-cf-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:#fff0;color:var(--hrck-cf-label);cursor:pointer;transition:background-color 0.15s}.hrck-cf-modal-close:hover{background:var(--hrck-cf-field-bg);color:var(--hrck-cf-text)}.hrck-cf-property-name{margin:0 0 14px;font-size:13px;color:var(--hrck-cf-label)}.hrck-cf-field{margin-bottom:14px}.hrck-cf-field label{display:block;margin-bottom:4px;font-size:13px;font-weight:500;color:var(--hrck-cf-text)}.hrck-cf-required{color:var(--hrck-cf-error)}.hrck-cf-field input,.hrck-cf-field textarea{width:100%;padding:7px 10px;border:1px solid var(--hrck-cf-border);border-radius:6px;background:var(--hrck-cf-field-bg);font-size:13px;color:var(--hrck-cf-text);transition:border-color 0.15s;box-sizing:border-box}.hrck-cf-field input:focus,.hrck-cf-field textarea:focus{outline:none;border-color:var(--hrck-cf-accent)}.hrck-cf-field textarea{resize:vertical;min-height:60px}.hrck-cf-field--dates-row{display:flex;gap:10px;flex-wrap:wrap}.hrck-cf-date-col{flex:1;min-width:100px}.hrck-cf-field--guests-row{display:flex;gap:10px;flex-wrap:wrap}.hrck-cf-guest-col{flex:1;min-width:70px}@media (max-width:399px){.hrck-cf-field--guests-row{flex-direction:column}}.hrck-cf-error{display:block;margin-top:2px;font-size:11px;color:var(--hrck-cf-error);min-height:0}.hrck-cf-error:empty{display:none}.hrck-cf-field--error input,.hrck-cf-field--error textarea{border-color:var(--hrck-cf-error)}.hrck-cf-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:none;border-radius:8px;background:var(--hrck-cf-accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color 0.15s;margin-top:8px}.hrck-cf-submit-btn:hover{background:var(--hrck-cf-accent-hover)}.hrck-cf-submit-btn:disabled{opacity:.6;cursor:not-allowed}.hrck-cf-submit-spinner{width:16px;height:16px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:hrck-cf-spin 0.6s linear infinite}@keyframes hrck-cf-spin{to{transform:rotate(360deg)}}.hrck-cf-confirmation{text-align:center;padding:32px 16px}.hrck-cf-check-icon{color:var(--hrck-cf-success);margin-bottom:12px}.hrck-cf-confirm-text{font-size:15px;color:var(--hrck-cf-text);margin:0 0 24px}.hrck-cf-progress-bar{width:100%;height:3px;background:var(--hrck-cf-border);border-radius:2px;overflow:hidden}.hrck-cf-progress-fill{height:100%;width:100%;background:var(--hrck-cf-accent);transform-origin:left;transition:transform linear}.hrck-cf-signed-in-confirm{font-size:14px;color:#64748b;margin:0}.hrck-cf-signed-in-confirm strong{color:#1e293b}