/* ==========================================================================
   flexC.cloud – Design System
   Corporate Identity flexC 2022: Koralle #FF7E79, Rosé #F6C5BF, Schwarz #000000,
   Hausschrift Comfortaa (selbst gehostet, keine externen Requests).
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Hausschrift Comfortaa (lokal, DSGVO-freundlich)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/comfortaa-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/comfortaa-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/comfortaa-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/comfortaa-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Latin Extended (u. a. Ł, Š, ő) – wird nur bei Bedarf geladen */
@font-face {
  font-family: "Comfortaa";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/comfortaa-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/comfortaa-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/comfortaa-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/comfortaa-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   1. Design Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Markenfarben laut CI */
  --c-coral:      #FF7E79;   /* Primärfarbe */
  --c-rose:       #F6C5BF;   /* Sekundärfarbe */
  --c-ink:        #000000;   /* Schwarz */

  /* Abgeleitete Töne (nur für Kontrast/Zustände) */
  --c-coral-deep: #B93F39;   /* Akzenttext auf Weiß, AA-konform */
  --c-coral-mid:  #E8615B;
  --c-coral-soft: #FFEDEC;
  --c-rose-soft:  #FDF2F0;

  /* Flächen */
  --c-bg:            #FFFFFF;
  --c-bg-alt:        #FDF7F6;
  --c-surface:       #FFFFFF;
  --c-surface-2:     #FFF9F8;
  --c-border:        rgba(10, 10, 10, 0.10);
  --c-border-strong: rgba(10, 10, 10, 0.20);

  /* Text */
  --c-text:       #0A0A0A;
  --c-text-muted: #4A4A4E;
  --c-text-dim:   #6B6B72;

  --grad-accent: linear-gradient(135deg, #FF7E79 0%, #F6C5BF 100%);
  /* Beide Endpunkte erfüllen mindestens 3:1 auf Weiß (WCAG AA, große Schrift) */
  --grad-text:   linear-gradient(115deg, #EF5A54 0%, #A6362F 100%);

  /* Typografie */
  --font-display: "Comfortaa", "Trebuchet MS", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
               Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: 1.0625rem;
  --fs-lg:   clamp(1.125rem, 0.4vw + 1.05rem, 1.3125rem);
  --fs-h3:   clamp(1.2rem, 0.6vw + 1.05rem, 1.4rem);
  --fs-h2:   clamp(1.75rem, 2.6vw + 0.95rem, 3rem);
  --fs-h1:   clamp(2rem, 3.2vw + 0.85rem, 3.5rem);

  /* Abstände */
  --sp-1: 0.25rem; --sp-2: 0.5rem;  --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.5rem;  --sp-6: 2rem;    --sp-7: 3rem;    --sp-8: 4rem;
  --sp-9: 6rem;    --sp-10: 8rem;

  --section-y: clamp(4.5rem, 9vw, 9rem);

  /* Layout */
  --container: 1180px;
  --container-narrow: 780px;

  /* Radien & Schatten */
  --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 32px; --r-full: 999px;

  --shadow-sm:   0 1px 2px rgba(10, 10, 10, 0.05);
  --shadow-md:   0 8px 24px rgba(10, 10, 10, 0.07);
  --shadow-lg:   0 28px 64px rgba(10, 10, 10, 0.12);
  --shadow-coral: 0 12px 30px rgba(255, 126, 121, 0.35);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & Basis
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 600; }

p { margin: 0 0 var(--sp-4); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--c-coral); color: #000; }

:focus-visible {
  outline: 2px solid var(--c-coral-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   3. Layout-Helfer
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.container--narrow { max-width: var(--container-narrow); }

.section { position: relative; padding-block: var(--section-y); }
.section--alt { background: var(--c-bg-alt); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }

.section-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }

.lead {
  font-size: var(--fs-lg);
  color: var(--c-text-muted);
  line-height: 1.65;
}

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

.accent { color: var(--c-coral-deep); }
.strong-white { color: var(--c-text); font-weight: 650; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-coral-deep);
  margin-bottom: var(--sp-4);
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--c-coral);
  border-radius: 2px;
}
.eyebrow--center::before { display: none; }

.divider {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, var(--c-border-strong), transparent);
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.95rem 1.75rem;
  border: 1.5px solid var(--c-ink);
  border-radius: var(--r-full);
  background: transparent;
  color: var(--c-ink);
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
              color 0.25s var(--ease), box-shadow 0.3s var(--ease),
              border-color 0.25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  border-color: var(--c-coral);
  background: var(--c-coral);
  color: var(--c-ink);
  box-shadow: var(--shadow-coral);
}
.btn--primary:hover {
  border-color: var(--c-coral-mid);
  background: var(--c-coral-mid);
  box-shadow: 0 18px 40px rgba(255, 126, 121, 0.45);
}

