.fq-shell {
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  color: #0f172a;
}

.fq-shell a,
.fq-shell button,
.fq-shell input {
  font: inherit;
}

.fq-shell a {
  color: inherit;
  text-decoration: none;
}

.fq-container {
  width: min(100% - 1.5rem, 1440px);
  margin: 0 auto;
}

.fq-section {
  padding: 2.45rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.fq-section--last {
  padding-bottom: 4.8rem;
  border-bottom: 0;
}

.fq-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  color: #0f9f9f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fq-section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.fq-section-heading p {
  margin-top: 0.8rem;
  max-width: 45rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
}

.fq-section-heading--center {
  text-align: center;
}

.fq-section-heading--center p {
  margin-left: auto;
  margin-right: auto;
}

.fq-hero {
  display: grid;
  gap: 2rem;
  min-height: 84vh;
  padding-top: 5.55rem;
  align-items: center;
}

.fq-hero__copy h1 {
  margin-top: 0.95rem;
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 4.85rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.fq-hero__copy p {
  margin-top: 1rem;
  max-width: 38rem;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.8;
}

.fq-search {
  position: relative;
  margin-top: 1.55rem;
  max-width: 34rem;
}

.fq-search__box {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 4rem;
  padding: 0 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.fq-search__box input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #0f172a;
}

.fq-search__box input::placeholder {
  color: #94a3b8;
}

.fq-search__box i {
  color: #14b8a6;
}

.fq-search__results {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 0;
  right: 0;
  display: grid;
  gap: 0.42rem;
  padding: 0.7rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
  z-index: 4;
}

.fq-search__results[hidden],
.fq-search__empty[hidden] {
  display: none !important;
}

.fq-search__result,
.fq-search__empty {
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
}

.fq-search__result {
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.fq-search__result:hover {
  background: rgba(20, 184, 166, 0.08);
}

.fq-search__result-title {
  display: block;
  font-weight: 800;
  line-height: 1.3;
}

.fq-search__result-meta,
.fq-search__empty {
  display: block;
  margin-top: 0.26rem;
  color: #64748b;
  font-size: 0.88rem;
}

.fq-trending {
  margin-top: 1.45rem;
}

.fq-trending__label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0f172a;
  font-weight: 800;
}

.fq-trending__label i {
  color: #14b8a6;
}

.fq-trending__list {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.fq-chip,
.fq-topic-card {
  border: 0;
  cursor: pointer;
}

.fq-chip {
  min-height: 2.55rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  color: #475569;
}

.fq-hero__visual {
  position: relative;
}

.fq-cloud {
  position: relative;
  min-height: 33rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(20, 184, 166, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.fq-cloud::before,
.fq-cloud::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.fq-cloud::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(14, 165, 233, 0.1) 0, transparent 18%),
    radial-gradient(circle at 82% 74%, rgba(20, 184, 166, 0.08) 0, transparent 20%);
}

.fq-cloud::after {
  width: 26rem;
  height: 26rem;
  right: -8rem;
  bottom: -10rem;
  background: rgba(20, 184, 166, 0.08);
}

.fq-cloud__orb {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 10.8rem;
  height: 10.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 26%, #78d7ff 0%, #2aaeff 32%, #1f86ff 62%, #145bff 100%);
  box-shadow:
    0 0 0 10px rgba(42, 174, 255, 0.08),
    0 30px 62px rgba(20, 91, 255, 0.34);
  color: #ffffff;
  font-size: 5.25rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
  animation: fq-orb-float 4.2s ease-in-out infinite;
}

.fq-cloud__card {
  position: absolute;
  width: min(15rem, 44%);
  padding: 1rem 1rem 0.95rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  border: 1px solid rgba(186, 230, 253, 0.72);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(42, 174, 255, 0.08),
    0 12px 32px rgba(42, 174, 255, 0.08);
}

.fq-cloud__card--1 {
  left: 1.7rem;
  top: 2.2rem;
  transform: rotate(-4deg);
}

.fq-cloud__card--2 {
  right: 1.9rem;
  top: 2.4rem;
  transform: rotate(3.5deg);
}

.fq-cloud__card--3 {
  left: 2.9rem;
  bottom: 4.15rem;
  transform: rotate(1deg);
}

.fq-cloud__card--4 {
  right: 1.8rem;
  bottom: 3.55rem;
  transform: rotate(-3deg);
}

.fq-cloud__q {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)) padding-box,
    linear-gradient(135deg, #145bff, #2aaeff) border-box;
  color: #1677ff;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(42, 174, 255, 0.12);
}

.fq-cloud__text {
  margin-top: 0.78rem;
  min-height: 3.8em;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.45;
}

.fq-cloud__lines {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.35rem;
}

.fq-cloud__lines span {
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.9);
}

.fq-cloud__lines span:last-child {
  width: 72%;
}

.fq-next-grid,
.fq-topic-marquee {
  margin-top: 1.45rem;
}

.fq-next-grid,
.fq-topic-marquee {
  display: grid;
  gap: 1rem;
}

.fq-topic-row {
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0;
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}

.fq-topic-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
  animation: fq-topic-marquee-left 24s linear infinite;
}

.fq-topic-row--bottom .fq-topic-track {
  animation-name: fq-topic-marquee-right;
  animation-duration: 26s;
  transform: translateX(-8%);
}

.fq-topic-row:hover .fq-topic-track {
  animation-play-state: paused;
}

.fq-topic-row--top {
  transform: translateX(0);
}

