.page--faq {
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 177, 160, .1), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(240, 144, 138, .09), transparent 30%),
    var(--kitto-paper);
}

.page--faq .kitto-header {
  color: var(--kitto-ink);
  background: rgba(255, 253, 249, .94);
  border-bottom-color: rgba(38, 50, 47, .1);
  box-shadow: 0 14px 42px rgba(32, 45, 41, .08);
}

.page--faq .kitto-logo img {
  filter: none;
}

.page--faq .kitto-cta,
.page--faq .w2-utility {
  border-color: rgba(38, 50, 47, .14);
  background: rgba(255, 255, 255, .48);
}

.faq-page {
  position: relative;
  padding-top: 78px;
  color: var(--kitto-ink);
}

.faq-shell {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.faq-kicker {
  margin: 0 0 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.faq-title,
.faq-heading,
.faq-closing h2 {
  margin: 0;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.faq-title {
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.36;
}

.faq-nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.faq-heading {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.45;
}

.faq-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--kitto-muted);
  font-size: 15px;
  line-height: 2;
}

.faq-page-progress {
  position: fixed;
  z-index: 8;
  right: clamp(6px, .7vw, 12px);
  top: 50%;
  display: grid;
  gap: 10px;
  width: 86px;
  padding-left: 14px;
  transform: translateY(-50%);
}

.faq-page-progress::before {
  position: absolute;
  left: 3px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  content: "";
  background: rgba(38, 50, 47, .14);
}

.faq-page-progress a {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 4px;
  align-items: baseline;
  color: rgba(38, 50, 47, .34);
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.faq-page-progress a::before {
  position: absolute;
  left: -14px;
  top: .42em;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(38, 50, 47, .16);
  border-radius: 50%;
  content: "";
  background: var(--kitto-paper);
}

.faq-page-progress a.is-active {
  color: var(--kitto-deep);
}

.faq-page-progress a.is-active::before {
  border-color: rgba(0, 177, 160, .62);
  background: rgba(0, 177, 160, .2);
}

.faq-hero {
  position: relative;
  min-height: calc(92vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(76px, 8vw, 116px) 0 clamp(46px, 6vw, 78px);
  overflow: hidden;
  border-bottom: 1px solid var(--kitto-soft-line);
}

.faq-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(105deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .88) 52%, rgba(232, 245, 241, .84) 100%),
    radial-gradient(circle at 82% 22%, rgba(0, 177, 160, .13), transparent 28%),
    radial-gradient(circle at 18% 84%, rgba(240, 144, 138, .12), transparent 32%);
}

.faq-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 470px);
  gap: clamp(44px, 6.4vw, 86px);
  align-items: center;
}

.faq-hero__index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(38, 50, 47, .12);
  background: rgba(38, 50, 47, .1);
  box-shadow: 0 22px 56px rgba(32, 45, 41, .08);
}

.faq-hero__index a {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 253, 249, .82);
  color: var(--kitto-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  transition: background .2s ease, color .2s ease;
}

.faq-hero__index a:hover {
  background: rgba(232, 245, 241, .78);
  color: var(--kitto-deep);
}

.faq-section {
  padding: clamp(86px, 8vw, 118px) 0;
}

.faq-section--mist {
  background: linear-gradient(180deg, rgba(232, 245, 241, .52), rgba(255, 253, 249, .88));
}

.faq-section--soft {
  background: rgba(247, 240, 232, .42);
}

.faq-section__head {
  max-width: 720px;
  margin-bottom: clamp(34px, 4.6vw, 56px);
}

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

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

.faq-item {
  position: relative;
  padding: 30px 32px 28px;
  border: 1px solid rgba(38, 50, 47, .11);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 253, 249, .62)),
    radial-gradient(circle at 92% 18%, rgba(0, 177, 160, .08), transparent 24%);
}

.faq-item::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 3px;
  height: 44px;
  content: "";
  background: rgba(0, 177, 160, .36);
}

.faq-item h3 {
  margin: 0;
  color: var(--kitto-deep);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--kitto-muted);
  font-size: 14px;
  line-height: 1.9;
}

.faq-item a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--kitto-deep);
  font-size: 13px;
  font-weight: 700;
}

.faq-item a::after {
  content: "→";
  color: var(--kitto-teal);
}

.faq-next {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  justify-items: center;
  width: fit-content;
  margin: clamp(22px, 3vw, 38px) auto 0;
  padding-top: 24px;
  color: rgba(38, 50, 47, .58);
  text-align: center;
}

.faq-next::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  content: "";
  background: rgba(38, 50, 47, .22);
}

.faq-next span {
  color: var(--kitto-teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.faq-next b {
  color: rgba(38, 50, 47, .66);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
}

.faq-closing {
  padding: clamp(96px, 10vw, 148px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(240, 144, 138, .13), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(0, 177, 160, .12), transparent 30%),
    var(--kitto-paper);
}

.faq-closing__inner {
  max-width: 780px;
  margin: 0 auto;
}

.faq-closing h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.45;
}

.faq-closing p {
  max-width: 660px;
  margin: 28px auto 0;
  color: var(--kitto-muted);
  font-size: 15px;
  line-height: 2;
}

.faq-closing__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

@media (max-width: 1080px) {
  .faq-page-progress {
    display: none;
  }

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

  .faq-list--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .faq-shell {
    width: min(100% - 36px, 1120px);
  }

  .faq-hero {
    min-height: auto;
    padding: 54px 0 64px;
  }

  .faq-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .faq-nowrap {
    white-space: normal;
  }

  .faq-heading {
    font-size: clamp(27px, 8vw, 38px);
  }

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

  .faq-hero__index a {
    min-height: 58px;
  }

  .faq-section {
    padding: 68px 0;
  }

  .faq-item {
    padding: 26px 22px 24px;
  }

  .faq-closing__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-closing__actions .button {
    width: 100%;
  }
}