.btn--dark {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #fff;
}
.btn--dark:hover { background: #222; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2); }

.btn--ghost { background: #fff; border-color: var(--c-border-strong); }
.btn--ghost:hover {
  border-color: var(--c-coral);
  background: var(--c-coral-soft);
  box-shadow: 0 10px 26px rgba(255, 126, 121, 0.18);
}

.btn--lg { padding: 1.15rem 2.25rem; font-size: var(--fs-base); }
.btn--sm { padding: 0.6rem 1.15rem; font-size: var(--fs-xs); }

.btn .ico { width: 18px; height: 18px; flex: none; transition: transform 0.3s var(--ease); }
.btn:hover .ico { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-4); align-items: center; }

.btn-note { font-size: var(--fs-sm); color: var(--c-text-dim); line-height: 1.5; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 650;
  color: var(--c-coral-deep);
  border-bottom: 2px solid var(--c-rose);
  padding-bottom: 2px;
  transition: border-color 0.25s var(--ease), gap 0.25s var(--ease);
}
.link-arrow:hover { border-color: var(--c-coral); gap: 0.75rem; }

/* --------------------------------------------------------------------------
   5. Marke & Navigation
   -------------------------------------------------------------------------- */
/* Originalwortmarke der flexC GmbH als SVG, Höhe über --logo-h steuerbar */
.brand {
  --logo-h: 1.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 1;
}
.brand__logo {
  height: var(--logo-h);
  width: auto;
  display: block;
}
.brand__sub {
  font-family: var(--font-sans);
  font-size: calc(var(--logo-h) * 0.46);
  font-weight: 500;
  color: var(--c-text-dim);
  letter-spacing: 0.01em;
  padding-top: 0.15em;
}
.brand--light .brand__sub { color: rgba(255, 255, 255, 0.62); }
.footer .brand { --logo-h: 2.1rem; }

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  border-bottom: 1px solid transparent;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease),
              box-shadow 0.35s var(--ease);
}
.nav.is-stuck {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--c-border);
  box-shadow: 0 1px 20px rgba(10, 10, 10, 0.04);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  height: 74px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--c-text-muted);
}
.nav__links a { position: relative; padding-block: 4px; transition: color 0.2s var(--ease); }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--c-coral);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}
.nav__links a:hover { color: var(--c-ink); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.progress {
  position: absolute;
  left: 0; bottom: -1px;
  height: 3px; width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--c-coral);
  will-change: transform;
}

@media (max-width: 899px) { .nav__links { display: none; } }
@media (max-width: 430px) { .brand__sub { display: none; } }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(100svh, 880px);
  display: flex;
  align-items: center;
  padding-block: clamp(7rem, 13vh, 9.5rem) clamp(6rem, 14vh, 9rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--c-bg); }

/* Weiche Farbschleier statt Struktur. Mehrstufiger Abfall, damit an den
   Rändern keine sichtbare Kreiskante entsteht. */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.7;
  will-change: transform;
}
.orb--1 {
  width: 58vw; height: 58vw; min-width: 460px; min-height: 460px;
  background: radial-gradient(circle,
    rgba(255,126,121,0.50) 0%,
    rgba(255,126,121,0.26) 34%,
    rgba(255,126,121,0.08) 60%,
    rgba(255,126,121,0) 78%);
  top: -22%; left: -16%;
  animation: drift1 22s var(--ease-in-out) infinite alternate;
}
.orb--2 {
  width: 54vw; height: 54vw; min-width: 420px; min-height: 420px;
  background: radial-gradient(circle,
    rgba(246,197,191,0.70) 0%,
    rgba(246,197,191,0.36) 34%,
    rgba(246,197,191,0.11) 60%,
    rgba(246,197,191,0) 78%);
  top: -4%; right: -18%;
  animation: drift2 26s var(--ease-in-out) infinite alternate;
}
.orb--3 {
  width: 44vw; height: 44vw; min-width: 340px; min-height: 340px;
  background: radial-gradient(circle,
    rgba(255,126,121,0.24) 0%,
    rgba(255,126,121,0.12) 36%,
    rgba(255,126,121,0.04) 62%,
    rgba(255,126,121,0) 80%);
  bottom: -26%; left: 26%;
  animation: drift1 30s var(--ease-in-out) infinite alternate-reverse;
}

