.page-faq {
  --faq-ink: #2A1F18;
  --faq-blue-deep: #14466B;
  --faq-blue: #1B5E8A;
  --faq-blue-light: #2E8BB0;
  --faq-cloud: #F7F3EB;
  --faq-surface: #FFFFFF;
  --faq-orange: #E85C0A;
  --faq-accent-soft: #FFB46B;
  --faq-border: rgba(138, 155, 168, 0.55);
  --faq-radius: 14px;
  background: var(--faq-cloud);
}

.page-faq .faq-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--faq-blue-deep) 0%, var(--faq-blue) 58%, var(--faq-blue-light) 100%);
  color: #fff;
  padding: 28px 0 74px;
}

.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.05), 0 0 0 60px rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.page-faq .faq-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.page-faq .faq-hero-copy {
  padding-bottom: 0;
}

.page-faq .breadcrumb {
  margin-bottom: 18px;
}

.page-faq .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.8125rem;
}

.page-faq .breadcrumb-list li + li::before {
  content: "›";
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.7);
}

.page-faq .breadcrumb-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-faq .breadcrumb-link:hover {
  color: #fff;
}

.page-faq .breadcrumb-current {
  color: #fff;
  font-weight: 600;
}

.page-faq .faq-hero .section-kicker {
  color: var(--faq-accent-soft);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-faq .faq-hero .section-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--faq-accent-soft);
  display: inline-block;
}

.page-faq .faq-hero h1 {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  line-height: 1.18;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
  color: #fff;
}

.page-faq .faq-hero-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36em;
  margin: 0 0 22px;
}

.page-faq .faq-search-box {
  position: relative;
  max-width: 32rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: 0 10px 26px rgba(20, 70, 107, 0.3);
  transition: box-shadow 0.2s ease;
}

.page-faq .faq-search-box:focus-within {
  box-shadow: 0 14px 34px rgba(20, 70, 107, 0.42);
}

.page-faq .faq-search-icon {
  width: 18px;
  height: 18px;
  color: var(--faq-blue);
  flex: none;
}

.page-faq .faq-search-input {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--faq-ink);
  font-family: var(--font-body);
  font-size: 0.925rem;
  width: 100%;
  margin-left: 10px;
  padding: 4px 0;
}

.page-faq .faq-search-input::placeholder {
  color: #8A9BA8;
}

.page-faq .faq-search-suggest {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--faq-surface);
  border-radius: var(--faq-radius);
  box-shadow: 0 16px 30px rgba(42, 31, 24, 0.16);
  overflow: hidden;
  z-index: 20;
  display: none;
}

.page-faq .faq-search-suggest.is-visible {
  display: block;
}

.page-faq .faq-search-hint {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 12px 0 0;
}

.page-faq .faq-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-faq .faq-hero-img {
  width: min(320px, 76vw);
  height: auto;
  aspect-ratio: 1;
  border-radius: 26px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 44px rgba(20, 70, 107, 0.35);
}

.page-faq .faq-banner {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: calc(var(--container) - 32px);
  margin: -52px auto 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(42, 31, 24, 0.18);
}

.page-faq .faq-banner-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  max-width: 100%;
}

.page-faq .faq-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
  background: linear-gradient(90deg, rgba(27, 94, 138, 0.88) 0%, rgba(27, 94, 138, 0.5) 55%, rgba(232, 92, 10, 0.28) 100%);
  color: #fff;
}

.page-faq .faq-banner-overlay strong {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.page-faq .faq-banner-overlay span {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 6px;
}

.page-faq .faq-body {
  padding: 48px 0 56px;
}

.page-faq .faq-body-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-faq .faq-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 18px;
  margin-bottom: 26px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.page-faq .faq-tabs::-webkit-scrollbar {
  display: none;
}

.page-faq .faq-tab {
  flex: none;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--faq-blue);
  background: var(--faq-surface);
  border: 1px solid var(--faq-border);
  border-radius: 999px;
  padding: 8px 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.page-faq .faq-tab:hover {
  background: var(--faq-blue);
  color: #fff;
  border-color: var(--faq-blue);
  transform: translateY(-2px);
}

.page-faq .faq-tab.is-spied {
  background: var(--faq-blue);
  color: #fff;
  border-color: var(--faq-blue);
}

.page-faq .faq-group {
  margin-bottom: 42px;
  scroll-margin-top: 100px;
}

.page-faq .faq-group:last-child {
  margin-bottom: 0;
}

.page-faq .faq-group-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.page-faq .faq-group-num {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--faq-orange);
  line-height: 1;
  margin-top: 4px;
}

