body:has(.heaust-home) #navbar,
.page-footer {
  display: none;
}

body:has(.heaust-home) .full.height {
  min-height: 100dvh;
}

.heaust-home {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  box-sizing: border-box;
  padding: 3rem 1.5rem 4rem;
  background:
    radial-gradient(circle at 75% 15%, rgb(90 185 208 / 18%), transparent 32rem),
    linear-gradient(145deg, #182229 0%, #202b33 55%, #172026 100%);
  color: #f5fafb;
}

.heaust-hero {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.heaust-hero-content {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 5rem);
}

.heaust-logo {
  width: 100%;
  height: auto;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 2rem;
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 28%);
}

.heaust-kicker {
  margin: 0 0 0.75rem;
  color: #69c5da;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.heaust-intro h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.heaust-welcome {
  margin: 1.5rem 0 0;
  color: #dff6fb;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.35;
}

.heaust-description {
  margin: 0.65rem 0 0;
  color: #afc0c7;
  font-size: 1.05rem;
}

.heaust-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.heaust-home .ui.primary.button {
  background: #5ab9d0;
  color: #102027;
}

.heaust-home .ui.primary.button:hover {
  background: #71c9dc;
  color: #102027;
}

.heaust-home .heaust-secondary-button {
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 8%);
  color: #f5fafb;
}

.heaust-home .heaust-secondary-button:hover {
  background: rgb(255 255 255 / 14%);
  color: #fff;
}

.heaust-register-link {
  padding: 0.7rem 0.35rem;
  color: #9edcea;
  font-weight: 600;
}

.heaust-register-link:hover {
  color: #c9f2fa;
  text-decoration: underline;
}

.heaust-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(3rem, 8vw, 5.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.heaust-details span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 999px;
  background: rgb(255 255 255 / 4%);
  color: #c2d1d7;
}

.heaust-details svg {
  color: #5ab9d0;
}

@media (max-width: 700px) {
  .heaust-home {
    padding: 2rem 1.25rem;
  }

  .heaust-hero-content {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .heaust-logo {
    width: 130px;
    border-radius: 1.25rem;
  }

  .heaust-intro h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .heaust-details {
    margin-top: 3rem;
  }
}
