/* kinux — Grobversion r2: Sektionen unterhalb des Heros (nach Brief, ohne Karten-Raster) */
.gsec { padding: 150px 48px 0; }
.gshell { max-width: 1060px; margin: 0 auto; }
.gsec h2 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(34px, 3.4vw, 50px);
  letter-spacing: -0.024em;
  line-height: 1.07;
  text-wrap: balance;
}
.gsec .lede {
  margin: 20px 0 0;
  font-size: 18.5px;
  line-height: 1.6;
  color: var(--t-muted);
  text-wrap: pretty;
  max-width: 580px;
}
.gsec .mittig { text-align: center; }
.gsec .mittig .lede { margin-left: auto; margin-right: auto; }

/* Scroll-Einblendung (dezent) */
.rise { opacity: 0; transform: translateY(22px); transition: opacity 0.8s cubic-bezier(0.22,0.61,0.36,1), transform 0.8s cubic-bezier(0.22,0.61,0.36,1); }
.rise.seen { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .rise { opacity: 1; transform: none; transition: none; } }

/* ---- Problem: gestaffelte Typografie statt Kacheln ---- */
.reibungen { margin-top: 84px; display: flex; flex-direction: column; gap: 64px; }
.reibung { max-width: 560px; }
.reibung.r2 { margin-left: 22%; }
.reibung.r3 { margin-left: 44%; }
.reibung h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.reibung p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.62;
  color: var(--t-muted);
  text-wrap: pretty;
}
.reibung .artefakt {
  display: block;
  margin-top: 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: var(--t-muted);
  opacity: 0.7;
}

