/* iQQuip — FAQ hero diagram V2
   Approved category structure, GB/DE/NL/PL.
   Dedicated FAQ-only styling; no other site pages affected. */

.support-hero.faq-hero-v2 {
  background: linear-gradient(90deg, #ffffff 58%, #edf2f5 58%) !important;
  grid-template-columns: 58% 42%;
  min-height: 520px;
  overflow: hidden;
}

.support-hero.faq-hero-v2 > div:first-child {
  padding: 105px 6vw 80px 7vw;
}

.faq-hero-visual-v2 {
  background: #edf2f5;
  min-height: 520px;
  padding: 44px clamp(26px, 2.6vw, 44px);
  display: grid;
  grid-template-columns: minmax(270px, 1.08fr) 1px minmax(205px, .92fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
}

.faq-hero-categories-v2 {
  display: grid;
  gap: 9px;
  align-content: center;
}

.faq-hero-category-v2 {
  min-height: 70px;
  display: grid;
  grid-template-columns: 50px 1px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  padding: 8px 13px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(0,91,140,.26);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(7,57,86,.045);
  color: var(--navy);
}

.faq-hero-category-v2:hover,
.faq-hero-category-v2:focus-visible {
  border-color: rgba(0,91,140,.55);
}

.faq-hero-category-icon-v2 {
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0b66bd;
}

.faq-hero-category-icon-v2 svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-other-question {
  color: #0b66bd;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.faq-hero-category-separator-v2 {
  width: 1px;
  height: 44px;
  background: #ed1c24;
}

.faq-hero-category-label-v2 {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
}

.faq-hero-category-arrow-v2 {
  color: var(--navy);
  font-size: 19px;
  line-height: 1;
}

.faq-hero-visual-divider-v2 {
  width: 1px;
  height: 86%;
  background: #ed1c24;
  justify-self: center;
}

.faq-hero-answer-v2 {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 24px;
  min-width: 0;
}

.faq-hero-answer-top-v2 {
  display: grid;
  grid-template-columns: 108px minmax(100px, 1fr);
  gap: 24px;
  align-items: center;
}

.faq-hero-big-question-v2 {
  width: 108px;
  height: 108px;
  border: 2px solid #0b66bd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0b66bd;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}

.faq-hero-answer-copy-v2 {
  border-left: 1px solid #ed1c24;
  padding-left: 24px;
  display: grid;
  gap: 9px;
}

.faq-hero-answer-copy-v2 strong {
  color: var(--navy);
  font-size: clamp(34px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -.035em;
}

.faq-hero-answer-copy-v2 span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.25;
  white-space: normal;
}

.faq-hero-answer-copy-v2 i {
  color: var(--red);
  font-style: normal;
}

.faq-hero-answer-icon-v2 {
  width: 150px;
  height: 110px;
  fill: none;
  stroke: #0b66bd;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-hero-answer-icon-v2 .faq-check-v2 {
  stroke: #ed1c24;
  stroke-width: 4;
}

#faq-other {
  scroll-margin-top: 88px;
}

@media (max-width: 1250px) {
  .faq-hero-visual-v2 {
    grid-template-columns: minmax(235px, 1.05fr) 1px minmax(190px, .95fr);
    gap: 16px;
    padding-inline: 24px;
  }
  .faq-hero-category-label-v2 { font-size: 12.5px; }
  .faq-hero-answer-top-v2 {
    grid-template-columns: 88px minmax(88px,1fr);
    gap: 16px;
  }
  .faq-hero-big-question-v2 {
    width: 88px; height: 88px; font-size: 58px;
  }
  .faq-hero-answer-copy-v2 { padding-left: 16px; }
  .faq-hero-answer-copy-v2 strong { font-size: 34px; }
  .faq-hero-answer-copy-v2 span { font-size: 14px; }
}

@media (max-width: 1000px) {
  .support-hero.faq-hero-v2 {
    grid-template-columns: 1fr;
    background: #fff !important;
  }
  .faq-hero-visual-v2 {
    min-height: 500px;
    grid-template-columns: minmax(290px, 1fr) 1px minmax(235px, .9fr);
  }
}

@media (max-width: 700px) {
  .faq-hero-visual-v2 {
    min-height: auto;
    padding: 36px 24px 48px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-hero-visual-divider-v2 {
    width: 100%;
    height: 1px;
  }
  .faq-hero-category-v2 {
    min-height: 66px;
  }
  .faq-hero-answer-v2 {
    padding-top: 2px;
  }
  .faq-hero-answer-top-v2 {
    grid-template-columns: 88px minmax(0,1fr);
  }
  .faq-hero-answer-icon-v2 {
    width: 125px;
    height: 92px;
  }
}
