
.sds-faq-page {
  overflow: hidden;
  background: #fff;
}

.sds-faq-page-hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 20%, rgba(33, 118, 189, .12), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #fff7f7 100%);
  border-bottom: 1px solid #e7edf4;
}

.sds-faq-page-hero__container {
  position: relative;
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 60px;
  padding-block: 58px 70px;
}

.sds-faq-page-hero__breadcrumb {
  position: absolute;
  top: 26px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #607080;
  font-size: 13px;
}

.sds-faq-page-hero__breadcrumb a {
  color: var(--sds-blue);
  text-decoration: none;
}

.sds-faq-page-hero__breadcrumb a:hover {
  color: var(--sds-red);
}

.sds-faq-page-hero__content {
  max-width: 760px;
}

.sds-faq-page-hero__eyebrow,
.sds-faq-page-eyebrow {
  margin: 0 0 12px;
  color: var(--sds-blue);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sds-faq-page-eyebrow--red,
.sds-faq-page-hero__eyebrow {
  color: var(--sds-red);
}

.sds-faq-page-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--sds-heading);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 750;
}

.sds-faq-page-hero__content > p:last-child {
  max-width: 690px;
  margin: 20px 0 0;
  color: #4f5d6b;
  font-size: 18px;
  line-height: 1.7;
}

.sds-faq-page-hero__mark {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  justify-self: end;
  border: 2px solid rgba(33, 118, 189, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
}

.sds-faq-page-hero__mark::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(33,118,189,.16), rgba(255,255,255,.4));
}

.sds-faq-page-hero__mark span {
  position: relative;
  color: var(--sds-blue);
  font-size: 104px;
  line-height: 1;
  font-weight: 700;
}

.sds-faq-help {
  padding: 86px 0 82px;
  background: #fff;
}

.sds-faq-help__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 64px;
}

.sds-faq-help__intro h2,
.sds-faq-page-section-header h2,
.sds-faq-page-cta h2 {
  margin: 0;
  color: var(--sds-heading);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 730;
}

.sds-faq-help__intro p:last-child,
.sds-faq-page-section-header > p:last-child,
.sds-faq-page-cta__inner > div > p:last-child {
  max-width: 760px;
  margin: 17px 0 0;
  color: #53606c;
  font-size: 16px;
  line-height: 1.72;
}

.sds-faq-help__visual {
  display: grid;
  place-items: center;
}

.sds-faq-help__visual-ring {
  width: 190px;
  height: 156px;
  display: grid;
  place-items: center;
  position: relative;
  border: 2px solid rgba(33, 118, 189, .26);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #edf6ff);
}

.sds-faq-help__visual-ring::after {
  content: '';
  position: absolute;
  left: 26px;
  bottom: -19px;
  width: 42px;
  height: 42px;
  border-left: 2px solid rgba(33, 118, 189, .26);
  background: #edf6ff;
  transform: rotate(-32deg) skew(10deg);
}

.sds-faq-help__visual-ring strong {
  position: relative;
  z-index: 1;
  color: var(--sds-blue);
  font-size: 82px;
  line-height: 1;
}

.sds-faq-search {
  width: min(100%, 1080px);
  min-height: 82px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 42px 62px;
  align-items: center;
  gap: 14px;
  margin: 54px auto 0;
  padding: 8px 9px 8px 25px;
  border: 2px solid rgba(33, 118, 189, .34);
  border-radius: 999px;
  background: #fff;
}

.sds-faq-search:focus-within {
  border-color: var(--sds-blue);
}

.sds-faq-search__icon,
.sds-faq-search__submit {
  color: var(--sds-blue);
}

.sds-faq-search__icon svg,
.sds-faq-search__submit svg {
  display: block;
  width: 30px;
  height: 30px;
}

.sds-faq-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sds-heading);
  font-size: 19px;
}

.sds-faq-search input::placeholder {
  color: #8a929a;
}

.sds-faq-search__clear,
.sds-faq-search__submit {
  border: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

.sds-faq-search__clear {
  width: 38px;
  height: 38px;
  color: #697580;
  font-size: 28px;
  line-height: 1;
}

.sds-faq-search__submit {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-left: 1px solid #dce4ec;
}

.sds-faq-topic-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 34px;
}

