/*
  essenz-it · home.css
  ─────────────────────────────────────────────────────────────
  Seiten-spezifische Styles: Startseite (index.php)
  Setzt main.css voraus.

  Enthält:
    1. Hero
    2. Marktplatz-Strip
    3. Problem-Section
    4. JTL-Produkte
    5. Features-Accordion
    6. Über uns
    7. Testimonials
    8. CTA-Section
    9. Responsive (seitenspezifisch)
  ─────────────────────────────────────────────────────────────
*/

/* ═══════════════════════════════════════
   1. HERO
   ═══════════════════════════════════════ */
.hero {
  display: grid;
  grid-template-columns: 57fr 43fr;
  min-height: 100svh;
  background: var(--ink);
}

.hero-l {
  padding: clamp(3.5rem, 8vw, 7rem) var(--r) clamp(3rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .65em;
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--m);
  margin-bottom: 2rem;
}
.hero-tag::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: var(--m);
}

.hero-h1 {
  font-family: var(--fh);
  font-size: clamp(3.4rem, 6.5vw, 6.2rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -.01em;
  color: var(--white);
  margin-bottom: 1.75rem;
  /* Flex-Column: präzise Zeilenabstände, kein implizites Block-Margin */
  display: flex;
  flex-direction: column;
  gap: 0.05em;
}
.hero-h1 .acc { color: var(--m); }
.hero-h1 .sub {
  font-weight: 300;
  color: rgba(255,255,255,.50);
  line-height: 1.0;
}

.hero-lead {
  font-family: var(--fb);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  font-weight: 300;
  color: rgba(255,255,255,.78);
  line-height: 1.75;
  max-width: 44ch;
  margin-bottom: 2.75rem;
}
.hero-lead strong { color: var(--white); font-weight: 500; }

.hero-btns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Hero right: Magenta-Panel */
.hero-r {
  background: var(--m);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
}
/* Halftone-Dot-Grid */
.hero-r::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
/* Dekoratives "12" als Wasszeichen */
.hero-r::after {
  content: '12';
  position: absolute;
  top: 1rem;
  left: 1.75rem;
  font-family: var(--fh);
  font-size: clamp(8rem, 15vw, 13rem);
  font-weight: 800;
  color: rgba(255,255,255,.07);
  line-height: 1;
  letter-spacing: -.02em;
  pointer-events: none;
}

.hero-cert-lbl {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: .7rem;
  position: relative;
  z-index: 1;
}
.hero-cert {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 3px;
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}
.hero-cert-title {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .01em;
  line-height: 1.2;
}
.hero-cert-sub {
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--white);
  margin-top: .4rem;
  line-height: 1.5;
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  position: relative;
  z-index: 1;
}
.hero-stat {
  background: rgba(0,0,0,.22);
  border-radius: 3px;
  padding: 1rem 1.25rem;
}
.hero-stat-n {
  font-family: var(--fh);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -.01em;
}
.hero-stat-l {
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--white);
  margin-top: .25rem;
  font-weight: 500;
  letter-spacing: .02em;
}

/* ═══════════════════════════════════════
   2. MARKTPLATZ-STRIP
   ═══════════════════════════════════════ */
.mp {
  background: var(--stone);
  border-bottom: 1px solid var(--i12);
  padding: 1.3rem var(--r);
  display: flex;
  align-items: center;
  gap: 2.5rem;
  overflow: hidden;
}
.mp-lbl {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--i50);
  white-space: nowrap;
  flex-shrink: 0;
}
.mp-div {
  width: 1px;
  height: 16px;
  background: var(--i12);
  flex-shrink: 0;
}
.mp-list {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
  overflow: hidden;
}
.mp-n {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 600;
  color: var(--i50);
  white-space: nowrap;
  transition: color .15s;
}
.mp-n:hover { color: var(--i70); }

/* ═══════════════════════════════════════
   2. MARKTPLATZ-STRIP (Logo-Marquee)
   ═══════════════════════════════════════ */
