.ik-product-answer-hub {
  --ik-guide-accent: #5b4bf0;
  --ik-guide-ink: #172033;
  --ik-guide-muted: #667085;
  width: min(1120px, calc(100% - 32px));
  margin: 24px auto 60px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #e7e9f2;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0%, rgba(91, 75, 240, 0.07), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  color: var(--ik-guide-ink);
  font-family: "Inter", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.ik-product-answer-hub__head {
  margin: 0 0 22px;
  text-align: center;
}

.ik-product-answer-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: var(--ik-guide-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ik-product-answer-hub__head h2 {
  margin: 0;
  color: #111827;
  line-height: 1.22;
}

.ik-product-answer-hub__head h2 span {
  display: block;
}

.ik-product-answer-hub__head h2 span[lang="ar"] {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 850;
}

.ik-product-answer-hub__head h2 span[lang="en"] {
  margin-top: 4px;
  color: #4b5565;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ik-product-answer-hub__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid #edf0f6;
  border-radius: 15px;
  background: rgba(248, 250, 252, 0.86);
}

.ik-product-answer-hub__intro p {
  margin: 0;
  padding: 12px 16px;
  color: var(--ik-guide-muted);
  font-size: 13px;
  line-height: 1.75;
}

.ik-product-answer-hub__intro p[lang="ar"] {
  border-left: 1px solid #e7eaf1;
  text-align: right;
}

.ik-product-answer-hub__intro p[lang="en"] {
  text-align: left;
}

.ik-product-answer-hub__intro strong {
  color: #344054;
  font-weight: 800;
}

.ik-product-answer-hub__facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.ik-product-answer-hub__fact {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid #e6e9f1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.ik-product-answer-hub__fact dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 5px;
  margin: 0 0 6px;
  color: #7a8497;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}

.ik-product-answer-hub__fact dd {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ik-guide-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.ik-product-answer-hub__fact dd span[lang="en"]:not(:first-child) {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

.ik-product-answer-hub__faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.ik-product-answer-hub__question {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4e7ef;
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ik-product-answer-hub__question:hover {
  border-color: rgba(91, 75, 240, 0.28);
}

.ik-product-answer-hub__question[open] {
  border-color: rgba(91, 75, 240, 0.42);
  box-shadow: 0 10px 24px rgba(91, 75, 240, 0.08);
}

.ik-product-answer-hub__question summary {
  position: relative;
  min-height: 70px;
  padding: 14px 48px 14px 16px;
  cursor: pointer;
  list-style: none;
}

.ik-product-answer-hub__question summary::-webkit-details-marker {
  display: none;
}

.ik-product-answer-hub__question summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f0edff;
  color: var(--ik-guide-accent);
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
}

.ik-product-answer-hub__question[open] summary::after {
  content: "−";
}

.ik-product-answer-hub__question-ar,
.ik-product-answer-hub__question-en {
  display: block;
}

.ik-product-answer-hub__question-ar {
  color: var(--ik-guide-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
  text-align: right;
}

.ik-product-answer-hub__question-en {
  margin-top: 3px;
  color: #7a8497;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
}

.ik-product-answer-hub__answer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #edf0f6;
  background: #fafbff;
}

.ik-product-answer-hub__answer p {
  margin: 0;
  padding: 13px 15px 15px;
  color: #5f6b7d;
  font-size: 12px;
  line-height: 1.75;
}

.ik-product-answer-hub__answer p[lang="ar"] {
  border-left: 1px solid #e8ebf2;
  text-align: right;
}

.ik-product-answer-hub__answer p[lang="en"] {
  text-align: left;
}

@media (max-width: 1000px) {
  .ik-product-answer-hub__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ik-product-answer-hub {
    width: calc(100% - 24px);
    margin-top: 18px;
    margin-bottom: 46px;
    padding: 20px 14px;
    border-radius: 20px;
  }

  .ik-product-answer-hub__intro,
  .ik-product-answer-hub__faq {
    grid-template-columns: 1fr;
  }

  .ik-product-answer-hub__intro p[lang="ar"] {
    border-bottom: 1px solid #e7eaf1;
    border-left: 0;
  }

  .ik-product-answer-hub__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ik-product-answer-hub__question summary {
    min-height: 66px;
  }

  .ik-product-answer-hub__answer {
    grid-template-columns: 1fr;
  }

  .ik-product-answer-hub__answer p[lang="ar"] {
    border-bottom: 1px solid #e8ebf2;
    border-left: 0;
  }
}

@media (max-width: 390px) {
  .ik-product-answer-hub__facts {
    grid-template-columns: 1fr;
  }
}
