.ehq-floating,.ehq-open-btn{font-family:'Tajawal','Quicksand',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:900;border:0;border-radius:999px;background:var(--ehq-accent,#1ac5b2);color:#001436;padding:13px 18px;box-shadow:0 14px 28px rgba(0,20,54,.18);cursor:pointer;transition:.16s ease}.ehq-open-btn:hover{transform:translateY(-1px);filter:brightness(1.04);color:#001436}.ehq-floating{position:fixed;left:18px;bottom:18px;z-index:99990}.ehq-inline-launch{display:inline-flex}.ehq-modal{display:none;position:fixed;inset:0;z-index:99999;direction:rtl}.ehq-modal.is-open{display:block}.ehq-overlay{position:absolute;inset:0;background:rgba(0,20,54,.62);backdrop-filter:blur(5px)}.ehq-panel{font-family:'Tajawal','Quicksand',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:700;position:relative;width:min(780px,92vw);max-height:88vh;overflow:auto;margin:6vh auto;background:#fff;border-radius:24px;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 80px rgba(0,20,54,.32);text-align:right}.ehq-panel:before{content:"";position:absolute;top:0;right:0;left:0;height:6px;background:linear-gradient(90deg,#001436,#1ac5b2,#f94778);z-index:3}.ehq-x{position:absolute;left:14px;top:12px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,20,54,.10);background:#fff;color:#001436;font-size:24px;line-height:1;cursor:pointer;z-index:4}.ehq-head{padding:30px 28px 18px;background:radial-gradient(circle at 12% 20%,rgba(26,197,178,.16),transparent 40%),radial-gradient(circle at 90% 78%,rgba(249,71,120,.12),transparent 42%),linear-gradient(135deg,var(--ehq-soft,#f2fffd),#fff);border-bottom:1px solid rgba(0,20,54,.08)}.ehq-kicker{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:rgba(26,197,178,.12);color:#001436;font-size:12px;letter-spacing:.02em;margin-bottom:12px;font-weight:900}.ehq-head h2{margin:0 0 10px;color:var(--ehq-dark,#001436);font-size:clamp(25px,3vw,36px);line-height:1.25;font-weight:900}.ehq-head p{margin:0;color:#4b5563;line-height:1.75;font-size:15px}.ehq-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.ehq-badge{font-size:12px;background:#fff;border:1px solid rgba(0,20,54,.08);border-radius:999px;padding:7px 11px;color:#001436;font-weight:800}.ehq-body{padding:24px 28px 28px}.ehq-progress{height:7px;background:rgba(0,20,54,.08);border-radius:999px;overflow:hidden;margin-bottom:20px}.ehq-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#1ac5b2,#f94778);border-radius:999px;transition:.25s ease}.ehq-question{margin:0 0 16px;color:var(--ehq-dark,#001436);font-size:23px;line-height:1.35;font-weight:900}.ehq-options{display:grid;gap:11px}.ehq-option{text-align:right;border:1px solid rgba(0,20,54,.10);border-radius:18px;background:#fff;padding:15px;cursor:pointer;transition:.16s ease;font-family:inherit}.ehq-option:hover,.ehq-option.is-selected{border-color:var(--ehq-accent,#1ac5b2);box-shadow:0 10px 24px rgba(26,197,178,.13);transform:translateY(-1px)}.ehq-option strong{display:block;color:#001436;font-size:16px;font-weight:900}.ehq-option span{display:block;color:#6b7280;font-size:13px;line-height:1.65;margin-top:5px}.ehq-actions{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:20px}.ehq-smallbtn{border:1px solid rgba(0,20,54,.12);background:#fff;color:#001436;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer;font-family:inherit}.ehq-primary{background:var(--ehq-accent,#1ac5b2);color:#001436;border-color:var(--ehq-accent,#1ac5b2)}.ehq-results-head h3{margin:0 0 8px;color:#001436;font-size:25px;font-weight:900}.ehq-results-head p{margin:0 0 17px;color:#555;line-height:1.7}.ehq-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ehq-product{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;border:1px solid rgba(0,20,54,.08);border-radius:18px;background:#fff;padding:10px;text-decoration:none;color:#001436;transition:.16s ease}.ehq-product:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,20,54,.09);border-color:rgba(26,197,178,.45)}.ehq-product img{width:92px;height:92px;object-fit:cover;border-radius:13px;background:#f6f6f6}.ehq-product strong{display:block;font-size:14px;line-height:1.35;color:#001436}.ehq-product em{display:block;font-style:normal;color:#555;font-size:13px;line-height:1.55;margin-top:6px}.ehq-price{display:block;color:var(--ehq-accent,#1ac5b2);font-size:13px;margin-top:5px;font-weight:900}.ehq-catlinks{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.ehq-catlinks a{border-radius:999px;background:rgba(26,197,178,.10);color:#001436;padding:9px 13px;text-decoration:none;font-size:13px;font-weight:900}.ehq-muted{color:#555;line-height:1.65}@media(max-width:650px){.ehq-panel{width:94vw;margin:4vh auto;max-height:92vh;border-radius:20px}.ehq-head,.ehq-body{padding-left:18px;padding-right:18px}.ehq-products{grid-template-columns:1fr}.ehq-floating{left:12px;bottom:12px}.ehq-question{font-size:21px}.ehq-product{grid-template-columns:82px 1fr}.ehq-product img{width:82px;height:82px}}


/* V3: GTranslate live translation direction support */
#ehq-root.ehq-ltr,
#ehq-root.ehq-ltr .ehq-modal{
  direction:ltr !important;
}

#ehq-root.ehq-rtl,
#ehq-root.ehq-rtl .ehq-modal{
  direction:rtl !important;
}

