.pb-faq-page-wrap {
  --pb-faq-ink: #fff7ed;
  --pb-faq-muted: rgba(255, 247, 237, .74);
  --pb-faq-gold: #c8a35f;
  --pb-faq-gold-soft: #e6cc8c;
  --pb-faq-dark: #070707;
  --pb-faq-panel: rgba(12, 10, 8, .88);
  --pb-faq-panel-2: rgba(23, 19, 15, .92);
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--pb-faq-ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 163, 95, .18), transparent 36%),
    linear-gradient(135deg, #070707, #17110d 54%, #070707),
    #070707;
  isolation: isolate;
}


.pb-faq-page-wrap__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .62;
  transform: scale(1.015);
  filter: saturate(.9) contrast(1.08);
  pointer-events: none;
}

.pb-faq-page-wrap__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .38)),
    radial-gradient(circle at 50% 26%, rgba(0, 0, 0, .08), rgba(0, 0, 0, .46) 72%);
}

.pb-faq-page-wrap__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .36) 50%, rgba(0, 0, 0, .76)),
    radial-gradient(circle at 18% 38%, rgba(202, 163, 95, .15), transparent 34%),
    radial-gradient(circle at 82% 55%, rgba(202, 163, 95, .12), transparent 30%);
}

.pb-faq-page {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0 clamp(56px, 7vw, 92px);
}

.pb-faq-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(28px, 4vw, 48px);
}

.pb-faq-hero__eyebrow,
.pb-faq-support-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pb-faq-gold-soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.pb-faq-hero h1 {
  margin: 0;
  color: #fffaf0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .94;
  font-weight: 500;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .5);
}

.pb-faq-hero p {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--pb-faq-muted);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.7;
}

.pb-faq-bubbles {
  position: relative;
  min-height: 280px;
  margin: 0 auto clamp(22px, 4vw, 44px);
}

.pb-faq-bubble {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 12px 22px 13px 14px;
  border: 1px solid rgba(225, 190, 124, .72);
  border-radius: 22px 22px 22px 6px;
  color: #fff7ed;
  background: linear-gradient(135deg, rgba(18, 16, 14, .96), rgba(36, 27, 18, .84));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .42),
    inset 0 0 0 1px rgba(255, 255, 255, .06);
  cursor: pointer;
  text-align: left;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pb-faq-bubble::after {
  content: '';
  position: absolute;
  left: 28px;
  bottom: -15px;
  width: 26px;
  height: 26px;
  border-left: 1px solid rgba(225, 190, 124, .72);
  border-bottom: 1px solid rgba(225, 190, 124, .72);
  background: linear-gradient(135deg, rgba(18, 16, 14, .96), rgba(36, 27, 18, .84));
  transform: rotate(-34deg) skew(-10deg);
  transform-origin: center;
}

.pb-faq-bubble:hover,
.pb-faq-bubble:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(245, 218, 151, .98);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .48), 0 0 24px rgba(202, 163, 95, .16);
  outline: none;
}

.pb-faq-bubble__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(225, 190, 124, .38);
  border-radius: 50%;
  color: var(--pb-faq-gold-soft);
  font-size: 18px;
  background: rgba(255, 255, 255, .04);
}

.pb-faq-bubble__text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.2;
}

.pb-faq-bubble__arrow {
  color: var(--pb-faq-gold-soft);
  font-size: 21px;
}

.pb-faq-bubble--1 { top: 0; left: 8%; width: min(340px, 42vw); }
.pb-faq-bubble--2 { top: 4px; right: 9%; width: min(290px, 35vw); }
.pb-faq-bubble--3 { top: 88px; left: 31%; width: min(380px, 44vw); }
.pb-faq-bubble--4 { top: 130px; left: 4%; width: min(320px, 38vw); }
.pb-faq-bubble--5 { top: 136px; right: 3%; width: min(335px, 38vw); }
.pb-faq-bubble--6 { top: 210px; left: 36%; width: min(310px, 34vw); }

.pb-faq-topic-panel {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(218, 182, 111, .26);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 9, 8, .94), rgba(17, 14, 12, .94));
  box-shadow: 0 26px 62px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.pb-faq-topic-panel__label {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--pb-faq-gold-soft);
  text-align: center;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pb-faq-topic-panel__label span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 163, 95, .42), transparent);
}

.pb-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pb-faq-tab {
  appearance: none;
  min-width: 132px;
  padding: 12px 24px;
  border: 1px solid rgba(202, 163, 95, .45);
  border-radius: 999px;
  color: #fff2d8;
  background: rgba(255, 255, 255, .02);
  cursor: pointer;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.pb-faq-tab:hover,
.pb-faq-tab:focus-visible,
.pb-faq-tab.is-active {
  color: #140f0a;
  background: linear-gradient(135deg, #f1d799, #b98f49);
  border-color: rgba(246, 224, 168, .9);
  transform: translateY(-1px);
  outline: none;
}

.pb-faq-topic {
  max-width: 860px;
  margin: 0 auto;
}

.pb-faq-topic__intro {
  max-width: 620px;
  margin: 0 auto 22px;
  color: var(--pb-faq-muted);
  text-align: center;
  line-height: 1.6;
}

.pb-faq-accordion {
  display: grid;
  gap: 12px;
}

.pb-faq-item {
  border: 1px solid rgba(202, 163, 95, .2);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}

.pb-faq-item__question {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  color: #fff7ed;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 2vw, 23px);
}

.pb-faq-item__question span:last-child {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(202, 163, 95, .35);
  border-radius: 50%;
  color: var(--pb-faq-gold-soft);
  transition: transform .2s ease;
}

.pb-faq-item.is-open .pb-faq-item__question span:last-child {
  transform: rotate(45deg);
}

.pb-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .24s ease;
}

.pb-faq-item.is-open .pb-faq-item__answer {
  grid-template-rows: 1fr;
}

.pb-faq-item__answer p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0 20px;
  color: var(--pb-faq-muted);
  line-height: 1.7;
}

.pb-faq-item.is-open .pb-faq-item__answer p {
  padding-bottom: 20px;
}

.pb-faq-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(202, 163, 95, .25);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 249, 239, .08), rgba(255, 255, 255, .025));
  box-shadow: 0 20px 44px rgba(0, 0, 0, .34);
}

.pb-faq-support-card h2 {
  margin: 0;
  color: #fff7ed;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.pb-faq-support-card p {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--pb-faq-muted);
  line-height: 1.7;
}

.pb-faq-support-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 20px;
  border: 1px solid rgba(202, 163, 95, .72);
  border-radius: 999px;
  color: #140f0a;
  background: linear-gradient(135deg, #f0d497, #b98f49);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .pb-faq-bubbles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-height: auto;
  }

  .pb-faq-bubble {
    position: relative;
    inset: auto;
    width: auto;
  }

  .pb-faq-bubble::after {
    display: none;
  }

  .pb-faq-support-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .pb-faq-page { width: min(100% - 24px, 1180px); padding-top: 34px; }
  .pb-faq-hero h1 { font-size: clamp(38px, 13vw, 56px); }
  .pb-faq-bubbles { grid-template-columns: 1fr; }
  .pb-faq-topic-panel { padding: 18px 14px; border-radius: 22px; }
  .pb-faq-tab { width: 100%; }
  .pb-faq-topic-panel__label { grid-template-columns: 1fr; gap: 8px; }
  .pb-faq-topic-panel__label span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pb-faq-bubble,
  .pb-faq-tab,
  .pb-faq-item__answer,
  .pb-faq-item__question span:last-child {
    transition: none !important;
  }
}