@keyframes drift1 {
  from { transform: translate3d(0,0,0) scale(1); }
  to   { transform: translate3d(6%, 8%, 0) scale(1.12); }
}
@keyframes drift2 {
  from { transform: translate3d(0,0,0) scale(1.08); }
  to   { transform: translate3d(-7%, 5%, 0) scale(1); }
}

.hero__vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.45) 0%,
    rgba(255,255,255,0.10) 30%,
    rgba(255,255,255,0.45) 68%,
    rgba(255,255,255,0.88) 90%,
    #fff 100%);
}

.hero__content { position: relative; max-width: 62rem; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1rem 0.45rem 0.7rem;
  border: 1.5px solid var(--c-ink);
  border-radius: var(--r-full);
  background: #fff;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: var(--sp-6);
}
.badge__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-coral);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255,126,121,0.35); }
  50%      { box-shadow: 0 0 0 8px rgba(255,126,121,0); }
}

.hero h1 { margin-bottom: var(--sp-5); }
.hero h1 .line { display: block; }
.hero h1 .muted { color: var(--c-text); font-weight: 500; }

.hero__lead {
  font-size: var(--fs-lg);
  color: var(--c-text-muted);
  max-width: 38rem;
  margin-bottom: var(--sp-7);
}

.hero__actions { margin-bottom: var(--sp-6); }

.hero__note {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: var(--fs-sm);
  color: var(--c-text-dim);
  max-width: 34rem;
}
.hero__note svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--c-coral-deep); }

/* Word-Reveal für die Headline */
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.45em);
  animation: wordIn 0.85s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes wordIn { to { opacity: 1; transform: translateY(0); } }

/* Transform der Wörter bricht background-clip:text der Elternzeile,
   deshalb bekommt jedes Wort seinen eigenen Verlauf. */
.text-grad .word {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__scroll {
  position: absolute;
  left: 50%; bottom: 1.75rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-text-dim);
  opacity: 0;
  animation: fadeIn 1s var(--ease) 1.6s forwards;
}
.hero__scroll span.bar {
  width: 2px; height: 40px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--c-coral), transparent);
  animation: scrollBar 2s var(--ease-in-out) infinite;
  transform-origin: top;
}
@keyframes scrollBar {
  0%   { transform: scaleY(0); opacity: 0; }
  40%  { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(40px); opacity: 0; }
}
@keyframes fadeIn { to { opacity: 1; } }

@media (max-width: 900px) { .hero__scroll { display: none; } }

/* --------------------------------------------------------------------------
   7. Statement-Blöcke
   -------------------------------------------------------------------------- */
.statement {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  line-height: 1.35;
  font-weight: 700;
  max-width: 44rem;
}

.quote-mark {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  display: grid; place-items: center;
  background: var(--c-coral);
  color: var(--c-ink);
  margin-bottom: var(--sp-5);
}
.quote-mark svg { width: 26px; height: 26px; }

.highlight-band {
  position: relative;
  border: 1px solid rgba(255, 126, 121, 0.35);
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, var(--c-rose-soft) 0%, #fff 65%);
  padding: clamp(2rem, 5vw, 3.75rem);
  overflow: hidden;
}
.highlight-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad-accent);
}

/* --------------------------------------------------------------------------
   8. Cards
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: clamp(1rem, 1.8vw, 1.5rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.card {
  position: relative;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease),
              box-shadow 0.4s var(--ease);
}
.card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 0%),
              rgba(255, 126, 121, 0.14), transparent 62%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: -1;
  pointer-events: none;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 126, 121, 0.55);
  box-shadow: var(--shadow-md);
}
.card:hover::before { opacity: 1; }

.card__icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: var(--c-rose);
  color: #7A241F;
  margin-bottom: var(--sp-5);
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease);
}
.card__icon svg { width: 22px; height: 22px; }
.card:hover .card__icon { transform: scale(1.08) rotate(-4deg); background: var(--c-coral); color: var(--c-ink); }

.card h3 { margin-bottom: var(--sp-3); }
.card p { color: var(--c-text-muted); font-size: var(--fs-sm); margin: 0; }

.card--num .card__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-coral);
  margin-bottom: var(--sp-4);
  transition: color 0.35s var(--ease);
}
.card--num:hover .card__num { color: var(--c-coral-deep); }

/* --------------------------------------------------------------------------
   9. Steps
   -------------------------------------------------------------------------- */
