.pv-process {
  /* Marken-Variablen scoped auf die Section */
  --gold: #E6C23C;
  --text-dark: #1e293b;
  --text-body: #475569;
  --muted: #64748b;
  --bg: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.10);
  --shadow-md: 0 4px 12px rgba(0,0,0,.12);
}

.pv-process, .pv-process * { box-sizing: border-box; }

.pv-process {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
  background: var(--bg);
  color: var(--text-dark);
}

/* Header */
.pv-process__header { text-align: center; margin-bottom: 80px; }
.pv-process__badge {
  display:inline-block; padding:8px 24px; border:2px solid var(--gold);
  border-radius:25px; color:var(--gold); font-size:.85rem; font-weight:600; letter-spacing:1px; margin-bottom:24px;
}
.pv-process__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight:700; margin:0 0 16px 0; line-height:1.2;
}
.pv-process__subtitle { font-size:1.1rem; color:var(--text-body); }
.pv-process__subtitle strong { color:var(--text-dark); }

/* Timeline */
.pv-process__timeline { position:relative; max-width:1200px; margin:0 auto; padding:40px 0; }
.pv-process__timeline::before{
  content:""; position:absolute; top:40px; bottom:40px; left:50%; transform:translateX(-50%);
  width:3px; background:var(--gold); border-radius:2px; z-index:1;
}

/* Step */
.pv-process__step{ position:relative; margin-bottom:100px; z-index:2; }
.pv-process__step:last-child{ margin-bottom:0; }

.pv-process__grid{
  display:grid; grid-template-columns: 1fr auto 1fr; gap:40px; align-items:center;
}

.pv-process__line{ display:flex; flex-direction:column; align-items:center; z-index:2; }
.pv-process__number{
  width:60px; height:60px; border-radius:50%; background:var(--gold); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.5rem; font-weight:700;
  box-shadow:0 4px 12px rgba(230,194,60,.3);
}

/* Image */
.pv-process__image{ border-radius:12px; overflow:hidden; box-shadow:var(--shadow-md); max-width:450px; }
.pv-process__image img{ width:100%; height:auto; display:block; background:#fafaf9; }

/* Info */
.pv-process__h3{ font-size:1.8rem; font-weight:700; margin:0 0 16px 0; }
.pv-process__text{ color:var(--text-body); font-size:.95rem; line-height:1.7; margin:0 0 24px 0; }

/* Feature-Liste */
.pv-process__features{ display:flex; flex-direction:column; gap:20px; }
.pv-feature{ display:flex; gap:16px; align-items:flex-start; }
.pv-feature__icon{
  width:1.25em; height:1.25em; color:var(--gold); margin-top:4px; flex-shrink:0; display:inline-block;
}
.pv-feature__icon svg{ width:100%; height:1em; fill:currentColor; }
.pv-feature strong{ display:block; font-weight:600; margin-bottom:4px; font-size:.95rem; color:var(--text-dark); }
.pv-feature p{ color:var(--text-body); font-size:.88rem; line-height:1.6; }

/* Links/Rechts Varianten */
.pv-process__step--left .pv-process__grid{ grid-template-areas: "image line info"; }
.pv-process__step--left .pv-process__image{ grid-area:image; justify-self:end; }
.pv-process__step--left .pv-process__line{ grid-area:line; }
.pv-process__step--left .pv-process__info{ grid-area:info; text-align:left; }

.pv-process__step--right .pv-process__grid{ grid-template-areas: "info line image"; }
.pv-process__step--right .pv-process__image{ grid-area:image; justify-self:start; }
.pv-process__step--right .pv-process__line{ grid-area:line; }
.pv-process__step--right .pv-process__info{ grid-area:info; text-align:right; }
.pv-process__step--right .pv-process__features{ align-items:flex-end; }
.pv-process__step--right .pv-feature{ flex-direction:row-reverse; text-align:right; }

/* Responsive */
@media (max-width:1024px){
  .pv-process__grid{
    grid-template-columns:1fr; grid-template-areas:
      "line" "image" "info";
    gap:30px;
  }
  .pv-process__image{ justify-self:center !important; max-width:100%; }
  .pv-process__info{ text-align:left !important; }
  .pv-process__step--right .pv-process__features{ align-items:flex-start; }
  .pv-process__step--right .pv-feature{ flex-direction:row; text-align:left; }
  .pv-process__step{ margin-bottom:60px; }
}

@media (max-width:768px){
  .pv-process{ padding:60px 16px; }
  .pv-process__header{ margin-bottom:60px; }
  .pv-process__title{ font-size:1.6rem; }
  .pv-process__h3{ font-size:1.4rem; }
  .pv-process__number{ width:50px; height:50px; font-size:1.3rem; }
}

/* =========================
   PV-PROCESS – Responsive Fix Pack
   (am Ende der Datei einfügen)
   ========================= */

/* 1) Kleinere Tuning-Abstände auf großen Tablets/Laptops */
@media (max-width: 1200px){
  .pv-process { padding: 72px 20px; }
  .pv-process__header { margin-bottom: 72px; }
  .pv-process__timeline { padding: 32px 0; }
  .pv-process__grid { gap: 32px; }
  .pv-process__image { max-width: min(520px, 100%); }
}

/* 2) Tablet-Layout: 1-Spalten-Flow, Mittellinie per Step,
      damit Nummern IMMER exakt darüber stehen */
@media (max-width: 1024px){
  /* Grid auf 1 Spalte umstellen (machst du schon) + kleine Gaps */
  .pv-process__grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "line"
      "image"
      "info";
    gap: 24px;
  }

  /* Lange, durchgehende Linie aus – wir rendern die Linie pro Step */
  .pv-process__timeline::before{ display: none; }

  /* Pro-Step-Mittellinie (steht zentriert hinter der Nummer) */
  .pv-process__line{ position: relative; }
  .pv-process__line::before{
    content: "";
    position: absolute;
    top: -24px;         /* Länge oberhalb der Zahl */
    bottom: -24px;      /* Länge unterhalb der Zahl */
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: var(--gold);
    border-radius: 2px;
    z-index: 1;         /* hinter der Zahl */
  }

  /* Zahl über die Linie legen */
  .pv-process__number{ position: relative; z-index: 2; }

  /* Rechtsausrichtungen auf Mobil/Tablet neutralisieren */
  .pv-process__info{ text-align: left !important; }
  .pv-process__step--right .pv-process__features{ align-items: flex-start; }
  .pv-process__step--right .pv-feature{
    flex-direction: row;
    text-align: left;
  }

  /* Karten etwas kompakter */
  .pv-process__step{ margin-bottom: 48px; }
  .pv-process__h3{ font-size: 1.5rem; }
  .pv-process__text{ font-size: .95rem; }
}