#ehq-root.ehq-ltr .ehq-panel,
#ehq-root.ehq-ltr .ehq-option,
#ehq-root.ehq-ltr .ehq-results-head,
#ehq-root.ehq-ltr .ehq-product,
#ehq-root.ehq-ltr .ehq-muted{
  text-align:left !important;
}

#ehq-root.ehq-rtl .ehq-panel,
#ehq-root.ehq-rtl .ehq-option,
#ehq-root.ehq-rtl .ehq-results-head,
#ehq-root.ehq-rtl .ehq-product,
#ehq-root.ehq-rtl .ehq-muted{
  text-align:right !important;
}

#ehq-root.ehq-ltr .ehq-floating{
  left:18px !important;
  right:auto !important;
}

#ehq-root.ehq-rtl .ehq-floating{
  left:18px !important;
  right:auto !important;
}

#ehq-root.ehq-ltr .ehq-x{
  right:14px !important;
  left:auto !important;
}

#ehq-root.ehq-rtl .ehq-x{
  left:14px !important;
  right:auto !important;
}

#ehq-root.ehq-ltr .ehq-product{
  grid-template-columns:92px 1fr;
}

#ehq-root.ehq-rtl .ehq-product{
  grid-template-columns:92px 1fr;
}

#ehq-root.ehq-ltr .ehq-actions{
  direction:ltr !important;
}

#ehq-root.ehq-rtl .ehq-actions{
  direction:rtl !important;
}

#ehq-root.ehq-ltr .ehq-badges,
#ehq-root.ehq-ltr .ehq-catlinks{
  justify-content:flex-start;
}

#ehq-root.ehq-rtl .ehq-badges,
#ehq-root.ehq-rtl .ehq-catlinks{
  justify-content:flex-start;
}

html.translated-ltr #ehq-root,
body.translated-ltr #ehq-root{
  direction:ltr !important;
}

html.translated-rtl #ehq-root,
body.translated-rtl #ehq-root{
  direction:rtl !important;
}

@media(max-width:650px){
  #ehq-root.ehq-ltr .ehq-floating{
    left:12px !important;
    right:auto !important;
  }

  #ehq-root.ehq-rtl .ehq-floating{
    left:12px !important;
    right:auto !important;
  }
}


/* V4: hidden translation cache so GTranslate can translate dynamic quiz text once */
#ehq-root .ehq-translation-cache{
  position:fixed !important;
  left:-12000px !important;
  top:0 !important;
  width:600px !important;
  height:auto !important;
  overflow:visible !important;
  opacity:.01 !important;
  pointer-events:none !important;
  z-index:-1 !important;
  white-space:normal !important;
}
#ehq-root .ehq-translation-cache span{
  display:block !important;
}