.fq-topic-row--bottom {
  margin-top: -0.15rem;
}

.fq-topic-row--bottom .fq-topic-card:nth-child(odd) {
  --fq-shift-y: 0.7rem;
}

.fq-topic-row--top .fq-topic-card:nth-child(even) {
  --fq-shift-y: 0.35rem;
}

.fq-topic-row .fq-topic-card {
  --fq-shift-y: 0rem;
  flex: 0 0 auto;
  width: min(14.4rem, 36vw);
  transform: translateY(var(--fq-shift-y));
}

.fq-topic-row .fq-topic-card:hover {
  transform: translateY(calc(var(--fq-shift-y) - 1px));
}

@keyframes fq-topic-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes fq-topic-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes fq-orb-float {
  0%, 100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, calc(-50% - 10px));
  }
}

.fq-next-grid {
  display: grid;
  gap: 1rem;
}

.fq-topic-card,
.fq-next-card {
  min-width: 0;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fq-topic-card:hover,
.fq-next-card:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 184, 166, 0.2);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.fq-topic-card {
  padding: 1.2rem;
  text-align: center;
}

.fq-topic-card__icon,
.fq-next-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.22rem;
}

.fq-topic-card h3,
.fq-next-card h3 {
  margin-top: 0.95rem;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
}

.fq-topic-card p,
.fq-next-card p {
  margin-top: 0.45rem;
  color: #64748b;
  line-height: 1.65;
}

.fq-topic-card[data-accent="teal"] .fq-topic-card__icon,
.fq-next-card[data-accent="teal"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(45, 212, 191, 0.16));
  color: #0f9f9f;
}

.fq-topic-card[data-accent="blue"] .fq-topic-card__icon,
.fq-next-card[data-accent="blue"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.16), rgba(96, 165, 250, 0.16));
  color: #2563eb;
}

.fq-topic-card[data-accent="emerald"] .fq-topic-card__icon,
.fq-next-card[data-accent="emerald"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(52, 211, 153, 0.16));
  color: #059669;
}

.fq-topic-card[data-accent="amber"] .fq-topic-card__icon,
.fq-next-card[data-accent="amber"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(251, 191, 36, 0.16));
  color: #d97706;
}

.fq-topic-card[data-accent="violet"] .fq-topic-card__icon,
.fq-next-card[data-accent="violet"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(167, 139, 250, 0.16));
  color: #7c3aed;
}

.fq-topic-card[data-accent="coral"] .fq-topic-card__icon {
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.16), rgba(253, 164, 175, 0.16));
  color: #e11d48;
}

.fq-topic-card[data-accent="purple"] .fq-topic-card__icon {
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.16), rgba(168, 85, 247, 0.16));
  color: #7c3aed;
}

.fq-topic-card[data-accent="sky"] .fq-topic-card__icon,
.fq-next-card[data-accent="sky"] .fq-next-card__icon {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(125, 211, 252, 0.16));
  color: #0284c7;
}

.fq-topic-card[data-accent="gold"] .fq-topic-card__icon {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.16), rgba(251, 191, 36, 0.16));
  color: #ca8a04;
}

.fq-topic-card[data-accent="slate"] .fq-topic-card__icon {
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.16), rgba(203, 213, 225, 0.16));
  color: #64748b;
}

.fq-accordion {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.82rem;
}

.fq-item {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.fq-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem;
  padding: 1.2rem 1.25rem;
  cursor: pointer;
}

.fq-item summary::-webkit-details-marker {
  display: none;
}

.fq-item__badge {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)) padding-box,
    linear-gradient(135deg, #145bff, #2aaeff) border-box;
  color: #1677ff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(42, 174, 255, 0.12);
}

.fq-item__answer-badge {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f9f9f;
  font-size: 0.82rem;
  font-weight: 800;
}

.fq-item__copy {
  min-width: 0;
}

.fq-item__copy strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.45;
}

.fq-item__copy small {
  display: block;
  margin-top: 0.24rem;
  color: #64748b;
  font-size: 0.86rem;
}

.fq-item summary i {
  color: #94a3b8;
  transition: transform 0.2s ease, color 0.2s ease;
}

.fq-item[open] summary i {
  transform: rotate(180deg);
  color: #14b8a6;
}

.fq-item__panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.95rem;
  padding: 0 1.25rem 1.2rem;
  color: #475569;
  line-height: 1.8;
}

.fq-next-card {
  padding: 1.35rem;
}

.fq-next-card span {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #1677ff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fq-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .fq-hero {
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    min-height: 78vh;
  }

  .fq-next-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .fq-hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .fq-hero__copy h1 {
    max-width: none;
  }

  .fq-cloud {
    min-height: 27rem;
  }

  .fq-cloud__orb {
    width: 8.8rem;
    height: 8.8rem;
    font-size: 4.2rem;
  }

  .fq-cloud__card {
    width: min(12.25rem, 46%);
    padding: 0.85rem;
  }

  .fq-cloud__card--1 {
    left: 0.85rem;
    top: 1.2rem;
  }

  .fq-cloud__card--2 {
    right: 0.9rem;
    top: 1.2rem;
  }

  .fq-cloud__card--3 {
    left: 1.2rem;
    bottom: 2.75rem;
  }

  .fq-cloud__card--4 {
    right: 0.95rem;
    bottom: 2.45rem;
  }

  .fq-topic-row .fq-topic-card {
    width: min(13rem, 68vw);
  }

  .fq-item summary,
  .fq-item__panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