/* 3) Phones – noch kompakter, große Tap-Targets */
@media (max-width: 768px){
  .pv-process{ padding: 56px 16px; }
  .pv-process__header{ margin-bottom: 48px; }
  .pv-process__title{ font-size: 1.55rem; }
  .pv-process__h3{ font-size: 1.35rem; }
  .pv-process__number{ width: 48px; height: 48px; font-size: 1.2rem; }
  .pv-feature{ gap: 12px; }
  .pv-feature p{ font-size: .9rem; line-height: 1.55; }
  .pv-process__image{ max-width: 100%; }
}

/* 4) Sehr kleine Geräte */
@media (max-width: 380px){
  .pv-process__step{ margin-bottom: 40px; }
  .pv-process__h3{ font-size: 1.25rem; }
  .pv-process__text{ font-size: .9rem; }
}
/* Mobile: Bilder ausblenden & Grid neu anordnen */
@media (max-width: 1024px){
  .pv-process__image{
    display: none !important;
  }
  .pv-process__grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "line"
      "info"; /* 'image' entfernt – kein leerer Zwischenrow */
    gap: 20px;
  }
}


/* ===== Compact Tablet ===== */
@media (max-width: 1024px){
  .pv-process__timeline{ padding: 20px 0; }
  .pv-process__timeline::before{ top: 20px; bottom: 20px; }
  .pv-process__step{ margin-bottom: 44px; }
  .pv-process__grid{ gap: 20px; }
}

/* ===== Compact Mobile ===== */
@media (max-width: 768px){
  .pv-process{ padding: 36px 14px; }

  /* Header dichter */
  .pv-process__header{ margin-bottom: 28px; }
  .pv-process__badge{
    padding: 6px 14px; border-width: 1.5px; font-size: .75rem; margin-bottom: 12px;
  }
  .pv-process__title{ font-size: clamp(1.35rem, 5vw, 1.55rem); margin-bottom: 8px; }
  .pv-process__subtitle{ font-size: .95rem; }

  /* Timeline/Steps komprimieren */
  .pv-process__timeline{ padding: 12px 0; }
  .pv-process__timeline::before{ width: 2px; top: 16px; bottom: 16px; }
  .pv-process__step{ margin-bottom: 32px; }

  /* Grid neu: nur Linie + Info (Bild ist via vorheriger Regel ausgeblendet) */
  .pv-process__grid{
    grid-template-columns: 1fr;
    grid-template-areas: "line" "info";
    gap: 14px;
  }

  /* Nummer kleiner */
  .pv-process__number{ width: 40px; height: 40px; font-size: 1.1rem; box-shadow: none; }

  /* Texte dichter & kleiner */
  .pv-process__h3{ font-size: 1.15rem; margin: 0 0 8px; }
  .pv-process__text{ font-size: .92rem; line-height: 1.5; margin: 0 0 14px; }

  /* Feature-Liste kompakter */
  .pv-process__features{ gap: 12px; }
  .pv-feature{ gap: 10px; }
  .pv-feature__icon{ width: 1em; height: 1em; margin-top: 2px; }
  .pv-feature strong{ font-size: .92rem; margin-bottom: 2px; }
  .pv-feature p{ font-size: .88rem; line-height: 1.45; }
}

/* Extragut für sehr kleine Geräte (≤390px) */
@media (max-width: 390px){
  .pv-process{ padding: 28px 12px; }
  .pv-process__title{ font-size: 1.3rem; }
  .pv-process__h3{ font-size: 1.05rem; }
  .pv-process__number{ width: 36px; height: 36px; font-size: 1rem; }
}

/* === Mobile: Step-Überschriften in ALAB-Gold + Unterstreichung === */
@media (max-width: 768px){
  .pv-process__h3{
    color: var(--gold);
    position: relative;
    padding-bottom: 4px;          /* Platz für die Linie */
  }
  .pv-process__h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: min(140px, 45%);       /* kurze, elegante Linie */
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #E5C44D, #F3D663);
  }
  /* etwas dichter zum Textblock darunter */
  .pv-process__h3 + .pv-process__text{
    margin-top: 8px;
  }
}
