.ci-tech-faq {
  --ci-faq-navy: #061957;
  --ci-faq-blue: #0877f9;
  --ci-faq-cyan: #08b8ca;
  --ci-faq-line: #8eddf1;
  background: #fff;
  color: var(--ci-faq-navy);
  padding: clamp(72px, 8vw, 124px) 24px clamp(76px, 8vw, 116px);
}

.ci-tech-faq,
.ci-tech-faq * {
  box-sizing: border-box;
}

.ci-tech-faq {
    margin: 0;
    padding: clamp(64px, 5.2vw, 82px) 0 clamp(66px, 5.5vw, 86px);
    color: #071d4a;
    background: radial-gradient(circle at 85% 24%, rgba(183, 229, 242, 0.26), transparent 36%), linear-gradient(115deg, #f7fbfd 0%, #edf8fc 100%);
    scroll-margin-top: 96px;
}

.ci-tech-faq__inner {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.ci-tech-faq__header {
  margin-bottom: clamp(38px, 5vw, 68px);
}

.ci-tech-faq__eyebrow {
  margin: 0 0 16px;
  color: var(--ci-faq-cyan);
  font-size: clamp(13px, 1.15vw, 18px);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ci-tech-faq__title {
  margin: 0;
  color: var(--ci-faq-navy);
  font-size: clamp(42px, 5.35vw, 78px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.ci-tech-faq__title span {
  background: linear-gradient(90deg, #2452ef 0%, var(--ci-faq-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ci-tech-faq__list {
  border-top: 1px solid transparent;
}

.ci-tech-faq__item {
  border-bottom: 1px solid var(--ci-faq-line);
}

.ci-tech-faq__question {
  margin: 0;
}

.ci-tech-faq__question button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 28px;
  align-items: center;
  width: 100%;
  min-height: clamp(104px, 9vw, 142px);
  padding: 25px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ci-faq-navy);
  cursor: pointer;
  font: inherit;
  font-size: clamp(23px, 2.15vw, 34px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
  text-align: left;
}

.ci-tech-faq__question button:hover {
  color: var(--ci-faq-blue);
}

.ci-tech-faq__question button:focus-visible {
  outline: 3px solid rgba(8, 119, 249, .32);
  outline-offset: 6px;
}

.ci-tech-faq__icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  justify-self: end;
}

.ci-tech-faq__icon::before,
.ci-tech-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--ci-faq-blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.ci-tech-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ci-tech-faq__question button[aria-expanded="true"] .ci-tech-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ci-tech-faq__answer {
  overflow: hidden;
}

.ci-tech-faq__answer-inner {
  max-width: 980px;
  padding: 0 64px 34px 2px;
  color: #35446c;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.ci-tech-faq__answer-inner p {
  margin: 0 0 12px;
}

.ci-tech-faq__answer-inner p:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ci-tech-faq__icon::before,
  .ci-tech-faq__icon::after {
    transition: none;
  }
}

@media (max-width: 720px) {
  .ci-tech-faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ci-tech-faq__header {
    margin-bottom: 28px;
  }

  .ci-tech-faq__title {
    font-size: clamp(38px, 11vw, 56px);
  }

  .ci-tech-faq__question button {
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 18px;
    min-height: 92px;
    padding: 23px 0;
    font-size: clamp(20px, 5.7vw, 27px);
  }

  .ci-tech-faq__icon {
    width: 25px;
    height: 25px;
  }

  .ci-tech-faq__icon::before,
  .ci-tech-faq__icon::after {
    width: 23px;
    height: 2px;
  }

  .ci-tech-faq__answer-inner {
    padding: 0 42px 25px 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