.steps {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.steps::before {
  content: "";
  position: absolute;
  top: 46px; left: 8%; right: 8%;
  height: 2px;
  background: var(--c-rose);
  border-radius: 2px;
  z-index: 0;
}
.steps::after {
  content: "";
  position: absolute;
  top: 46px; left: 8%;
  width: calc(84% * var(--p, 0));
  height: 2px;
  border-radius: 2px;
  background: var(--c-coral);
  z-index: 1;
  transition: width 1.2s var(--ease);
}
@media (max-width: 860px) { .steps::before, .steps::after { display: none; } }

.step { position: relative; z-index: 2; }

.step__dot {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #fff;
  border: 2px solid var(--c-rose);
  color: var(--c-text-dim);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 auto var(--sp-5);
  transition: all 0.5s var(--ease);
}
.step.is-in .step__dot {
  border-color: var(--c-coral);
  background: var(--c-coral);
  color: var(--c-ink);
  box-shadow: 0 0 0 6px rgba(255, 126, 121, 0.16);
}

.step__body { text-align: center; }
.step__body h3 { margin-bottom: var(--sp-3); }
.step__body p { color: var(--c-text-muted); font-size: var(--fs-sm); }

/* --------------------------------------------------------------------------
   10. Split / Stats / Mockup
   -------------------------------------------------------------------------- */
.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1.05fr 0.95fr; } }

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--sp-5);
  margin-top: var(--sp-7);
}
.stat {
  padding: var(--sp-5);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.stat__value {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--c-coral-deep);
}
.stat__label { margin-top: var(--sp-2); font-size: var(--fs-xs); color: var(--c-text-dim); }

.mock {
  position: relative;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.mock__bar {
  display: flex; align-items: center; gap: 0.4rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--c-border);
  background: #FAFAFA;
}
.mock__dot { width: 10px; height: 10px; border-radius: 50%; background: #DCDCE0; }
.mock__url {
  margin-left: 0.6rem; flex: 1;
  font-size: 0.72rem; color: var(--c-text-dim);
  background: #F1F1F3;
  border-radius: var(--r-full);
  padding: 0.28rem 0.8rem;
  text-align: center;
}
.mock__body { padding: clamp(1.25rem, 2.5vw, 1.75rem); display: grid; gap: 0.85rem; }
.skel { height: 11px; border-radius: var(--r-full); background: #EDEDF0; }
.skel--title { height: 22px; width: 68%; background: var(--grad-accent); }
.skel--w90 { width: 90%; } .skel--w75 { width: 75%; } .skel--w55 { width: 55%; }
.skel--btn { height: 34px; width: 42%; border-radius: var(--r-full); background: var(--c-rose); margin-top: 0.4rem; }
.mock__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; margin-top: 0.6rem; }
.mock__tile { height: 58px; border-radius: 10px; background: #F6F6F8; border: 1px solid var(--c-border); }

.mock--float { animation: float 7s var(--ease-in-out) infinite alternate; }
@keyframes float { from { transform: translateY(-6px); } to { transform: translateY(10px); } }

/* --------------------------------------------------------------------------
   11. Checklist
   -------------------------------------------------------------------------- */
.checklist { list-style: none; margin: var(--sp-5) 0 0; padding: 0; display: grid; gap: var(--sp-3); }
.checklist li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: var(--fs-base); color: var(--c-text-muted);
}
.checklist svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--c-coral-deep); }
.checklist strong { color: var(--c-text); font-weight: 650; }

/* --------------------------------------------------------------------------
   12. CTA / Kontakt
   -------------------------------------------------------------------------- */
.cta {
  position: relative;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255, 126, 121, 0.4);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 50% -20%, rgba(255,126,121,0.28), transparent 70%),
    radial-gradient(700px 380px at 88% 120%, rgba(246,197,191,0.55), transparent 70%),
    #fff;
}
.cta > * { position: relative; z-index: 1; }
.cta .btn-row { justify-content: center; }

.contact-card {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: 1fr;
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  background: var(--c-bg-alt);
}
@media (min-width: 820px) { .contact-card { grid-template-columns: 1fr 1fr; align-items: center; } }

