.amhp-root,
.amhp-root *{box-sizing:border-box;font-family:'Quicksand',Arial,sans-serif!important;font-weight:700!important}
.amhp-root{position:relative;z-index:999990}
.amhp-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:999990;pointer-events:auto}
.amhp-modal{--amhp-accent:#008ddc;--amhp-dark:#050505;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(94vw,980px);max-height:90vh;overflow:auto;background:#fff;border:2px solid #050505;border-radius:26px;box-shadow:0 28px 90px rgba(0,0,0,.42);z-index:999991;color:#111;pointer-events:auto}
.amhp-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:7px;background:var(--amhp-accent);z-index:1}
.amhp-close{position:absolute;right:16px;top:15px;width:40px;height:40px;border:2px solid #e8eef2;border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer;z-index:6;display:flex;align-items:center;justify-content:center}
.amhp-close:hover{border-color:var(--amhp-accent);color:var(--amhp-accent)}
.amhp-intro,.amhp-question,.amhp-loading,.amhp-result-head{padding:38px 42px;position:relative;z-index:2}
.amhp-iconBox{width:64px;height:64px;border-radius:20px;background:var(--amhp-dark);color:var(--amhp-accent);display:flex;align-items:center;justify-content:center;margin:0 0 16px;border:2px solid var(--amhp-dark)}
.amhp-iconBox svg{width:34px;height:34px;fill:currentColor;display:block}
.amhp-kicker{margin:0 0 8px!important;color:var(--amhp-accent);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.12em}
.amhp-modal h2{margin:0 0 12px!important;color:#111;font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1px;max-width:780px}
.amhp-sub,.amhp-loading p,.amhp-result-head p{margin:0!important;color:#444;font-size:15.5px;line-height:1.7;max-width:760px}
.amhp-badges{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 24px}
.amhp-badges span{display:inline-flex;align-items:center;justify-content:center;border:1px solid #dceaf2;background:#f3faff;color:#111;border-radius:999px;padding:8px 12px;font-size:12px;line-height:1}
.amhp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}
.amhp-actions--intro{justify-content:flex-start;flex-wrap:wrap}
.amhp-btn,.amhp-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border-radius:999px;font-size:14px;line-height:1;text-decoration:none!important;cursor:pointer;transition:.16s ease}
.amhp-btn{border:2px solid var(--amhp-accent);background:var(--amhp-accent);color:#fff!important}
.amhp-btn:hover{background:var(--amhp-dark);border-color:var(--amhp-dark);color:#fff!important;transform:translateY(-1px)}
.amhp-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.amhp-link{border:2px solid #dceaf2;background:#fff;color:#111!important}
.amhp-link:hover{border-color:var(--amhp-accent);color:var(--amhp-accent)!important}
.amhp-link--anchor{background:#fff!important}
.amhp-progress{height:7px;background:#e8eef2;border-radius:999px;margin:26px 42px 0;overflow:hidden;position:relative;z-index:2}
.amhp-progress span{display:block;height:100%;background:var(--amhp-accent);border-radius:999px;transition:width .22s ease}
.amhp-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.amhp-answer{text-align:left;border:2px solid #dceaf2;background:#fff;border-radius:18px;padding:16px;cursor:pointer;color:#111;transition:.16s ease;min-height:94px}
.amhp-answer:hover{border-color:var(--amhp-accent);background:#f3faff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,141,220,.10)}
.amhp-answer span{display:block;font-size:15px;line-height:1.32;color:#111}
.amhp-answer small{display:block;color:#555;font-size:12.5px;line-height:1.4;margin-top:7px}
.amhp-loading{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:260px}
.amhp-spinner{width:52px;height:52px;border-radius:50%;border:5px solid #e8eef2;border-top-color:var(--amhp-accent);animation:amhpSpin 1s linear infinite;margin-bottom:18px}@keyframes amhpSpin{to{transform:rotate(360deg)}}
.amhp-result-head{padding:34px 38px 18px;background:#f8fcff;border-bottom:1px solid #dceaf2}
.amhp-result-head h2{font-size:clamp(28px,3.6vw,42px);max-width:850px}
.amhp-section-title{padding:22px 38px 10px;position:relative;z-index:2}
.amhp-section-title h3{margin:0 0 4px!important;color:#111;font-size:22px;line-height:1.22;letter-spacing:-.4px}
.amhp-section-title p{margin:0!important;color:#555;font-size:13.5px;line-height:1.45}
.amhp-products{padding:0 38px 8px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;z-index:2}
.amhp-product{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #dceaf2;border-radius:18px;text-decoration:none!important;color:#111!important;transition:.16s ease;min-height:118px}
.amhp-product:hover{border-color:var(--amhp-accent);transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,141,220,.10);color:#111!important}
.amhp-product img,.amhp-product__placeholder{width:82px;height:82px;flex:0 0 82px;object-fit:contain;border-radius:14px;background:#fff;border:1px solid #edf3f7;display:flex;align-items:center;justify-content:center;padding:7px}
.amhp-product__placeholder svg{width:30px;height:30px;fill:var(--amhp-accent)}
.amhp-product em,.amhp-guide em{display:inline-flex;align-items:center;gap:5px;font-style:normal;font-size:10.5px;line-height:1;background:#f3faff;color:var(--amhp-accent);border:1px solid #dceaf2;padding:5px 8px;border-radius:999px;margin:0 0 7px}
.amhp-product h3{margin:0 0 5px!important;color:#111;font-size:13.5px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amhp-product p{margin:0 0 4px!important;color:var(--amhp-accent);font-size:13px;line-height:1.25}
.amhp-product small{display:block;color:#555;font-size:11.5px;line-height:1.35}
.amhp-guides-title{padding-top:14px}
.amhp-guides{padding:0 38px 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;z-index:2}
.amhp-guide{display:block;background:#fff;border:2px solid #dceaf2;border-radius:18px;padding:16px;text-decoration:none!important;color:#111!important;transition:.16s ease}
.amhp-guide:hover{border-color:var(--amhp-accent);transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,141,220,.10);color:#111!important}
.amhp-guide em span{display:inline-flex;width:13px;height:13px;color:var(--amhp-accent)}
.amhp-guide em svg{width:13px;height:13px;fill:currentColor;display:block}
.amhp-guide h3{margin:0 0 6px!important;color:#111;font-size:15px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amhp-guide p{margin:0 0 6px!important;color:#444;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amhp-guide small{display:block;color:#666;font-size:12px;line-height:1.35}
.amhp-result-actions{padding:0 38px 34px;margin-top:10px;justify-content:flex-start;flex-wrap:wrap}
.amhp-floating{position:fixed;right:22px;bottom:48px;z-index:999989;border:none;border-radius:999px;background:var(--amhp-dark,#050505);color:#fff;padding:12px 17px;font-size:14px;line-height:1;box-shadow:0 16px 38px rgba(0,0,0,.30);cursor:pointer;pointer-events:auto;display:none;align-items:center;justify-content:center;gap:8px;border:2px solid rgba(255,255,255,.16)}
.amhp-floating.is-visible{display:flex}
.amhp-floating:hover{background:var(--amhp-accent,#008ddc);color:#fff;transform:translateY(-1px)}
.amhp-floating__icon{width:28px;height:28px;border-radius:50%;background:#008ddc;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 28px}
.amhp-floating:hover .amhp-floating__icon{background:#fff;color:#008ddc}
.amhp-floating__icon svg{width:17px;height:17px;fill:currentColor;display:block}.amhp-floating__text{white-space:nowrap}
@media(max-width:760px){.amhp-modal{width:92vw;border-radius:22px}.amhp-intro,.amhp-question,.amhp-loading{padding:30px 22px}.amhp-result-head{padding:28px 22px 16px}.amhp-progress{margin:24px 22px 0}.amhp-modal h2{font-size:28px}.amhp-sub,.amhp-loading p,.amhp-result-head p{font-size:14px;line-height:1.6}.amhp-answers,.amhp-products,.amhp-guides{grid-template-columns:1fr}.amhp-products,.amhp-guides{padding-left:22px;padding-right:22px}.amhp-section-title{padding-left:22px;padding-right:22px}.amhp-actions{flex-direction:column;align-items:stretch}.amhp-actions--intro{align-items:stretch}.amhp-btn,.amhp-link{width:100%}.amhp-product{min-height:auto}.amhp-product img,.amhp-product__placeholder{width:70px;height:70px;flex-basis:70px}.amhp-result-actions{padding-left:22px;padding-right:22px;padding-bottom:28px}.amhp-floating{right:14px;bottom:44px;padding:11px 14px;font-size:13px}.amhp-floating__icon{width:26px;height:26px;flex-basis:26px}.amhp-floating__icon svg{width:16px;height:16px}}
@media(max-width:420px){.amhp-floating{left:14px;right:14px;width:auto}.amhp-product{align-items:flex-start}.amhp-product img,.amhp-product__placeholder{width:64px;height:64px;flex-basis:64px}}
