.fx-public-header {
  background: rgba(10, 10, 15, 0.88);
  border-bottom: 1px solid var(--fx-border-silver);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: background 0.3s, box-shadow 0.3s;
}

.fx-public-header .navbar {
  padding: 0.75rem 0;
}

.fx-brand-link:hover {
  opacity: 0.92;
}

.fx-brand {
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  font-size: 1.35rem;
}

.fx-brand-forax {
  background: var(--fx-gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fx-brand-flow {
  color: var(--fx-cyan-bright);
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.35em;
  font-style: normal;
  font-weight: 600;
  margin-top: -4px;
}

.fx-public-header .nav-link {
  color: var(--fx-text-secondary) !important;
  font-weight: 500;
}

.fx-public-header .nav-link:hover {
  color: var(--fx-cyan-bright) !important;
}

.fx-hero {
  padding: 4rem 0 3rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 102, 255, 0.15), transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(0, 212, 255, 0.1), transparent 35%),
    var(--fx-bg-primary);
}

.fx-hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
}

.fx-hero-subtitle {
  color: var(--fx-text-secondary);
  font-size: 1.05rem;
  max-width: 540px;
}

.fx-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.fx-mini-stat {
  background: var(--fx-bg-elevated);
  border-radius: var(--fx-radius);
  padding: 0.75rem;
  text-align: center;
}

.fx-mini-stat .label {
  display: block;
  font-size: 0.75rem;
  color: var(--fx-text-muted);
}

.fx-mini-stat .value {
  font-weight: 700;
  color: var(--fx-cyan-bright);
}

.fx-hero-graphic {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--fx-cyan-bright);
  opacity: 0.85;
}

.fx-section {
  padding: 4rem 0;
}

.fx-section-alt {
  background: var(--fx-bg-secondary);
}

.fx-section-title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.fx-cta-section {
  background:
    linear-gradient(135deg, rgba(0, 102, 255, 0.12), rgba(0, 212, 255, 0.08)),
    var(--fx-bg-secondary);
}

.fx-public-footer {
  padding: 3.5rem 0 1.5rem;
  background: var(--fx-bg-secondary);
  border-top: 1px solid var(--fx-border-silver);
}

.fx-footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.fx-footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--fx-border-silver);
  color: var(--fx-text-secondary);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.fx-footer-social a:hover {
  color: var(--fx-cyan-bright);
  border-color: var(--fx-cyan-bright);
  background: rgba(0, 212, 255, 0.06);
}

.fx-footer-links a {
  color: var(--fx-text-secondary);
  display: block;
  padding: 0.25rem 0;
}

.fx-footer-links a:hover {
  color: var(--fx-cyan-bright);
}

.fx-error-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .fx-hero {
    padding-top: 2rem;
  }

  .fx-public-header .fx-btn-primary,
  .fx-public-header .fx-btn-outline {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
  }
}
