.page-service-sub {
      --airbnb-radius: 1.25rem;
      --airbnb-radius-sm: 0.75rem;
      --airbnb-shadow: 0 22px 50px -12px rgba(15, 23, 42, 0.12);
      --airbnb-shadow-soft: 0 10px 40px -15px rgba(43, 113, 171, 0.18);
      --airbnb-border: rgba(15, 23, 42, 0.08);
    }

    .airbnb-subpage-header .airbnb-header-inner {
      min-height: 5.75rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
    }

    @media (min-width: 1024px) {
      .airbnb-subpage-header .airbnb-header-inner {
        min-height: 6.5rem;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
      }
    }

    .page-service-sub .airbnb-hero {
      min-height: clamp(28rem, 52vh, 38rem);
      padding-top: clamp(7.75rem, 18vw, 12rem);
      padding-bottom: clamp(5.75rem, 12vw, 9.5rem);
    }

    .page-service-sub .airbnb-hero-content {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    @media (min-width: 640px) {
      .page-service-sub .airbnb-hero-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

    .airbnb-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.35rem 1rem;
      margin-bottom: 1.25rem;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #334155;
      background: rgba(43, 113, 171, 0.08);
      border: 1px solid rgba(43, 113, 171, 0.2);
      border-radius: 9999px;
      backdrop-filter: blur(8px);
    }

    .airbnb-hero-title {
      text-wrap: balance;
      line-height: 1.05;
    }

    /* Einheitlich weiß – unabhängig vom gebündelten Tailwind */
    .page-service-sub .airbnb-hero h1,
    .page-service-sub .airbnb-hero .airbnb-hero-title {
      color: #0f172a !important;
    }

    .page-service-sub .airbnb-hero p {
      color: #475569 !important;
    }

    .page-service-sub .airbnb-subpage-header .header-nav-link {
      color: #334155;
    }

    .page-service-sub .airbnb-subpage-header .header-nav-link:hover {
      color: #2B71AB;
    }

    .page-service-sub .airbnb-cta-band h2 {
      color: #ffffff;
    }

    .page-service-sub .airbnb-cta-band .airbnb-cta-lead {
      color: rgba(255, 255, 255, 0.9);
    }

    .page-service-sub .airbnb-cta-band .airbnb-cta-mail {
      color: #ffffff;
      border: 2px solid rgba(255, 255, 255, 0.85);
      background: transparent;
      border-radius: 0.5rem;
    }

    .page-service-sub .airbnb-cta-band .airbnb-cta-mail:hover {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.12);
      border-color: #ffffff;
    }

    .page-service-sub .airbnb-cta-band .airbnb-cta-primary {
      color: #ffffff !important;
      background-color: rgba(255, 255, 255, 0.2) !important;
      background-image: none !important;
      border: 2px solid rgba(255, 255, 255, 0.95);
      border-radius: 0.5rem;
    }

    .page-service-sub .airbnb-cta-band .airbnb-cta-primary:hover {
      color: #ffffff !important;
      background-color: rgba(255, 255, 255, 0.32) !important;
      border-color: #ffffff;
    }

    .airbnb-section {
      position: relative;
    }

    .airbnb-section--light {
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    }

    .airbnb-section--muted {
      background: linear-gradient(165deg, #f1f5f9 0%, #f0faff 45%, #f8fafc 100%);
      border-top: 1px solid rgba(255, 255, 255, 0.65);
    }

    .airbnb-section--muted::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(
        circle at 12% 20%,
        rgba(43, 113, 171, 0.06) 0%,
        transparent 45%
      ),
        radial-gradient(
          circle at 88% 80%,
          rgba(25, 157, 51, 0.05) 0%,
          transparent 40%
        );
      pointer-events: none;
    }

    .airbnb-section-inner {
      position: relative;
      z-index: 1;
    }

    .airbnb-border-top-soft {
      border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .airbnb-kicker {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .airbnb-media-frame {
      aspect-ratio: 1 / 1;
      border-radius: var(--airbnb-radius);
      overflow: hidden;
      box-shadow: var(--airbnb-shadow), var(--airbnb-shadow-soft);
      border: 1px solid var(--airbnb-border);
      background: #fff;
    }

    .airbnb-media-frame img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .airbnb-slider-shell {
      aspect-ratio: 1 / 1;
      border-radius: var(--airbnb-radius);
      overflow: hidden;
      border: 1px solid var(--airbnb-border);
      box-shadow: var(--airbnb-shadow);
      background: #fff;
    }

    .airbnb-slider-shell .service-slider {
      width: 100%;
      height: 100%;
    }

    .airbnb-slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      border-radius: 9999px !important;
      border: 1px solid rgba(15, 23, 42, 0.08) !important;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    /* Eigene inset-Regeln: gebündeltes Tailwind hat oft kein .left-3 / .right-3 */
    .airbnb-slider-nav.slider-prev {
      left: 0.75rem;
      right: auto;
    }

    .airbnb-slider-nav.slider-next {
      right: 0.75rem;
      left: auto;
    }

    .airbnb-slider-nav:hover {
      transform: translateY(-50%) scale(1.05);
      box-shadow: 0 12px 28px rgba(43, 113, 171, 0.25);
    }

    .airbnb-check-list {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .airbnb-check-row {
      display: flex;
      align-items: flex-start;
      gap: 0.875rem;
      padding: 1rem 1.125rem;
      border-radius: var(--airbnb-radius-sm);
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid rgba(15, 23, 42, 0.06);
      box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .airbnb-check-row:hover {
      border-color: rgba(43, 113, 171, 0.35);
      box-shadow: 0 10px 28px rgba(43, 113, 171, 0.15);
      transform: translateY(-1px);
    }

    .airbnb-check-row svg {
      flex-shrink: 0;
      margin-top: 0.125rem;
    }

    .airbnb-benefit-stack {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .airbnb-benefit-card {
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
      padding: 1.25rem 1.375rem;
      border-radius: var(--airbnb-radius);
      background: #fff;
      border: 1px solid rgba(15, 23, 42, 0.07);
      box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
      transition: transform 0.22s ease, box-shadow 0.22s ease,
        border-color 0.22s ease;
    }

    .airbnb-benefit-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 22px 50px rgba(43, 113, 171, 0.15);
      border-color: rgba(43, 113, 171, 0.25);
    }

    .airbnb-benefit-card .benefit-icon {
      width: 3.25rem;
      height: 3.25rem;
      border-radius: 9999px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 24px rgba(43, 113, 171, 0.35);
    }

    .airbnb-cta-band {
      position: relative;
      overflow: hidden;
    }

    .airbnb-cta-band::before {
      content: "";
      position: absolute;
      inset: -40% -10%;
      background: radial-gradient(
        circle at 20% 50%,
        rgba(255, 255, 255, 0.18) 0%,
        transparent 55%
      ),
        radial-gradient(
          circle at 80% 30%,
          rgba(255, 255, 255, 0.12) 0%,
          transparent 45%
        );
      pointer-events: none;
    }

    .airbnb-cta-inner {
      position: relative;
      z-index: 1;
    }

    /* Service Slider */
    .service-slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .service-slider::-webkit-scrollbar {
      height: 6px;
    }

    .service-slider::-webkit-scrollbar-track {
      background: #e8eef7;
      border-radius: 9999px;
    }

    .service-slider::-webkit-scrollbar-thumb {
      background: linear-gradient(135deg, #2B71AB 0%, #199D33 100%);
      border-radius: 9999px;
    }

    .service-slide {
      flex: 0 0 100%;
      align-self: stretch;
      scroll-snap-align: start;
      width: 100%;
      height: 100%;
      min-height: 0;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .slider-dot {
      border-radius: 9999px;
      cursor: pointer;
    }

    .slider-dot.active {
      background-image: linear-gradient(
        to right,
        var(--gradient-main-from, #0077ff),
        var(--gradient-main-to, #0163fc)
      );
      transform: scale(1.15);
    }

    @keyframes airbnb-zoom {
      from {
        transform: scale(1.05);
      }
      to {
        transform: scale(1.12);
      }
    }

    .airbnb-hero-img {
      animation: airbnb-zoom 28s ease-in-out infinite alternate;
      filter: blur(5px) brightness(1.05);
      transform: scale(1.06);
    }

    /* Etwas dunkler als Tailwind-Overlays allein – feste RGBA für alle Builds */
    .page-service-sub .airbnb-hero .airbnb-hero-scrim {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background-image: linear-gradient(
          to right,
          rgba(255, 255, 255, 0.98) 0%,
          rgba(255, 255, 255, 0.92) 35%,
          rgba(255, 255, 255, 0.4) 70%,
          transparent 100%
        );
    }

    @media (prefers-reduced-motion: reduce) {
      .airbnb-hero-img {
        animation: none;
        transform: scale(1.05);
      }
    }

    /* Kontaktformular Statusmeldung (helles Formularpanel) */
    .page-service-sub .kontakt-form-card #formMessage {
      color: #0f172a !important;
    }

    .page-service-sub .rounded-2xl {
      border-radius: var(--airbnb-radius);
    }
