/* ==========================================================================
   NG Fitness & Health — Leistungs-Unterseiten (1:1 / Online / Hybrid)
   Baut auf v2.css + v2-sections.css auf. Nur neue Bausteine, Prefix lp-.
   ========================================================================== */

/* -- Hero: Bildausschnitt pro Seite per CSS-Variable ------------------ */
.lp-hero { min-height: 72vh; }
.lp-hero .ng-hero__media img { object-position: var(--pos, 60% 40%); }
.lp-hero .ng-hero__title { font-size: clamp(2.1rem, 4vw, 3.4rem); }

.lp-hero .ng-hero__kicker { margin-bottom: 1.5rem; }


/* -- Section-Kopf (links buendig, wie of-head) ------------------------ */
.lp-head { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.lp-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; margin: 0.25rem 0 1rem; }
.lp-head p { font-size: 1.1rem; line-height: 1.65; color: var(--c-body); max-width: 680px; }
.lp-head--center { text-align: center; margin-inline: auto; }
.lp-head--center .ng-kicker { justify-content: center; }
.lp-head--center p { margin-inline: auto; }

/* -- Fuer wen: zwei Karten (passt / anderes Format) -------------------- */
.lp-fit { background: var(--c-creme); padding: clamp(4rem, 8vw, 7rem) 0; }
.lp-fit__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; align-items: stretch; }
.lp-fit__card {
  border-radius: 18px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.lp-fit__card h3 { font-size: 1.35rem; font-weight: 600; line-height: 1.2; }
.lp-fit__card--yes { background: #fff; border: 1px solid var(--c-hairline); }
.lp-fit__card--no { background: var(--c-navy); color: #fff; position: relative; overflow: hidden; }
.lp-fit__card--no::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -25%;
  width: 70%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(var(--c-tuerkis-rgb), 0.3), transparent 62%);
  pointer-events: none;
}
.lp-fit__card--no > * { position: relative; }
.lp-fit__card--no h3 { color: #fff; }
.lp-fit__list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.lp-fit__list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--c-ink);
}
.lp-fit__list svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 0.15rem; color: var(--c-tuerkis); }
.lp-fit__card--no .lp-fit__list li { color: rgba(255, 255, 255, 0.92); display: block; }
.lp-fit__card--no .lp-fit__list li + li { padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.lp-fit__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--c-tuerkis);
  transition: gap 0.3s var(--ease), color 0.2s;
}
.lp-fit__link:hover { gap: 0.7rem; color: #fff; }

/* -- Was du bekommst: dunkle Section, 2x2 Kacheln + Bild --------------- */
.lp-get {
  background: var(--c-ink);
  color: #fff;
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.lp-get::before {
  content: '';
  position: absolute;
  top: 5%;
  left: -15%;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(var(--c-tuerkis-rgb), 0.16), transparent 65%);
  filter: blur(80px);
  pointer-events: none;
}
.lp-get::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.lp-get > * { position: relative; z-index: 1; }
.lp-get .lp-head h2 { color: #fff; }
.lp-get .lp-head p { color: rgba(255, 255, 255, 0.78); }
.lp-get__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 14px; align-items: stretch; }
.lp-get__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--c-hairline-dark);
  border-radius: 16px;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: background 0.4s, border-color 0.4s;
}
.lp-tile:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(var(--c-tuerkis-rgb), 0.5); }
.lp-tile__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--c-tuerkis-rgb), 0.2);
  display: grid;
  place-items: center;
  margin-bottom: 0.35rem;
}
.lp-tile__icon svg { width: 20px; height: 20px; color: var(--c-tuerkis); }
.lp-tile h3 { color: #fff; font-size: 1.2rem; font-weight: 600; line-height: 1.2; }
.lp-tile p { color: rgba(255, 255, 255, 0.8); font-size: 0.96rem; line-height: 1.6; }
.lp-get__img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.lp-get__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.98) contrast(1.05); }
.lp-get__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.45) 100%);
}
.lp-get__caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.1rem;
  z-index: 2;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