.mp {
  background: var(--stone);
  border-bottom: 1px solid var(--i12);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mp-label-col {
  flex-shrink: 0;
  padding: 0 1.5rem 0 var(--r);
  border-right: 1px solid var(--i12);
  display: flex;
  align-items: center;
  height: 64px;
  background: var(--stone);
  position: relative;
  z-index: 2;
}
.mp-lbl {
  font-family: var(--fb);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--i50);
  white-space: nowrap;
}
.mp-track-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.mp-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
  width: max-content;
  animation: mp-scroll 40s linear infinite;
  padding: 0 1.5rem;
}
.mp-track:hover { animation-play-state: paused; }
.mp-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 64px;
}
.mp-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(.6);
  transition: filter .25s;
}
.mp-track:hover .mp-logo img { filter: grayscale(100%) opacity(.75); }
.mp-logo:hover img            { filter: grayscale(70%) opacity(.9); }

@keyframes mp-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .mp-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
  .mp-track li:nth-child(n+16) { display: none; }
  .mp-track-wrap { mask-image: none; -webkit-mask-image: none; }
}

/* ═══════════════════════════════════════
   3. PROBLEM-SECTION
   ═══════════════════════════════════════ */
.prob-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.prob-intro .lead { margin-top: 1.25rem; margin-bottom: 1.75rem; }

.prob-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.prob-item {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--i12);
}
.prob-item:first-child { border-top: 1px solid var(--i12); }
.prob-n {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--m-text);
  margin-top: .1rem;
  letter-spacing: .02em;
}
.prob-title {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .3rem;
  letter-spacing: .01em;
}
.prob-desc {
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--i70);
  line-height: 1.65;
  font-weight: 300;
}

/* ═══════════════════════════════════════
   WAWI PREVIEW SECTION (heller Hintergrund)
   ═══════════════════════════════════════ */
.sec-wawi-preview {
  background: var(--white);
}
.wawi-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

/* Bild-Spalte: heller Hintergrund, Bild frei ohne Ausfransen */
.wawi-preview-img-wrap {
  position: relative;
  background: var(--cream);
  border-radius: 8px;
  padding: 2rem 1.5rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.wawi-preview-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 0%, rgba(230,1,126,.06) 0%, transparent 65%);
  pointer-events: none;
}
.wawi-preview-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.18));
}

/* Text-Spalte */
.wawi-preview-text .lead { margin-bottom: 1.75rem; }

.wawi-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.wawi-features li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
}
.wawi-feat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--m-text);
  flex-shrink: 0;
}

.wawi-badge {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: var(--stone);
  color: var(--i70);
  font-family: var(--fb);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: .04em;
  padding: .45em .9em;
  border-radius: 20px;
  border: 1px solid var(--i12);
}
.wawi-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--m-text);
  flex-shrink: 0;
  animation: badge-pulse 2s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: .35; }
}

@media (max-width: 1024px) {
  .wawi-preview-grid { grid-template-columns: 1fr; }
  .wawi-preview-img-wrap { max-width: 480px; margin: 0 auto; }
}

/* ═══════════════════════════════════════
   4. JTL-PRODUKTE
   ═══════════════════════════════════════ */
.jtl-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  flex-wrap: wrap;
}
.jtl-yr {
  font-family: var(--fh);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -.01em;
  text-align: right;
}
.jtl-yr-l {
  font-family: var(--fb);
  font-size: 1rem;
  color: rgba(255,255,255,.60);
  letter-spacing: .07em;
  margin-top: .25rem;
  text-align: right;
  text-transform: uppercase;
}

.jtl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.08);
  border-left: 1px solid rgba(255,255,255,.08);
}
.jtl-card {
  padding: 2.5rem 2rem;
  position: relative;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
}
.jtl-card:hover { background: rgba(255,255,255,.03); }

.jtl-n {
  font-family: var(--fh);
  font-size: 2.4rem;
  font-weight: 800;
  color: rgba(255,255,255,.22);
  line-height: 1;
  margin-bottom: 1.25rem;
  letter-spacing: -.01em;
}
.jtl-chip {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--m);
  border: 1px solid var(--m-ring);
  padding: .2em .55em;
  border-radius: 2px;
}
.jtl-name {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
  letter-spacing: .01em;
  line-height: 1.25;
}
.jtl-name em { color: var(--m); font-style: normal; }
.jtl-desc {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
}

/* ═══════════════════════════════════════
   5. FEATURES-ACCORDION
   ═══════════════════════════════════════ */
