@charset "UTF-8";
    /* ===== Hero ===== */
    .sm-hero { position: relative; overflow: hidden; }
    .sm-hero-bg { position: absolute; inset: 0; }
    .sm-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
    .sm-hero::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(100deg,
        rgba(20,8,10,.76) 0%,
        rgba(20,8,10,.60) 38%,
        rgba(20,8,10,.28) 70%,
        rgba(20,8,10,0) 100%);
    }
    .sm-hero-inner { position: relative; z-index: 2; padding: 118px 0 106px; max-width: 660px; color: #fff; }
    .sm-kicker {
      font-size: .78rem; font-weight: 700; letter-spacing: .16em;
      text-transform: uppercase; opacity: .82; margin-bottom: 18px;
    }
    .sm-hero h1 { margin-bottom: 20px; }
    .sm-hero .marke {
      display: block;
      font-family: 'Times New Roman', Times, serif;
      font-size: clamp(2.6rem, 6.4vw, 4.2rem); line-height: 1; letter-spacing: -.01em;
      color: #fff;
    }
    .sm-hero .slogan {
      display: block; font-size: clamp(1.15rem, 2.6vw, 1.7rem);
      font-weight: 600; margin-top: 10px; opacity: .95;
    }
    .sm-hero .drei {
      font-size: 1.06rem; line-height: 1.65; opacity: .9; margin-bottom: 32px; max-width: 34em;
    }
    .sm-hero .drei b { font-weight: 700; }
    .sm-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

    /* ===== Erklärblock (aus der bestehenden Startseite) ===== */
    .sm-erklaer { display: grid; grid-template-columns: minmax(240px, 340px) 1fr; gap: 52px; align-items: start; }
    .sm-erklaer .frage .label {
      font-size: .74rem; font-weight: 700; letter-spacing: .14em;
      text-transform: uppercase; color: var(--primary); margin-bottom: 12px;
    }
    .sm-erklaer .frage h2 { font-size: clamp(1.32rem, 2.3vw, 1.68rem); font-weight: 900; line-height: 1.25; }
    .sm-erklaer .antwort p { color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }
    .sm-erklaer .antwort p:last-child { margin-bottom: 0; }
    .sm-erklaer .antwort strong { color: var(--text); font-weight: 700; }

    /* ===== Entwickler — Stile aus front-page.php übernommen,
       damit der Entwurf eigenständig läuft. Beim späteren Zusammenführen
       gehören sie nach style.css, dann nutzen beide Seiten dieselben. ===== */
      .founder-split {
        display: grid;
        grid-template-columns: 420px 1fr;
        gap: 72px;
        align-items: center;
      }
      .founder-photo-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: var(--shadow-xl);
        border-left: 5px solid var(--primary);
      }
      .founder-photo-wrap img {
        width: 125%;
        display: block;
      }
      .founder-credit {
        position: absolute; bottom: 12px; right: 12px;
        font-size: .72rem; color: rgba(255,255,255,.75);
        background: rgba(0,0,0,.45);
        padding: 3px 8px; border-radius: 4px;
        backdrop-filter: blur(4px);
      }
      .founder-text h2 {
        font-size: clamp(1.7rem, 3vw, 2.3rem);
        font-weight: 900; line-height: 1.15; margin-bottom: 20px;
      }
      .founder-text h2 em { color: var(--primary); font-style: normal; }
      .founder-text p {
        color: var(--text-muted); line-height: 1.75;
        font-size: 1rem; margin-bottom: 14px;
      }
      .founder-quote {
        border-left: 3px solid var(--primary);
        padding: 16px 22px;
        margin: 24px 0 0;
        font-family: 'Handlee', cursive;
        font-style: normal;
        font-size: 1.45rem;
        font-weight: 600;
        color: var(--primary-dark, #620505);
        line-height: 1.65;
        background: var(--bg-soft);
        border-radius: 0 var(--radius) var(--radius) 0;
      }
      .founder-sig { margin-top: 32px; }
      .founder-sig-rule {
        display: flex; align-items: center;
        margin-bottom: 18px;
      }
      .founder-sig-rule::before {
        content: '';
        width: 50%;
        height: 2px; background: var(--primary);
        margin-right: 10px;
      }
      .founder-sig-rule::after {
        content: '●';
        color: var(--primary); font-size: .65rem; line-height: 1;
      }
      .founder-sig-name {
        font-size: 1.05rem; font-weight: 800;
        letter-spacing: .14em; text-transform: uppercase;
        color: var(--text); margin-bottom: 12px;
      }
      .founder-sig-creds {
        font-size: .82rem; color: var(--text-muted);
        letter-spacing: .01em; line-height: 1.7;
      }
      @media (max-width: 860px) {
        .founder-split { grid-template-columns: 1fr; gap: 36px; }
        .founder-photo-wrap img { width: 100%; max-height: 420px; object-fit: cover; object-position: top; }
      }

    /* ===== Schritte ===== */
    .sm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .sm-step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
    .sm-step-img { height: 190px; background: var(--bg-soft); }
    .sm-step-img img { width: 100%; height: 100%; object-fit: cover; }
    .sm-step-img.contain { display: flex; align-items: center; justify-content: center; padding: 18px; }
    .sm-step-img.contain img { width: auto; max-height: 100%; object-fit: contain; }
    .sm-step-body { padding: 22px 24px 26px; position: relative; }
    .sm-step-nr {
      font-family: 'Times New Roman', Times, serif;
      font-size: 2.2rem; line-height: 1; color: var(--primary); opacity: .22;
      position: absolute; top: 18px; right: 22px;
    }
    .sm-step h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 7px; }
    .sm-step p { font-size: .92rem; color: var(--text-muted); line-height: 1.6; }

    /* ===== Die drei Wege ===== */
    .sm-wege { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .sm-weg {
      display: flex; flex-direction: column; background: #fff;
      border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .sm-weg:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .sm-weg-img { position: relative; height: 200px; }
    .sm-weg-img img { width: 100%; height: 100%; object-fit: cover; }
    .sm-weg-ico {
      position: absolute; left: 26px; bottom: -30px;
      width: 60px; height: 60px; color: var(--c);
      background: #fff; border-radius: 50%; padding: 3px;
      box-shadow: 0 3px 14px rgba(0,0,0,.18);
    }
    .sm-weg-ico svg { width: 100%; height: 100%; display: block; }
    .sm-weg-body { padding: 42px 26px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
    .sm-weg .lock { font-size: 1.32rem; }
    .sm-weg .satz { font-weight: 800; font-size: 1.06rem; line-height: 1.35; }
    .sm-weg .text { font-size: .93rem; color: var(--text-muted); line-height: 1.6; flex: 1; }
    .sm-weg .mehr { font-weight: 700; font-size: .9rem; color: var(--c); margin-top: 4px; }

    /* ===== Qualitäten ===== */
    .sm-qual { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .sm-qual-item { display: flex; flex-direction: column; gap: 10px; }
    .sm-qual-ico { width: 34px; height: 34px; color: var(--primary); }
    .sm-qual-ico svg { width: 100%; height: 100%; display: block; }
    .sm-qual h3 { font-size: 1.08rem; font-weight: 800; }
    .sm-qual p { font-size: .92rem; color: var(--text-muted); line-height: 1.6; }

    /* ===== Vertrauen ===== */
    .sm-trust { display: flex; gap: 56px; flex-wrap: wrap; justify-content: center; text-align: center; }
    .sm-trust .zahl {
      font-family: 'Times New Roman', Times, serif;
      font-size: 2.9rem; line-height: 1; color: var(--primary); margin-bottom: 6px;
      font-variant-numeric: tabular-nums;   /* sonst zappelt die Zahl beim Zählen */
    }
    .sm-trust .txt { font-size: .92rem; color: var(--text-muted); }

    @media (max-width: 960px) {
      .sm-erklaer { grid-template-columns: 1fr; gap: 26px; }
      .sm-steps, .sm-wege { grid-template-columns: 1fr; }
      .sm-qual { grid-template-columns: repeat(2, 1fr); gap: 28px; }
      .sm-hero-inner { padding: 84px 0 76px; }
      .sm-hero::after {
        background: linear-gradient(180deg,
          rgba(20,8,10,.78) 0%,
          rgba(20,8,10,.62) 62%,
          rgba(20,8,10,.3) 100%);
      }
    }
    @media (max-width: 560px) {
      .sm-qual { grid-template-columns: 1fr; }
      .sm-trust { gap: 30px; }
    }
  
