.egvq-root,.egvq-root *{box-sizing:border-box;font-family:'Quicksand',sans-serif!important;font-weight:700!important}.egvq-backdrop{position:fixed;inset:0;background:rgba(4,4,8,.62);backdrop-filter:blur(8px);z-index:999998}.egvq-modal{--egvq-accent:#7b00ff;--egvq-dark:#08080d;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(940px,92vw);max-height:86vh;overflow:auto;background:#fff;border-radius:24px;z-index:999999;box-shadow:0 30px 80px rgba(0,0,0,.34);border:1px solid rgba(123,0,255,.22)}.egvq-modal:before{content:"";position:absolute;inset:0 0 auto 0;height:7px;background:linear-gradient(90deg,var(--egvq-dark),var(--egvq-accent),#a855f7,var(--egvq-dark));z-index:2}.egvq-close{position:absolute;right:14px;top:13px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(8,8,13,.08);color:#101018;font-size:24px;line-height:1;cursor:pointer;z-index:5}.egvq-intro,.egvq-question,.egvq-loading,.egvq-result-head{padding:clamp(24px,4vw,42px);position:relative;overflow:hidden}.egvq-intro:after,.egvq-question:after,.egvq-loading:after{content:"";position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(123,0,255,.18),transparent 64%);pointer-events:none}.egvq-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:8px 12px;border-radius:999px;background:rgba(123,0,255,.10);color:#5b21b6;border:1px solid rgba(123,0,255,.16);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.egvq-kicker:not(.egvq-kicker--noicon):before{content:"";width:8px;height:8px;border-radius:50%;background:var(--egvq-accent);box-shadow:0 0 12px rgba(123,0,255,.7)}.egvq-intro h2,.egvq-question h2,.egvq-loading h2,.egvq-result-head h2{margin:0 42px 12px 0;color:#101018;font-size:clamp(26px,3.4vw,42px);line-height:1.08;letter-spacing:-.04em}.egvq-sub,.egvq-loading p,.egvq-result-head p{margin:0;color:#4b5563;font-size:16px;line-height:1.65;max-width:72ch}.egvq-badges{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 22px}.egvq-badges span{padding:9px 12px;border-radius:999px;background:#f7f2ff;border:1px solid rgba(123,0,255,.14);color:#101018;font-size:13px}.egvq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--egvq-accent),#a855f7);color:#fff!important;text-decoration:none!important;box-shadow:0 12px 26px rgba(123,0,255,.28);cursor:pointer;font-size:14px}.egvq-btn:disabled{opacity:.45;cursor:not-allowed}.egvq-link{border:0;background:transparent;color:#6b7280;text-decoration:underline;cursor:pointer;margin-left:12px}.egvq-progress{height:7px;background:#eee;overflow:hidden;border-radius:24px 24px 0 0}.egvq-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--egvq-accent),#a855f7);transition:width .2s ease}.egvq-answers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.egvq-answer{border:1px solid rgba(16,16,24,.10);background:#fff;border-radius:16px;padding:16px;text-align:left;cursor:pointer;transition:all .15s ease;box-shadow:0 8px 18px rgba(16,16,24,.04)}.egvq-answer:hover{border-color:rgba(123,0,255,.35);transform:translateY(-1px);box-shadow:0 12px 28px rgba(123,0,255,.10)}.egvq-answer span{display:block;color:#101018;font-size:15px;margin-bottom:6px}.egvq-answer small{display:block;color:#6b7280;line-height:1.45}.egvq-actions{display:flex;align-items:center;gap:10px;margin-top:18px}.egvq-floating{position:fixed;right:18px;bottom:18px;z-index:999997;border:0;border-radius:999px;padding:12px 15px;background:linear-gradient(135deg,#08080d,#7b00ff);color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.26);cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:.18s ease}.egvq-floating.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.egvq-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)}.egvq-spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(123,0,255,.16);border-top-color:var(--egvq-accent);animation:egvqSpin .8s linear infinite;margin-bottom:14px}@keyframes egvqSpin{to{transform:rotate(360deg)}}.egvq-result-head{padding-bottom:10px}.egvq-section-title{padding:0 clamp(24px,4vw,42px);margin-top:16px}.egvq-section-title h3{margin:0 0 4px;font-size:18px;color:#101018}.egvq-section-title p{margin:0;color:#6b7280;font-size:14px}.egvq-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px clamp(24px,4vw,42px) 4px}.egvq-product{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;border:1px solid rgba(16,16,24,.09);border-radius:16px;text-decoration:none!important;background:#fff;color:#101018!important;overflow:hidden;padding:10px;box-shadow:0 8px 18px rgba(16,16,24,.04)}.egvq-product img{width:92px;height:92px;object-fit:cover;border-radius:12px;background:#f7f7f8}.egvq-product em,.egvq-guide em{font-style:normal;color:#6d28d9;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.egvq-product h3,.egvq-guide h3{margin:4px 0;font-size:14px;line-height:1.25;color:#101018}.egvq-product p{margin:0;color:#111;font-size:14px}.egvq-product small,.egvq-guide small{display:block;color:#6b7280;line-height:1.35;margin-top:4px}.egvq-guides{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px clamp(24px,4vw,42px) 0}.egvq-guide{display:block;text-decoration:none!important;color:#101018!important;border:1px solid rgba(123,0,255,.12);border-radius:16px;background:linear-gradient(180deg,#fff,#fcfbff);padding:14px;box-shadow:0 8px 18px rgba(16,16,24,.04)}.egvq-guide p{margin:4px 0;color:#4b5563;font-size:13px;line-height:1.45}.egvq-guide-icon{margin-right:5px}.egvq-result-actions{padding:14px clamp(24px,4vw,42px) clamp(24px,4vw,38px)}.egvq-inline-launch{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,var(--egvq-dark,#08080d),var(--egvq-accent,#7b00ff));color:#fff;box-shadow:0 12px 24px rgba(123,0,255,.24);cursor:pointer}.egvq-inline-launch:hover{filter:saturate(1.08);transform:translateY(-1px)}@media(max-width:760px){.egvq-modal{width:94vw;max-height:88vh;border-radius:20px}.egvq-answers,.egvq-products,.egvq-guides{grid-template-columns:1fr}.egvq-intro h2,.egvq-question h2,.egvq-loading h2,.egvq-result-head h2{margin-right:38px}.egvq-product{grid-template-columns:78px 1fr}.egvq-product img{width:78px;height:78px}.egvq-link{margin-left:0}.egvq-actions{flex-wrap:wrap}.egvq-actions .egvq-btn{width:100%}.egvq-floating{right:12px;bottom:12px}}
