/* Flash Portal — section content boxes (centered, dark panel, square green border) */

main section:not(#top) .fp-section-box {
  text-align: center;
}

main section:not(#top) .fp-section-box.card-surface {
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(4, 10, 4, 0.82) 55%,
    rgba(0, 0, 0, 0.78) 100%
  );
  border: 1px solid rgba(0, 255, 65, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 65, 0.08),
    inset 0 0 48px rgba(0, 0, 0, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.45);
}

main section:not(#top) .fp-section-box .card-surface {
  text-align: center; 
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(2, 8, 2, 0.62) 100%
  );
  border: 1px solid rgba(0, 255, 65, 0.28);
}

#top .home-hero__glass {
  text-align: center;
}

#top .home-hero__cta {
  justify-content: center;
}

footer .fp-section-box {
  text-align: center;
}

footer .fp-section-box.card-surface {
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(4, 10, 4, 0.82) 55%,
    rgba(0, 0, 0, 0.78) 100%
  );
  border: 1px solid rgba(0, 255, 65, 0.38);
}

.fp-topic-page .fp-section-box {
  text-align: center;
}

.fp-topic-page .fp-section-box.card-surface {
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(4, 10, 4, 0.82) 55%,
    rgba(0, 0, 0, 0.78) 100%
  );
  border: 1px solid rgba(0, 255, 65, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 65, 0.08),
    inset 0 0 48px rgba(0, 0, 0, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.45);
}

.fp-topic-page .fp-topic-back {
  width: 100%;
  text-decoration: none;
}

.fp-topic-page .prose-fp {
  text-align: center;
}

.fp-sellers-page .fp-section-box,
.fp-flash-checker-page .fp-section-box {
  text-align: center;
}

.fp-sellers-page .fp-section-box .faq,
.fp-sellers-page .fp-section-box .fp-sellers-apply,
.fp-flash-checker-page .fp-section-box .faq,
.fp-flash-checker-page .fp-section-box .fp-fc-report,
.fp-articles-page .fp-section-box .faq {
  text-align: left;
}

.fp-page-sections > .fp-section-box + .fp-section-box {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .fp-page-sections > .fp-section-box + .fp-section-box {
    margin-top: 2.5rem;
  }
}

.fp-topic-card__more {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.fp-topic-card__hint {
  margin-top: 0.35rem;
  text-align: center;
}

a.fp-topic-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.fp-topic-card.card-surface {
  padding: 1.5rem;
  border-radius: 0;
  text-align: center;
}

a.fp-topic-card.card-surface:hover {
  border-color: rgba(57, 255, 20, 0.5);
}

.fp-topic-page .fp-article-ssr.prose-fp {
  text-align: left;
}

.fp-topic-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fp-contact-page .fp-section-box {
  text-align: center;
}

.fp-contact-page .fp-fc-report-form {
  text-align: left;
}