.sds-faq-topic-chip {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 16px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  box-shadow: none;
  background: #fff;
  color: var(--sds-blue);
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.sds-faq-topic-chip--red {
  color: var(--sds-red);
}

.sds-faq-topic-chip__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: currentColor;
}

.sds-faq-topic-chip__icon svg {
  width: 19px;
  height: 19px;
  color: #fff;
}

.sds-faq-topic-chip:hover,
.sds-faq-topic-chip:focus-visible,
.sds-faq-topic-chip.is-active {
  background: currentColor;
  transform: translateY(-2px);
}

.sds-faq-topic-chip:hover > span:last-child,
.sds-faq-topic-chip:focus-visible > span:last-child,
.sds-faq-topic-chip.is-active > span:last-child {
  color: #fff;
}

.sds-faq-topic-chip:hover .sds-faq-topic-chip__icon,
.sds-faq-topic-chip:focus-visible .sds-faq-topic-chip__icon,
.sds-faq-topic-chip.is-active .sds-faq-topic-chip__icon {
  background: #fff;
}

.sds-faq-topic-chip:hover .sds-faq-topic-chip__icon svg,
.sds-faq-topic-chip:focus-visible .sds-faq-topic-chip__icon svg,
.sds-faq-topic-chip.is-active .sds-faq-topic-chip__icon svg {
  color: currentColor;
}

.sds-faq-common {
  padding: 82px 0 90px;
  background: #f5f8fc;
}

.sds-faq-page-section-header {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.sds-faq-page-section-header > p:last-child {
  margin-inline: auto;
}

.sds-faq-common__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sds-faq-common-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 22px 25px;
  border: 1px solid #dae4ee;
  border-top: 4px solid var(--sds-blue);
  border-radius: 15px;
  box-shadow: none;
  background: #fff;
  color: var(--sds-heading);
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.sds-faq-common-card--red {
  border-top-color: var(--sds-red);
}

.sds-faq-common-card:hover,
.sds-faq-common-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(33, 118, 189, .45);
  background: #fbfdff;
}

.sds-faq-common-card--red:hover,
.sds-faq-common-card--red:focus-visible {
  border-color: rgba(217, 13, 10, .4);
  background: #fffafa;
}

.sds-faq-common-card__icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(33, 118, 189, .10);
  color: var(--sds-blue);
}

.sds-faq-common-card--red .sds-faq-common-card__icon {
  background: rgba(217, 13, 10, .08);
  color: var(--sds-red);
}

.sds-faq-common-card__icon svg {
  width: 42px;
  height: 42px;
}

.sds-faq-common-card strong {
  color: var(--sds-blue);
  font-size: 18px;
  line-height: 1.3;
}

.sds-faq-common-card--red strong {
  color: var(--sds-red);
}

.sds-faq-common-card > span:last-child {
  margin-top: 10px;
  color: #4f5a65;
  font-size: 14px;
  line-height: 1.55;
}

.sds-faq-page-answers {
  padding-top: 86px;
  padding-bottom: 92px;
  background: #fff;
}

.sds-faq-page-answers .sds-faq__container {
  width: min(1140px, calc(100% - 40px));
}

.sds-faq-page-answers .sds-faq__header {
  margin-bottom: 38px;
}

.sds-faq-page-answers__status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--sds-blue);
  font-size: 13px;
  font-weight: 650;
}

.sds-faq-page-answers [data-faq-item][hidden],
.sds-faq-page-answers [data-faq-column][hidden] {
  display: none !important;
}

.sds-faq-page-answers__empty {
  max-width: 620px;
  margin: 26px auto 0;
  padding: 42px 24px;
  border: 1px solid #dce5ee;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}

.sds-faq-page-answers__empty > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #edf6ff;
  color: var(--sds-blue);
  font-size: 34px;
  font-weight: 700;
}

.sds-faq-page-answers__empty h3 {
  margin: 0;
  font-size: 24px;
}

.sds-faq-page-answers__empty p {
  margin: 10px 0 0;
  color: #56616c;
}

