.lhh-wrap,.lhh-modal,.lhh-embedded{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.lhh-wrap *,.lhh-modal *,.lhh-embedded *{box-sizing:border-box}
.lhh-wrap{z-index:var(--lhh-z);display:flex;gap:var(--lhh-gap);margin:0;padding:8px;color:var(--lhh-text)}
.lhh-floating{position:fixed;bottom:var(--lhh-dynamic-bottom,var(--lhh-desktop-y));transition:bottom .2s ease}
.lhh-floating.lhh-pos-right{right:var(--lhh-desktop-x)}
.lhh-floating.lhh-pos-left{left:var(--lhh-desktop-x)}
.lhh-inline{position:relative;display:inline-flex;flex-direction:row;width:auto}

.lhh-desktop-dock{flex-direction:row;align-items:center}
.lhh-desktop-stack{flex-direction:column;align-items:flex-end}
.lhh-pos-left.lhh-desktop-stack{align-items:flex-start}

.lhh-panel-glass{background:rgba(var(--lhh-surface-rgb),var(--lhh-panel-opacity));border:1px solid rgba(255,255,255,.82);border-radius:18px;-webkit-backdrop-filter:blur(var(--lhh-panel-blur));backdrop-filter:blur(var(--lhh-panel-blur))}
.lhh-panel-solid{background:rgba(var(--lhh-surface-rgb),var(--lhh-panel-opacity));border:1px solid rgba(25,29,35,.1);border-radius:18px}
.lhh-panel-none{padding:0;background:transparent;border:0}
.lhh-shadow-none{box-shadow:none}.lhh-shadow-soft{box-shadow:0 7px 22px rgba(18,23,31,.1)}.lhh-shadow-medium{box-shadow:0 12px 36px rgba(18,23,31,.16)}.lhh-shadow-strong{box-shadow:0 18px 50px rgba(18,23,31,.24),0 3px 10px rgba(18,23,31,.11)}

.lhh-button{--lhh-channel-bg:var(--lhh-primary);position:relative;min-height:var(--lhh-size);border:0;border-radius:var(--lhh-radius);display:flex;align-items:center;justify-content:center;gap:8px;background:var(--lhh-channel-bg);color:var(--lhh-icon)!important;text-decoration:none!important;font-size:13px;font-weight:750;line-height:1;white-space:nowrap;box-shadow:0 3px 10px rgba(25,29,35,.12);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.lhh-desktop-dock .lhh-button{height:var(--lhh-size);padding:0 14px}
.lhh-desktop-stack .lhh-button{width:var(--lhh-size);height:var(--lhh-size);padding:0}
.lhh-button:hover,.lhh-button:focus-visible{transform:translateY(-2px);filter:brightness(.94);box-shadow:0 8px 20px rgba(25,29,35,.2);outline:3px solid rgba(234,170,20,.24);outline-offset:2px}
.lhh-wrap:not(.lhh-channel-colors) .lhh-button:hover,.lhh-wrap:not(.lhh-channel-colors) .lhh-button:focus-visible{background:var(--lhh-hover)}
.lhh-icon{display:grid;place-items:center;width:21px;height:21px;flex:0 0 21px;color:inherit}
.lhh-icon svg{display:block;width:100%;height:100%}
.lhh-label{display:block;color:inherit}
.lhh-label-never .lhh-label{display:none}

.lhh-channel-colors .lhh-channel-phone{--lhh-channel-bg:#16A35A}
.lhh-channel-colors .lhh-channel-zalo{--lhh-channel-bg:#0877E8}
.lhh-channel-colors .lhh-channel-messenger{--lhh-channel-bg:#7555F5}
.lhh-channel-colors .lhh-channel-map{--lhh-channel-bg:#EA4335}
.lhh-channel-colors .lhh-channel-email{--lhh-channel-bg:#4E5969}
.lhh-channel-colors .lhh-channel-form{--lhh-channel-bg:var(--lhh-primary)}

.lhh-desktop-stack .lhh-label{position:absolute;top:50%;padding:8px 10px;border-radius:9px;background:#171A20;color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.18);opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .16s ease,transform .16s ease}
.lhh-desktop-stack.lhh-pos-right .lhh-label{right:calc(100% + 11px);transform:translate(-4px,-50%)}
.lhh-desktop-stack.lhh-pos-left .lhh-label{left:calc(100% + 11px);transform:translate(4px,-50%)}
.lhh-desktop-stack .lhh-button:hover .lhh-label,.lhh-desktop-stack.lhh-label-always .lhh-label{opacity:1;transform:translate(0,-50%)}
.lhh-desktop-stack.lhh-label-never .lhh-label{display:none}

.lhh-anim-pulse .lhh-button:first-child{animation:lhhPulse 2.5s infinite}
.lhh-anim-float{animation:lhhFloat 3.2s ease-in-out infinite}
@keyframes lhhPulse{0%,100%{box-shadow:0 3px 10px rgba(25,29,35,.12),0 0 0 0 rgba(22,163,90,.35)}65%{box-shadow:0 3px 10px rgba(25,29,35,.12),0 0 0 13px rgba(22,163,90,0)}}
@keyframes lhhFloat{50%{transform:translateY(-5px)}}

.lhh-modal[hidden]{display:none}
.lhh-modal{position:fixed;inset:0;z-index:calc(var(--lhh-z) + 9);display:grid;place-items:center;padding:16px}
.lhh-backdrop{position:absolute;inset:0;background:rgba(12,16,22,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.lhh-dialog{position:relative;width:min(100%,470px);max-height:calc(100dvh - 32px);overflow:auto;overscroll-behavior:contain;background:#fff;border:1px solid rgba(20,25,35,.08);border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.3);padding:25px}
.lhh-close{position:absolute;z-index:2;right:13px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#F1F3F5;color:#454B54;font-size:25px;line-height:1;cursor:pointer;transition:.16s}
.lhh-close:hover{background:#E8EBEF;transform:rotate(4deg)}
.lhh-form-head{display:flex;gap:13px;padding-right:35px;margin-bottom:20px}
.lhh-form-mark{width:44px;height:44px;flex:0 0 44px;border-radius:13px;background:#FFF5D8;color:var(--lhh-primary);display:grid;place-items:center}
.lhh-form-mark svg{width:23px;height:23px}
.lhh-form-head h3{margin:0 0 5px;font-size:21px;line-height:1.25;color:#171A20}
.lhh-form-head p{margin:0;color:#69717D;font-size:13px;line-height:1.5}
.lhh-field{margin-bottom:13px}
.lhh-field label{display:block;margin-bottom:6px;color:#333942;font-weight:700;font-size:13px}
.lhh-field label b{color:#D93434}
.lhh-field input,.lhh-field textarea{display:block;width:100%;border:1px solid #DFE3E8!important;background:#fff!important;color:#20242B!important;border-radius:11px!important;padding:11px 12px!important;font:inherit!important;font-size:14px!important;line-height:1.4!important;box-shadow:none!important;outline:none!important}
.lhh-field textarea{resize:vertical;min-height:82px}
.lhh-field input:focus,.lhh-field textarea:focus{border-color:var(--lhh-primary)!important;box-shadow:0 0 0 3px rgba(234,170,20,.15)!important}
.lhh-consent{display:flex;align-items:flex-start;gap:8px;margin:4px 0 14px;color:#646C77;font-size:12px;line-height:1.45}
.lhh-consent input{width:15px;height:15px;margin:2px 0 0;flex:0 0 15px;accent-color:var(--lhh-primary)}
.lhh-consent a{color:inherit;text-decoration:underline}
.lhh-submit{width:100%;min-height:46px;border:0;border-radius:12px;background:var(--lhh-primary);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;transition:.18s}
.lhh-submit:hover{background:var(--lhh-hover);transform:translateY(-1px)}
.lhh-submit:disabled{opacity:.7;cursor:wait}
.lhh-spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:lhhSpin .7s linear infinite}
.is-loading .lhh-spinner{display:block}@keyframes lhhSpin{to{transform:rotate(360deg)}}
.lhh-feedback{min-height:18px;font-size:13px;margin-top:10px;text-align:center}.lhh-feedback.is-success{color:#087A42}.lhh-feedback.is-error{color:#C12C2C}
.lhh-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.lhh-embedded{max-width:620px}.lhh-embedded .lhh-form-shell{background:#fff;border:1px solid #E6E8EC;border-radius:20px;padding:22px;box-shadow:0 12px 40px rgba(20,25,35,.07)}
body.lhh-modal-open{overflow:hidden}

@media (min-width:768px) and (max-width:1023px){
  .lhh-button{min-height:var(--lhh-tablet-size)}
  .lhh-desktop-dock .lhh-button{height:var(--lhh-tablet-size);padding:0 12px}
  .lhh-desktop-stack .lhh-button{width:var(--lhh-tablet-size);height:var(--lhh-tablet-size)}
  .lhh-floating{bottom:var(--lhh-dynamic-bottom,var(--lhh-tablet-y))}
  .lhh-floating.lhh-pos-right{right:var(--lhh-tablet-x)}.lhh-floating.lhh-pos-left{left:var(--lhh-tablet-x)}
}

@media (max-width:767px){
  .lhh-hide-mobile{display:none!important}
  .lhh-floating{bottom:var(--lhh-dynamic-bottom,max(var(--lhh-mobile-y),env(safe-area-inset-bottom)));max-width:calc(100vw - (var(--lhh-mobile-x) * 2))}
  .lhh-floating.lhh-pos-right{right:max(var(--lhh-mobile-x),env(safe-area-inset-right))}.lhh-floating.lhh-pos-left{left:max(var(--lhh-mobile-x),env(safe-area-inset-left))}
  .lhh-mobile-dock{width:min(460px,calc(100vw - (var(--lhh-mobile-x) * 2)));display:flex;flex-direction:row;align-items:stretch;justify-content:space-around;padding:6px;gap:2px;border-radius:18px}
  .lhh-mobile-dock .lhh-button{min-width:0;width:auto;height:auto;min-height:55px;flex:1 1 0;flex-direction:column;gap:4px;padding:5px 3px;border-radius:13px;background:transparent!important;color:var(--lhh-text)!important;box-shadow:none;filter:none}
  .lhh-mobile-dock .lhh-icon{width:var(--lhh-mobile-size);height:var(--lhh-mobile-size);max-width:34px;max-height:34px;padding:7px;border-radius:11px;background:var(--lhh-channel-bg);color:#fff}
  .lhh-mobile-dock .lhh-label{position:static;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:var(--lhh-text);font-size:10px;font-weight:750;line-height:1.1;opacity:1;transform:none}
  .lhh-mobile-dock.lhh-label-never .lhh-label{display:none}
  .lhh-mobile-dock .lhh-button:hover,.lhh-mobile-dock .lhh-button:focus-visible{transform:none;background:#F5F6F8!important;outline:0;box-shadow:none}
  .lhh-mobile-stack{width:auto;display:flex;flex-direction:column;align-items:flex-end;padding:7px;gap:7px}
  .lhh-pos-left.lhh-mobile-stack{align-items:flex-start}
  .lhh-mobile-stack .lhh-button{width:var(--lhh-mobile-size);height:var(--lhh-mobile-size);min-height:var(--lhh-mobile-size);padding:0}
  .lhh-mobile-stack .lhh-label{display:none}
  .lhh-dialog{align-self:end;width:100%;max-height:calc(100dvh - 12px);padding:22px 17px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}
  .lhh-modal{padding:12px 0 0;place-items:end center}
  .lhh-form-head h3{font-size:19px}
}

@media (min-width:768px){.lhh-hide-desktop{display:none!important}.lhh-label-desktop.lhh-desktop-dock .lhh-label{display:block}}
@media (prefers-reduced-motion:reduce){.lhh-wrap,.lhh-button,.lhh-label,.lhh-spinner{animation:none!important;transition:none!important}}