/* -- Praxis-Beispiele -------------------------------------------------- */
.lp-cases { background: var(--c-creme-2); padding: clamp(4rem, 8vw, 7rem) 0; }
.lp-cases__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-case {
  background: #fff;
  border: 1px solid var(--c-hairline);
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s;
}
.lp-case:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0, 49, 92, 0.14); border-color: transparent; }
.lp-case__img { position: relative; min-height: 260px; overflow: hidden; }
.lp-case__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-case__body { padding: 1.6rem 1.6rem 1.4rem; display: flex; flex-direction: column; gap: 0.8rem; }
.lp-case__meta {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-tuerkis-dark);
}
.lp-case h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.22; }
.lp-case p { font-size: 0.95rem; line-height: 1.6; color: var(--c-body); }
.lp-case p b { color: var(--c-ink); font-weight: 600; }
.lp-case__who { font-size: 0.85rem; color: var(--c-ink); font-weight: 600; margin-top: auto; padding-top: 0.8rem; border-top: 1px solid var(--c-hairline); }
.lp-case__who span { display: block; font-weight: 400; color: var(--c-body); }
/* Einzelnes Beispiel pro Seite: breite Karte, Bild links */
.lp-cases__grid--single { grid-template-columns: 1fr; }
.lp-cases__grid--single .lp-case { grid-template-columns: 1fr 1.25fr; }
.lp-cases__grid--single .lp-case__img { min-height: 340px; }
.lp-cases__grid--single .lp-case__body { padding: clamp(1.75rem, 3vw, 2.5rem); justify-content: center; }
.lp-cases__grid--single .lp-case h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.lp-cases__grid--single .lp-case p { font-size: 1rem; max-width: 560px; }

/* -- Weitere Formate (nutzt of-card of-slim aus v2-sections) ----------- */
.lp-others { background: #fff; padding: clamp(4rem, 8vw, 7rem) 0; }
.lp-others__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-others .of-slim { color: inherit; }
.lp-others .of-img { min-height: 220px; }

/* -- Responsive -------------------------------------------------------- */
@media (max-width: 1024px) {
  .lp-fit__grid, .lp-get__grid, .lp-cases__grid { grid-template-columns: 1fr; }
  .lp-get__img { min-height: 0; aspect-ratio: 16/10; }
  .lp-others__grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .lp-hero .ng-hero__media img { transform: none; object-position: var(--pos-m, var(--pos, 60% 40%)); }
  .lp-hero .ng-hero__title { font-size: 1.6rem; }
  .lp-hero .ng-hero__content { text-align: center; }
  .lp-hero .ng-hero__kicker { justify-content: center; }
  .lp-hero .ng-hero__kicker::before { display: none; }
  .lp-hero .ng-hero__lead { margin-inline: auto; }
  .lp-hero .ng-hero__checks { width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .lp-hero .ng-hero__actions { justify-content: center; }
  .lp-fit, .lp-get, .lp-cases, .lp-others { padding: clamp(2.75rem, 6vw, 4rem) 0; }
  .lp-head h2 { font-size: 1.7rem; line-height: 1.15; }
  .lp-head p { font-size: 0.95rem; line-height: 1.6; }
  .lp-fit__list li { font-size: 0.92rem; }
  .lp-get__tiles { grid-template-columns: 1fr; }
  .lp-tile { padding: 1.3rem 1.2rem; }
  .lp-tile h3 { font-size: 1.08rem; }
  .lp-tile p { font-size: 0.9rem; }
  .lp-case { grid-template-columns: 1fr; }
  .lp-case__img { min-height: 0; aspect-ratio: 16/10; }
  .lp-case h3 { font-size: 1.12rem; }
  .lp-case p { font-size: 0.9rem; }
  .lp-others .of-img { min-height: 0; }
  .lp-cases__grid--single .lp-case { grid-template-columns: 1fr; }
  .lp-cases__grid--single .lp-case__img { min-height: 0; aspect-ratio: 16/10; }
  .lp-cases__grid--single .lp-case h3 { font-size: 1.12rem; }
  .lp-cases__grid--single .lp-case p { font-size: 0.9rem; }
}

/* Sehr schmale Handys (320px): Meta-Zeile im Ablauf darf umbrechen */
@media (max-width: 380px) {
  .tl-meta { flex-wrap: wrap; white-space: normal; row-gap: 2px; }
}
