.subdomain-hub {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(242, 98, 39, 0.18), transparent 55%),
    #0a0a0a;
  color: #fff;
  font-family: "Satoshi", sans-serif;
}

.subdomain-hub-main {
  max-width: 36rem;
  margin: 0 auto;
  padding: clamp(4rem, 12vh, 7rem) 1.5rem 3rem;
}

.subdomain-hub-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  font-family: "Satoshi-Black", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.subdomain-hub-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.subdomain-hub-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.subdomain-hub-title {
  margin: 0 0 1rem;
  font-family: "Satoshi-Black", sans-serif;
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.subdomain-hub-lead {
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.subdomain-hub-lead a {
  color: #f26227;
  text-decoration: none;
}

.subdomain-hub-lead a:hover {
  text-decoration: underline;
}

.subdomain-hub-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.subdomain-hub-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.15rem;
  background: #f26227;
  color: #0a0a0a;
  font-family: "Satoshi-Black", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 4px;
}

.subdomain-hub-cta:hover {
  filter: brightness(1.08);
}

.subdomain-hub-link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.95rem;
}

.subdomain-hub-link:hover {
  color: #f26227;
}
