/* Huikete v3.74 unified inquiry modal. Clean country picker, stable body lock and email-only form. */
.huikete-unified-inquiry-modal[hidden]{display:none!important}
.huikete-unified-inquiry-modal{position:fixed;inset:0;z-index:99998;display:block}
.huikete-unified-inquiry-modal__backdrop{position:absolute;inset:0;background:rgba(10,18,32,.46);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.huikete-unified-inquiry-modal__dialog{position:absolute;left:50%;top:50%;width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 38px);overflow:hidden;background:#fff;border:1px solid #d7e1ee;border-radius:10px;box-shadow:0 28px 70px rgba(16,35,79,.24);transform:translate(-50%,-50%);display:flex;flex-direction:column}
.huikete-unified-inquiry-modal__dialog.is-dragging{user-select:none;cursor:grabbing}.huikete-unified-inquiry-modal__bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#10234f,#173785);color:#fff;cursor:move}.huikete-unified-inquiry-modal__bar h2{margin:0;color:#fff;font-size:20px;line-height:1.2}.huikete-unified-inquiry-modal__bar p{margin:4px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.45}.huikete-unified-inquiry-modal__close{width:34px;height:34px;border:1px solid rgba(255,255,255,.34);border-radius:7px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;line-height:1;cursor:pointer}.huikete-unified-inquiry-modal__close:hover{background:rgba(255,255,255,.16)}
.huikete-unified-inquiry-modal__body{padding:18px;overflow:auto}.huikete-unified-inquiry-modal__feedback{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:13px}.huikete-unified-inquiry-modal__feedback.is-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.huikete-unified-inquiry-modal__feedback.is-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.huikete-simple-inquiry-form{margin:0}.huikete-simple-inquiry-form__intro h3{margin:0 0 6px;color:#10234f;font-size:22px;line-height:1.24}.huikete-simple-inquiry-form__intro p{margin:0 0 14px;color:#5c6d86;font-size:14px;line-height:1.58}.huikete-simple-inquiry-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.huikete-simple-inquiry-form label{display:flex;flex-direction:column;gap:6px;margin:0;color:#10234f;font-weight:650;font-size:13px}.huikete-simple-inquiry-form label span em{font-style:normal;color:#fe6407}.huikete-simple-inquiry-form__full{grid-column:1/-1}.huikete-simple-inquiry-form input,.huikete-simple-inquiry-form textarea{width:100%;border:1px solid #d4deeb;border-radius:7px;background:#fff;color:#10234f;font-size:14px;line-height:1.45;padding:11px 12px;outline:none;box-shadow:none}.huikete-simple-inquiry-form textarea{min-height:118px;resize:vertical}.huikete-simple-inquiry-form input:focus,.huikete-simple-inquiry-form textarea:focus{border-color:#173785;box-shadow:0 0 0 3px rgba(23,55,133,.10)}.huikete-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.huikete-simple-inquiry-form__submit{width:100%;margin-top:14px;border:0;border-radius:7px;background:#fe6407;color:#fff;min-height:46px;font-weight:800;font-size:15px;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.huikete-simple-inquiry-form__submit:hover{transform:translateY(-1px);background:#e95800;box-shadow:0 12px 22px rgba(254,100,7,.20)}.huikete-simple-inquiry-form__submit:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}
.huikete-simple-inquiry-form__phone-row{display:grid!important;grid-template-columns:minmax(128px,155px) 1fr;gap:12px;align-items:end}.huikete-country-picker{position:relative;width:100%}.huikete-country-picker__trigger{width:100%;min-height:44px;border:1px solid #d4deeb;border-radius:7px;background:#fff;color:#10234f;display:flex;align-items:center;gap:8px;padding:0 10px;cursor:pointer}.huikete-country-picker__trigger:focus{border-color:#173785;box-shadow:0 0 0 3px rgba(23,55,133,.10);outline:none}.huikete-country-picker__flag{display:inline-flex;width:26px;height:18px;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px rgba(15,23,42,.10);background:#fff;align-items:center;justify-content:center;font-size:18px;line-height:1}.huikete-country-picker__current-dial{font-weight:760;white-space:nowrap}.huikete-country-picker__chevron{margin-left:auto;display:inline-flex}.huikete-country-picker__chevron svg{width:12px;height:12px}.huikete-country-picker__panel{position:absolute;z-index:100020;top:calc(100% + 6px);left:0;width:min(360px,calc(100vw - 42px));max-height:300px;background:#fff;color:#111827;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 18px 48px rgba(15,23,42,.2);overflow:hidden}.huikete-country-picker__search-wrap{padding:8px;border-bottom:1px solid #e5e7eb}.huikete-country-picker__search{width:100%;min-height:38px}.huikete-country-picker__list{max-height:240px;overflow:auto}.huikete-country-picker__group strong{display:block;padding:8px 12px 4px;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.huikete-country-picker__option{width:100%;display:flex;align-items:center;gap:10px;padding:8px 12px;border:0;background:transparent;text-align:left;cursor:pointer}.huikete-country-picker__option:hover,.huikete-country-picker__option.is-selected{background:#f1f5fb}.huikete-country-picker__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.huikete-country-picker__dial{color:#64748b;font-weight:650}.huikete-country-picker__empty{padding:12px;color:#64748b;font-size:13px}
html.huikete-inquiry-modal-open{scrollbar-gutter:stable;overflow-y:scroll}
body.huikete-inquiry-modal-open{overflow:hidden}
@media(max-width:760px){.huikete-unified-inquiry-modal__dialog{width:calc(100vw - 22px);max-height:calc(100vh - 28px);border-radius:9px}.huikete-unified-inquiry-modal__bar{cursor:default}.huikete-unified-inquiry-modal__body{padding:15px}.huikete-simple-inquiry-form__grid{grid-template-columns:1fr}.huikete-simple-inquiry-form__phone-row{grid-template-columns:1fr}.huikete-country-picker__panel{width:calc(100vw - 44px)}}


/* v3.113 country picker: self-drawn external SVG flags, not emoji and not inline SVG dump. */
.huikete-country-picker__flag,.huikete-country-picker__current-flag{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:21px;border-radius:4px;border:1px solid #cfd9e6;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);overflow:hidden}
.huikete-country-picker__flag--drawn,.huikete-country-picker__current-flag--drawn{padding:0!important;background:#fff!important}
.huikete-country-picker__flag--drawn img,.huikete-country-picker__current-flag--drawn img{display:block;width:100%;height:100%;object-fit:cover}
.huikete-country-picker__flag--badge{position:relative;padding:0 6px;color:#173785;font-size:10px;font-weight:900;line-height:1;letter-spacing:.04em;background:linear-gradient(135deg,#f8fafc 0%,#f8fafc 48%,#e8eef6 49%,#e8eef6 100%)}
.huikete-country-picker__flag--badge:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#fe6407;opacity:.9}.huikete-country-picker__flag--badge:after{content:"";position:absolute;right:4px;top:4px;width:4px;height:4px;border-radius:50%;background:#173785;opacity:.2}.huikete-country-picker__flag--badge span{z-index:1}
.huikete-country-picker__current-flag:empty{display:none}
.huikete-country-picker__option .huikete-country-picker__flag--badge{min-width:38px;background:linear-gradient(135deg,#fff 0%,#fff 48%,#eef3f9 49%,#eef3f9 100%)}
.huikete-country-picker__group strong{letter-spacing:.06em;color:#718096}
.huikete-country-picker__option.is-selected .huikete-country-picker__flag,.huikete-country-picker__option:hover .huikete-country-picker__flag{border-color:#aebed4}
