/* ==========================================================================
   Startseite und System: Probleme, Dienstplan, Vergleich, Weg
   ========================================================================== */

/* Probleme mit Kreuzen ---------------------------------------------------- */
.schmerz-grid { align-items: stretch; }
.schmerz {
  padding: clamp(24px, 3vw, 36px); border-radius: 24px;
  background: linear-gradient(180deg, rgba(232, 69, 92, .10), rgba(255, 255, 255, .03) 55%);
  border: 1px solid rgba(232, 69, 92, .28);
}
.schmerz h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.2; margin: 0 0 12px; }
.schmerz > p { color: var(--fg-2); margin: 0 0 22px; }
.x-liste, .ok-liste { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.x-liste li, .ok-liste li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; align-items: center; font-weight: 600; color: var(--fg); line-height: 1.35; }
.x-liste li::before, .ok-liste li::before {
  content: ""; width: 36px; height: 36px; border-radius: 50%;
  background-repeat: no-repeat; background-position: center; background-size: 16px;
}
.x-liste li::before {
  background-color: #E8455C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.x-liste--hell li::before { background-color: transparent; border: 2px solid rgba(255, 255, 255, .55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E"); background-size: 13px; }
.x-liste--hell li { color: var(--fg-2); font-weight: 500; }
.ok-liste li::before {
  background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2303070E' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
  box-shadow: 0 0 16px rgba(52, 216, 176, .45);
}

/* Dienstplan vorher und nachher ------------------------------------------- */
.dp { display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); align-items: center; }
.dp__plan { padding: clamp(16px, 2vw, 24px); border-radius: 20px; border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .03); }
.dp__plan--nachher { border-color: rgba(52, 216, 176, .45); box-shadow: 0 0 50px rgba(52, 216, 176, .08); }
.dp__plan h3 { font-family: inherit; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 14px; color: #FF9B8E; }
.dp__plan--nachher h3 { color: var(--accent-2); }
.dp__raster { display: grid; grid-template-columns: 48px repeat(7, minmax(0, 1fr)); gap: 6px; font-size: .72rem; color: var(--fg-3); }
.dp__raster span { display: grid; place-items: center; height: 32px; border-radius: 8px; }
.dp__z { background: rgba(255, 255, 255, .06); }
.dp__o { border: 1px dashed #FF7A6B; color: #FFB3A8; font-weight: 700; background: rgba(255, 122, 107, .08); }
.dp__b { background: var(--accent); color: var(--accent-ink); font-weight: 700; box-shadow: 0 0 14px rgba(52, 216, 176, .45); }
.dp__pfeil { display: grid; place-items: center; color: var(--accent-2); }
.dp__satz { margin: clamp(32px, 4vw, 48px) 0 0; font-family: var(--font-display); font-weight: 300; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.2; color: var(--fg); max-width: 30ch; }
.dp__satz em { color: var(--accent-2); }
.dp__pfeil svg { width: 40px; height: 40px; }
@media (max-width: 860px) {
  .dp { grid-template-columns: minmax(0, 1fr); }
  .dp__pfeil { padding: 10px 0; }
  .dp__raster { grid-template-columns: 40px repeat(7, minmax(0, 1fr)); gap: 4px; font-size: .62rem; }
  .dp__raster span { height: 28px; border-radius: 6px; }
}

/* Vergleich --------------------------------------------------------------- */
.vergleich { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.vergleich__karte { border-radius: 24px; overflow: hidden; }
.vergleich__karte h3 { margin: 0; padding: 22px 28px; font-size: clamp(1.4rem, 2.2vw, 1.9rem); text-align: center; }
.vergleich__karte ul { padding: 28px; }
.vergleich__karte--andere { background: rgba(255, 255, 255, .03); border: 1px solid var(--line); }
.vergleich__karte--andere h3 { background: rgba(255, 255, 255, .05); color: var(--fg-2); }
.vergleich__karte--cm { background: linear-gradient(160deg, rgba(52, 216, 176, .16), rgba(52, 216, 176, .04)); border: 1px solid rgba(52, 216, 176, .5); box-shadow: 0 0 60px rgba(52, 216, 176, .12); }
.vergleich__karte--cm h3 { background: var(--accent); color: var(--accent-ink); }
@media (max-width: 760px) { .vergleich { grid-template-columns: minmax(0, 1fr); } }

/* Weg bis zur Unterschrift ------------------------------------------------ */
.weg { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr; }
.weg li { position: relative; }
.weg__p { padding-top: 58px; text-align: center; }
.weg__p::before { content: ""; position: absolute; left: 0; right: 0; top: 29px; height: 4px; background: var(--accent); }
.weg__p::after {
  content: ""; position: absolute; top: 22px; left: 50%; width: 18px; height: 18px; margin-left: -9px; border-radius: 50%;
  background: var(--accent-2); box-shadow: 0 0 16px rgba(110, 235, 203, .8);
}
.weg__p--rot::before { background: #FF7A6B; }
.weg__p--rot::after { background: #FF7A6B; box-shadow: 0 0 16px rgba(255, 122, 107, .8); }
.weg__p:last-child::before { right: 50%; }
.weg__p--rot::before { left: 50%; }
.weg__p strong { display: block; font-weight: 600; color: var(--fg); }
.weg__p small { display: block; margin-top: 4px; font-size: .8rem; color: var(--fg-3); }
.weg__cm { display: grid; align-items: start; padding-top: 5px; }
.weg__cm::before { content: ""; position: absolute; left: 0; right: 0; top: 29px; height: 4px; background: linear-gradient(90deg, #FF7A6B, #1B2A3F 30%, #1B2A3F 70%, var(--accent)); }
.weg__cm span {
  position: relative; display: grid; place-items: center; height: 52px; margin: 0 8px; border-radius: 26px;
  background: var(--ink-950); border: 1px solid rgba(52, 216, 176, .55); box-shadow: 0 0 34px rgba(52, 216, 176, .22);
  font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-2);
}
@media (max-width: 760px) {
  .weg { grid-template-columns: minmax(0, 1fr); }
  .weg__p { padding: 0 0 26px 48px; text-align: left; }
  .weg__p::before { left: 18px; right: auto; top: 0; bottom: 0; width: 4px; height: auto; }
  .weg__p::after { top: 2px; left: 20px; }
  .weg__p--rot::before { left: 18px; top: 10px; }
  .weg__p:last-child::before { right: auto; bottom: auto; height: 12px; }
  .weg__cm { padding: 4px 0 30px 48px; }
  .weg__cm::before { left: 18px; right: auto; top: 0; bottom: 0; width: 4px; height: auto; background: linear-gradient(180deg, #FF7A6B, #1B2A3F 30%, #1B2A3F 70%, var(--accent)); }
  .weg__cm span { margin: 0; }
}

.p-system .system__statement { max-width: 22ch; margin: clamp(40px, 6vw, 80px) 0 0; }
.p-system .mt-4 { margin-top: clamp(32px, 5vw, 64px); }
}
.terms { display: grid; margin: 0; }
.terms > div { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); align-items: baseline; }
.terms > div:first-child { border-top: 0; padding-top: 0; }
.terms dt { color: var(--fg-3); font-size: .9rem; margin: 0; }
.terms dd { margin: 0; font-family: var(--font-display); font-size: 1.2rem; color: var(--fg); text-align: right; }
@media (max-width: 480px) {
  .terms > div { grid-template-columns: 1fr; gap: 4px; }
  .terms dd { text-align: left; }
}
}
}
}
}
}
}
}
