.as-hero-inner {
  max-width: 1200px;
  padding: 0 16px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.as-hero-title {
  font-size: clamp(36px, 6vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-dark);
  letter-spacing: -0.02em;
  margin-bottom: 0;
  animation: heroFadeUp 0.8s ease forwards;
}

.as-maintenance-section {
  padding: 60px 0;
  background: var(--background-color);
}

.as-maintenance-section.bg-light {
  background: #fdfdfd;
}

.as-section-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin: 0 0 24px 0;
  letter-spacing: -0.01em;
}

.as-content-text p,
.as-content-text h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.as-button {
  display: inline-block;
  padding: 12px 32px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.as-button:hover {
  background: transparent;
  color: #000 !important;
}

.maintenance-img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 40px 0;
  filter: grayscale(100%);
  opacity: 0.9;
}

@media (max-width: 600px) {
  .as-maintenance-section {
    padding: 40px 0;
  }
}