.page-faq {
  --faq-gap: 32px;
  --faq-radius: 18px;
  --faq-side-width: 260px;
  --faq-orange-deep: #C2410C;
  overflow-x: hidden;
}
.page-faq .faq-hero {
  background: linear-gradient(135deg, #0B1F3A 0%, #0B1F3A 55%, #14315A 100%);
  color: #fff;
  position: relative;
  padding: 40px 0 52px;
  overflow: hidden;
}
.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  background: rgba(255, 107, 0, 0.18);
  border-radius: 50%;
}
.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -90px;
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
}
.page-faq .faq-hero__inner {
  position: relative;
  z-index: 1;
}
.page-faq .faq-hero__grid {
  display: grid;
  gap: 24px;
  align-items: center;
}
.page-faq .faq-hero__content .eyebrow {
  color: #FFD700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--font-data);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.page-faq .faq-hero__content .page-title {
  color: #fff;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.page-faq .faq-hero__lead {
  color: #D6E4FF;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 44em;
  margin-bottom: 24px;
}
.page-faq .faq-hero__lead a {
  color: #FFD700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-faq .faq-hero__visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}
.page-faq .faq-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #B0B0B0;
  margin-bottom: 24px;
}
.page-faq .faq-hero .breadcrumb__link {
  color: #D6E4FF;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-faq .faq-hero .breadcrumb__link:hover {
  color: #FFD700;
}
.page-faq .faq-hero .breadcrumb__sep {
  color: #B0B0B0;
}
.page-faq .faq-hero .breadcrumb__current {
  color: #fff;
}
.page-faq .faq-hero .btn--primary {
  background: #FFD700;
  color: #0B1F3A;
  border: 1px solid #FFD700;
}
.page-faq .faq-hero .btn--primary:hover {
  background: #0B1F3A;
  color: #FFD700;
  border-color: #FFD700;
}
.page-faq .faq-quick {
  padding: 28px 0 10px;
  background: #fff;
}
.page-faq .faq-quick__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.page-faq .faq-quick__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: var(--faq-radius);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-faq .faq-quick__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(11, 31, 58, 0.12);
}
.page-faq .faq-quick__item--orange {
  background: #0B1F3A;
  color: #fff;
  border-bottom: 4px solid #FF6B00;
}
.page-faq .faq-quick__item--blue {
  background: #D6E4FF;
  color: #0B1F3A;
  border-bottom: 4px solid #0B1F3A;
}
.page-faq .faq-quick__item--navy {
  background: #0B1F3A;
  color: #fff;
  border-bottom: 4px solid #FFD700;
}
.page-faq .faq-quick__item--gold {
  background: #FFD700;
  color: #0B1F3A;
  border-bottom: 4px solid #0B1F3A;
}
.page-faq .faq-quick__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  font-size: 1.3rem;
  line-height: 1;
}
.page-faq .faq-quick__name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-faq .faq-quick__desc {
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0.85;
}
.page-faq .faq-quick__count {
  font-family: var(--font-data);
  font-size: 0.75rem;
  opacity: 0.7;
}
.page-faq .faq-main {
  padding: 36px 0 56px;
  background: #F5F5F5;
}
.page-faq .faq-main__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
.page-faq .faq-main__head .eyebrow {
  color: var(--faq-orange-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-data);
  font-size: 0.74rem;
  font-weight: 700;
  margin: 0;
}
.page-faq .faq-main__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0B1F3A;
  margin: 0 0 4px;
}
.page-faq .faq-main__hint {
  margin: 0;
  font-size: 0.88rem;
  color: #4B5563;
}
.page-faq .faq-main__inner {
  display: grid;
  gap: 28px;
}
.page-faq .faq-side__sticky {
  top: 20px;
}
.page-faq .faq-side__label {
  font-family: var(--font-display);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1F3A;
  margin: 0 0 12px;
}
.page-faq .faq-side__list {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-faq .faq-side__link {
  display: block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #E3E8F0;
  color: #0B1F3A;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page-faq .faq-side__link:hover {
  background: #D6E4FF;
  border-color: #0B1F3A;
  color: #0B1F3A;
}
.page-faq .faq-side__link.is-active {
  background: #0B1F3A;
  border-color: #0B1F3A;
  color: #fff;
}
.page-faq .faq-side__tip {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #D6E4FF;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.page-faq .faq-side__tip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #0B1F3A;
  color: #FFD700;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}
.page-faq .faq-side__tip p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #0B1F3A;
}
.page-faq .faq-side__tip a {
  color: #0B1F3A;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-faq .faq-group {
  margin-bottom: 36px;
  scroll-margin-top: 20px;
}
.page-faq .faq-group__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.page-faq .faq-group__num {
  font-family: var(--font-data);
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFD700;
  background: #0B1F3A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  flex-shrink: 0;
}
.page-faq .faq-group__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: #0B1F3A;
  line-height: 1.2;
  margin: 0 0 4px;
}
.page-faq .faq-group__desc {
  margin: 0;
  font-size: 0.88rem;
  color: #4B5563;
  line-height: 1.5;
}
.page-faq .acc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-faq .acc-item {
  background: #fff;
  border-radius: var(--faq-radius);
  border: 1px solid #E8ECF2;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-faq .acc-item[open] {
  border-color: #0B1F3A;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.1);
}
.page-faq .acc-item > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: #0B1F3A;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page-faq .acc-item > summary::-webkit-details-marker {
  display: none;
}
.page-faq .acc-item > summary:hover {
  color: var(--faq-orange-deep);
  background: #FFF8F3;
}
.page-faq .acc-trigger__text {
  flex: 1;
}
.page-faq .acc-trigger__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.page-faq .acc-trigger__icon::before,
.page-faq .acc-trigger__icon::after {
  content: "";
  position: absolute;
  background: #0B1F3A;
  border-radius: 2px;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.page-faq .acc-trigger__icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}
