.hegq-root,.hegq-root *{box-sizing:border-box;font-family:'Quicksand',sans-serif!important;font-weight:700!important}.hegq-backdrop{position:fixed;inset:0;background:rgba(13,13,13,.48);z-index:999996;backdrop-filter:blur(6px)}.hegq-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(920px,92vw);max-height:88vh;overflow:auto;z-index:999997;background:#fff;border:2px solid #000;border-radius:24px;box-shadow:0 26px 70px rgba(0,0,0,.28);color:#0d0d0d}.hegq-close{position:absolute;right:16px;top:14px;z-index:3;width:38px;height:38px;border-radius:999px;border:2px solid rgba(13,13,13,.14);background:#fff;color:#0d0d0d;font-size:24px;line-height:1;cursor:pointer}.hegq-intro,.hegq-question,.hegq-loading,.hegq-result-head{padding:clamp(24px,4vw,42px);background:radial-gradient(640px 260px at 12% 12%,rgba(118,139,111,.18),transparent 60%),radial-gradient(580px 260px at 90% 80%,rgba(205,128,94,.15),transparent 60%),linear-gradient(135deg,#fffaf3 0%,#fff 50%,#f7f3eb 100%)}.hegq-intro h2,.hegq-question h2,.hegq-loading h2,.hegq-result-head h2{font-size:clamp(26px,3.2vw,44px);line-height:1.08;letter-spacing:-.04em;margin:0 0 10px;color:#0d0d0d}.hegq-sub,.hegq-result-head p,.hegq-loading p{margin:0;color:#475569;line-height:1.65;font-size:15px;max-width:78ch}.hegq-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;padding:8px 13px;border-radius:999px;border:2px solid rgba(13,13,13,.12);background:#fff;color:#4f6549;text-transform:uppercase;letter-spacing:.07em;font-size:12px;line-height:1;box-shadow:0 8px 18px rgba(13,13,13,.05)}.hegq-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hegq-accent2,#cd805e)}.hegq-kicker--noicon:before{display:none}.hegq-badges{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 22px}.hegq-badges span{padding:9px 12px;border-radius:999px;background:#fff;border:2px solid rgba(13,13,13,.10);color:#101018;font-size:13px}.hegq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:2px solid #000;border-radius:999px;background:linear-gradient(135deg,var(--hegq-accent,#768b6f),#4f6549);color:#fff!important;text-decoration:none!important;box-shadow:0 12px 24px rgba(79,101,73,.22);cursor:pointer;font-size:14px;transition:.16s ease}.hegq-btn:hover{transform:translateY(-1px);filter:saturate(1.08)}.hegq-btn:disabled{opacity:.45;cursor:not-allowed}.hegq-link{border:0;background:transparent;color:#64748b;text-decoration:underline;cursor:pointer;margin-left:12px}.hegq-progress{height:8px;background:#eee;overflow:hidden;border-radius:22px 22px 0 0}.hegq-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--hegq-accent,#768b6f),var(--hegq-accent2,#cd805e),#daa650);transition:width .2s ease}.hegq-answers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.hegq-answer{border:2px solid rgba(13,13,13,.11);background:#fff;border-radius:18px;padding:16px;text-align:left;cursor:pointer;transition:all .15s ease;box-shadow:0 10px 22px rgba(13,13,13,.045);position:relative;overflow:hidden}.hegq-answer:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--hegq-accent,#768b6f),var(--hegq-accent2,#cd805e));opacity:.55}.hegq-answer:hover{border-color:#000;transform:translateY(-1px);box-shadow:0 14px 30px rgba(79,101,73,.14)}.hegq-answer span{display:block;color:#101018;font-size:15px;margin-bottom:6px}.hegq-answer small{display:block;color:#64748b;line-height:1.45;font-weight:600!important}.hegq-actions{display:flex;align-items:center;gap:10px;margin-top:18px}.hegq-floating{position:fixed;right:18px;bottom:18px;z-index:999997;border:2px solid #000;border-radius:999px;padding:12px 15px;background:linear-gradient(135deg,#0d0d0d,#4f6549);color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.24);cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:.18s ease}.hegq-floating.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.hegq-floating span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;margin-right:7px;border-radius:999px;background:rgba(255,255,255,.16)}.hegq-spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(118,139,111,.18);border-top-color:var(--hegq-accent,#768b6f);animation:hegqSpin .8s linear infinite;margin-bottom:14px}@keyframes hegqSpin{to{transform:rotate(360deg)}}.hegq-result-head{padding-bottom:12px}.hegq-section-title{padding:0 clamp(24px,4vw,42px);margin-top:16px}.hegq-section-title h3{margin:0 0 4px;font-size:19px;color:#101018}.hegq-section-title p{margin:0;color:#64748b;font-size:14px}.hegq-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px clamp(24px,4vw,42px) 4px}.hegq-product{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;border:2px solid rgba(13,13,13,.10);border-radius:18px;text-decoration:none!important;background:#fff;color:#101018!important;overflow:hidden;padding:10px;box-shadow:0 10px 20px rgba(13,13,13,.045)}.hegq-product:hover{border-color:#000}.hegq-product img{width:92px;height:92px;object-fit:cover;border-radius:14px;background:#f7f7f8}.hegq-product em,.hegq-guide em{font-style:normal;color:#cd805e;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.hegq-product h3,.hegq-guide h3{margin:4px 0;font-size:14px;line-height:1.25;color:#101018}.hegq-product p{margin:0;color:#111;font-size:14px}.hegq-product small,.hegq-guide small{display:block;color:#64748b;line-height:1.35;margin-top:4px;font-weight:600!important}.hegq-guides{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px clamp(24px,4vw,42px) 0}.hegq-guide{display:block;text-decoration:none!important;color:#101018!important;border:2px solid rgba(118,139,111,.16);border-radius:18px;background:linear-gradient(180deg,#fff,#fffaf3);padding:14px;box-shadow:0 10px 20px rgba(13,13,13,.045)}.hegq-guide:hover{border-color:#000}.hegq-guide p{margin:4px 0;color:#475569;font-size:13px;line-height:1.45;font-weight:600!important}.hegq-guide-icon{margin-right:5px}.hegq-result-actions{padding:14px clamp(24px,4vw,42px) clamp(24px,4vw,38px)}.hegq-inline-launch{display:inline-flex;align-items:center;justify-content:center;border:2px solid #000;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,var(--hegq-dark,#0d0d0d),var(--hegq-accent,#768b6f));color:#fff;box-shadow:0 12px 24px rgba(79,101,73,.22);cursor:pointer}.hegq-inline-launch:hover{filter:saturate(1.08);transform:translateY(-1px)}@media(max-width:760px){.hegq-modal{width:94vw;max-height:88vh;border-radius:20px}.hegq-answers,.hegq-products,.hegq-guides{grid-template-columns:1fr}.hegq-intro h2,.hegq-question h2,.hegq-loading h2,.hegq-result-head h2{margin-right:38px}.hegq-product{grid-template-columns:78px 1fr}.hegq-product img{width:78px;height:78px}.hegq-link{margin-left:0}.hegq-actions{flex-wrap:wrap}.hegq-actions .hegq-btn{width:100%}.hegq-floating{right:12px;bottom:12px}.hegq-intro,.hegq-question,.hegq-loading,.hegq-result-head{padding:24px 18px}}
