:root{--hoc-chat-brown:#6b3a22;--hoc-chat-brown-dark:#4e2918;--hoc-chat-cream:#fff8f3;--hoc-chat-soft:#f8f2ec;--hoc-chat-text:#2f241d;--hoc-chat-muted:#7c6c62;--hoc-chat-border:#eadfd7;--hoc-chat-shadow:0 18px 48px rgba(56,35,23,.18)}
.hoc-chat-widget{position:fixed!important;bottom:var(--hoc-chat-bottom,24px)!important;z-index:999999!important;font-family:inherit!important;line-height:1.3!important}.hoc-chat-right{right:var(--hoc-chat-side,24px)!important}.hoc-chat-left{left:var(--hoc-chat-side,24px)!important}.hoc-chat-widget *{box-sizing:border-box}.hoc-chat-widget button,.hoc-chat-widget a{font-family:inherit!important}.hoc-chat-main{position:relative!important;width:var(--hoc-chat-size,62px)!important;height:var(--hoc-chat-size,62px)!important;min-width:var(--hoc-chat-size,62px)!important;min-height:var(--hoc-chat-size,62px)!important;padding:0!important;border:2px solid rgba(255,255,255,.88)!important;border-radius:999px!important;background:var(--hoc-chat-launcher-bg,#6b3a22)!important;color:var(--hoc-chat-launcher-fg,#fff)!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 10px 28px rgba(72,43,25,.26),0 0 0 1px rgba(90,50,29,.08)!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important;overflow:visible!important;appearance:none!important;-webkit-appearance:none!important}.hoc-chat-main:hover{transform:translateY(-3px) scale(1.03)!important;box-shadow:0 15px 34px rgba(72,43,25,.32)!important}.hoc-chat-main:focus-visible{outline:3px solid rgba(107,58,34,.24)!important;outline-offset:3px!important}.hoc-main-icon,.hoc-main-close{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important;z-index:2!important;transition:opacity .2s ease,transform .24s ease!important}.hoc-main-close{opacity:0!important;transform:rotate(-70deg) scale(.7)!important}.hoc-chat-widget.is-open .hoc-main-icon{opacity:0!important;transform:rotate(70deg) scale(.7)!important}.hoc-chat-widget.is-open .hoc-main-close{opacity:1!important;transform:none!important}.hoc-chat-main svg{width:var(--hoc-chat-symbol-size,29px)!important;height:var(--hoc-chat-symbol-size,29px)!important;display:block!important;fill:currentColor!important;color:inherit!important}.hoc-custom-main-icon{width:var(--hoc-chat-symbol-size,29px)!important;height:var(--hoc-chat-symbol-size,29px)!important;display:block!important;object-fit:contain!important;filter:none!important}.hoc-chat-widget.is-animated .hoc-chat-main:before,.hoc-chat-widget.is-animated .hoc-chat-main:after{content:""!important;position:absolute!important;inset:-6px!important;border-radius:999px!important;border:2px solid color-mix(in srgb,var(--hoc-chat-accent,#6b3a22) 42%,transparent)!important;pointer-events:none!important;animation:hocRing 2.4s infinite!important}.hoc-chat-widget.is-animated .hoc-chat-main:after{animation-delay:1.2s!important}@keyframes hocRing{0%{transform:scale(.82);opacity:0}28%{opacity:.9}100%{transform:scale(1.36);opacity:0}}
.hoc-chat-panel{position:absolute!important;bottom:calc(var(--hoc-chat-size,62px) + 14px)!important;width:330px!important;max-width:calc(100vw - 32px)!important;background:#fff!important;border:1px solid var(--hoc-chat-border)!important;border-radius:22px!important;box-shadow:var(--hoc-chat-shadow)!important;padding:0!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(14px) scale(.96)!important;transform-origin:bottom right!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important}.hoc-chat-left .hoc-chat-panel{left:0!important;transform-origin:bottom left!important}.hoc-chat-right .hoc-chat-panel{right:0!important}.hoc-chat-widget.is-open .hoc-chat-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.hoc-chat-title{padding:15px 15px 15px 17px!important;background:linear-gradient(135deg,var(--hoc-chat-cream),#fff)!important;color:var(--hoc-chat-text)!important;border-bottom:1px solid #eee5df!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;font-weight:700!important}.hoc-chat-title-left{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.hoc-chat-title-icon{width:32px!important;height:32px!important;border-radius:10px!important;display:grid!important;place-items:center!important;background:color-mix(in srgb,var(--hoc-chat-accent,#6b3a22) 10%,#fff)!important;color:var(--hoc-chat-accent,#6b3a22)!important;flex:0 0 32px!important}.hoc-chat-title-icon svg{width:18px!important;height:18px!important;fill:currentColor!important}.hoc-chat-close,.hoc-wechat-close{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;border:1px solid #eadfd7!important;border-radius:999px!important;background:#fff!important;color:var(--hoc-chat-accent,#6b3a22)!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(56,35,23,.06)!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;appearance:none!important;-webkit-appearance:none!important}.hoc-chat-close:hover,.hoc-wechat-close:hover{background:var(--hoc-chat-accent,#6b3a22)!important;color:#fff!important;transform:rotate(4deg)!important}.hoc-chat-close svg,.hoc-wechat-close svg{width:17px!important;height:17px!important;fill:currentColor!important}.hoc-chat-list{padding:10px!important;background:#fff!important}.hoc-channel{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:64px!important;border:1px solid transparent!important;background:#fff!important;border-radius:15px!important;padding:10px 11px!important;text-decoration:none!important;color:var(--hoc-chat-text)!important;text-align:left!important;cursor:pointer!important;transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;appearance:none!important;-webkit-appearance:none!important}.hoc-channel+.hoc-channel{margin-top:5px!important}.hoc-channel:hover{background:#fffaf7!important;border-color:#edddd1!important;box-shadow:0 5px 14px rgba(72,43,25,.06)!important;transform:translateX(2px)!important}.hoc-channel-icon{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:13px!important;display:grid!important;place-items:center!important}.hoc-channel-icon svg{width:25px!important;height:25px!important;display:block!important}.hoc-wa .hoc-channel-icon{background:#edfdf3!important}.hoc-wa .hoc-channel-icon svg{fill:#25D366!important}.hoc-msg .hoc-channel-icon{background:#eef6ff!important}.hoc-msg .hoc-channel-icon svg{fill:#168AFF!important}.hoc-tg .hoc-channel-icon{background:#eef9fe!important}.hoc-tg .hoc-channel-icon svg{fill:#229ED9!important}.hoc-wechat .hoc-channel-icon{background:#effcf5!important}.hoc-wechat .hoc-channel-icon svg{fill:#07C160!important}.hoc-channel>span:nth-child(2){display:flex!important;flex-direction:column!important;min-width:0!important;flex:1 1 auto!important}.hoc-channel strong{font-size:14.5px!important;line-height:1.2!important;color:var(--hoc-chat-text)!important;font-weight:700!important}.hoc-channel small{font-size:11.5px!important;color:var(--hoc-chat-muted)!important;margin-top:4px!important}.hoc-channel-arrow{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;color:#b5a69d!important;flex:0 0 24px!important;transition:transform .18s ease,color .18s ease!important}.hoc-channel-arrow svg{width:16px!important;height:16px!important;fill:currentColor!important}.hoc-channel:hover .hoc-channel-arrow{color:var(--hoc-chat-accent,#6b3a22)!important;transform:translateX(2px)!important}
.hoc-wechat-modal{position:fixed!important;inset:0!important;background:rgba(24,16,12,.48)!important;display:none!important;align-items:center!important;justify-content:center!important;padding:20px!important;z-index:1000000!important}.hoc-wechat-modal.is-open{display:flex!important}.hoc-wechat-modal>div{position:relative!important;width:min(360px,100%)!important;background:#fff!important;border-radius:18px!important;padding:24px!important;text-align:center!important;box-shadow:var(--hoc-chat-shadow)!important}.hoc-wechat-close{position:absolute!important;right:12px!important;top:12px!important}.hoc-wechat-content img{max-width:220px!important;height:auto!important;margin:12px auto!important;display:block!important}
.hoc-clh-form{border:1px solid #e7ded7;border-radius:16px;padding:24px;background:#fff;box-shadow:0 8px 26px rgba(55,35,23,.06);max-width:100%}.hoc-form-head h3{margin:0 0 6px;font-size:24px;color:#4a2e1f}.hoc-form-head p{margin:0 0 18px;color:#74675f}.hoc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hoc-field{display:flex;flex-direction:column;gap:6px}.hoc-field-full{grid-column:1/-1}.hoc-field label{font-size:13px;font-weight:600;color:#4e3425}.hoc-field label span{color:#b72d2d}.hoc-field input,.hoc-field select,.hoc-field textarea{width:100%;border:1px solid #d9d1cb;background:#fff;border-radius:8px;padding:12px 13px;min-height:46px;font:inherit;color:#3e312a;box-sizing:border-box}.hoc-field textarea{min-height:130px;resize:vertical}.hoc-field input:focus,.hoc-field select:focus,.hoc-field textarea:focus{outline:none;border-color:#a46f4a;box-shadow:0 0 0 3px rgba(164,111,74,.1)}.hoc-phone-wrap{display:grid;grid-template-columns:132px minmax(0,1fr);gap:8px}.hoc-country-code{font-size:13px}.hoc-submit,.hoc-quote-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#20a89d;color:#fff!important;font-weight:700;padding:12px 20px;cursor:pointer;text-decoration:none!important;margin-top:16px;min-height:46px}.hoc-submit:hover,.hoc-quote-button:hover{filter:brightness(.96)}.hoc-form-status{margin-top:10px;font-size:13px}.hoc-form-status.is-error{color:#b42318}.hoc-form-status.is-success{color:#16803b}.hoc-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}.hoc-turnstile{margin-top:14px}
@media(max-width:767px){.hoc-chat-widget{bottom:calc(var(--hoc-chat-mobile-bottom,18px) + env(safe-area-inset-bottom))!important}.hoc-chat-right{right:var(--hoc-chat-mobile-side,16px)!important}.hoc-chat-left{left:var(--hoc-chat-mobile-side,16px)!important}.hoc-chat-main{width:var(--hoc-chat-mobile-size,56px)!important;height:var(--hoc-chat-mobile-size,56px)!important;min-width:var(--hoc-chat-mobile-size,56px)!important;min-height:var(--hoc-chat-mobile-size,56px)!important}.hoc-chat-main svg{width:var(--hoc-chat-mobile-symbol-size,27px)!important;height:var(--hoc-chat-mobile-symbol-size,27px)!important}.hoc-custom-main-icon{width:var(--hoc-chat-mobile-symbol-size,27px)!important;height:var(--hoc-chat-mobile-symbol-size,27px)!important}.hoc-chat-panel{bottom:calc(var(--hoc-chat-mobile-size,56px) + 12px)!important;width:min(330px,calc(100vw - 24px))!important;max-height:min(72vh,560px)!important;overflow-y:auto!important;border-radius:19px!important}.hoc-chat-right .hoc-chat-panel{right:0!important}.hoc-chat-left .hoc-chat-panel{left:0!important}.hoc-chat-title{padding:13px 13px 13px 15px!important}.hoc-chat-list{padding:8px!important}.hoc-channel{min-height:60px!important;padding:9px 10px!important}.hoc-channel-icon{width:39px!important;height:39px!important;flex-basis:39px!important}.hoc-channel-icon svg{width:23px!important;height:23px!important}.hoc-channel strong{font-size:14px!important}.hoc-channel small{font-size:11px!important}.hoc-form-grid{grid-template-columns:1fr}.hoc-field-full{grid-column:auto}.hoc-phone-wrap{grid-template-columns:116px minmax(0,1fr)}.hoc-clh-form{padding:18px}.hoc-form-head h3{font-size:21px}}
@media(max-width:380px){.hoc-chat-panel{width:calc(100vw - 20px)!important}.hoc-channel-arrow{display:none!important}.hoc-phone-wrap{grid-template-columns:106px minmax(0,1fr)}.hoc-country-code{width:100%!important;padding-left:8px!important;padding-right:6px!important;font-size:12px!important}}

/* v1.0.2 — Flexible form widths, country flags and HOC submit button */
.hoc-form-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:16px 14px!important}.hoc-field{grid-column:span 6;min-width:0}.hoc-width-25{grid-column:span 3!important}.hoc-width-33{grid-column:span 4!important}.hoc-width-50{grid-column:span 6!important}.hoc-width-66{grid-column:span 8!important}.hoc-width-75{grid-column:span 9!important}.hoc-width-100{grid-column:1/-1!important}.hoc-field-full{grid-column:1/-1!important}
.hoc-phone-wrap{display:grid!important;grid-template-columns:118px minmax(150px,1fr)!important;gap:8px!important;align-items:stretch!important;min-width:0!important}.hoc-phone-wrap>.hoc-phone-input{min-width:0!important;width:100%!important}.hoc-country-picker{position:relative!important;min-width:0!important}.hoc-country-trigger{width:100%!important;height:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:9px 10px!important;border:1px solid #d9d1cb!important;border-radius:8px!important;background:#fff!important;color:#3e312a!important;font:inherit!important;cursor:pointer!important;box-shadow:none!important;text-transform:none!important}.hoc-country-trigger:hover,.hoc-country-picker.is-open .hoc-country-trigger{border-color:#a46f4a!important}.hoc-country-selected-flag,.hoc-country-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}.hoc-country-flag{width:24px!important;height:18px!important;object-fit:cover!important;border-radius:2px!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}.hoc-country-selected-code{font-weight:600!important;white-space:nowrap!important}.hoc-country-chevron{margin-left:auto!important;width:16px!important;height:16px!important;display:grid!important;place-items:center!important;color:#88786e!important}.hoc-country-chevron svg{width:16px!important;height:16px!important;fill:currentColor!important;transition:transform .18s ease!important}.hoc-country-picker.is-open .hoc-country-chevron svg{transform:rotate(180deg)!important}.hoc-country-menu{position:absolute!important;z-index:999999!important;left:0!important;top:calc(100% + 7px)!important;width:330px!important;max-width:min(330px,calc(100vw - 36px))!important;background:#fff!important;border:1px solid #e3d8d1!important;border-radius:12px!important;box-shadow:0 16px 38px rgba(56,35,23,.18)!important;padding:8px!important}.hoc-country-search-wrap{padding:2px 2px 8px!important}.hoc-country-search{width:100%!important;min-height:40px!important;padding:8px 10px!important;border:1px solid #ddd4ce!important;border-radius:8px!important;font-size:13px!important}.hoc-country-options{max-height:260px!important;overflow-y:auto!important;overscroll-behavior:contain!important}.hoc-country-option{width:100%!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;border:0!important;background:#fff!important;color:#3c2d25!important;border-radius:8px!important;padding:8px 9px!important;text-align:left!important;cursor:pointer!important;font:inherit!important;text-transform:none!important}.hoc-country-option:hover,.hoc-country-option.is-selected{background:#fff7f1!important}.hoc-country-name{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important}.hoc-country-dial{font-size:12px!important;color:#78675e!important;font-weight:600!important}.hoc-country-code,.hoc-country-iso{display:none!important}
.hoc-submit,.hoc-quote-button{background:linear-gradient(135deg,#6b3a22,#4e2918)!important;color:#fff!important;border:1px solid #5a301d!important;border-radius:9px!important;min-height:48px!important;padding:12px 20px!important;font-weight:700!important;letter-spacing:.01em!important;box-shadow:0 7px 18px rgba(78,41,24,.18)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.hoc-submit{display:flex!important;width:min(330px,100%)!important;gap:9px!important;margin-top:16px!important}.hoc-submit:hover,.hoc-quote-button:hover{filter:brightness(1.07)!important;transform:translateY(-1px)!important;box-shadow:0 10px 24px rgba(78,41,24,.24)!important}.hoc-submit:disabled{opacity:.68!important;cursor:wait!important;transform:none!important;filter:none!important}.hoc-submit-icon{width:21px!important;height:21px!important;display:grid!important;place-items:center!important;flex:0 0 21px!important}.hoc-submit-icon svg{width:20px!important;height:20px!important;display:block!important;fill:currentColor!important}
@media(max-width:767px){.hoc-width-25,.hoc-width-33,.hoc-width-50,.hoc-width-66,.hoc-width-75,.hoc-width-100,.hoc-field,.hoc-field-full{grid-column:1/-1!important}.hoc-phone-wrap{grid-template-columns:112px minmax(0,1fr)!important}.hoc-country-menu{width:min(320px,calc(100vw - 44px))!important}.hoc-submit{width:100%!important}.hoc-country-trigger{padding-left:9px!important;padding-right:8px!important}}
@media(max-width:380px){.hoc-phone-wrap{grid-template-columns:106px minmax(0,1fr)!important}.hoc-country-trigger{gap:6px!important}.hoc-country-flag{width:22px!important;height:16px!important}.hoc-country-selected-code{font-size:13px!important}}
