@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');

.section-title,
.section-title h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  background: linear-gradient(to bottom, #ffffff 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center !important;
  margin: 0 auto 0;
  padding-bottom: 0.15em;
}

.section-subtitle,
.section-subtitle p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.75;
  color: #94a3b8;
  text-align: center !important;
  margin: 0 auto 1.25rem;
  max-width: 44rem;
}

/* Hardcoded Nova's Hub identity */
.novas-brand {
  display: inline-flex !important;
  align-items: center;
  gap: .7rem;
  color: #fff !important;
  text-decoration: none;
  letter-spacing: -.02em;
}

.novas-brand img {
  width: 42px !important;
  height: 42px !important;
  max-height: none !important;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(192, 132, 252, .65);
  box-shadow: 0 0 18px rgba(147, 51, 234, .35);
  transition: transform .28s ease, box-shadow .28s ease;
}

.novas-brand:hover img {
  transform: rotate(-4deg) scale(1.07);
  box-shadow: 0 0 25px rgba(168, 85, 247, .6);
}

.novas-brand span {
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .novas-brand span { display: none; }
}
