.uf-faq-page {
  overflow: hidden;
  color: var(--uf-color-ink);
  background: var(--uf-color-white);
  font-family: var(--uf-font-body);
  font-size: 16px;
  line-height: 1.65;
}

.uf-faq-page *,
.uf-faq-page *::before,
.uf-faq-page *::after {
  box-sizing: border-box;
}

.uf-faq-page h1,
.uf-faq-page h2,
.uf-faq-page h3,
.uf-faq-page p,
.uf-faq-page figure {
  margin-top: 0;
}

.uf-faq-page h1,
.uf-faq-page h2,
.uf-faq-page h3 {
  color: var(--uf-color-ink);
  font-family: var(--uf-font-display);
  font-weight: 400;
}

.uf-faq-page img {
  max-width: 100%;
}

.uf-faq-page > section > .container {
  width: 100%;
  max-width: var(--uf-content-width);
  padding-right: var(--uf-gutter);
  padding-left: var(--uf-gutter);
}

.uf-faq-page__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.uf-faq-page__eyebrow {
  margin-bottom: 13px;
  color: var(--uf-color-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.uf-faq-page__heading--center {
  max-width: 780px;
  margin: 0 auto var(--uf-section-content-gap);
  text-align: center;
}

.uf-faq-page__heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.uf-faq-page__button {
  min-height: 50px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--uf-color-white);
  border-radius: 999px;
  color: var(--uf-color-primary-dark);
  background: var(--uf-color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.uf-faq-page__button--primary {
  border-color: var(--uf-color-primary);
  color: var(--uf-color-white);
  background: var(--uf-color-primary);
}

.uf-faq-page__button svg,
.uf-faq-item__answer-content > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.uf-faq-page__button:hover {
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
  text-decoration: none;
  transform: translateY(-2px);
}

.uf-faq-page__button:focus-visible,
.uf-faq-category:focus-visible,
.uf-faq-item button:focus-visible,
.uf-faq-results button:focus-visible,
.uf-faq-empty button:focus-visible,
.uf-faq-search:focus-within {
  outline: 3px solid var(--uf-color-secondary-soft);
  outline-offset: 3px;
}

.uf-faq-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(112deg, #fbfaff 0%, #f7f6fa 53%, #edf8f2 100%);
}

.uf-faq-hero::after {
  position: absolute;
  right: -6%;
  bottom: -135px;
  z-index: 2;
  width: 52%;
  height: 175px;
  border-radius: 50% 0 0 0;
  background: linear-gradient(110deg, var(--uf-color-primary), var(--uf-color-primary-dark));
  content: "";
  pointer-events: none;
  transform: rotate(-5deg);
}

.uf-faq-hero > .container {
  position: relative;
  min-height: clamp(540px, 43vw, 620px);
  padding-top: 26px;
  padding-bottom: clamp(55px, 6vw, 80px);
}

.uf-faq-breadcrumb {
  position: relative;
  z-index: 4;
  margin-bottom: clamp(44px, 5.5vw, 76px);
}

.uf-faq-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  color: var(--uf-color-muted);
  font-size: 13px;
}

.uf-faq-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uf-faq-breadcrumb li + li::before {
  color: rgba(33, 29, 47, 0.4);
  content: "/";
}

.uf-faq-breadcrumb a {
  color: var(--uf-color-ink);
  text-decoration: none;
}

.uf-faq-breadcrumb a:hover {
  color: var(--uf-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uf-faq-hero__content {
  position: relative;
  z-index: 4;
  width: 48%;
  max-width: 575px;
}

.uf-faq-hero__content h1 {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(52px, 5.3vw, 74px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.uf-faq-hero__content h1 span {
  display: block;
  color: var(--uf-color-primary);
}

.uf-faq-hero__description {
  max-width: 520px;
  margin-bottom: 25px;
  color: var(--uf-color-muted);
  font-size: clamp(17px, 1.4vw, 19px);
}

.uf-faq-search {
  width: min(100%, 500px);
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: 14px;
  background: var(--uf-color-white);
  box-shadow: 0 12px 28px rgba(53, 42, 81, 0.08);
}

.uf-faq-search svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: var(--uf-color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.uf-faq-search input {
  width: 100%;
  height: 56px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--uf-color-ink);
  background: transparent;
  font: inherit;
}

.uf-faq-search input::-moz-placeholder {
  color: var(--uf-color-muted);
}

.uf-faq-search input::placeholder {
  color: var(--uf-color-muted);
}

.uf-faq-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 64%;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 16%, #000 39%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 16%, #000 39%);
}

.uf-faq-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(249, 248, 252, 0.72), transparent 40%);
  content: "";
}

.uf-faq-hero__media picture,
.uf-faq-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.uf-faq-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uf-faq-categories {
  padding: var(--uf-section-spacing) 0 calc(var(--uf-section-spacing) * 0.8);
}

.uf-faq-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.uf-faq-category {
  min-height: 235px;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  color: var(--uf-color-ink);
  background: var(--uf-color-white);
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.uf-faq-category:hover,
.uf-faq-category.is-active {
  border-color: var(--uf-color-secondary);
  background: var(--uf-color-secondary-soft);
  transform: translateY(-3px);
}

.uf-faq-category__icon {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
}

.uf-faq-category:nth-child(even) .uf-faq-category__icon,
.uf-faq-category.is-active .uf-faq-category__icon {
  color: var(--uf-color-secondary-dark);
  background: var(--uf-color-secondary-soft);
}

.uf-faq-category__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uf-faq-category strong {
  margin-bottom: 9px;
  color: var(--uf-color-primary-dark);
  font-size: 15px;
  line-height: 1.3;
}

.uf-faq-category > span:last-child {
  color: var(--uf-color-muted);
  font-size: 13px;
  line-height: 1.55;
}

.uf-faq-questions {
  padding: 0 0 var(--uf-section-spacing);
}

.uf-faq-results {
  min-height: 29px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--uf-color-muted);
  font-size: 13px;
}

.uf-faq-results button,
.uf-faq-empty button {
  padding: 0;
  border: 0;
  color: var(--uf-color-secondary-dark);
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.uf-faq-questions__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  gap: clamp(26px, 3.5vw, 50px);
  align-items: start;
}

.uf-faq-help {
  position: sticky;
  top: 98px;
  padding: clamp(28px, 3.2vw, 42px);
  border: 1px solid rgba(87, 69, 134, 0.12);
  border-radius: var(--uf-radius-large);
  background: radial-gradient(circle at 100% 100%, rgba(41, 162, 104, 0.13), transparent 35%), linear-gradient(135deg, var(--uf-color-primary-soft), var(--uf-color-white));
}

.uf-faq-help__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-white);
}

.uf-faq-help__icon svg,
.uf-faq-help dt svg,
.uf-faq-cta__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uf-faq-help__icon svg {
  width: 31px;
  height: 31px;
}

.uf-faq-help h3 {
  margin-bottom: 13px;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.12;
}

.uf-faq-help > p {
  margin-bottom: 22px;
  color: var(--uf-color-muted);
}

.uf-faq-help .uf-faq-page__button {
  width: 100%;
  margin-bottom: 30px;
}

.uf-faq-help dl {
  margin: 0;
  display: grid;
  gap: 17px;
}

.uf-faq-help dl > div {
  padding-left: 29px;
}

.uf-faq-help dt {
  position: relative;
  color: var(--uf-color-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.uf-faq-help dt svg {
  position: absolute;
  top: 2px;
  left: -29px;
  width: 18px;
  height: 18px;
  color: var(--uf-color-secondary);
}

.uf-faq-help dd {
  margin: 1px 0 0;
  color: var(--uf-color-muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.uf-faq-help dd a {
  color: inherit;
  text-decoration: none;
}

.uf-faq-help dd a:hover {
  color: var(--uf-color-primary);
  text-decoration: underline;
}

.uf-faq-list {
  display: grid;
  gap: 10px;
}

.uf-faq-item {
  overflow: hidden;
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: 15px;
  background: var(--uf-color-white);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.uf-faq-item.is-open {
  border-color: rgba(41, 162, 104, 0.5);
  background: #fcfffd;
}

.uf-faq-item[hidden] {
  display: none;
}

.uf-faq-item h3 {
  margin: 0;
}

.uf-faq-item h3 > button {
  width: 100%;
  min-height: 66px;
  padding: 17px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  color: var(--uf-color-primary-dark);
  background: transparent;
  font-family: var(--uf-font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.uf-faq-item h3 > button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: var(--uf-color-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 240ms ease;
}

.uf-faq-item.is-open h3 > button svg {
  transform: rotate(45deg);
}

.uf-faq-item__answer {
  display: grid;
}

.uf-faq-page.is-enhanced .uf-faq-item__answer {
  grid-template-rows: 0fr;
  transition: grid-template-rows 320ms ease;
}

.uf-faq-page.is-enhanced .uf-faq-item.is-open .uf-faq-item__answer {
  grid-template-rows: 1fr;
}

.uf-faq-item__answer > div {
  overflow: hidden;
}

.uf-faq-item__answer-content {
  padding: 0 54px 24px 21px;
  color: var(--uf-color-muted);
  font-size: 15px;
}

.uf-faq-item__answer-content p:last-child {
  margin-bottom: 0;
}

.uf-faq-item__answer-content ul {
  margin: 13px 0 0;
  padding-left: 20px;
}

.uf-faq-item__answer-content li + li {
  margin-top: 6px;
}

.uf-faq-item__answer-content > a {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--uf-color-secondary-dark);
  font-weight: 700;
  text-decoration: none;
}

.uf-faq-item__answer-content > a:hover {
  color: var(--uf-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uf-faq-empty {
  padding: 50px 24px;
  border: 1px dashed rgba(87, 69, 134, 0.3);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-surface);
  text-align: center;
}

.uf-faq-empty[hidden] {
  display: none;
}

.uf-faq-empty > span {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
}

.uf-faq-empty svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.uf-faq-empty h3 {
  margin-bottom: 7px;
  font-size: 27px;
}

.uf-faq-empty p {
  color: var(--uf-color-muted);
}

.uf-faq-cta {
  padding: 0 0 var(--uf-section-spacing);
}

.uf-faq-cta__inner {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--uf-radius-small);
  color: var(--uf-color-white);
  background: radial-gradient(circle at 85% 0%, rgba(41, 162, 104, 0.45), transparent 27%), linear-gradient(120deg, var(--uf-color-primary-dark), var(--uf-color-primary));
}

.uf-faq-cta__inner::after {
  position: absolute;
  right: 16%;
  bottom: -100px;
  width: 280px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.uf-faq-cta__icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #b8efd1;
  background: rgba(255, 255, 255, 0.12);
}

.uf-faq-cta__icon svg {
  width: 31px;
  height: 31px;
}

.uf-faq-cta__content {
  position: relative;
  z-index: 1;
}

.uf-faq-cta__content h2 {
  margin-bottom: 5px;
  color: var(--uf-color-white);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}

.uf-faq-cta__content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.uf-faq-cta .uf-faq-page__button {
  position: relative;
  z-index: 1;
  min-width: 170px;
}

@media (max-width: 1199.98px) {
  .uf-faq-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uf-faq-category {
    min-height: 210px;
  }
}

@media (max-width: 991.98px) {
  .uf-faq-hero > .container {
    min-height: 570px;
  }

  .uf-faq-hero__media {
    width: 67%;
  }

  .uf-faq-hero__content {
    width: 52%;
  }

  .uf-faq-hero__description {
    font-size: 16px;
  }

  .uf-faq-questions__layout {
    grid-template-columns: 1fr;
  }

  .uf-faq-help {
    position: static;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    -moz-column-gap: 22px;
         column-gap: 22px;
    align-items: center;
  }

  .uf-faq-help__icon {
    grid-row: 1/3;
    margin-bottom: 0;
  }

  .uf-faq-help h3 {
    margin-bottom: 5px;
  }

  .uf-faq-help > p {
    grid-column: 2;
    margin-bottom: 0;
  }

  .uf-faq-help .uf-faq-page__button {
    grid-column: 3;
    grid-row: 1/3;
    width: auto;
    margin-bottom: 0;
  }

  .uf-faq-help dl {
    grid-column: 1/-1;
    margin-top: 27px;
    padding-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(87, 69, 134, 0.12);
  }
}

@media (max-width: 767.98px) {
  .uf-faq-hero::after {
    display: none;
  }

  .uf-faq-hero > .container {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .uf-faq-breadcrumb {
    margin-bottom: 35px;
  }

  .uf-faq-hero__content {
    width: 100%;
    max-width: 620px;
    padding-bottom: 40px;
  }

  .uf-faq-hero__content h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .uf-faq-hero__media {
    position: relative;
    right: auto;
    width: calc(100% + var(--uf-gutter) * 2);
    height: auto;
    margin: 0 calc(var(--uf-gutter) * -1);
    aspect-ratio: 768/700;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%);
  }

  .uf-faq-hero__media::after {
    background: linear-gradient(180deg, rgba(249, 248, 252, 0.72), transparent 28%);
  }

  .uf-faq-hero__media img {
    -o-object-position: center;
       object-position: center;
  }

  .uf-faq-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uf-faq-category {
    min-height: 0;
  }

  .uf-faq-help {
    display: block;
    padding: 34px;
  }

  .uf-faq-help__icon {
    margin-bottom: 22px;
  }

  .uf-faq-help > p {
    margin-bottom: 22px;
  }

  .uf-faq-help .uf-faq-page__button {
    width: 100%;
    margin-bottom: 28px;
  }

  .uf-faq-help dl {
    margin-top: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .uf-faq-cta__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .uf-faq-cta .uf-faq-page__button {
    grid-column: 1/-1;
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .uf-faq-categories__grid {
    grid-template-columns: 1fr;
  }

  .uf-faq-category {
    padding: 23px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    text-align: left;
  }

  .uf-faq-category__icon {
    grid-row: 1/3;
    margin-bottom: 0;
  }

  .uf-faq-category strong {
    margin-bottom: 4px;
  }

  .uf-faq-help {
    padding: 30px 25px;
  }

  .uf-faq-item h3 > button {
    padding: 16px 17px;
  }

  .uf-faq-item__answer-content {
    padding: 0 40px 22px 17px;
  }

  .uf-faq-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .uf-faq-cta__icon {
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uf-faq-page__button,
  .uf-faq-category,
  .uf-faq-item,
  .uf-faq-item h3 > button svg,
  .uf-faq-page.is-enhanced .uf-faq-item__answer {
    transition: none;
  }
}

