.gp-faq-hero {
  position: relative;
  min-height: 62vh;
  overflow: hidden;
  color: #fff;
}

.gp-faq-hero__image,
.gp-faq-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-faq-hero__shade,
.gp-faq-cta__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.16));
}

.gp-faq-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 62vh;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1180px;
  padding-top: 120px;
  padding-bottom: 76px;
}

.gp-faq-hero .gp-lead {
  max-width: 680px;
}

.gp-faq-hero-nav,
.gp-faq-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp-faq-hero-nav {
  margin-top: 34px;
}

.gp-faq-hero-nav a,
.gp-faq-topic-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.gp-faq-hero-nav a {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.gp-faq-hero-nav a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gp-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 44px;
  align-items: end;
}

.gp-section-head--split > p {
  margin: 0;
  color: rgba(28, 29, 26, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.gp-faq-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.gp-faq-quick-card,
.gp-faq-related-card {
  border: 1px solid rgba(28, 29, 26, 0.1);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.56);
}

.gp-faq-quick-card {
  padding: 26px;
}

.gp-faq-quick-card > span,
.gp-faq-topic__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gp-paper-strong);
  color: var(--gp-forest);
}

.gp-faq-quick-card h3 {
  margin: 18px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.gp-faq-quick-card p {
  margin: 0;
  color: rgba(28, 29, 26, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.gp-faq-sticky {
  position: sticky;
  top: 72px;
  z-index: 40;
  border-top: 1px solid rgba(28, 29, 26, 0.08);
  border-bottom: 1px solid rgba(28, 29, 26, 0.1);
  background: rgba(246, 242, 234, 0.92);
  backdrop-filter: blur(18px);
}

.gp-faq-sticky .gp-container {
  position: relative;
}

.gp-faq-topic-nav {
  padding: 13px 0;
}

.gp-faq-topic-nav a {
  border: 1px solid rgba(28, 29, 26, 0.14);
  background: rgba(255, 253, 248, 0.58);
  color: rgba(28, 29, 26, 0.74);
}

.gp-faq-topic-nav a:hover {
  border-color: rgba(170, 111, 69, 0.48);
  color: var(--gp-copper);
}

.gp-faq-topic {
  scroll-margin-top: 150px;
  padding: 84px 0;
  border-top: 1px solid var(--gp-line);
}

.gp-faq-topic__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.55fr);
  gap: 76px;
}

.gp-faq-topic__aside {
  position: sticky;
  top: 154px;
  align-self: start;
}

.gp-faq-topic__aside .gp-kicker {
  margin-top: 22px;
}

.gp-faq-topic__aside p:not(.gp-kicker) {
  margin: 18px 0 0;
  color: rgba(28, 29, 26, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

.gp-faq-list {
  margin: 0;
  border-top: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
}

.gp-faq-item {
  padding: 26px 0;
}

.gp-faq-item + .gp-faq-item {
  border-top: 1px solid var(--gp-line);
}

.gp-faq-item dt {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gp-forest-deep);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.18;
}

.gp-faq-item dd {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(28, 29, 26, 0.72);
  font-size: 15px;
  line-height: 1.76;
}

.gp-faq-inline-link {
  margin: 16px 0 0;
}

.gp-faq-inline-link a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(170, 111, 69, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.68);
  color: var(--gp-copper);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.gp-faq-inline-link a:hover {
  border-color: rgba(170, 111, 69, 0.52);
  background: rgba(255, 253, 248, 0.92);
  transform: translateY(-1px);
}

.gp-faq-family .gp-split {
  align-items: center;
}

.gp-faq-bullets {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(28, 29, 26, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.gp-faq-bullets li {
  display: flex;
  gap: 12px;
}

.gp-faq-bullets .gp-icon {
  margin-top: 4px;
  color: var(--gp-copper);
  font-size: 18px;
}

.gp-faq-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.gp-faq-related-card {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  padding: 24px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.gp-faq-related-card:hover {
  background: rgba(255, 253, 248, 0.82);
  transform: translateY(-2px);
}

.gp-faq-related-card strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gp-forest-deep);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.gp-faq-related-card span {
  margin-top: 8px;
  color: rgba(28, 29, 26, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.gp-faq-related-card .gp-icon {
  margin-top: auto;
  color: var(--gp-copper);
}

.gp-faq-cta {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: #fff;
}

.gp-faq-cta__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding-top: 92px;
  padding-bottom: 92px;
}

.gp-faq-cta__content p:not(.gp-kicker) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

@media (max-width: 980px) {
  .gp-page .gp-header {
    border-bottom-color: rgba(28, 29, 26, 0.12);
    background: rgba(246, 242, 234, 0.96);
    box-shadow: 0 10px 28px rgba(28, 29, 26, 0.06);
  }

  .gp-page .gp-header__inner {
    padding: 10px 0;
  }

  .gp-page .gp-logo {
    letter-spacing: 0;
  }

  .gp-page .gp-mobile-menu summary {
    background: rgba(255, 253, 248, 0.9);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  }

  .gp-faq-hero,
  .gp-faq-hero__content {
    min-height: auto;
  }

  .gp-faq-hero__content {
    padding-top: 120px;
    padding-bottom: 54px;
  }

  .gp-faq-hero-nav,
  .gp-faq-topic-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .gp-faq-hero-nav::-webkit-scrollbar,
  .gp-faq-topic-nav::-webkit-scrollbar {
    display: none;
  }

  .gp-section-head--split,
  .gp-faq-topic__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gp-faq-quick-grid,
  .gp-faq-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gp-faq-sticky {
    top: 104px;
    background: rgba(246, 242, 234, 0.98);
    box-shadow: 0 12px 24px rgba(28, 29, 26, 0.08);
  }

  .gp-faq-topic {
    scroll-margin-top: 156px;
    padding: 66px 0;
  }

  .gp-faq-topic__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .gp-page .gp-header {
    position: relative;
    top: auto;
    z-index: 50;
  }

  .gp-page .gp-header__inner {
    min-height: 0;
    gap: 10px 12px;
    padding: 12px 0 10px;
  }

  .gp-page .gp-logo {
    font-size: 24px;
  }

  .gp-page .gp-header__actions .gp-button {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
  }

  .gp-page .gp-mobile-menu {
    margin-top: 4px;
  }

  .gp-page .gp-mobile-menu summary {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .gp-faq-hero__content {
    padding-top: 96px;
    padding-bottom: 42px;
  }

  .gp-faq-hero__shade,
  .gp-faq-cta__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.72));
  }

  .gp-faq-quick-grid,
  .gp-faq-related-grid {
    grid-template-columns: 1fr;
  }

  .gp-faq-sticky {
    top: 0;
    z-index: 55;
    border-top-color: rgba(28, 29, 26, 0.12);
    border-bottom-color: rgba(28, 29, 26, 0.14);
    background: rgba(247, 244, 238, 0.98);
    box-shadow: 0 10px 22px rgba(28, 29, 26, 0.1);
  }

  .gp-faq-topic-nav {
    gap: 8px;
    padding: 10px 0;
  }

  .gp-faq-topic-nav a {
    min-height: 34px;
    padding: 0 13px;
    border-color: rgba(28, 29, 26, 0.18);
    background: rgba(255, 253, 248, 0.94);
    color: rgba(28, 29, 26, 0.82);
    font-size: 12.5px;
  }

  .gp-faq-topic {
    scroll-margin-top: 74px;
    padding: 54px 0;
  }

  .gp-faq-item {
    padding: 22px 0;
  }

  .gp-faq-item dt {
    font-size: 21px;
  }

  .gp-faq-item dd {
    font-size: 14px;
  }

  .gp-faq-cta__content {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
