@import url("https://api.fontshare.com/v2/css?f%5B%5D=zodiak@400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

:root {
  --navy-900: #031627;
  --navy-800: #0c2436;
  --navy-700: #10304a;
  --navy-tief: #001422;
  --navy-boden: #011321;
  --ink: #010000;

  --text: #ebeaea;
  --muted: #a9b6c2;
  --white: #ffffff;

  --gold: #a89651;
  --gold-light: #d5c98e;
  --gold-pale: #f3eed3;
  --gold-deep: #8f7f3d;

  --gold-grad: linear-gradient(135deg,
    #a89651 0%, #d5c98e 20%, #d5c98e 30%, #cabb79 40%, #b8a963 57%,
    #a89651 65%, #8f7f3d 74%, #d5c98e 90%, #f3eed3 100%);

  --line: rgba(213, 201, 142, .22);

  --wrap: 1120px;
  --narrow: 1010px;

  --serif: "Zodiak", "Times New Roman", serif;
  --sans: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--navy-900);
  color: var(--text);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

.page {
  position: relative;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(16, 48, 74, .55) 0%, rgba(3, 22, 39, 0) 62%),
    linear-gradient(180deg, #031627 0%, #0c2436 42%, #0a2032 72%, #031627 100%);
}

.page.verlauf > section { background: var(--navy-800); }

.page.verlauf > section:first-of-type {
  background: linear-gradient(180deg, rgba(12, 36, 54, 0) 0%, var(--navy-800) 100%);
}

.page.verlauf > section.grad-ab {
  background: linear-gradient(180deg, var(--navy-800) 0%, var(--navy-boden) 100%);
}

.page.verlauf > section.grad-auf {
  background: linear-gradient(180deg, var(--navy-boden) 0%, var(--navy-800) 100%);
}

.page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1053px;
  background: url("/assets/dk-bg.webp") center top / cover no-repeat;
  opacity: .9;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}

.wrap {
  position: relative;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.top {
  position: relative;
  padding: 34px 24px 0;
  text-align: center;
}

.top .logo {
  width: 257px;
  height: auto;
  margin: 0 auto;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 22px;
  background: #08101a;
  border: 1px solid rgba(213, 201, 142, .30);
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.badge-row { text-align: center; }

h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 700; }

.gold {
  background-image: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h1 {
  max-width: 1090px;
  margin: 26px auto 0;
  font-size: 41px;
  line-height: 1.1;
  text-align: center;
}

h2 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 44px;
  line-height: 1.1;
  text-align: center;
}

.lead {
  max-width: 830px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: var(--text);
}

.lead strong { color: var(--gold-light); font-weight: 500; }

p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

.stage {
  position: relative;
  width: 100%;
  max-width: var(--narrow);
  margin: 34px auto 0;
  background: #d9d9d9;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.stage > iframe { width: 100%; height: 100%; border: 0; }

.stage-poster {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #6b6b6b;
  font-size: 34px;
  font-family: var(--sans);
  cursor: pointer;
}

.stage-play {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(3, 22, 39, .78);
  border: 2px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-play::after {
  content: "";
  margin-left: 6px;
  border-left: 24px solid var(--gold-light);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.cta-form { text-align: center; }

.btn {
  display: inline-block;
  min-width: 420px;
  padding: 17px 40px;
  border: 0;
  background-image: var(--gold-grad);
  color: #23200f;
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  transition: transform .15s ease, filter .15s ease;
}

.btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.sec { position: relative; padding: 96px 0; }
.sec.tight { padding: 62px 0; }
.sec-head { text-align: center; }
.sec-head .badge { margin-bottom: 26px; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
}

.card { padding: 0 46px; }
.card + .card { border-left: 1px solid var(--line); }

.card .icon { width: 70px; height: 70px; margin-bottom: 34px; }

.card h3 {
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.024;
  color: var(--white);
  margin-bottom: 18px;
}

.card p { font-size: 17px; line-height: 1.35; color: var(--text); }

.cards + .cta-form { margin-top: 62px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 60px;
  padding: 46px 0;
}

.split + .split { border-top: 1px solid var(--line); }

.split .label {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.split h3 {
  font-size: 34px;
  line-height: 1.14;
}

.split .body { padding-top: 6px; }
.split .body p { font-size: 17px; line-height: 1.38; }

.split-wrap { border-top: 1px solid var(--line); }

.about { position: relative; padding: 90px 0 0; }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  margin-top: 56px;
}

.about-grid p { font-size: 17px; line-height: 1.4; }
.about-grid .role { color: var(--gold-light); margin-bottom: 26px; }

.portrait {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.portrait img { width: 100%; height: auto; }

.foot {
  background: var(--ink);
  padding: 44px 24px;
  text-align: center;
}

.foot .logo { width: 220px; margin: 0 auto 16px; }

.foot nav { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }

.foot a {
  color: var(--muted);
  font-size: 15px;
  text-decoration: none;
}

.foot a:hover { color: var(--gold-light); }

.ov {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(1, 8, 15, .82);
  backdrop-filter: blur(3px);
  overflow-y: auto;
}

.ov.on { display: flex; }

.modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 38px 40px 34px;
  background: linear-gradient(180deg, #0c2436 0%, #061a2c 100%);
  border: 1px solid rgba(213, 201, 142, .28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

.modal h2 { padding: 0 28px; font-size: 30px; line-height: 1.14; margin-bottom: 10px; }
.modal .sub { text-align: center; font-size: 16px; color: var(--muted); margin-bottom: 26px; }

.x {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.x:hover { color: var(--gold-light); }

.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.field { margin-bottom: 12px; }

.input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(213, 201, 142, .26);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.input::placeholder { color: rgba(235, 234, 234, .45); }
.input:focus { outline: none; border-color: var(--gold-light); background: rgba(255, 255, 255, .08); }
.input.bad { border-color: #e2564d; }

.phone-row {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 10px;
}

#f-cc {
  padding-left: 12px;
  padding-right: 8px;
  background-image: none;
  text-overflow: ellipsis;
}

.errmsg {
  min-height: 20px;
  margin: 2px 0 10px;
  color: #ff8f86;
  font-size: 14px;
  line-height: 1.3;
}

.modal .btn { width: 100%; min-width: 0; margin-top: 6px; }

.hint {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.hint a { color: var(--gold-light); }

.done { text-align: center; padding: 20px 0 8px; }
.done h2 { margin-bottom: 12px; }
.done p { color: var(--muted); }

.fstep { display: none; }
.fstep.on { display: block; }

@media (max-width: 900px) {
  body { font-size: 17px; }

  .page::before {
    height: 900px;
    background-image: url("/assets/mb-bg.webp");
  }

  .wrap { padding: 0 20px; }

  .top { padding-top: 26px; }
  .top .logo { width: 200px; }

  h1 { font-size: 30px; }
  h2 { font-size: 27px; }

  .badge { font-size: 14px; padding: 10px 16px; width: 100%; }

  .sec { padding: 60px 0; }
  .sec.tight { padding: 44px 0; }

  .stage { margin-top: 24px; }
  .stage-poster { font-size: 22px; }
  .stage-play { width: 68px; height: 68px; }

  .btn { min-width: 0; width: 100%; font-size: 18px; padding: 16px 20px; }

  .cards { grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }

  .card {
    padding: 30px 24px;
    border: 1px solid var(--line);
    text-align: center;
  }

  .card + .card { border-left: 1px solid var(--line); }
  .card .icon { margin: 0 auto 22px; }
  .card h3 { font-size: 20px; }

  .cards + .cta-form { margin-top: 30px; }

  .split { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .split .label { font-size: 22px; }
  .split h3 { font-size: 26px; }

  .about { padding-top: 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 34px; }

  .modal { padding: 30px 22px 26px; }
  .modal h2 { padding: 0 22px; font-size: 23px; }
  .modal .sub { font-size: 15px; margin-bottom: 20px; }
  .two { grid-template-columns: 1fr; gap: 12px; }
  .phone-row { grid-template-columns: 152px minmax(0, 1fr); gap: 8px; }
  .input { font-size: 16px; }

}

@media (max-width: 640px) {
  .hero-wrap { --hero-fix: 467px; }
  .hero-wrap > .top { padding-top: 14px; }
  .hero-wrap > .hero { padding: 8px 0 14px; }
  .hero h1 { font-size: 24px; margin-top: 10px; }
  .hero .badge { font-size: 12.5px; padding: 7px 12px; }
  .hero .lead, .hero .hero-sub { font-size: 14.5px; margin-top: 10px; }
  .hero .stage { margin-top: 12px; }
  .hero .cta-form { margin-top: 14px; }
  .hero .btn { font-size: 16px; padding: 13px 16px; }
}

@media (max-width: 400px) {
  .phone-row { grid-template-columns: 146px minmax(0, 1fr); }
  #f-cc { padding-left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

.wrap.wide { max-width: 1290px; }

.hero-wrap {
  --hero-fix: 460px;
  position: relative;
  z-index: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.page.verlauf::before { height: 100svh; }

.hero-wrap > .top { flex: 0 0 auto; padding-top: 24px; }

.hero-wrap > .hero {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0 26px;
}

.hero h1 { margin-top: 20px; }

.hero .stage {
  width: min(1010px, 100%, max(200px, calc((100svh - var(--hero-fix)) * 16 / 9)));
  margin-top: 22px;
}

.hero .lead,
.hero .hero-sub { margin-top: 20px; }

.hero .cta-form { margin-top: 24px; }

.hero-sub {
  max-width: 900px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
  color: var(--text);
}

.marken {
  position: relative;
  overflow: hidden;
  max-width: 1010px;
  margin: 58px auto 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.marken-bahn {
  display: flex;
  align-items: center;
  gap: 62px;
  width: max-content;
  animation: marken-lauf 34s linear infinite;
}

.marken:hover .marken-bahn,
.marken:focus-within .marken-bahn { animation-play-state: paused; }

@keyframes marken-lauf {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 31px)); }
}

.marken img {
  width: 112px;
  height: auto;
  flex: 0 0 auto;
  opacity: .85;
}

.g6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1160px;
  margin: 52px auto 0;
}

.g6 article {
  padding: 34px 30px 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  text-align: center;
}

.ic {
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-image: var(--gold-grad);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic img { width: 40px; height: auto; }

.g6 p { font-size: 16px; line-height: 1.4; }

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 52px auto 0;
}

.cbox {
  position: relative;
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
}

.cbox::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.cbox.minus::before {
  background: linear-gradient(180deg, #d13232 0%, rgba(209, 50, 50, .38) 32%, rgba(209, 50, 50, .16) 100%);
}

.cbox.plus::before {
  background: linear-gradient(180deg, #cabb79 0%, rgba(202, 187, 121, .38) 32%, rgba(202, 187, 121, .16) 100%);
}

.cbox h3 {
  padding: 30px 24px 26px;
  font-size: 28px;
  line-height: 1.15;
  text-align: center;
  color: var(--white);
}

.cbox.minus h3 { background: linear-gradient(180deg, rgba(150, 32, 26, .80) 0%, rgba(12, 36, 54, 0) 100%); }

.cbox.plus h3 {
  background: linear-gradient(180deg, rgba(160, 143, 74, .72) 0%, rgba(12, 36, 54, 0) 100%);
  background-image: linear-gradient(180deg, rgba(160, 143, 74, .72) 0%, rgba(12, 36, 54, 0) 100%);
}

.cbox.plus h3 span {
  background-image: linear-gradient(135deg, #f3eed3 0%, #e0d5a0 35%, #d5c98e 65%, #f3eed3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cbox ul { list-style: none; margin: 0; padding: 6px 30px 34px; }

.cbox li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.32;
  color: var(--white);
}

.cbox li img { width: 30px; height: 30px; margin-top: 1px; }

.stimmen { max-width: 1244px; margin: 52px auto 0; }

.stimme {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  border-radius: 18px;
}

.stimme + .stimme { margin-top: 32px; }

.stimme .bild { border-radius: 12px; overflow: hidden; }
.stimme .bild img { width: 100%; height: auto; }

.stimme .name {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
}

.stimme .rolle { margin: 6px 0 24px; font-size: 18px; color: var(--muted); }

.zitat {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.zitat img { width: 31px; height: auto; margin-top: 6px; }

.zitat p {
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.38;
  color: var(--white);
}

.stimme ul { list-style: none; margin: 0; padding: 0; }

.stimme li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 9px 0;
  font-size: 17px;
  line-height: 1.38;
}

.stimme li img { width: 25px; height: 25px; margin-top: 1px; }

.tuev {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
  gap: 50px;
  align-items: center;
  max-width: 1226px;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  border-radius: 14px;
}

.tuev .siegel {
  display: grid;
  gap: 24px;
  justify-items: center;
  max-width: 600px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.tuev .siegel img { width: 100%; height: auto; }
.tuev .siegel .gross { max-width: 100%; }

.tuev .siegel .reihe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  width: 100%;
  align-items: center;
  justify-items: center;
}

.tuev .siegel .reihe + .reihe { max-width: 88%; gap: 34px; }

.tuev h2 {
  max-width: none;
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  color: var(--white);
}

.tuev h2 .gold { display: inline; }

.tuev p { font-size: 16px; line-height: 1.4; }

.tuev ul { list-style: none; margin: 24px 0 0; padding: 0; }

.tuev li {
  position: relative;
  padding: 9px 0 9px 32px;
  font-size: 16px;
  line-height: 1.4;
}

.tuev li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: rotate(-45deg);
}

.nutzen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: 52px auto 0;
}

.nutzen article { padding: 0 44px; }
.nutzen article + article { border-left: 1px solid var(--line); }

.nutzen .ring {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}

.nutzen h3 {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.24;
  color: var(--white);
  margin-bottom: 14px;
}

.nutzen p { font-size: 16px; line-height: 1.4; }

.zielgruppe {
  max-width: 1183px;
  margin: 0 auto;
  padding: 56px 48px 52px;
  border: 1px solid var(--line);
  background: var(--navy-tief);
  border-radius: 14px;
}

.zg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.zg article { padding: 0 34px; }
.zg article + article { border-left: 1px solid var(--line); }

.num-pill {
  display: inline-block;
  min-width: 62px;
  padding: 5px 16px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.zg h3 {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.26;
  color: var(--white);
  margin-bottom: 18px;
}

.zg p { font-size: 16px; line-height: 1.42; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 56px auto 0;
}

.stat {
  padding: 26px 20px 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  text-align: center;
}

.stat .klein { font-size: 16px; color: var(--text); }

.stat .gross {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 4px;
}

.schritte { max-width: 1160px; margin: 46px auto 0; }

.schritt {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 60px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
}

.schritt:last-child { border-bottom: 1px solid var(--line); }

.schritt .nr {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.schritt h3 { font-size: 32px; line-height: 1.15; }
.schritt p { font-size: 16px; line-height: 1.42; padding-top: 6px; }

.gruende {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1160px;
  margin: 52px auto 0;
}

.grund {
  padding: 28px 30px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  color: var(--white);
}

.grund img { width: 30px; height: 30px; margin: 0 auto 16px; }

.faq { max-width: 1000px; margin: 46px auto 0; }

.faq details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
}

.faq details + details { margin-top: 14px; }

.faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 20px;
  align-items: center;
  padding: 20px 26px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "";
  justify-self: end;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: translateY(-4px) rotate(45deg);
  transition: transform .2s ease;
}

.faq details[open] summary::after { transform: translateY(2px) rotate(-135deg); }

.faq .antwort {
  padding: 0 26px 22px;
  font-size: 16px;
  line-height: 1.45;
}

.faq .fehlt { color: var(--muted); font-style: italic; }

.termin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 680px);
  gap: 60px;
  align-items: start;
  max-width: 1244px;
  margin: 48px auto 0;
}

.termin-text .auf {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
  color: var(--gold-light);
  margin-bottom: 20px;
}

.termin-text p { font-size: 17px; line-height: 1.45; }
.termin-text strong { color: var(--white); font-weight: 700; }

.cal-karte {
  background: #fff;
  border-radius: 6px;
  padding: 26px 0 4px;
  overflow: hidden;
}

.cal-karte h2 {
  max-width: none;
  margin: 0 0 4px;
  padding: 0 20px;
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #0c2436;
}

#calendlyWidget { min-width: 320px; height: 700px; }
#calendlyWidget iframe { width: 100%; height: 100%; border: 0; }

.trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 44px;
  max-width: 1000px;
  margin: 54px auto 0;
}

.trust span {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
}

.trust span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: rotate(-45deg);
}

.ty-check {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background-image: var(--gold-grad);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-check::after {
  content: "";
  width: 30px;
  height: 15px;
  margin-top: -8px;
  border-left: 5px solid #101010;
  border-bottom: 5px solid #101010;
  transform: rotate(-45deg);
}

.ty-schluss {
  max-width: 900px;
  margin: 14px auto 0;
  font-family: var(--serif);
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 900px) {
  .termin-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .termin-text .auf { font-size: 18px; }
  .termin-text p { font-size: 16px; }
  .cal-karte { padding: 20px 0 4px; }
  .cal-karte h2 { font-size: 19px; padding: 0 16px; }
  #calendlyWidget { height: 900px; }
  .trust { gap: 12px 26px; margin-top: 34px; }
  .trust span { font-size: 15px; }
  .ty-check { width: 72px; height: 72px; margin-bottom: 20px; }
  .ty-check::after { width: 24px; height: 12px; border-width: 4px; }
  .ty-schluss { font-size: 19px; }
}

@media (max-width: 900px) {
  .hero-wrap { --hero-fix: 470px; }
  .hero-wrap > .top { padding-top: 18px; }
  .hero-wrap > .hero { padding: 10px 0 20px; }
  .hero .stage { margin-top: 16px; }

  .hero-sub { font-size: 16px; }

  .marken { gap: 20px 30px; justify-content: center; margin-top: 40px; }
  .marken img { width: 96px; }

  .g6 { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .g6 article { padding: 28px 22px; }
  .ic { width: 64px; height: 64px; margin-bottom: 18px; }
  .ic img { width: 34px; }

  .compare { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .cbox h3 { font-size: 24px; padding: 22px 20px 20px; }
  .cbox ul { padding: 4px 22px 26px; }
  .cbox li { font-size: 16px; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; }
  .cbox li img { width: 26px; height: 26px; }

  .stimmen { margin-top: 34px; }
  .stimme { grid-template-columns: 1fr; gap: 22px; padding: 18px; }
  .stimme .name { font-size: 27px; }
  .stimme .rolle { font-size: 16px; margin-bottom: 16px; }
  .zitat { grid-template-columns: 24px minmax(0, 1fr); gap: 10px; }
  .zitat img { width: 24px; }
  .zitat p { font-size: 16px; }

  .tuev { grid-template-columns: 1fr; gap: 28px; padding: 26px 22px; }
  .tuev h2 { font-size: 25px; text-align: center; }
  .tuev p { text-align: center; }

  .nutzen { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .nutzen article { padding: 26px 22px; border: 1px solid var(--line); text-align: center; }
  .nutzen article + article { border-left: 1px solid var(--line); }
  .nutzen .ring { margin: 0 auto 20px; }

  .zielgruppe { padding: 32px 20px 30px; }
  .zg { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .zg article { padding: 0; }
  .zg article + article { border-left: 0; border-top: 1px solid var(--line); padding-top: 26px; }

  .stats { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .stat .gross { font-size: 30px; }

  .schritte { margin-top: 30px; }
  .schritt { grid-template-columns: 1fr; gap: 14px; padding: 30px 0; }
  .schritt h3 { font-size: 25px; }
  .schritt p { padding-top: 0; }

  .gruende { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .grund { font-size: 16px; padding: 24px 20px 26px; }

  .faq { margin-top: 30px; }
  .faq summary { font-size: 18px; padding: 16px 18px; grid-template-columns: minmax(0, 1fr) 20px; gap: 12px; }
  .faq .antwort { padding: 0 18px 18px; font-size: 15px; }
}