.page-faq .acc-trigger__icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}
.page-faq .acc-item[open] .acc-trigger__icon::after {
  transform: scaleY(0);
}
.page-faq .acc-item > summary:hover .acc-trigger__icon::before,
.page-faq .acc-item > summary:hover .acc-trigger__icon::after {
  background: var(--faq-orange-deep);
}
.page-faq .acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  min-height: 0;
  transition: grid-template-rows 0.3s ease;
}
.page-faq .acc-item[open] .acc-panel {
  grid-template-rows: 1fr;
}
.page-faq .acc-panel__inner {
  overflow: hidden;
  padding: 0 20px 18px;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #3D4451;
}
.page-faq .acc-panel__inner p:first-child {
  margin-top: 0;
}
.page-faq .acc-panel__inner p:last-child {
  margin-bottom: 0;
}
.page-faq .acc-panel__inner ol,
.page-faq .acc-panel__inner ul {
  margin: 8px 0 12px;
  padding-left: 20px;
}
.page-faq .acc-panel__inner li {
  margin-bottom: 6px;
}
.page-faq .acc-panel__inner a {
  color: var(--faq-orange-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-faq .faq-path {
  font-family: var(--font-data);
  font-size: 0.85em;
  background: #F5F5F5;
  padding: 2px 8px;
  border-radius: 8px;
  border: 1px solid #E3E8F0;
  color: #0B1F3A;
}
.page-faq .faq-media {
  margin: 0 0 16px;
}
.page-faq .faq-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--faq-radius);
}
.page-faq .faq-cta {
  padding: 48px 0 64px;
  background: #fff;
}
.page-faq .faq-cta__inner {
  position: relative;
  background: #0B1F3A;
  border-radius: 24px;
  padding: 32px 24px;
  color: #fff;
  overflow: hidden;
}
.page-faq .faq-cta__inner::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  background: #FF6B00;
  border-radius: 50%;
  opacity: 0.25;
}
.page-faq .faq-cta__inner::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  width: 80px;
  height: 80px;
  background: #FFD700;
  border-radius: 50%;
  opacity: 0.15;
}
.page-faq .faq-cta__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin: 0 0 10px;
}
.page-faq .faq-cta__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #D6E4FF;
  line-height: 1.65;
}
.page-faq .faq-cta__text a {
  color: #FFD700;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 768px) {
  .page-faq .faq-hero {
    padding: 56px 0 64px;
  }
  .page-faq .faq-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }
  .page-faq .faq-quick__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-faq .faq-main {
    padding: 48px 0 72px;
  }
  .page-faq .faq-main__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .page-faq .faq-main__hint {
    max-width: 260px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .page-faq .faq-main__inner {
    grid-template-columns: var(--faq-side-width) 1fr;
    gap: 40px;
  }
  .page-faq .faq-side__sticky {
    position: sticky;
  }
  .page-faq .faq-side__list {
    flex-direction: column;
    gap: 6px;
    overflow: visible;
    padding: 0;
  }
  .page-faq .faq-side__link {
    border-radius: 14px;
    padding: 12px 16px;
  }
  .page-faq .faq-cta__inner {
    padding: 40px 48px;
  }
  .page-faq .faq-cta__title {
    font-size: 1.8rem;
  }
}
