body.freetime-faq-view {
  background:
    radial-gradient(860px 420px at 12% -8%, rgba(23, 218, 105, 0.13), transparent 60%),
    radial-gradient(900px 520px at 88% 0%, rgba(23, 218, 105, 0.08), transparent 58%),
    #050608;
}

body.freetime-faq-view .lp-main {
  padding-top: calc(var(--lp-header-height) + var(--lp-header-offset) + 40px);
}

.tp-faq-shell {
  padding-top: 72px;
  padding-bottom: 72px;
}

.tp-faq-hero,
.tp-faq-card,
.tp-faq-footer-card {
  overflow: hidden;
}

.tp-faq-hero::before,
.tp-faq-card::before,
.tp-faq-footer-card::before {
  content: "";
  position: absolute;
  inset: auto -8% 72% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(23, 218, 105, 0.18), transparent 70%);
  pointer-events: none;
}

.tp-faq-hero-grid,
.tp-faq-footer-grid {
  display: grid;
  gap: 18px;
}

.tp-faq-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: start;
}

.tp-faq-copy p,
.tp-faq-side p,
.tp-faq-answer p,
.tp-faq-cta span {
  margin: 0;
  color: #a9b3b7;
  line-height: 1.75;
}

.tp-faq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tp-faq-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 218, 105, 0.2);
  background: rgba(23, 218, 105, 0.08);
  color: #dce3e5;
  font-size: 0.86rem;
}

.tp-faq-side {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.tp-faq-side strong,
.tp-faq-cta strong {
  color: #f5f7f8;
  font-size: 1.05rem;
  line-height: 1.2;
}

.tp-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-faq-list {
  display: grid;
  gap: 14px;
}

.tp-faq-item {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.tp-faq-item:hover,
.tp-faq-item[open] {
  border-color: rgba(23, 218, 105, 0.26);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24), 0 0 24px rgba(23, 218, 105, 0.06);
}

.tp-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 24px;
  color: #f5f7f8;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.tp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 20px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(23, 218, 105, 0.22);
  background: rgba(23, 218, 105, 0.08);
  color: #17da69;
  font-size: 1rem;
  font-weight: 700;
}

.tp-faq-item[open] summary::after {
  content: "-";
}

.tp-faq-answer {
  padding: 0 24px 24px;
}

.tp-faq-footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tp-faq-cta {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tp-faq-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 218, 105, 0.26);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24), 0 0 24px rgba(23, 218, 105, 0.06);
}

@media (max-width: 980px) {
  .tp-faq-hero-grid,
  .tp-faq-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.freetime-faq-view .lp-main {
    padding-top: calc(var(--lp-header-height) + var(--lp-header-offset) + 24px);
  }

  .tp-faq-shell {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .tp-faq-item summary {
    padding: 18px 54px 18px 18px;
    font-size: 0.98rem;
  }

  .tp-faq-answer {
    padding: 0 18px 18px;
  }

  .tp-faq-side,
  .tp-faq-cta {
    padding: 18px;
    border-radius: 20px;
  }
}
