* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: #18181b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.sec {
  padding: 104px 0;
}
.darksec {
  background: #0e1211;
  color: #e4e4e7;
}
.darksec .h2 {
  color: #fff;
}
.darksec .lead {
  color: #a1a1aa;
}
.darksec .card {
  color: #18181b;
}
.plain {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #059669;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #059669;
  vertical-align: middle;
  margin-right: 11px;
  margin-bottom: 3px;
}
.serif {
  font-family: "Newsreader", Georgia, serif;
}
.muted {
  color: #52525b;
}
.faint {
  color: #71717a;
}
.h1 {
  font-size: 62px;
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
}
.h2 {
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.022em;
  margin: 0;
}
.lead {
  font-size: 19px;
  line-height: 1.62;
  color: #52525b;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.15s;
  font-family: inherit;
}
.btn.pri {
  background: #047857;
  color: #fff;
  box-shadow: 0 8px 20px -10px rgba(4, 120, 87, 0.65);
}
.btn.pri:hover {
  background: #036249;
}
.btn.ghost {
  background: #fff;
  color: #18181b;
  border-color: #e4e4e7;
}
.btn.ghost:hover {
  border-color: #047857;
  color: #047857;
}
.btn.white {
  background: #fff;
  color: #047857;
}
.btn.white:hover {
  background: #f0fdf4;
}
.btn.lg {
  height: 54px;
  padding: 0 28px;
  font-size: 16px;
}
.card {
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 18px;
  box-shadow:
    0 1px 2px rgba(24, 24, 27, 0.04),
    0 24px 48px -28px rgba(24, 24, 27, 0.18);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4f4f5;
  color: #3f3f46;
  font-size: 12.5px;
  font-weight: 600;
}
.chip.em {
  background: #ecfdf5;
  color: #047857;
}
.ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #ecfdf5;
  color: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.ck {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 2px;
  background: #047857;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.sup {
  font-size: 0.62em;
  font-weight: 700;
  color: #059669;
  vertical-align: super;
  margin-left: 1px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #efeff1;
}
.navrow {
  height: 68px;
}
.brand {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tld {
  font-weight: 600;
  color: #9ca3af;
}
.spark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: none;
}
.nav-center {
  display: flex;
  gap: 32px;
}
.navlink {
  font-size: 14.5px;
  font-weight: 500;
  color: #3f3f46;
}
.navlink:hover {
  color: #047857;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 22px;
}
/* Sprachumschalter DE/EN (#90): dezenter Chip neben dem Login. */
.lang-switch {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #71717a;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  padding: 5px 10px;
}
.lang-switch:hover {
  color: #047857;
  border-color: #047857;
}
/* Kurzes CTA-Label nur fuer den Mobile-Header (Umschaltung im 520px-Query). */
.cta-short {
  display: none;
}
.hero {
  padding: 88px 0 56px;
  background:
    radial-gradient(1100px 480px at 82% -12%, #ecfdf5 0%, rgba(236, 253, 245, 0) 62%),
    radial-gradient(circle at 1px 1px, #e2e6e4 1px, transparent 0);
  background-size:
    auto,
    24px 24px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 60px;
  align-items: center;
}
.dossier {
  padding: 26px;
}
/* Zweispaltige Grids im Beispiel-Dossier; auf Mobil einspaltig */
.dgrid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.dsrc {
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: linear-gradient(140deg, #047857, #10b981);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  flex: none;
}
.photoph {
  background: repeating-linear-gradient(135deg, #f4f4f5, #f4f4f5 7px, #ececed 7px, #ececed 14px);
  border: 1px solid #e7e7ea;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a1a1aa;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-align: center;
  flex: none;
}
.srcrow {
  display: flex;
  gap: 10px;
  font-size: 12.5px;
  color: #52525b;
  padding: 9px 0;
  border-top: 1px solid #f1f1f3;
  line-height: 1.4;
}
.srcnum {
  color: #059669;
  font-weight: 700;
  flex: none;
}
.dlabel {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #059669;
  margin: 0 0 7px;
}
.dbody {
  font-size: 15.5px;
  line-height: 1.72;
  color: #3f3f46;
  margin: 0;
}
.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14.5px;
  font-weight: 500;
  color: #3f3f46;
  line-height: 1.4;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fcard {
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 18px;
  padding: 28px;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    border-color 0.18s;
}
.fcard:hover {
  transform: translateY(-3px);
  border-color: #d4d4d8;
  box-shadow: 0 20px 44px -28px rgba(24, 24, 27, 0.2);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
/* Spalten als Flex-Container, damit die Mini-Mockups trotz
   unterschiedlich langer Texte unten buendig abschliessen */
.steps > div {
  display: flex;
  flex-direction: column;
}
.steps > div > p {
  flex: 1;
}
.stepnum {
  font-family: "Newsreader", serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #047857;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seg {
  display: inline-flex;
  background: #f4f4f5;
  border-radius: 13px;
  padding: 5px;
  gap: 4px;
}
.seg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 20px;
  border-radius: 9px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 14.5px;
  color: #52525b;
  cursor: pointer;
  transition: 0.15s;
}
.seg-btn.on {
  background: #fff;
  color: #18181b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.pill {
  font-size: 11px;
  font-weight: 700;
  color: #047857;
  background: #d1fae5;
  padding: 2px 8px;
  border-radius: 999px;
}
.pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.pcard {
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.pcard:hover {
  box-shadow: 0 26px 58px -32px rgba(24, 24, 27, 0.24);
}
.pcard.feat {
  border: 1.5px solid #047857;
  box-shadow: 0 28px 64px -30px rgba(4, 120, 87, 0.5);
  transform: translateY(-8px);
}
.badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #047857;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 999px;
  white-space: nowrap;
}
.price {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}
.faq-item {
  border-bottom: 1px solid #ececee;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: #18181b;
  text-align: left;
  cursor: pointer;
}
.faq-ico {
  width: 22px;
  height: 22px;
  flex: none;
  transition: transform 0.22s;
  color: #047857;
}
.faq-ico.on {
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #52525b;
  font-size: 15.5px;
  line-height: 1.7;
}
.faq-a.on {
  max-height: 300px;
}
.faq-inner {
  padding-bottom: 24px;
  max-width: 780px;
}
.ctaband {
  border-radius: 28px;
  padding: 68px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(8, 38, 28, 0.7), rgba(5, 82, 60, 0.74)),
    url("img/hero-bg.jpg") center/cover no-repeat;
  box-shadow: 0 30px 70px -40px rgba(4, 120, 87, 0.55);
}
.footer {
  border-top: 1px solid #efeff1;
  padding: 56px 0 44px;
}
.flink {
  display: block;
  font-size: 14px;
  color: #52525b;
  padding: 5px 0;
}
.flink:hover {
  color: #047857;
}
/* Link mitten im Fliesstext – der globale a-Reset nimmt Farbe und
   Unterstreichung, hier holen wir beides gezielt zurueck. */
.ilink {
  color: #047857;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ilink:hover {
  text-decoration-thickness: 2px;
}
/* --- Utility-Klassen (ersetzen die Atomics der Design-Canvas-Runtime) --- */
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jb {
  justify-content: space-between;
}
.col {
  display: flex;
  flex-direction: column;
}
.f1 {
  flex: 1;
}
.grid {
  display: grid;
}
.fxwrap {
  flex-wrap: wrap;
}
.tc {
  text-align: center;
}
.w100 {
  width: 100%;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.noshrink {
  flex: none;
}
.gap8 {
  gap: 8px;
}
.gap10 {
  gap: 10px;
}
.gap12 {
  gap: 12px;
}
.gap16 {
  gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 30px;
  }
  .hero {
    padding: 48px 0 32px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  /* Mobil doppelt sich die Hero-Karte mit dem Beispiel-Dossier-Abschnitt */
  .hero-grid > .dossier {
    display: none;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .pgrid {
    grid-template-columns: 1fr;
  }
  .trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgrid,
  .dsrc {
    grid-template-columns: 1fr;
  }
  .nav-center {
    display: none;
  }
  .sec {
    padding: 72px 0;
  }
  .pcard.feat {
    transform: none;
  }
  .ctaband {
    padding: 44px 24px;
  }
}
/* ---------- Waitlist-Modal ---------- */
.wl-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(14, 18, 17, 0.55);
  backdrop-filter: blur(4px);
}
.wl-overlay.on {
  display: flex;
}
.wl-modal {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.5);
}
.wl-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 9px;
  background: #f4f4f5;
  color: #52525b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-close:hover {
  background: #e4e4e7;
}
.wl-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 14px 0 10px;
}
.wl-lead {
  font-size: 15px;
  line-height: 1.6;
  color: #52525b;
  margin: 0 0 22px;
}
.wl-row {
  display: flex;
  gap: 12px;
}
.wl-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  flex: 1;
}
.wl-label {
  font-size: 13px;
  font-weight: 600;
  color: #3f3f46;
}
.wl-req {
  color: #047857;
}
.wl-opt {
  color: #a1a1aa;
  font-weight: 400;
}
.wl-input,
.wl-select {
  height: 44px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  background: #fff;
  color: #18181b;
}
.wl-input:focus,
.wl-select:focus {
  outline: none;
  border-color: #047857;
  box-shadow: 0 0 0 3px rgba(4, 120, 87, 0.12);
}
.wl-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #52525b;
  cursor: pointer;
}
.wl-consent input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex: none;
  accent-color: #047857;
}
.wl-consent a {
  color: #047857;
  text-decoration: underline;
}
.wl-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wl-msg {
  font-size: 13.5px;
  margin: 12px 0 0;
}
.wl-error {
  color: #b91c1c;
}
.wl-success {
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 520px) {
  .wl-row {
    flex-direction: column;
    gap: 0;
  }
  .wl-modal {
    padding: 26px 22px;
  }
  /* Dossier-Kopf: Foto ueber dem Text, damit Name und Chips volle Breite haben */
  .dperson {
    flex-direction: column;
    gap: 14px;
  }
  /* Kompakt-Header: Brand ohne ".com", kurzes CTA-Label und engere
     Abstaende, damit Brand + Anmelden + CTA nebeneinander passen. */
  .navrow .tld {
    display: none;
  }
  .navrow .cta-long {
    display: none;
  }
  .navrow .cta-short {
    display: inline;
  }
  .navrow .btn {
    padding: 0 14px;
  }
  .nav-cta {
    gap: 10px;
  }
}
/* Stimmen-Karussell (Social Proof) */
.ttrack {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 8px;
}
.ttrack::-webkit-scrollbar {
  display: none;
}
.tcard {
  flex: 0 0 min(430px, 88%);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 18px;
  padding: 28px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tmark {
  color: #059669;
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 0.6;
  font-weight: 700;
}
.tquote {
  font-size: 15.5px;
  line-height: 1.65;
  color: #3f3f46;
  margin: 0;
}
.tperson {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.tavatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.tname {
  font-size: 14px;
  font-weight: 650;
  color: #18181b;
}
.trole {
  font-size: 12.5px;
  color: #71717a;
}
.tnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.tdots {
  display: flex;
  gap: 8px;
}
.tdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d4d8;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.18s,
    transform 0.18s;
}
.tdot.on {
  background: #059669;
  transform: scale(1.25);
}
.tbtns {
  display: flex;
  gap: 8px;
}
.tbtn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  background: #fff;
  color: #3f3f46;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    border-color 0.18s,
    color 0.18s;
}
.tbtn:hover {
  border-color: #059669;
  color: #047857;
}
/* Schritt-Visuals: Mini-Mockups im Stil von Hero-/Beispiel-Karte */
.stepviz {
  background: #fafafa;
  border: 1px solid #ececee;
  border-radius: 16px;
  padding: 16px;
  margin-top: 22px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
}
.svrow {
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 12px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: #3f3f46;
  line-height: 1.35;
}
.svrow.on {
  border-color: #a7f3d0;
  background: #ecfdf5;
}
.svrow.off {
  opacity: 0.55;
}
.svtime {
  font-weight: 650;
  color: #71717a;
  font-size: 11.5px;
  min-width: 36px;
  flex-shrink: 0;
}
.svtitle {
  font-weight: 600;
}
.svsub {
  color: #71717a;
  font-size: 11.5px;
}
.svic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.svic.ok {
  background: #ecfdf5;
  color: #047857;
}
.svic.no {
  background: #fef2f2;
  color: #b91c1c;
}
.svava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #047857;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}
.svline {
  height: 7px;
  border-radius: 4px;
  background: #e4e4e7;
}