.feat-wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.feat-sticky {
  position: sticky;
  top: 76px;
}
.feat-intro .lead { margin: 1.25rem 0 2rem; }

.feat-free {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: var(--ink);
  color: var(--white);
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 600;
  padding: .7em 1.25em;
  border-radius: 2px;
}
.feat-free span { color: var(--m); }

.acc { border-top: 1px solid var(--i12); }
.acc-item { border-bottom: 1px solid var(--i12); }

.acc-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  gap: 1rem;
  text-align: left;
  transition: padding .15s;
}
.acc-btn:hover { padding-left: .25rem; }

.acc-title {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: .01em;
}
.acc-ico {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--i35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, border-color .15s;
}
.acc-ico svg {
  width: 10px;
  height: 10px;
  stroke: var(--i70);
  transition: transform .25s var(--ease), stroke .15s;
}
.acc-item.open .acc-ico             { background: var(--m); border-color: var(--m); }
.acc-item.open .acc-ico svg         { stroke: #fff; transform: rotate(45deg); }

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}
.acc-text {
  padding-bottom: 1.5rem;
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  color: var(--i70);
  line-height: 1.8;
}
.acc-item.open .acc-body { max-height: 200px; }

/* ═══════════════════════════════════════
   6. ÜBER UNS
   ═══════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

/* Linke Spalte: Foto + Zertifikate untereinander */
.about-frame {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ── Foto ───────────────────────────── */
.about-photo-wrap {
  position: relative;
}
.about-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 1;
}
.about-photo-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: var(--m-text);
  color: var(--white);
  border-radius: 3px;
  padding: 1rem 1.2rem;
  text-align: center;
  box-shadow: 0 4px 18px rgba(217,0,122,.35);
}
.about-badge-y {
  font-family: var(--fh);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.01em;
}
.about-badge-l {
  font-family: var(--fb);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
  margin-top: .2rem;
}

/* ── Zertifikate Thumbnails ─────────── */
.cert-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .625rem;
  margin-top: .5rem;
}

.cert-thumb {
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  background: var(--stone);
  aspect-ratio: 3/4;
  display: block;
}
.cert-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s var(--ease), filter .3s;
}
.cert-thumb:hover img {
  transform: scale(1.07);
  filter: brightness(.75);
}
/* Zoom-Icon erscheint beim Hover */
.cert-thumb-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s;
}
.cert-thumb-zoom svg {
  width: 22px;
  height: 22px;
  stroke: var(--white);
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.4));
}
.cert-thumb:hover .cert-thumb-zoom { opacity: 1; }
.cert-thumb:focus-visible {
  outline: 2px solid var(--m-text);
  outline-offset: 2px;
}

/* ── Lightbox ───────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10,10,10,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* Einblend-Animation */
  animation: lb-in .2s ease;
}
.lightbox[hidden] { display: none; }

@keyframes lb-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, border-color .15s;
}
.lightbox-close:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.5);
}
.lightbox-close svg { width: 14px; height: 14px; }

.lightbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-height: 90vh;
  animation: lb-img-in .25s var(--ease);
}
@keyframes lb-img-in {
  from { transform: scale(.93); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

.lightbox-img {
  max-width: min(520px, 90vw);
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}

.lightbox-caption {
  font-family: var(--fb);
  font-size: 1rem;
  color: rgba(255,255,255,.65);
  text-align: center;
  letter-spacing: .04em;
}

/* ── Rechte Spalte: Text ─────────────── */
.about-quote {
  font-family: var(--fb);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 2.25rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--m);
}

.vals {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  list-style: none;
  padding: 0;
}
.val {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem 0;
  gap: 1rem;
  border-bottom: 1px solid var(--i12);
}
.val:first-child { border-top: 1px solid var(--i12); }
.val-text { flex: 1; }
.val-title {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .2rem;
  letter-spacing: .01em;
}
.val-desc {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  color: var(--i70);
  line-height: 1.65;
}
.val-chk {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--m-tint);
  border: 1.5px solid var(--m-ring);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .1rem;
}
.val-chk svg { width: 10px; height: 10px; stroke: var(--m-text); }

