/* Page-specific styles: Außenwerbung / Werbeplanen */

.page-aussenwerbung {
  --page-accent: #db630c;
  --page-accent-dark: #b84d00;
  --page-tint: #fff4ec;
}

.page-aussenwerbung .subpage-hero {
  background:
    linear-gradient(135deg, rgba(7, 19, 29, 0.94), rgba(0, 113, 176, 0.84)),
    radial-gradient(circle at 86% 16%, rgba(219, 99, 12, 0.5), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.16), transparent 30%);
}

.page-aussenwerbung .subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.55), transparent 72%);
}

.page-aussenwerbung .subpage-hero-grid {
  position: relative;
  z-index: 1;
}

.page-aussenwerbung .subpage-image-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.page-aussenwerbung .subpage-image-card img {
  object-position: center 62%;
  filter: saturate(1.1) contrast(1.04);
}

.page-aussenwerbung .service-checklist {
  background: linear-gradient(180deg, var(--page-tint), #ffffff);
  border-color: rgba(219, 99, 12, 0.22);
}

.page-aussenwerbung .service-checklist li::before,
.page-aussenwerbung .process-grid span,
.page-aussenwerbung .text-link:hover {
  color: var(--page-accent);
}

.page-aussenwerbung .process-grid span {
  color: #ffffff;
  background: var(--page-accent);
}

.page-aussenwerbung .btn-primary {
  background: var(--page-accent);
}

.page-aussenwerbung .btn-primary:hover {
  background: var(--page-accent-dark);
}

.page-aussenwerbung .local-seo-copy {
  background:
    radial-gradient(circle at 15% 20%, rgba(219, 99, 12, 0.08), transparent 30%),
    #ffffff;
}

/* Roadmap / vertical process styling */
.page-aussenwerbung .process-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-left: 3.5rem;
  margin: 2rem 0;
}
.page-aussenwerbung .process-grid::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 3px;
  background: linear-gradient(180deg, var(--page-accent), var(--page-accent-dark));
  border-radius: 2px;
}
.page-aussenwerbung .process-grid article {
  position: relative;
  padding-left: 1.25rem;
}
.page-aussenwerbung .process-grid span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--page-accent);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  border: 3px solid #fff;
}
.page-aussenwerbung .process-grid h3 {
  margin: 0 0 0.25rem 0;
}
.page-aussenwerbung .process-grid p {
  margin: 0;
  color: #222;
}

@media (max-width: 600px) {
  .page-aussenwerbung .process-grid {
    padding-left: 2.5rem;
    gap: 1.25rem;
  }
  .page-aussenwerbung .process-grid span {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.95rem;
  }
}