.contact-list { display: grid; gap: var(--sp-4); margin-top: var(--sp-5); }
.contact-item { display: flex; gap: 0.9rem; align-items: flex-start; font-size: var(--fs-sm); color: var(--c-text-muted); }
.contact-item svg { width: 20px; height: 20px; color: var(--c-coral-deep); flex: none; margin-top: 2px; }
.contact-item a { border-bottom: 1px solid transparent; transition: all 0.2s var(--ease); }
.contact-item a:hover { color: var(--c-coral-deep); border-bottom-color: var(--c-coral); }

/* --------------------------------------------------------------------------
   13. Footer (Schwarz wie die Wortmarke)
   -------------------------------------------------------------------------- */
.footer {
  background: var(--c-ink);
  color: rgba(255, 255, 255, 0.62);
  padding-block: var(--sp-7) var(--sp-6);
  font-size: var(--fs-sm);
}
.footer__top {
  display: flex; flex-wrap: wrap; gap: var(--sp-5);
  justify-content: space-between; align-items: flex-start;
  padding-bottom: var(--sp-6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer__nav { display: flex; flex-wrap: wrap; gap: var(--sp-5); }
.footer__nav a { transition: color 0.2s var(--ease); }
.footer__nav a:hover { color: var(--c-coral); }
.footer__bottom {
  padding-top: var(--sp-5);
  display: flex; flex-wrap: wrap; gap: var(--sp-4);
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.45);
}

/* --------------------------------------------------------------------------
   14. Modal und Formular
   -------------------------------------------------------------------------- */
.modal {
  position: fixed; inset: 0; z-index: 120;
  display: grid; place-items: center;
  padding: var(--sp-4);
  visibility: hidden; opacity: 0;
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.modal.is-open { visibility: visible; opacity: 1; }

.modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 10, 10, 0.58);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal__panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(92svh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.45s var(--ease), opacity 0.35s var(--ease);
}
.modal.is-open .modal__panel { transform: translateY(0) scale(1); opacity: 1; }

.modal__close {
  position: absolute; top: 0.9rem; right: 0.9rem;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  background: #fff;
  color: var(--c-text-muted);
  cursor: pointer;
  transition: all 0.25s var(--ease);
}
.modal__close:hover { color: var(--c-ink); border-color: var(--c-coral); background: var(--c-coral-soft); transform: rotate(90deg); }
.modal__close svg { width: 17px; height: 17px; }

.modal h2 { font-size: clamp(1.45rem, 2.4vw, 1.8rem); margin-bottom: var(--sp-3); }
.modal__intro { color: var(--c-text-muted); font-size: var(--fs-sm); margin-bottom: var(--sp-6); }

/* Formular */
.form { display: grid; gap: var(--sp-4); }
.field { display: grid; gap: 0.4rem; }
.field label { font-size: var(--fs-xs); font-weight: 650; color: var(--c-text-muted); }
.field label .req { color: var(--c-coral-deep); }

.field input, .field textarea, .field select {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: var(--fs-sm);
  color: var(--c-text);
  background: #fff;
  border: 1.5px solid var(--c-border-strong);
  border-radius: var(--r-sm);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.field textarea { resize: vertical; min-height: 96px; }
.field input::placeholder, .field textarea::placeholder { color: #A6A6AE; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4A4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 18px 18px;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--c-coral);
  box-shadow: 0 0 0 3px rgba(255, 126, 121, 0.25);
}
.field input:user-invalid, .field textarea:user-invalid { border-color: #C0392B; }

/* Auswahlgruppen (Webseite vorhanden, Rückruf) */
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}
.fieldset legend {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: var(--fs-xs);
  font-weight: 650;
  color: var(--c-text-muted);
}
.fieldset legend .req { color: var(--c-coral-deep); }

.choice-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }

.choice {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid var(--c-border-strong);
  border-radius: var(--r-sm);
  background: #fff;
  font-size: var(--fs-sm);
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.choice:hover { border-color: var(--c-coral); }
.choice input {
  accent-color: var(--c-coral);
  width: 17px; height: 17px;
  margin: 0;
  flex: none;
  cursor: pointer;
}
.choice:has(input:checked) {
  border-color: var(--c-coral);
  background: var(--c-coral-soft);
  font-weight: 600;
}
.choice:has(input:focus-visible) {
  outline: 2px solid var(--c-coral-deep);
  outline-offset: 2px;
}

/* Bedingte Felder: sanft ein- und ausblenden */
.is-hidden {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  #website-feld:not(.is-hidden),
  #rueckruf-felder:not(.is-hidden) {
    animation: feldEin 0.35s var(--ease);
  }
}
@keyframes feldEin {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

.field--row { display: grid; gap: var(--sp-4); grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { .field--row { grid-template-columns: 1fr; } }

.consent {
  display: flex; gap: 0.7rem; align-items: flex-start;
  font-size: var(--fs-xs); color: var(--c-text-dim); line-height: 1.55;
}
.consent input { margin-top: 3px; accent-color: var(--c-coral); width: 16px; height: 16px; flex: none; }
.consent a { color: var(--c-coral-deep); text-decoration: underline; text-underline-offset: 2px; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.skip-link {
  position: fixed; top: 0.75rem; left: 50%; z-index: 200;
  transform: translate(-50%, -200%);
  padding: 0.7rem 1.35rem;
  border-radius: var(--r-full);
  background: var(--c-coral);
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 650;
  transition: transform 0.25s var(--ease);
}
.skip-link:focus-visible { transform: translate(-50%, 0); }

.form-status { display: none; padding: var(--sp-4); border-radius: var(--r-sm); font-size: var(--fs-sm); }
.form-status.is-visible { display: block; }
.form-status--ok  { background: #EFFBF3; border: 1px solid #A7E0BC; color: #1D6B3D; }
.form-status--err  { background: #FDECEA; border: 1px solid #F2B4AD; color: #9B2C20; }
.form-status--info { background: #F4F4F6; border: 1px solid var(--c-border-strong); color: var(--c-text-muted); }

/* --------------------------------------------------------------------------
   15. Cookie-Banner
   -------------------------------------------------------------------------- */
.cookie {
  position: fixed;
  left: 50%; bottom: 1.25rem;
  transform: translate(-50%, 160%);
  z-index: 110;
  width: min(680px, calc(100vw - 2rem));
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1.5px solid var(--c-ink);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-lg);
  transition: transform 0.6s var(--ease);
}
.cookie.is-visible { transform: translate(-50%, 0); }
.cookie h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.cookie p { font-size: var(--fs-xs); color: var(--c-text-muted); margin-bottom: var(--sp-4); line-height: 1.6; }
.cookie p a { color: var(--c-coral-deep); text-decoration: underline; text-underline-offset: 2px; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.cookie__actions .btn { flex: 1 1 auto; }

/* --------------------------------------------------------------------------
   16. Scroll-Reveal
   -------------------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}
[data-reveal="left"]  { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(0.955); }
[data-reveal].is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   17. Rechtstexte
   -------------------------------------------------------------------------- */
.legal { padding-block: clamp(8rem, 15vh, 10rem) var(--section-y); }
.legal h1 { margin-bottom: var(--sp-6); }
.legal h2 {
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  margin: var(--sp-8) 0 var(--sp-4);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--c-border);
}
.legal h3 { font-size: 1.05rem; margin: var(--sp-6) 0 var(--sp-3); }
.legal p, .legal li { color: var(--c-text-muted); font-size: var(--fs-sm); line-height: 1.75; }
.legal ul { padding-left: 1.15rem; margin: 0 0 var(--sp-4); display: grid; gap: 0.35rem; }
.legal a { color: var(--c-coral-deep); text-decoration: underline; text-underline-offset: 2px; }
.legal address { font-style: normal; color: var(--c-text-muted); font-size: var(--fs-sm); line-height: 1.8; }
.legal mark { background: var(--c-rose); color: var(--c-ink); padding: 0 0.25em; border-radius: 3px; }
.legal .toc {
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background: var(--c-bg-alt);
  padding: var(--sp-5);
  margin-bottom: var(--sp-7);
}
.legal .toc ul { list-style: none; padding: 0; margin: 0; }
.legal .toc a { text-decoration: none; }
.legal .toc a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   18. Reduced Motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .word { opacity: 1; transform: none; }
  .hero__scroll { opacity: 1; }
}

/* --------------------------------------------------------------------------
   19. Print
   -------------------------------------------------------------------------- */
@media print {
  .nav, .cookie, .modal, .hero__bg, .hero__scroll { display: none !important; }
  body { background: #fff; color: #000; }
  .footer { background: #fff; color: #000; }
}