/* ═══════════════════════════════════════
   7. TESTIMONIALS
   ═══════════════════════════════════════ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.testi-card {
  background: var(--white);
  border: 1px solid var(--i12);
  border-radius: 4px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  transition: border-color .2s, box-shadow .2s;
}
.testi-card:hover {
  border-color: var(--m-ring);
  box-shadow: 0 4px 20px rgba(230,1,126,.06);
}
.testi-card.feat {
  border-color: var(--m);
  box-shadow: 0 0 0 1px var(--m);
}

.testi-stars { display: flex; gap: 2px; }
.testi-star  { width: 11px; height: 11px; fill: var(--m); }

.testi-body {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.75;
  flex: 1;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: .875rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--i06);
}
.testi-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--m);
  color: var(--white);
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-name {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .01em;
}
.testi-role {
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--i50);
  margin-top: .1rem;
}
.testi-note {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1rem;
  color: var(--i50);
  font-style: italic;
  font-family: var(--fb);
}

/* ═══════════════════════════════════════
   8. CTA-SECTION
   ═══════════════════════════════════════ */
.sec-cta {
  background: var(--m-text);
  position: relative;
  overflow: hidden;
}
.sec-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 18px,
    rgba(255,255,255,.04) 18px,
    rgba(255,255,255,.04) 19px
  );
}

.cta-i {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-lbl {
  font-family: var(--fb);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: .875rem;
  display: flex;
  align-items: center;
  gap: .6em;
}
.cta-lbl::before {
  content: '';
  width: 14px;
  height: 1.5px;
  background: rgba(255,255,255,.5);
}
.cta-h {
  font-family: var(--fh);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.005em;
  color: var(--white);
  margin-bottom: 1rem;
}
.cta-sub {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.75;
  max-width: 46ch;
}
.cta-sub strong { color: rgba(255,255,255,.9); font-weight: 500; }

.cta-box {
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.cta-tel {
  text-align: center;
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--white);
}
.cta-tel a             { color: rgba(255,255,255,.95); text-decoration: none; }
.cta-tel a:hover       { color: var(--white); }

/* ═══════════════════════════════════════
   9. RESPONSIVE — seitenspezifisch
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero            { grid-template-columns: 1fr; }
  .hero-r          { min-height: 260px; }
  .jtl-grid        { grid-template-columns: 1fr 1fr; }
  .feat-wrap       { grid-template-columns: 1fr; }
  .feat-sticky     { position: static; }
  .about-grid      { grid-template-columns: 1fr 1fr; }
  .cta-i           { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-box         { min-width: auto; flex-direction: row; flex-wrap: wrap; }
  .btn-cta         { flex: 1; min-width: 160px; }
}

@media (max-width: 768px) {
  .prob-grid       { grid-template-columns: 1fr; gap: 2.5rem; }
  .testi-grid      { grid-template-columns: 1fr; }
  .jtl-grid        { grid-template-columns: 1fr; }
  .about-grid      { grid-template-columns: 1fr; }
  .cta-box         { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-stats      { grid-template-columns: 1fr 1fr; }
  .hero-h1         { font-size: clamp(2.8rem, 10vw, 3.8rem); }
}

/* ═══════════════════════════════════════
   SCROLL & ENTER ANIMATIONS
   ═══════════════════════════════════════ */

/* Hero H1: Zeilen erscheinen nacheinander beim Laden */
@media (prefers-reduced-motion: no-preference) {
  .hero-h1 > span {
    opacity: 0;
    transform: translateY(40px);
    animation: hero-line-in .6s var(--ease) forwards;
  }
  .hero-h1 > span:nth-child(1) { animation-delay: .1s; }
  .hero-h1 > span:nth-child(2) { animation-delay: .32s; }

  /* Hero-Lead und Buttons folgen nach H1 */
  .hero-lead {
    opacity: 0;
    transform: translateY(28px);
    animation: hero-line-in .6s var(--ease) .65s forwards;
  }
  .hero-btns {
    opacity: 0;
    transform: translateY(20px);
    animation: hero-line-in .5s var(--ease) .8s forwards;
  }

  @keyframes hero-line-in {
    to { opacity: 1; transform: translateY(0); }
  }

  /* Lbl-Linie wächst beim Einblenden — Basis in main.css */
  .lbl.in::before {
    transform: scaleX(1);
  }

  /* Gestaffelte Einblendung: Problem-Items */
  .prob-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
  }
  .prob-item.in { opacity: 1; transform: none; }
  .prob-item:nth-child(1) { transition-delay: 0s; }
  .prob-item:nth-child(2) { transition-delay: .12s; }
  .prob-item:nth-child(3) { transition-delay: .24s; }
  .prob-item:nth-child(4) { transition-delay: .36s; }

  /* Gestaffelte Einblendung: JTL-Karten */
  .jtl-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s var(--ease), transform .7s var(--ease), background .2s;
  }
  .jtl-card.in { opacity: 1; transform: none; }
  .jtl-card:nth-child(1) { transition-delay: 0s; }
  .jtl-card:nth-child(2) { transition-delay: .12s; }
  .jtl-card:nth-child(3) { transition-delay: .24s; }
  .jtl-card:nth-child(4) { transition-delay: .36s; }

  /* Gestaffelte Einblendung: Testimonial-Karten */
  .testi-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s var(--ease), transform .7s var(--ease), border-color .2s, box-shadow .2s;
  }
  .testi-card.in { opacity: 1; transform: none; }
  .testi-card:nth-child(1) { transition-delay: 0s; }
  .testi-card:nth-child(2) { transition-delay: .12s; }
  .testi-card:nth-child(3) { transition-delay: .24s; }
}