/* ---- Lösung: Demo-Fenster als Beweis ---- */
.demo-fenster {
  margin: 64px auto 0;
  width: 100%;
  max-width: 780px;
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(28, 49, 84, 0.13), 0 4px 14px rgba(28, 49, 84, 0.05);
  padding: 36px 42px 34px;
  text-align: left;
}
.demo-eingabe {
  background: #F2F5FA;
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 17px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.demo-eingabe .senden {
  flex: none;
  background: var(--accent);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 9px 16px;
}
.demo-caret {
  display: inline-block;
  width: 2px;
  height: 1.15em;
  background: currentColor;
  vertical-align: text-bottom;
  margin-left: 2px;
  animation: gCaret 1.05s steps(1) infinite;
}
@keyframes gCaret { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
.demo-denken { display: none; gap: 5px; align-items: center; margin-left: 10px; }
.demo-denken i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
  animation: gPuls 1.1s ease-in-out infinite;
}
.demo-denken i:nth-child(2) { animation-delay: 0.18s; }
.demo-denken i:nth-child(3) { animation-delay: 0.36s; }
@keyframes gPuls { 0%, 100% { opacity: 0.25; transform: translateY(0); } 50% { opacity: 0.9; transform: translateY(-2px); } }
.demo-antwort {
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s cubic-bezier(0.22,0.61,0.36,1), transform 0.7s cubic-bezier(0.22,0.61,0.36,1);
}
.demo-antwort sup { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--t-muted); }
.demo-antwort.an, .demo-chips.an { opacity: 1; transform: translateY(0); }
.demo-chips {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s cubic-bezier(0.22,0.61,0.36,1), transform 0.7s cubic-bezier(0.22,0.61,0.36,1);
}
.demo-chips .chip {
  font-family: 'IBM Plex Mono', monospace;
  background: #EAF1FC;
  color: #1D4F9C;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
}
.schritte-zeile {
  margin: 54px auto 0;
  text-align: center;
  font-size: 17.5px;
  color: var(--t-muted);
  max-width: 720px;
  line-height: 1.7;
}
.schritte-zeile b { color: var(--t-ink); font-weight: 600; }
.cta-paar { margin-top: 54px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.btn-soft {
  color: var(--t-ink);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 26px;
  background: rgba(255,255,255,0.7);
  box-shadow: inset 0 0 0 1.5px #D6DFEC;
}

/* ---- Vertrauen: editorial, zwei Spalten, ehrlich ---- */
.vtr { margin-top: 76px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.vtr .gross {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.22;
  text-wrap: balance;
}
.vtr .punkte { display: flex; flex-direction: column; gap: 36px; }
.vtr .punkte h3 { margin: 0; font-size: 18.5px; font-weight: 600; }
.vtr .punkte p { margin: 8px 0 0; font-size: 16px; line-height: 1.65; color: var(--t-muted); text-wrap: pretty; }

/* ---- Preise: Essential im Fokus, Rest ruhig ---- */
.preis-layout {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 36px;
  align-items: start;
}
.plan-essential {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 34px 80px rgba(28, 49, 84, 0.13);
  padding: 46px 48px 44px;
}
.plan-essential .name { font-size: 17px; font-weight: 600; }
.plan-essential .betrag { margin-top: 18px; font-size: 54px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.plan-essential .einheit { margin-top: 8px; font-size: 15.5px; color: var(--t-muted); }
.plan-essential .inkl { margin: 28px 0 0; font-size: 15.5px; line-height: 2.0; color: var(--t-muted); }
.plan-essential .btn { margin-top: 30px; width: 100%; text-align: center; }
.plan-essential .reassure { display: block; margin-top: 14px; text-align: center; }
.plan-rest { display: flex; flex-direction: column; gap: 14px; }
.plan-zeile {
  background: #F1F5FB;
  border-radius: 16px;
  padding: 24px 30px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.plan-zeile .links .name { font-size: 16.5px; font-weight: 600; }
.plan-zeile .links .fuer { display: block; margin-top: 4px; font-size: 14px; color: var(--t-muted); }
.plan-zeile .rechts { text-align: right; flex: none; }
.plan-zeile .rechts .preis { font-size: 16.5px; font-weight: 600; }
.plan-zeile .rechts .status { display: block; margin-top: 4px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--t-muted); }
.plan-zeile .rechts a { color: var(--t-ink); font-weight: 500; font-size: 15px; text-decoration: underline; text-decoration-color: #B9CCE8; text-underline-offset: 4px; }
.preis-note {
  margin: 26px 0 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: var(--t-muted);
}

/* ---- FAQ: Akkordeon, ruhige getönte Zeilen ---- */
.faq { margin: 64px auto 0; display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
.faq details {
  background: #F1F5FB;
  border-radius: 16px;
  padding: 0 28px;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .zeichen {
  flex: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  color: var(--t-ink);
  transition: transform 0.25s ease;
}
.faq details[open] summary .zeichen { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 0 24px; font-size: 15.5px; line-height: 1.65; color: var(--t-muted); max-width: 640px; }

/* ---- Finaler CTA ---- */
.final-cta { padding: 170px 48px 170px; text-align: center; }
.final-cta h2 { margin: 0; font-weight: 600; font-size: clamp(36px, 3.6vw, 54px); letter-spacing: -0.025em; line-height: 1.06; }
.final-cta .cta-paar { margin-top: 44px; }
.final-cta .reassure { display: block; margin-top: 18px; }

/* ---- Übergang zu dunkel + Scroll-Video-Moment (Frame-Scrubbing) ---- */
.to-dark {
  height: 110px;
  background-image:
    url('../assets/noise.png'),
    linear-gradient(180deg,
      var(--t-bg) 0%,
      #E2E7EF 14%,
      #BFC7D4 28%,
      #8E97A8 42%,
      #5F6879 55%,
      #3A4153 67%,
      #202636 78%,
      #121726 87%,
      #0A0E1A 94%,
      #070A12 100%);
  background-repeat: repeat, no-repeat;
  background-size: 128px 128px, 100% 100%;
}
.scrub {
  position: relative;
  height: 380vh; /* drei Akte brauchen Raum */
  background: #070A12;
}
.scrub-frame {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100vh;
  overflow: hidden;
  will-change: transform;
}
.scrub-frame canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 120px);
  mask-image: linear-gradient(180deg, transparent 0, #000 120px);
}
.scrub-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.scrub-text h2 {
  margin: 0;
  color: #F2F6FC;
  text-shadow: 0 2px 28px rgba(7,10,18,0.95), 0 0 80px rgba(7,10,18,0.8);
  font-weight: 600;
  font-size: clamp(40px, 4.6vw, 72px);
  letter-spacing: -0.025em;
  text-wrap: balance;
  padding: 0 7vw;
}

/* ---- Footer (dunkel) ---- */
.footer {
  background: #070A12;
  color: #9AA7BD;
  padding: 100px 48px 44px;
}
.footer-inner { max-width: 1060px; margin: 0 auto; }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 70px;
}
.footer .marke p { margin: 18px 0 0; font-size: 15px; line-height: 1.6; max-width: 280px; }
.footer-nav { display: flex; gap: 80px; }
.footer-nav .gruppe { display: flex; flex-direction: column; gap: 12px; }
.footer-nav .gruppe span { font-size: 13.5px; font-weight: 600; color: #F2F6FC; margin-bottom: 4px; }
.footer-nav a { color: #9AA7BD; text-decoration: none; font-size: 14.5px; }
.footer-nav a:hover { color: #F2F6FC; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  font-size: 13px;
  color: #5B6880;
}
.footer-bottom .rechts { display: flex; gap: 28px; }
.footer-bottom a { color: #5B6880; text-decoration: none; }
.footer-bottom a:hover { color: #9AA7BD; }

@media (max-width: 860px) {
  .gsec { padding: 100px 24px 0; }
  .reibung.r2, .reibung.r3 { margin-left: 0; }
  .demo-fenster { padding: 26px 24px; }
  .cta-paar { flex-direction: column; }
  .vtr { grid-template-columns: 1fr; gap: 40px; }
  .preis-layout { grid-template-columns: 1fr; }
  .plan-essential { padding: 36px 28px; }
  .final-cta { padding: 110px 24px; }
  .footer-top { flex-direction: column; }
  .footer-nav { gap: 48px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  /* Mobile-Fix (F1): die Bottom-Rechtszeile trägt jetzt mehr Links
     (Kontakt, Impressum, Datenschutz, AGB, Cookie-Einstellungen) — ohne
     Umbruch liefe sie auf 375px horizontal über. */
  .footer-bottom .rechts { flex-wrap: wrap; row-gap: 6px; }
  /* Grössere Touch-Targets für Fusszeilen-Links auf Mobile (Owner UI7). */
  .footer-nav a, .footer-bottom .rechts a { display: inline-block; padding: 8px 0; }
}

/* FAQ-Kurzsektion (2026-07-06): Link zur vollstaendigen FAQ-Seite. */
.faq-mehr { margin: 18px 0 0; text-align: center; font-size: 14.5px; }
.faq-mehr a { color: var(--t-muted); text-decoration: underline; text-underline-offset: 3px; }
.faq-mehr a:hover { color: var(--t-ink); }
