@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf")
    format("truetype");
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("./fonts/Caveat/Caveat-VariableFont_wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #28245d;
  --ink-soft: #525071;
  --purple: #8d2cdf;
  --purple-dark: #6f1dc4;
  --pink: #f13bc5;
  --pink-soft: #fff1fb;
  --lavender: #f6f2ff;
  --lavender-2: #efe8ff;
  --blue-soft: #f1f6ff;
  --line: #e8e3f4;
  --white: #fff;
  --shadow: 0 14px 40px rgba(70, 43, 119, .10);
  --shadow-soft: 0 7px 22px rgba(70, 43, 119, .08);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { width: 1.5em; height: 1.5em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding-block: 36px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 10px 24px rgba(141, 44, 223, .23);
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(141, 44, 223, .30); filter: saturate(1.08); }
.button svg { width: 18px; height: 18px; }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.button--outline { color: var(--purple-dark); background: rgba(255,255,255,.82); border-color: #c779e9; box-shadow: none; }
.button--outline:hover { background: #fff; }

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background-color: #d8d0c8;
  background-image:
    linear-gradient(180deg, rgba(25, 18, 22, .24) 0, rgba(25, 18, 22, .06) 20%, rgba(25, 18, 22, 0) 48%),
    url("./assets/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -2%;
  bottom: -1px;
  left: -2%;
  height: 160px;

  background: linear-gradient(
    180deg,
    #f9f7fd 0%,
    #fff 100%
  );

  clip-path: polygon(
    0 0,
    5% 22%,
    11% 43%,
    18% 63%,
    28% 82%,
    38% 100%,
    62% 100%,
    72% 82%,
    82% 63%,
    89% 43%,
    95% 22%,
    100% 0,
    100% 100%,
    0 100%
  );
}

/* Weicher Übergang vom Foto in den hellen Seitenhintergrund. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(250, 248, 255, 0), rgba(250, 248, 255, .92) 78%, #faf8ff 100%);
  pointer-events: none;
}

/* Die alten separaten Bildhälften werden nicht mehr benötigt. */
.hero-photo { display: none; }

.hero-topbar {
  position: relative;
  z-index: 4;
  min-height: 74px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 22px;
  color: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; line-height: 1.15; font-weight: 900; text-transform: uppercase; letter-spacing: .015em; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.brand svg { width: 30px; height: 30px; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.8vw, 38px); margin-right: 8px; font-weight: 800; font-size: .92rem; text-shadow: 0 2px 12px rgba(0,0,0,.34); }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: #fff; transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }

/*
  Die weiße Hero-Fläche wird aus zwei überlappenden Formen gebaut:
  ::before = der nach unten breiter werdende Hauptteil
  ::after  = die stark gerundete Oberkante
*/

.hero-center {
  position: relative;
  z-index: 2;
  isolation: isolate;

  width: min(calc(100% - 40px), 900px);
  min-height: 500px;
  margin: 75px auto 0;
  padding: 80px 90px 75px;

  text-align: center;
}

.hero-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;

  background: #fff;

  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 600' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 600 L170 155 C180 125 185 100 190 80 C205 25 340 0 500 0 C660 0 795 25 810 80 C815 100 820 125 830 155 L1000 600 Z'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;

  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 600' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 600 L170 155 C180 125 185 100 190 80 C205 25 340 0 500 0 C660 0 795 25 810 80 C815 100 820 125 830 155 L1000 600 Z'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;

  filter: drop-shadow(
    0 16px 28px rgba(61, 46, 84, 0.08)
  );
}

.hero-copy {
  max-width: 590px;
  margin-inline: auto;
}

.eyebrow,
.hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 4.35vw, 3.65rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
}

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

.handwritten {
  margin: 7px 0 20px;
  color: #e034b9;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1;
}

.hero-intro {
  max-width: 570px;
  margin: 0 auto 27px;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-actions {
  width: min(100%, 650px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.hero-actions .button {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 92px;
  padding: 18px 24px;
  border: 1px solid rgba(226,220,241,.88);
  border-radius: 15px;
  background: rgba(255,255,255,.95);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.trust-strip article { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 7px 18px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip svg { flex: 0 0 auto; width: 40px; height: 40px; color: #a53ad7; }
.trust-strip span { font-size: .84rem; font-weight: 800; line-height: 1.35; }

.quote-card {
  position: relative;
  max-width: 880px;
  margin-top: 24px;
  padding: 26px 72px;
  text-align: center;
  border: 1px solid #eee7fb;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbf8ff, #f9f5ff);
  box-shadow: var(--shadow-soft);
}
.quote-card blockquote { margin: 0; font-size: 1.08rem; font-weight: 800; }
.quote-card cite { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .86rem; font-style: normal; font-weight: 700; }
.quote-mark { position: absolute; top: 8px; left: 40px; color: #9f4ee0; font-size: 3.2rem; font-weight: 900; line-height: 1; }
.quote-mark--end { inset: auto 40px 0 auto; }

.section-heading { text-align: center; margin-bottom: 26px; }
.section-heading h2, .service-card h2, .info-card h2, .contact-section h2, .contact-card h2 { margin: 0; letter-spacing: -.025em; line-height: 1.15; }
.section-heading h2 { font-size: clamp(1.55rem, 2.7vw, 2.15rem); }
.section-heading p { max-width: 820px; margin: 8px auto 0; color: var(--ink-soft); }
.section-heading--compact { margin-bottom: 18px; }

.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.benefit { position: relative; padding: 0 22px; text-align: center; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.icon-bubble { width: 74px; height: 74px; margin: 0 auto 14px; display: grid; place-items: center; border: 1px solid #e9ddfb; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #f3edff); box-shadow: 0 8px 20px rgba(111,29,196,.08); }
.icon-bubble svg { width: 40px; height: 40px; color: #a341d5; }
.benefit h3 { min-height: 46px; margin: 0 0 10px; font-size: .95rem; line-height: 1.25; }
.benefit p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

.services, .split-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card, .info-card { min-height: 355px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr); overflow: hidden; border: 1px solid #e7e6f1; border-radius: var(--radius-lg); background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%); box-shadow: var(--shadow-soft); }
.service-card--pink { background: linear-gradient(135deg, #fffaff 0%, #faefff 100%); }
.service-copy, .info-copy { padding: 27px 25px; }
.service-card h2 { font-size: 1.55rem; color: #23367a; }
.service-card--pink h2 { color: #a331c7; }
.service-card p, .info-card p { margin: 12px 0 17px; color: var(--ink-soft); font-size: .88rem; }
.service-card h3 { margin: 15px 0 8px; color: #273f87; font-size: 1rem; }
.service-card--pink h3 { color: #a331c7; }
.service-card img, .info-card img { width: 100%; height: 100%; object-fit: cover; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { padding: 6px 12px; border-radius: 999px; background: #e9f1ff; color: #31528d; font-size: .75rem; font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 8px; }
.check-list li { position: relative; padding-left: 22px; color: var(--ink-soft); font-size: .85rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.05em; color: #7c3fc5; font-weight: 900; }

.test-section { padding-top: 28px; }
.test-layout { display: grid; grid-template-columns: 1fr 185px; gap: 18px; align-items: stretch; }
.steps-card { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; align-items: center; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.step { min-width: 0; text-align: center; }
.step-number { width: 32px; height: 32px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--purple), var(--pink)); font-weight: 900; }
.step svg { width: 34px; height: 34px; color: #4055a3; }
.step h3 { margin: 8px 0 6px; font-size: .92rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: .73rem; line-height: 1.45; }
.step-arrow { color: #c9c2da; font-size: 2.1rem; text-align: center; }
.price-card { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; padding: 25px 15px; text-align: center; border: 1px solid #eadff7; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f6ecff, #fff2fb); box-shadow: var(--shadow-soft); }
.price-card strong { color: #a12bd1; font-size: 2.45rem; line-height: 1; }
.price-card span { font-size: .82rem; font-weight: 800; }
.price-card small { color: var(--ink-soft); font-size: .73rem; }

.info-card { min-height: 290px; grid-template-columns: minmax(0, 1fr) minmax(200px, .85fr); background: linear-gradient(135deg, #fbfbff, #f2f2fb); }
.info-card h2 { font-size: 1.45rem; }
.info-card img { min-height: 290px; }

.faq { padding-top: 24px; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid > div {
  grid-column: 1 / -1;
  width: calc((100% - 14px) / 2);
  justify-self: center;
}
details { margin-bottom: 10px; border: 1px solid #e7e3f0; border-radius: 11px; background: #fff; box-shadow: 0 4px 14px rgba(70,43,119,.045); }
summary { position: relative; cursor: pointer; list-style: none; padding: 15px 44px 15px 17px; font-size: .88rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 17px; top: 50%; transform: translateY(-50%); color: #726a92; font-size: 1.25rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 17px 16px; color: var(--ink-soft); font-size: .85rem; }

.contact-section { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(280px, .72fr); gap: 18px; padding-bottom: 30px; }
.contact-form, .contact-card { border: 1px solid #e9e3f4; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.contact-form { padding: 26px; background: linear-gradient(135deg, #fff 0%, #fff8fe 47%, #f5efff 100%); }
.contact-heading h2 { color: #b52cc5; font-size: 1.65rem; }
.contact-heading p { margin: 4px 0 19px; color: var(--ink-soft); font-size: .84rem; }
.form-layout { display: grid; grid-template-columns: 1.5fr .9fr; gap: 24px; }
.fields { display: grid; gap: 10px; }
.two-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
input, textarea { width: 100%; border: 1px solid #e5deef; border-radius: 8px; background: rgba(255,255,255,.88); color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input { min-height: 43px; padding: 10px 12px; }
textarea { min-height: 100px; padding: 12px; resize: vertical; }
input:focus, textarea:focus { border-color: #bd68df; box-shadow: 0 0 0 3px rgba(189,104,223,.15); }
.interest-options { margin: 0; padding: 0; border: 0; }
.interest-options legend { margin-bottom: 9px; font-size: .8rem; font-weight: 700; }
.interest-options label { display: flex; align-items: center; gap: 8px; margin: 8px 0; color: var(--ink-soft); font-size: .8rem; }
.interest-options input { width: 17px; min-height: 17px; accent-color: var(--purple); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; }
.form-footer p { display: flex; align-items: center; gap: 8px; max-width: 410px; margin: 0; color: #726b85; font-size: .68rem; }
.form-footer p svg { flex: 0 0 auto; width: 20px; height: 20px; }
.button--submit { min-width: 220px; border: 0; cursor: pointer; }
.contact-card { padding: 26px 22px 20px; background: linear-gradient(145deg, #f5f8ff, #eff3ff); }
.contact-card h2 { font-size: 1.45rem; }
.contact-card ul { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 11px; }
.contact-card li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: .8rem; }
.contact-card li svg { width: 21px; height: 21px; color: #4d5d9b; }
.contact-card a { overflow-wrap: anywhere; }

.site-footer { padding: 18px 0; background: linear-gradient(90deg, #f7edff, #f5f0ff); color: #80668d; font-size: .76rem; }
.site-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; gap: 28px; }

@media (max-width: 1050px) {
  .hero-topbar { grid-template-columns: 220px 1fr auto; }
  .main-nav { gap: 18px; font-size: .84rem; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .benefit:nth-child(4) { border-left: 0; }
  .service-card, .info-card { grid-template-columns: 1.25fr .75fr; }
  .test-layout { grid-template-columns: 1fr; }
  .price-card { flex-direction: row; justify-content: center; }
  .price-card small br { display: none; }
}

@media (max-width: 850px) {
  .hero {
    min-height: 650px;
    background-position: center 36%;
  }
  .hero-topbar { grid-template-columns: 1fr auto; padding-top: 12px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; flex-wrap: wrap; padding-bottom: 8px; }
  .hero-center {
    width: min(calc(100% - 34px), 680px);
    min-height: 520px;
    margin-top: 0;
    padding: 106px 58px 88px;
  }
  .hero-center::before {
    clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
  }
  .hero-center::after {
    left: 12%;
    width: 76%;
  }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services, .split-cards { grid-template-columns: 1fr; }
  .service-card, .info-card { min-height: 320px; }
  .steps-card { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .step-arrow { display: none; }
  .faq-grid > div {
    width: 100%;
  }
  .contact-section { grid-template-columns: 1fr; }
  .contact-card img { height: 180px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding-block: 26px; }
  .hero {
    min-height: 680px;
    padding-bottom: 52px;
    background-position: center top;
  }
  .hero::after { height: 120px; }
  .hero-topbar { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .brand { justify-self: start; }
  .hero-topbar > .button { position: absolute; right: 0; top: 14px; font-size: 0; width: 44px; padding: 0; }
  .hero-topbar > .button::before { content: "↗"; font-size: 1.15rem; }
  .main-nav { display: none; }
  .hero-center {
    width: calc(100% - 18px);
    min-height: 520px;
    margin-top: 28px;
    padding: 99px 27px 76px;
  }
  .hero-center::before {
    top: 62px;
    clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%);
  }
  .hero-center::after {
    left: 4%;
    width: 92%;
    height: 140px;
    border-radius: 48% 48% 0 0 / 28% 28% 0 0;
  }
  .eyebrow, .hero h1 { font-size: clamp(2.35rem, 12.4vw, 3.35rem); }
  .hero-intro { font-size: .92rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-strip { margin-top: -54px; grid-template-columns: 1fr; padding: 8px 18px; }
  .trust-strip article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .quote-card { padding: 50px 22px 28px; }
  .quote-mark { left: 18px; }
  .quote-mark--end { right: 18px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .benefit { padding-inline: 14px; }
  .benefit:nth-child(odd) { border-left: 0; }
  .benefit:nth-child(even) { border-left: 1px solid var(--line); }
  .service-card, .info-card { grid-template-columns: 1fr; }
  .service-card img, .info-card img { height: 220px; order: -1; }
  .service-copy, .info-copy { padding: 22px 20px; }
  .steps-card { grid-template-columns: repeat(2, 1fr); }
  .price-card { flex-direction: column; }
  .faq-grid, .form-layout, .two-fields { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .button--submit { width: 100%; }
  .site-footer .shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}