.page-faq .faq-group-title h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--faq-ink);
  margin: 0 0 4px;
}

.page-faq .faq-group-title p {
  font-size: 0.875rem;
  color: var(--faq-blue);
  margin: 0;
}

.page-faq .faq-item {
  background: var(--faq-surface);
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(42, 31, 24, 0.04);
  transition: box-shadow 0.2s ease;
}

.page-faq .faq-item[open] {
  box-shadow: 0 12px 28px rgba(42, 31, 24, 0.09);
}

.page-faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--faq-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  transition: background 0.2s ease;
}

.page-faq .faq-item summary::-webkit-details-marker {
  display: none;
}

.page-faq .faq-item summary:hover {
  background: #F2F7FA;
}

.page-faq .faq-item summary::after {
  content: "+";
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--faq-blue);
  color: var(--faq-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.25s ease;
}

.page-faq .faq-item[open] summary::after {
  content: "−";
  background: var(--faq-blue);
  color: #fff;
  transform: rotate(0deg);
}

.page-faq .faq-item-body {
  padding: 14px 18px 18px;
  border-top: 1px dashed var(--faq-border);
  font-size: 0.925rem;
  line-height: 1.75;
  color: #5C4534;
}

.page-faq .faq-item[open] .faq-item-body {
  animation: faqSlide 0.25s ease;
}

.page-faq .faq-item-body a {
  color: var(--faq-blue-light);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.page-faq .faq-item-body a:hover {
  color: var(--faq-orange);
}

.page-faq .faq-side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-faq .faq-side-card {
  background: var(--color-primary-soft);
  padding: 26px 24px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(27, 94, 138, 0.1);
}

.page-faq .faq-side-label {
  display: inline-block;
  color: var(--faq-orange);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-faq .faq-side-card h2 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--faq-ink);
  margin: 9px 0 10px;
}

.page-faq .faq-side-card p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--faq-ink);
  margin: 0 0 16px;
}

.page-faq .faq-side-note {
  background: var(--faq-surface);
  border: 1px solid var(--faq-border);
  border-radius: 18px;
  padding: 20px 22px;
  display: grid;
  gap: 8px;
}

.page-faq .faq-side-note-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--faq-blue);
  margin-bottom: 4px;
}

.page-faq .faq-side-note a {
  color: var(--faq-ink);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 8px;
  background: #FBF8F1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-faq .faq-side-note a:hover {
  background: var(--faq-blue);
  color: #fff;
  transform: translateX(3px);
}

.page-faq .faq-cta {
  background: linear-gradient(100deg, #C9530A 0%, var(--faq-orange) 45%, #FF8A3D 100%);
  color: #fff;
  padding: 42px 0;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
}

.page-faq .faq-cta::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.06), 0 0 0 48px rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.page-faq .faq-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.page-faq .faq-cta-copy .section-kicker {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.page-faq .faq-cta-copy .section-kicker::before {
  background: rgba(255, 255, 255, 0.9);
}

.page-faq .faq-cta h2 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 0 8px;
}

.page-faq .faq-cta p {
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.94;
  margin: 0;
  max-width: 34em;
}

.page-faq .faq-cta-btn {
  background: #fff;
  color: var(--faq-orange);
  border-color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-faq .faq-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(184, 74, 5, 0.35);
}

@keyframes faqSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .page-faq .faq-banner-overlay strong {
    font-size: 1.6rem;
  }

  .page-faq .faq-banner-overlay span {
    font-size: 0.95rem;
  }

  .page-faq .faq-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-faq .faq-cta-btn {
    flex: none;
  }
}

@media (min-width: 820px) {
  .page-faq .faq-hero {
    padding: 44px 0 88px;
  }

  .page-faq .faq-hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 40px;
  }

  .page-faq .faq-hero-copy {
    padding-bottom: 0;
  }

  .page-faq .faq-hero h1 {
    font-size: 2.5rem;
  }

  .page-faq .faq-hero-img {
    width: 360px;
  }

  .page-faq .faq-banner {
    width: calc(100% - 48px);
    max-width: calc(var(--container) - 48px);
  }

  .page-faq .faq-banner-img {
    height: 260px;
  }

  .page-faq .faq-body {
    padding: 56px 0 64px;
  }

  .page-faq .faq-body-grid {
    grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .page-faq .faq-tabs {
    flex-wrap: wrap;
    overflow: visible;
  }

  .page-faq .faq-side {
    position: sticky;
    top: 100px;
  }
}