.sds-faq-page-cta {
  padding: 70px 0;
  background: linear-gradient(110deg, #edf6ff 0%, #fff 48%, #fff2f2 100%);
  border-top: 1px solid #e4ebf2;
}

.sds-faq-page-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.sds-faq-page-cta h2 {
  font-size: clamp(30px, 3.3vw, 46px);
}

.sds-faq-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.sds-faq-page-cta__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid var(--sds-blue);
  border-radius: 999px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sds-faq-page-cta__button--primary {
  background: var(--sds-blue);
  color: #fff;
}

.sds-faq-page-cta__button--primary:hover {
  border-color: var(--sds-red);
  background: var(--sds-red);
}

.sds-faq-page-cta__button--secondary {
  color: var(--sds-blue);
  background: #fff;
}

.sds-faq-page-cta__button--secondary:hover {
  border-color: var(--sds-red);
  color: var(--sds-red);
}

@media (max-width: 1050px) {
  .sds-faq-page-hero__container {
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 36px;
  }

  .sds-faq-page-hero__mark {
    width: 175px;
    height: 175px;
  }

  .sds-faq-page-hero__mark::before {
    width: 142px;
    height: 142px;
  }

  .sds-faq-page-hero__mark span {
    font-size: 80px;
  }

  .sds-faq-topic-chips,
  .sds-faq-common__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sds-faq-common-card {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .sds-faq-page-hero__container {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 76px 48px;
    text-align: center;
  }

  .sds-faq-page-hero__breadcrumb {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .sds-faq-page-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .sds-faq-page-hero__content > p:last-child {
    margin: 15px auto 0;
    font-size: 15px;
  }

  .sds-faq-page-hero__mark {
    display: none;
  }

  .sds-faq-help,
  .sds-faq-common,
  .sds-faq-page-answers {
    padding-block: 54px;
  }

  .sds-faq-help__intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .sds-faq-help__intro p:last-child {
    margin-inline: auto;
  }

  .sds-faq-help__visual {
    display: none;
  }

  .sds-faq-search {
    min-height: 64px;
    grid-template-columns: 24px minmax(0, 1fr) 34px 46px;
    gap: 8px;
    margin-top: 32px;
    padding: 6px 7px 6px 17px;
  }

  .sds-faq-search__icon svg,
  .sds-faq-search__submit svg {
    width: 23px;
    height: 23px;
  }

  .sds-faq-search input {
    font-size: 15px;
  }

  .sds-faq-search__submit {
    width: 44px;
    height: 44px;
  }

  .sds-faq-topic-chips {
    gap: 9px;
    margin-top: 24px;
  }

  .sds-faq-topic-chip {
    min-height: 54px;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 14px;
    font-size: 12px;
  }

  .sds-faq-topic-chip__icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .sds-faq-topic-chip__icon svg {
    width: 16px;
    height: 16px;
  }

  .sds-faq-page-section-header {
    margin-bottom: 28px;
  }

  .sds-faq-help__intro h2,
  .sds-faq-page-section-header h2 {
    font-size: 31px;
  }

  .sds-faq-page-section-header > p:last-child,
  .sds-faq-help__intro p:last-child {
    font-size: 14px;
    line-height: 1.6;
  }

  .sds-faq-common__grid {
    gap: 10px;
  }

  .sds-faq-common-card {
    min-height: 220px;
    padding: 20px 11px 17px;
    border-radius: 13px;
  }

  .sds-faq-common-card__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 15px;
  }

  .sds-faq-common-card__icon svg {
    width: 29px;
    height: 29px;
  }

  .sds-faq-common-card strong {
    font-size: 14px;
  }

  .sds-faq-common-card > span:last-child {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .sds-faq-page-answers .sds-faq__container {
    width: min(100% - 18px, 1140px);
  }

  .sds-faq-page-answers .sds-faq__columns {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sds-faq-page-answers .sds-faq-item__question {
    min-height: 66px;
    padding: 13px 14px;
  }

  .sds-faq-page-answers .sds-faq-item__label {
    font-size: 14px;
  }

  .sds-faq-page-answers .sds-faq-item__answer {
    padding: 0 14px 15px;
  }

  .sds-faq-page-answers .sds-faq-item__answer p {
    font-size: 13px;
  }

  .sds-faq-page-cta {
    padding: 52px 0;
  }

  .sds-faq-page-cta__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .sds-faq-page-cta__inner > div > p:last-child {
    margin-inline: auto;
  }

  .sds-faq-page-cta__actions {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .sds-faq-topic-chip {
    font-size: 11px;
  }

  .sds-faq-common-card {
    min-height: 228px;
    padding-inline: 8px;
  }

  .sds-faq-page-cta__actions {
    flex-direction: column;
  }

  .sds-faq-page-cta__button {
    width: 100%;
  }
}