/* lbl auf stone: --m-dk für 5.18:1 Kontrast (BFSG AA) */
.sec-stone .lbl {
  color: var(--m-dk);
}
.sec-stone .lbl::before {
  background: var(--m-dk);
}
/* ═══════════════════════════════════════
   FAQ SECTION
   Native <details>/<summary> — kein JS nötig
   ═══════════════════════════════════════ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
  margin-top: 3rem;
  align-items: start;
}

/* Item: volle Breite, klare Trennung */
.faq-item {
  border-bottom: 1px solid var(--i12);
}
.faq-item:first-child,
.faq-item:nth-child(2) {
  border-top: 1px solid var(--i12);
}

/* Summary: der eigentliche Klick-Trigger
   - padding auf ALLEN Seiten → großer Klickbereich
   - display:flex damit Icon sauber rechts sitzt
   - Browser-Marker entfernen (webkit + standard) */
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1rem 1.35rem 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background .15s;
  border-radius: 3px;
  margin: 0 -1rem 0 0;
  padding-right: 1rem;
}
/* Beide Varianten des Browser-Default-Markers entfernen */
.faq-q::-webkit-details-marker { display: none; }
.faq-q::marker { display: none; content: ''; }

.faq-q:hover {
  background: var(--m-tint);
  padding-left: .75rem;
  margin-left: -.75rem;
}

/* Fragentext */
.faq-q-text {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .01em;
  line-height: 1.35;
  flex: 1;
}

/* Icon: 32px Kreis — groß genug um treffsicher zu sein */
.faq-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--i35);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, border-color .15s;
  position: relative;
}
/* Plus-Icon via Pseudo-Elemente */
.faq-ico::before,
.faq-ico::after {
  content: '';
  position: absolute;
  background: var(--i70);
  transition: transform .25s var(--ease), opacity .2s, background .15s;
}
.faq-ico::before {
  width: 12px; height: 1.5px;
}
.faq-ico::after {
  width: 1.5px; height: 12px;
}

/* Hover-State */
.faq-q:hover .faq-ico {
  border-color: var(--m);
}
.faq-q:hover .faq-ico::before,
.faq-q:hover .faq-ico::after {
  background: var(--m);
}

/* Geöffnet: Icon wird zum Minus, Hintergrund Magenta */
.faq-item[open] .faq-ico {
  background: var(--m);
  border-color: var(--m);
}
.faq-item[open] .faq-ico::before,
.faq-item[open] .faq-ico::after {
  background: white;
}
.faq-item[open] .faq-ico::after {
  transform: rotate(90deg) scaleY(0);
  opacity: 0;
}

/* Antworttext */
.faq-a {
  overflow: hidden;
}
.faq-a p {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  color: var(--i70);
  line-height: 1.8;
  padding: 0 0 1.5rem 0;
}

/* Öffnungs-Animation */
@media (prefers-reduced-motion: no-preference) {
  details.faq-item[open] .faq-a {
    animation: faq-open .3s var(--ease);
  }
  @keyframes faq-open {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-item:nth-child(2) { border-top: none; }
}
