.page-faq {
  --faq-panel-bg: rgba(255, 255, 255, 0.04);
  --faq-panel-bg-open: rgba(255, 255, 255, 0.07);
  --faq-line: rgba(255, 255, 255, 0.1);
  --faq-text-soft: rgba(255, 255, 255, 0.78);
  background: var(--c-deep);
  color: var(--c-white);
  overflow-x: hidden;
}

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

.page-faq .breadcrumb__link {
  color: var(--c-electric);
  text-decoration: none;
}

.page-faq .breadcrumb__current {
  color: rgba(255, 255, 255, 0.6);
}

.faq-hero {
  position: relative;
  padding: 64px 0 72px;
  background:
    radial-gradient(900px 320px at 85% -10%, rgba(0, 212, 255, 0.16), transparent 60%),
    linear-gradient(135deg, rgba(255, 107, 0, 0.12) 0%, transparent 44%),
    var(--c-deep);
}

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

.faq-hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -100px;
  top: 30px;
  border-radius: 50%;
  border: 42px solid rgba(0, 212, 255, 0.07);
  pointer-events: none;
}

.faq-hero::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 10px;
  right: 12%;
  top: 58px;
  background: linear-gradient(90deg, var(--c-orange), transparent);
  transform: rotate(-18deg);
  opacity: 0.55;
  pointer-events: none;
}

.faq-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-electric);
  margin-bottom: 18px;
}

.faq-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: var(--c-white);
  max-width: 11em;
}

.faq-hero__accent {
  color: var(--c-electric);
  background: linear-gradient(transparent 62%, rgba(255, 107, 0, 0.5) 62%);
}

.faq-hero__lead {
  margin: 0 0 28px;
  max-width: 46em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--faq-text-soft);
}

.faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-faq .faq-hero__actions .btn {
  text-decoration: none;
}

.faq-hero__search {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 520px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.35);
  text-decoration: none;
  color: var(--c-white);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.faq-hero__search:hover {
  border-color: var(--c-orange);
  background: rgba(255, 107, 0, 0.12);
  transform: translateY(-2px);
}

.faq-hero__search-key {
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.16);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--c-orange);
}

.faq-hero__search-placeholder {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.faq-hero__search-arrow {
  font-size: 18px;
  color: var(--c-electric);
}

.faq-hot {
  padding: 72px 0 84px;
}

.faq-hot__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 900px) {
  .faq-hot__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
  }
}

.faq-index {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-electric);
}

.faq-index::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--gradient-fire);
}

.faq-hot__lead h2,
.faq-topics__head h2,
.faq-contact__lead h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.16;
  color: var(--c-white);
}

.faq-hot__lead > p:not(.faq-index) {
  margin: 0;
  line-height: 1.75;
  color: var(--faq-text-soft);
}

.faq-figure {
  margin: 32px 0 0;
}

.faq-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.faq-figure figcaption {
  margin-top: 10px;
  padding-left: 14px;
  border-left: 3px solid var(--c-orange);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.faq-hot__list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--faq-line);
  border-radius: 18px;
  background: var(--faq-panel-bg);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(0, 212, 255, 0.42);
  background: var(--faq-panel-bg-open);
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--c-white);
}

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

.faq-item summary::before {
  content: "+";
  flex: 0 0 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gradient-fire);
  color: var(--c-deep);
  font-size: 18px;
  font-weight: 700;
}

.faq-item[open] summary::before {
  content: "−";
}

.faq-item__body {
  padding: 0 20px 20px 60px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.faq-item__body p {
  margin: 0;
}

.faq-hot__list a {
  color: var(--c-electric);
  text-underline-offset: 3px;
}

.faq-hot__list a:hover {
  color: var(--c-orange);
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item[open] .faq-item__body {
  animation: faq-answer-in 0.25s ease;
}

.faq-topics {
  position: relative;
  padding: 80px 0 88px;
  margin-top: -20px;
  border-radius: 48px 48px 0 0;
  background: var(--c-cream);
  color: var(--c-ink);
}

.faq-topics__head h2 {
  color: var(--c-ink);
}

.faq-topics__head p:not(.faq-index) {
  margin: 0 0 28px;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.72);
}

.faq-topics .faq-index {
  color: var(--c-deep);
}

.faq-cats__bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 107, 0, 0.4) rgba(255, 255, 255, 0.6);
}

.faq-cat__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}

