/* Hero Section Styles */
.hero {
  padding: 160px 0 120px;
  margin-top: 0;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.hero__content {
  max-width: 818px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 56px; */
}

.hero__title {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.26;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero__description {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  line-height: 1.26;
  color: #cccccc;
  max-width: 658px;
  margin-bottom: 30px;
}
