.ethereal-top {
  min-height: 100vh;
  background: #fff;
  color: #191a1b;
}

.ethereal-top .display-xl {
  font-size: 72px;
  font-weight: 510;
  line-height: 1;
  letter-spacing: -1.584px;
}

.ethereal-top .body-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.165px;
}

.ethereal-top .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #5e6ad2;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 510;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.ethereal-top .btn-primary:hover {
  background-color: #4b55b3;
}

.ethereal-top .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.02);
  color: #191a1b;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 510;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ethereal-top .btn-ghost:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.ethereal-top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.ethereal-top .header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(247, 248, 248, 0.8);
  backdrop-filter: blur(12px);
  padding: 16px 0;
}

.ethereal-top .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ethereal-top .logo {
  font-size: 16px;
  font-weight: 590;
  color: #191a1b;
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ethereal-top .nav-links {
  display: flex;
  gap: 24px;
}

.ethereal-top .nav-links a {
  font-size: 14px;
  font-weight: 510;
  color: #62666d;
}

.ethereal-top .nav-actions {
  display: flex;
  gap: 12px;
}

.ethereal-top .hero {
  padding: 120px 0;
  text-align: center;
  position: relative;
  isolation: isolate;
}

.ethereal-top .hero-gradient {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(94, 106, 210, 0.15) 0%, rgba(247, 248, 248, 0) 70%);
  z-index: 0;
  pointer-events: none;
}

.ethereal-top .hero .display-xl {
  margin-bottom: 24px;
  background: linear-gradient(to bottom right, #191a1b, #8a8f98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ethereal-top .hero .body-large {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #62666d;
}

.ethereal-top .hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.ethereal-top .hero .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .ethereal-top .hero .display-xl {
    font-size: 48px;
    letter-spacing: -1.056px;
  }

  .ethereal-top .nav-links {
    display: none;
  }
}