.faq-cat__tab {
  flex: 0 0 auto;
  padding: 9px 20px;
  border: 1px solid rgba(10, 31, 68, 0.2);
  border-radius: 999px;
  background: #fff;
  color: rgba(10, 31, 68, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.faq-cat__tab:hover {
  border-color: var(--c-orange);
  color: var(--c-orange);
}

#cat-refresh:checked ~ .faq-cats__bar label[for="cat-refresh"],
#cat-ios:checked ~ .faq-cats__bar label[for="cat-ios"],
#cat-sub:checked ~ .faq-cats__bar label[for="cat-sub"],
#cat-search:checked ~ .faq-cats__bar label[for="cat-search"],
#cat-site:checked ~ .faq-cats__bar label[for="cat-site"] {
  background: var(--c-deep);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 5px 0 var(--c-orange);
}

#cat-refresh:focus-visible ~ .faq-cats__bar label[for="cat-refresh"],
#cat-ios:focus-visible ~ .faq-cats__bar label[for="cat-ios"],
#cat-sub:focus-visible ~ .faq-cats__bar label[for="cat-sub"],
#cat-search:focus-visible ~ .faq-cats__bar label[for="cat-search"],
#cat-site:focus-visible ~ .faq-cats__bar label[for="cat-site"] {
  outline: 3px solid var(--c-deep);
  outline-offset: 2px;
}

.faq-cats__body {
  margin-top: 8px;
}

.faq-cat-panel {
  display: none;
}

#cat-refresh:checked ~ .faq-cats__body #faq-panel-refresh,
#cat-ios:checked ~ .faq-cats__body #faq-panel-ios,
#cat-sub:checked ~ .faq-cats__body #faq-panel-sub,
#cat-search:checked ~ .faq-cats__body #faq-panel-search,
#cat-site:checked ~ .faq-cats__body #faq-panel-site {
  display: block;
  animation: faq-panel-in 0.3s ease;
}

.faq-topics .faq-item {
  border-color: rgba(10, 31, 68, 0.12);
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 31, 68, 0.07);
}

.faq-topics .faq-item[open] {
  border-color: rgba(255, 107, 0, 0.4);
  box-shadow: 0 14px 34px rgba(255, 107, 0, 0.1);
}

.faq-topics .faq-item summary {
  color: var(--c-ink);
}

.faq-topics .faq-item__body {
  color: rgba(26, 26, 26, 0.78);
}

.faq-topics .faq-item__body a {
  color: var(--c-deep);
  text-decoration: underline;
  text-decoration-color: var(--c-orange);
  text-underline-offset: 3px;
}

.faq-topics .faq-item__body a:hover {
  color: var(--c-orange);
  text-decoration-color: var(--c-electric);
}

@keyframes faq-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 72px auto 0;
  max-width: 720px;
  text-align: center;
}

.faq-guide img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(10, 31, 68, 0.14);
}

.faq-guide figcaption {
  margin-top: 16px;
  padding-left: 14px;
  border-left: 4px solid var(--c-orange);
  font-size: 14px;
  font-weight: 600;
  color: rgba(10, 31, 68, 0.78);
  letter-spacing: 0.04em;
}

.faq-contact {
  position: relative;
  padding: 88px 0 92px;
  background:
    radial-gradient(680px 280px at 12% 0%, rgba(255, 107, 0, 0.1), transparent 60%),
    var(--c-deep);
}

.faq-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 960px) {
  .faq-contact__inner {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 80px;
  }
}

.faq-contact__lead > p:not(.faq-index) {
  margin: 0 0 14px;
  line-height: 1.75;
  color: var(--faq-text-soft);
}

.faq-contact__note {
  padding-left: 14px;
  border-left: 3px solid var(--c-orange);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.faq-contact__cta {
  margin-top: 24px;
}

.faq-contact__channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 600px) {
  .faq-contact__channels {
    grid-template-columns: 1fr 1fr;
  }
}

.faq-contact__channel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--c-white);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.faq-contact__channel:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.faq-contact__channel--phone {
  border: none;
  background: var(--gradient-fire);
}

.faq-contact__channel--phone:hover {
  background: var(--gradient-fire);
  box-shadow: 0 14px 32px rgba(255, 107, 0, 0.3);
}

.faq-contact__channel--addr {
  grid-column: 1 / -1;
}

.faq-contact__channel-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-electric);
}

.faq-contact__channel-value {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--c-white);
  word-break: break-word;
}

.faq-contact__channel-value ~ .faq-contact__channel-label {
  margin-top: 12px;
}

.faq-contact__channel--phone .faq-contact__channel-label {
  color: rgba(10, 31, 68, 0.68);
}

.faq-contact__channel--phone .faq-contact__channel-value {
  color: var(--c-deep);
  font-size: 24px;
}
