  :root {
    --ink:          #0D0B0B;
    --ink-2:        #14080A;
    --pink:         #D20F41;
    --pink-hover:   #B30D37;
    --pink-band:    #D40C44;
    --tag-pink:     #94144C;
    --light:        rgba(255,255,255,.85);
    --light-muted:  rgba(255,255,255,.62);
    --light-dim:    rgba(255,255,255,.42);
    --line:         rgba(255,255,255,.07);
    --line-strong:  rgba(255,255,255,.14);
  }
  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: "Catamaran", sans-serif;
    color: var(--light);
    background: var(--ink);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; height: auto; }
  .container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }

  /* ================ LOGO (Candal-Schrift) ================= */
  .logo {
    display: inline-flex;
    align-items: baseline;
    font-family: "Candal", "Catamaran", sans-serif;
    font-weight: 400;
    color: var(--pink);
    line-height: 1;
    letter-spacing: -.04em;
    user-select: none;
  }
  .logo__6    { color: var(--pink); margin-right: .03em; }
  .logo__text { color: var(--pink); font-size: .92em; }
  .logo__dot  { color: var(--pink); }
  .logo__ch   { color: var(--pink); font-size: .92em; }
  .logo--header { font-size: 38px; }
  .logo--hero {
    font-size: clamp(70px, 11vw, 150px);
    text-shadow: 0 4px 24px rgba(0,0,0,.55), 0 0 60px rgba(210,15,65,.25);
  }
  .logo--footer { font-size: 32px; }

  /* HEADER */
  header.site {
    background: var(--ink);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
  }
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    gap: 32px;
  }
  .brand { display: flex; align-items: center; }
  .nav__links {
    display: flex;
    gap: 32px;
    flex: 1;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
  }
  .nav__links a { color: #ffffff; transition: color .2s; }
  .nav__links a.is-active, .nav__links a:hover { color: var(--pink); }
  .nav__cta-group { display: flex; gap: 14px; }
  .btn-pink {
    background: var(--pink);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 28px;
    border-radius: 10px;
    transition: background .2s, transform .15s, box-shadow .2s;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
    display: inline-block;
  }
  .btn-pink:hover { background: var(--pink-hover); transform: translateY(-1px); }
  .btn-ghost-pink {
    background: transparent;
    color: var(--pink);
    border: 2px solid var(--pink);
    font-weight: 700;
    font-size: 15px;
    padding: 10px 22px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: all .2s;
    display: inline-block;
  }
  .btn-ghost-pink:hover {
    background: var(--pink);
    color: #ffffff;
    transform: translateY(-1px);
  }
  @media (max-width: 1000px) { .nav__links { display: none; } }
  @media (max-width: 640px) {
    .nav__cta-group .btn-pink { padding: 10px 16px; font-size: 13px; }
    .logo--header { font-size: 30px; }
  }

  /* HERO */
  .hero {
    position: relative;
    min-height: 771px;
    background: var(--ink);
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 60px 20px;
    isolation: isolate;
  }
  .hero__deco-left, .hero__deco-right {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    opacity: .55;
    mix-blend-mode: luminosity;
    filter: saturate(1.4) contrast(1.05);
  }
  .hero__deco-left {
    left: -40px;
    bottom: -40px;
    width: clamp(220px, 28vw, 420px);
    transform: rotate(-6deg);
  }
  .hero__deco-right {
    right: -60px;
    top: -40px;
    width: clamp(200px, 24vw, 360px);
    transform: rotate(8deg);
  }
  .hero__deco-left img, .hero__deco-right img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0,0,0,.6);
  }
  @media (max-width: 880px) { .hero__deco-left, .hero__deco-right { display: none; } }
  .hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
  }
  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(13,11,11,.30) 0%, rgba(13,11,11,.10) 40%, rgba(13,11,11,.65) 100%);
    pointer-events: none;
  }
  .hero__center { text-align: center; max-width: 1000px; }
  .hero__sub {
    font-family: "Great Vibes", cursive;
    font-size: clamp(26px, 4vw, 44px);
    color: var(--tag-pink);
    line-height: 1;
    margin-bottom: -8px;
    transform: rotate(-2deg) translateX(40%);
    text-shadow: 0 2px 14px rgba(0,0,0,.5);
    display: inline-block;
  }
  .hero__brand { margin-bottom: 22px; }
  .hero__tagline {
    font-family: "Great Vibes", cursive;
    font-size: clamp(34px, 5.5vw, 50px);
    color: var(--tag-pink);
    line-height: 1.1;
    margin: 12px 0 20px;
    text-shadow: 0 2px 18px rgba(0,0,0,.65);
  }
  .hero__slogan {
    font-family: "Candal", sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    letter-spacing: .35em;
    color: #ffffff;
    margin: 0 0 40px;
    text-shadow: 0 2px 10px rgba(0,0,0,.6);
  }
  .hero__slogan span { color: var(--pink); }
  .hero__cta-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .hero-btn {
    background: var(--pink);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 38px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 8px 24px rgba(210,15,65,.4);
    min-width: 340px;
    text-align: center;
    display: inline-block;
  }
  .hero-btn:hover {
    background: var(--pink-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(210,15,65,.55);
  }
  .hero__scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--light-muted);
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    z-index: 2;
  }
  .hero__scroll::after {
    content: "";
    display: block;
    width: 1px; height: 24px;
    background: linear-gradient(180deg, transparent, var(--pink));
    margin: 8px auto 0;
  }

  /* TRUST-BAR - direkt unter Hero, selbst ausstellbare Badges */
  .trustbar {
    background: var(--ink-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
  }
  .trustbar__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 14px 36px;
  }
  .trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--light-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em;
  }
  .trust svg, .trust__icon {
    width: 20px;
    height: 20px;
    color: var(--pink);
    flex-shrink: 0;
  }
  .trust b {
    color: #ffffff;
    font-weight: 600;
  }
  .trust__flag {
    width: 22px;
    height: 16px;
    background: #D52B1E;
    border-radius: 2px;
    position: relative;
    flex-shrink: 0;
  }
  .trust__flag::before, .trust__flag::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
  }
  .trust__flag::before { width: 60%; height: 18%; }
  .trust__flag::after { width: 18%; height: 60%; }
  .trust__18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 22px;
    border: 2px solid var(--pink);
    border-radius: 5px;
    font-family: "Candal", sans-serif;
    font-size: 11px;
    color: var(--pink);
    flex-shrink: 0;
  }
  @media (max-width: 700px) {
    .trustbar__row { justify-content: flex-start; gap: 12px 20px; }
    .trust { font-size: 12.5px; }
  }

  /* STATS-BAR - aggregierte Profilzahlen */
  .stats {
    background: var(--ink);
    padding: clamp(40px, 6vw, 70px) 0;
    border-top: 1px solid var(--line);
  }
  .stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    text-align: center;
  }
  @media (max-width: 700px) { .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
  .stat-num {
    font-family: "Candal", sans-serif;
    font-size: clamp(32px, 4.5vw, 52px);
    color: var(--pink);
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-label {
    color: var(--light-muted);
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  /* INTRO */
  .intro {
    background: var(--ink);
    padding: clamp(50px, 7vw, 90px) 0;
    text-align: center;
    border-top: 1px solid var(--line);
  }
  .intro h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 48px);
    margin: 0 0 14px;
    color: #ffffff;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .intro h2 em { font-style: normal; color: var(--pink); }
  .intro p {
    color: var(--light-muted);
    max-width: 820px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
  }

  /* STEPS */
  .steps {
    background: var(--ink);
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
  }
  .steps::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(210,15,65,.10) 0%, transparent 50%);
    pointer-events: none;
  }
  .steps > * { position: relative; }
  .steps__head { text-align: center; margin-bottom: 56px; }
  .steps__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 48px);
    margin: 0 0 12px;
    color: #ffffff;
    line-height: 1.15;
  }
  .steps__head h2 em { font-style: normal; color: var(--pink); }
  .steps__head p { color: var(--light-muted); font-size: 17px; max-width: 600px; margin: 0 auto; }
  .steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px);
  }
  @media (max-width: 880px) { .steps__grid { grid-template-columns: 1fr; } }
  .step {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: var(--ink-2);
    border: 1px solid var(--line-strong);
    transition: transform .25s, border-color .25s, box-shadow .25s;
  }
  .step:hover {
    transform: translateY(-6px);
    border-color: var(--pink);
    box-shadow: 0 24px 50px -16px rgba(210,15,65,.4);
  }
  .step__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
  }
  .step__img img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(1.1) brightness(.82);
    transition: transform .5s, filter .3s;
  }
  .step:hover .step__img img { transform: scale(1.06); filter: saturate(1.2) brightness(.95); }
  .step__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(13,11,11,.85) 100%);
  }
  .step__num {
    position: absolute;
    bottom: 14px;
    left: 18px;
    font-family: "Candal", sans-serif;
    font-size: 44px;
    color: var(--pink);
    line-height: 1;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
    z-index: 2;
  }
  .step__body { padding: 26px; }
  .step h3 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .step p { color: var(--light-muted); font-size: 15.5px; margin: 0; line-height: 1.6; }
  .step strong { color: var(--pink); font-weight: 600; }

  /* VORLIEBEN & FETISCH - Bildkacheln */
  .vibes {
    background: var(--ink);
    padding: clamp(70px, 9vw, 120px) 0;
    border-top: 1px solid var(--line);
    position: relative;
    overflow: hidden;
  }
  .vibes::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 0% 50%, rgba(210,15,65,.12) 0%, transparent 45%),
      radial-gradient(circle at 100% 50%, rgba(148,20,76,.10) 0%, transparent 45%);
    pointer-events: none;
  }
  .vibes > * { position: relative; }
  .vibes__head {
    text-align: center;
    margin-bottom: 50px;
  }
  .vibes__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 46px);
    color: #ffffff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .vibes__head h2 em { font-style: normal; color: var(--pink); }
  .vibes__head p { color: var(--light-muted); font-size: 17px; max-width: 640px; margin: 0 auto; }
  .vibes__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
  }
  .vibe {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    cursor: pointer;
    transition: transform .3s, border-color .3s, box-shadow .3s;
  }
  .vibe:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: var(--pink);
    box-shadow: 0 24px 50px -16px rgba(210,15,65,.5);
  }
  .vibe img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(1.1) brightness(.7) contrast(1.05);
    transition: transform .5s, filter .3s;
  }
  .vibe:hover img {
    transform: scale(1.08);
    filter: saturate(1.3) brightness(.85) contrast(1.1);
  }
  .vibe__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, transparent 30%, rgba(13,11,11,.75) 80%, rgba(13,11,11,.95) 100%),
      linear-gradient(110deg, rgba(210,15,65,.0) 50%, rgba(210,15,65,.18) 100%);
  }
  .vibe__title {
    position: absolute;
    left: 18px;
    bottom: 14px;
    right: 18px;
    color: #ffffff;
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(0,0,0,.7);
    z-index: 2;
  }
  .vibe__title em {
    display: block;
    font-style: normal;
    font-family: "Catamaran", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--pink);
    letter-spacing: .2em;
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
  }
  /* Bento-Layout */
  .vibe--big   { grid-column: span 2; grid-row: span 2; }
  .vibe--wide  { grid-column: span 2; }
  .vibe--tall  { grid-row: span 2; }
  @media (max-width: 1100px) {
    .vibes__grid { grid-template-columns: repeat(4, 1fr); }
    .vibe--big { grid-column: span 2; grid-row: span 2; }
    .vibe--wide { grid-column: span 2; }
  }
  @media (max-width: 700px) {
    .vibes__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
    .vibe--big, .vibe--wide, .vibe--tall { grid-column: span 2; grid-row: span 1; }
  }

  /* SUCHKRITERIEN */
  .filters {
    background: var(--ink-2);
    padding: clamp(60px, 8vw, 90px) 0;
    border-top: 1px solid var(--line);
  }
  .filters__head { text-align: center; margin-bottom: 40px; }
  .filters__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 4vw, 40px);
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .filters__head h2 em { font-style: normal; color: var(--pink); }
  .filters__head p { color: var(--light-muted); font-size: 16px; max-width: 600px; margin: 0 auto; }
  .filters__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
  }
  .filter-tag {
    background: var(--ink);
    border: 1px solid var(--line-strong);
    color: var(--light);
    padding: 18px 22px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer;
    display: block;
  }
  .filter-tag:hover {
    background: var(--pink);
    border-color: var(--pink);
    color: #ffffff;
    transform: translateY(-2px);
  }
  .filter-tag span {
    display: block;
    font-size: 12px;
    color: var(--light-dim);
    margin-top: 4px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .filter-tag:hover span { color: rgba(255,255,255,.85); }

  /* WIESO */
  .wieso {
    background: var(--ink);
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
  }
  .wieso::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 0%, rgba(210,15,65,.14) 0%, transparent 55%),
      radial-gradient(circle at 80% 100%, rgba(148,20,76,.12) 0%, transparent 50%);
    pointer-events: none;
  }
  .wieso > * { position: relative; }
  .wieso__head { text-align: center; margin-bottom: 50px; }
  .wieso__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 46px);
    margin: 0 0 12px;
    color: #ffffff;
  }
  .wieso__head h2 em { font-style: normal; color: var(--pink); }
  .wieso__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.5vw, 28px);
  }
  @media (max-width: 880px) { .wieso__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) { .wieso__grid { grid-template-columns: 1fr; } }
  /* FLIP-CARDS für Wieso-Sektion (Inspiriert von tb-tech-flip) */
  .wieso__grid { perspective: 1500px; }
  .feature {
    height: 320px;
    display: block;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
  }
  .feature__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .6s cubic-bezier(.4,.15,.25,1);
  }
  .feature:hover .feature__inner,
  .feature:focus-visible .feature__inner {
    transform: rotateY(180deg);
  }
  .feature__face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* VORDERSEITE */
  .feature__face--front {
    background: var(--ink-2);
    justify-content: center;
  }
  .feature__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .feature__bg img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: .22;
    filter: saturate(1.1) brightness(.7);
    transition: opacity .4s, transform .5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .feature__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,11,11,.55) 0%, rgba(20,8,10,.85) 100%);
  }
  .feature:hover .feature__bg img { opacity: .08; transform: scale(1.08); }
  .feature__front-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .feature__icon {
    width: 64px; height: 64px;
    background: var(--pink);
    border-radius: 16px;
    margin: 0 auto 22px;
    display: grid; place-items: center;
    box-shadow: 0 10px 24px -4px rgba(210,15,65,.5);
  }
  .feature__icon svg { width: 30px; height: 30px; color: #ffffff; }
  .feature h4 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin: 0 0 8px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .feature__teaser {
    color: var(--pink);
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-top: auto;
    padding-top: 16px;
    display: flex; align-items: center; gap: 6px;
  }
  .feature__teaser::after {
    content: "↻";
    font-size: 14px;
    opacity: .7;
  }
  /* RÜCKSEITE */
  .feature__face--back {
    /* solider Background damit Vorderseite-Inhalt nicht durchscheinen kann */
    background:
      linear-gradient(160deg, var(--pink) 0%, var(--pink-hover) 100%),
      var(--pink);
    /* translateZ(1px) verhindert Z-Fighting in Chrome bei 3D-Rotation */
    transform: rotateY(180deg) translateZ(1px);
    justify-content: flex-start;
    color: #ffffff;
    /* zusaetzlicher harter Sicherheitsgurt */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .feature__face--back h4 {
    color: #ffffff;
    margin-bottom: 16px;
  }
  .feature__list {
    list-style: none;
    margin: 0; padding: 0;
    text-align: left;
    width: 100%;
  }
  .feature__list li {
    color: rgba(255,255,255,.92);
    font-size: 14.5px;
    line-height: 1.5;
    padding: 6px 0 6px 24px;
    position: relative;
  }
  .feature__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(255,255,255,.18);
    width: 18px; height: 18px;
    border-radius: 50%;
    display: grid; place-items: center;
    font-size: 11px;
  }

  /* WERTE */
  .werte {
    background: var(--ink-2);
    padding: clamp(60px, 8vw, 100px) 0;
    border-top: 1px solid var(--line);
    text-align: center;
  }
  .werte__head {
    margin-bottom: 50px;
  }
  .werte__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 46px);
    color: #ffffff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .werte__head h2 em { font-style: normal; color: var(--pink); }
  .werte__head p { color: var(--light-muted); font-size: 17px; max-width: 600px; margin: 0 auto; }
  .werte__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  @media (max-width: 880px) { .werte__row { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) { .werte__row { grid-template-columns: 1fr; } }
  .wert b {
    display: block;
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--pink);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .wert p { color: var(--light-muted); font-size: 15px; margin: 0; line-height: 1.6; }

  /* FAQ */
  .faq {
    background: var(--ink);
    padding: clamp(60px, 8vw, 100px) 0;
    border-top: 1px solid var(--line);
  }
  .faq__head { text-align: center; margin-bottom: 40px; }
  .faq__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 44px);
    margin: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .faq__head h2 em { font-style: normal; color: var(--pink); }
  .faq__head p { color: var(--light-muted); font-size: 16px; }
  .faq__list { max-width: 820px; margin: 0 auto; }
  .faq-item {
    background: rgba(255,255,255,.02);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color .2s, background .2s;
  }
  .faq-item[open] { border-color: var(--pink); background: rgba(210,15,65,.05); }
  .faq-item summary {
    padding: 20px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16.5px;
    color: #ffffff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: "+";
    font-family: "Candal", sans-serif;
    font-size: 28px;
    color: var(--pink);
    line-height: 1;
    transition: transform .2s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item__body {
    padding: 0 24px 20px;
    color: var(--light-muted);
    font-size: 15.5px;
    line-height: 1.65;
  }

  /* CTA-BAND */
  .cta-band {
    background: var(--pink-band);
    color: #ffffff;
    padding: clamp(60px, 8vw, 90px) 0;
    text-align: center;
  }
  .cta-band h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(34px, 6vw, 64px);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: .04em;
  }
  .cta-band__tag {
    font-family: "Great Vibes", cursive;
    font-size: clamp(26px, 3.5vw, 38px);
    color: rgba(255,255,255,.95);
    margin: 0 0 30px;
  }
  .cta-band__btn {
    background: var(--ink);
    color: #ffffff;
    padding: 16px 44px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: inline-block;
    transition: transform .15s, box-shadow .2s;
    box-shadow: 0 8px 22px rgba(0,0,0,.35);
  }
  .cta-band__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.45); }

  /* FOOTER */
  footer {
    background: var(--ink);
    color: var(--light-muted);
    padding: 56px 0 24px;
    font-size: 14px;
    border-top: 1px solid var(--line);
  }
  .foot__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 36px;
  }
  @media (max-width: 880px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) { .foot__grid { grid-template-columns: 1fr; } }
  footer h5 {
    color: #ffffff;
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 16px;
  }
  footer ul { list-style: none; margin: 0; padding: 0; }
  footer li { margin-bottom: 9px; }
  footer a:hover { color: var(--pink); }
  .foot__brand p { margin: 14px 0 0; font-size: 13.5px; max-width: 280px; line-height: 1.55; }
  .foot__legal {
    padding-top: 20px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--light-dim);
    font-size: 12.5px;
  }
  .foot__legal a { color: var(--light-muted); }

  /* STÄDTE - 7 Stadt-Kacheln */
  .cities {
    background: var(--ink-2);
    padding: clamp(60px, 8vw, 100px) 0;
    border-top: 1px solid var(--line);
  }
  .cities__head { text-align: center; margin-bottom: 50px; }
  .cities__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 44px);
    color: #ffffff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .cities__head h2 em { font-style: normal; color: var(--pink); }
  .cities__head p { color: var(--light-muted); font-size: 17px; max-width: 600px; margin: 0 auto; }
  .cities__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  @media (max-width: 880px) { .cities__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) { .cities__grid { grid-template-columns: 1fr; } }
  .city {
    background: var(--ink);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s;
  }
  .city:hover {
    background: var(--pink);
    border-color: var(--pink);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(210,15,65,.4);
  }
  .city__name {
    font-family: "Candal", sans-serif;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .03em;
  }
  .city__count {
    font-size: 13px;
    color: var(--pink);
    font-weight: 600;
    transition: color .2s;
  }
  .city:hover .city__count { color: rgba(255,255,255,.95); }
  .city__arrow {
    color: var(--pink);
    transition: color .2s, transform .2s;
  }
  .city:hover .city__arrow {
    color: #ffffff;
    transform: translateX(4px);
  }

  /* PREISE-TEASER */
  .pricing-teaser {
    background: var(--ink);
    padding: clamp(60px, 8vw, 100px) 0;
    border-top: 1px solid var(--line);
    position: relative;
    overflow: hidden;
  }
  .pricing-teaser::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(210,15,65,.10) 0%, transparent 60%);
    pointer-events: none;
  }
  .pricing-teaser > * { position: relative; }
  .pricing-teaser__head { text-align: center; margin-bottom: 40px; }
  .pricing-teaser__head h2 {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 44px);
    color: #ffffff;
    margin: 0 0 12px;
    text-transform: uppercase;
  }
  .pricing-teaser__head h2 em { font-style: normal; color: var(--pink); }
  .pricing-teaser__head p { color: var(--light-muted); font-size: 17px; max-width: 600px; margin: 0 auto; }
  .pricing-teaser__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
  }
  @media (max-width: 800px) { .pricing-teaser__grid { grid-template-columns: 1fr; } }
  .price-card {
    background: rgba(255,255,255,.03);
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: all .2s;
  }
  .price-card.is-featured {
    border-color: var(--pink);
    background: rgba(210,15,65,.07);
  }
  .price-card:hover {
    transform: translateY(-4px);
    border-color: var(--pink);
    box-shadow: 0 18px 36px -12px rgba(210,15,65,.4);
  }
  .price-card__label {
    font-size: 12px;
    color: var(--pink);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .price-card__name {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .price-card__price {
    font-family: "Candal", sans-serif;
    font-size: 38px;
    color: var(--pink);
    line-height: 1;
    margin: 12px 0;
  }
  .price-card__price span { font-size: 16px; color: var(--light-muted); }
  .price-card__desc { color: var(--light-muted); font-size: 14px; margin: 0 0 16px; }
  .price-card__more {
    color: var(--pink);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .price-card__more:hover { color: var(--pink-hover); }

  /* WHATSAPP im Footer-Kontakt */
  .wa-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--light-muted);
    transition: color .15s;
    font-size: 14px;
  }
  .wa-link:hover { color: #25D366; }
  .wa-link__icon {
    width: 18px;
    height: 18px;
    color: #25D366;
    flex-shrink: 0;
  }
  .wa-link small {
    color: var(--light-dim);
    font-size: 12px;
  }

  /* CONCIERGE (KI-Chat-Bot, Pink) */
  .concierge {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--pink);
    color: #ffffff;
    padding: 12px 22px 12px 14px;
    border-radius: 999px;
    box-shadow: 0 10px 32px rgba(0,0,0,.45), 0 4px 14px rgba(210,15,65,.45);
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none;
    font-family: "Catamaran", sans-serif;
    border: 1px solid rgba(255,255,255,.08);
  }
  .concierge:hover {
    background: var(--pink-hover);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 40px rgba(0,0,0,.55), 0 6px 18px rgba(210,15,65,.6);
  }
  .concierge__icon {
    width: 38px;
    height: 38px;
    background: var(--ink);
    color: var(--pink);
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.06);
  }
  .concierge__icon svg { width: 22px; height: 22px; }
  .concierge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .concierge__text b {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
  }
  .concierge__text small {
    font-size: 11.5px;
    opacity: .92;
    margin-top: 2px;
  }
  .concierge__pulse {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 2px solid var(--pink);
    border-radius: 50%;
    animation: conciergePulse 2.2s infinite;
    box-shadow: 0 0 8px rgba(255,255,255,.6);
  }
  @keyframes conciergePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.7); opacity: .55; }
  }
  @media (max-width: 600px) {
    .concierge__text { display: none; }
    .concierge { padding: 8px; border-radius: 50%; }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero__video { display: none; }
    .concierge__pulse { animation: none; }
  }

  /* ================ STADT-LANDINGPAGE ================= */
  /* Statisches Hero-Hintergrundbild (kein 7.4-MB-Video auf jeder Stadt-LP) */
  .hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: saturate(1.1) brightness(.72);
  }
  .hero--city { min-height: 620px; }
  .hero__city-title {
    font-family: "Candal", sans-serif;
    font-weight: 400;
    font-size: clamp(30px, 6vw, 64px);
    color: #ffffff;
    line-height: 1.08;
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: .01em;
    text-shadow: 0 4px 24px rgba(0,0,0,.6);
  }
  .hero__city-title span { color: var(--pink); display: inline-block; }
  .hero__city-count {
    color: var(--light);
    font-size: clamp(15px, 2vw, 18px);
    margin: 0 0 30px;
    letter-spacing: .02em;
    text-shadow: 0 2px 10px rgba(0,0,0,.6);
  }
  .hero__city-count b { color: var(--pink); font-family: "Candal", sans-serif; }

  /* Regionaler Behoerden-Hinweis (Konzept § 8 / FR-1210) */
  .region-note {
    background: var(--ink);
    border-top: 1px solid var(--line);
    padding: clamp(28px, 4vw, 44px) 0;
  }
  .region-note p {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: var(--light-muted);
    font-size: 14.5px;
    line-height: 1.7;
  }
  .region-note a {
    color: var(--pink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .region-note a:hover { color: var(--pink-hover); }
