/* After Sales — same shell as News Center, with feature banner */
.page-after-sales .as-feature-banner {
  position: relative;
  min-height: 220px;
  border-radius: var(--radius, 12px);
  overflow: hidden;
  margin-bottom: 1.75rem;
  background-color: #1a1f2e;
  background-size: cover;
  background-position: center;
}

.page-after-sales .as-feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 20, 30, 0.72) 0%,
    rgba(15, 20, 30, 0.35) 55%,
    rgba(15, 20, 30, 0.2) 100%
  );
}

.page-after-sales .as-feature-banner-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 2.5rem 2rem;
  max-width: 14ch;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.02em;
}

.page-after-sales .as-section-article {
  max-width: none;
}

.page-after-sales .as-cta-row {
  margin: 1.25rem 0;
}

.page-after-sales .as-aside-contact p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #1a1f2e;
}

.page-after-sales .as-aside-contact a {
  color: var(--orange);
  font-weight: 600;
}

.page-after-sales .as-aside-contact .btn {
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}

@media (max-width: 720px) {
  .page-after-sales .as-feature-banner {
    min-height: 180px;
  }

  .page-after-sales .as-feature-banner-title {
    padding: 1.75rem 1.25rem;
    max-width: none;
  }
}
