/* ONLYSENDGOODEMAILS – Stylesheet */
  html { scroll-behavior: smooth; }
  * { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --white:     #ffffff;
    --off-white: #f5f5f3;
    --blue:      #005cff;
    --blue-light:#e8f0ff;
    --anthrazit: #222222;
    --grey-mid:  #e0e0de;
    --grey-text: #6b7280;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  body { font-family: var(--font); background: var(--white); color: var(--anthrazit); font-size: 16px; line-height: 1.6; }

  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

  .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }

  .btn { display: inline-block; padding: 13px 26px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 4px; }
  .btn-blue  { background: var(--blue); color: var(--white); border: none; }
  .btn-dark  { background: var(--anthrazit); color: var(--white); }
  .btn-ghost { border: 1.5px solid var(--anthrazit); color: var(--anthrazit); }

  .detail-label { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 10px; }
  .detail-list { list-style: none; }
  .detail-list li { font-size: 14px; line-height: 1.65; padding: 4px 0 4px 16px; position: relative; }
  .detail-list li::before { content: '—'; position: absolute; left: 0; color: var(--grey-mid); font-size: 11px; top: 6px; }

  hr.divider { border: none; }

  /* ── NAV ── */
  nav { background: var(--white); padding: 18px 40px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; }
  .nav-logo { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
  .nav-links a { font-size: 13px; color: var(--grey-text); text-decoration: none; }
  .nav-links a.nav-cta { background: var(--blue); color: var(--white); padding: 8px 16px; border-radius: 4px; font-weight: 600; }

  /* ── HERO ── */
  #hero { background: var(--off-white); padding: 88px 0 72px; }
  .hero-grid { display: block; }
  .hero-headline { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
  /* Pills unter CTA */
  .hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
  .hero-pill { font-size: 12px; color: var(--grey-text); background: var(--white); border: 1px solid var(--grey-mid); padding: 5px 12px; border-radius: 20px; }

  /* Trust Block */
  .trust-block { background: var(--blue); }
  .trust-inner { max-width: 1080px; margin: 0 auto; padding: 28px 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
  .trust-item { padding: 20px 28px; border-right: 1px solid rgba(255,255,255,0.15); }
  .trust-item:last-child { border-right: none; }
  .trust-value { font-size: 20px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; margin-bottom: 4px; }
  .trust-label { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; }
  .hero-sub { font-size: 16px; line-height: 1.8; color: var(--grey-text); margin-bottom: 30px; }
  .hero-claims { display: flex; flex-direction: column; gap: 10px; }
  .hero-claim { background: var(--white); border-radius: 6px; padding: 16px 18px; }
  .claim-value { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 3px; }
  .claim-label { font-size: 12px; color: var(--grey-text); line-height: 1.45; }

  /* ── DIAGNOSE ── */
  #diagnose { background: var(--white); padding: 72px 0; }
  .diagnose-grid { display: grid; grid-template-columns: 320px 1fr; gap: 72px; align-items: start; }
  .diagnose-headline { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
  .diagnose-sub { font-size: 15px; color: var(--grey-text); line-height: 1.75; }
  .symptom-list { display: flex; flex-direction: column; gap: 0; background: var(--white); border-radius: 6px; overflow: hidden; }
  .symptom-item { background: var(--white); padding: 18px 22px; display: grid; grid-template-columns: 26px 1fr; gap: 14px; border-bottom: 1px solid var(--off-white); }
  .symptom-item.result { background: var(--off-white); border-bottom: none; }
  .symptom-nr { font-size: 11px; font-weight: 700; color: var(--blue); padding-top: 2px; }
  .symptom-item.result .symptom-nr { color: var(--anthrazit); }
  .symptom-text strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
  .symptom-text span { font-size: 13px; color: var(--grey-text); line-height: 1.5; }

  /* ── LEISTUNGEN ── */
  #leistungen { background: var(--off-white); padding: 72px 0 0; }

  /* Flow-Produkt */
  .flow-box { background: var(--white); color: var(--anthrazit); border-radius: 8px; padding: 48px; margin-bottom: 64px; display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: center; }
  .flow-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
  .flow-headline { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
  .flow-sub { font-size: 15px; color: var(--grey-text); line-height: 1.7; margin-bottom: 20px; }
  .flow-includes { display: flex; flex-wrap: wrap; gap: 8px; }
  .flow-tag { font-size: 11px; background: var(--blue-light); padding: 4px 10px; border-radius: 3px; color: var(--blue); font-weight: 500; }
  .flow-right { text-align: center; }
  .flow-price-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 6px; }
  .flow-price { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 6px; }
  .flow-note { font-size: 13px; color: var(--grey-text); margin-bottom: 22px; }

  /* Retainer */
  .retainer-header { margin-bottom: 32px; }
  .retainer-title { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 10px; }
  .retainer-sub { font-size: 15px; color: var(--grey-text); line-height: 1.7; max-width: 500px; }
  .prereq-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-light); color: var(--blue); font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 4px; margin-top: 12px; }

  .retainer-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 40px; }
  .r-card { background: var(--white); border-radius: 6px; overflow: hidden; }
  .r-card-head { background: var(--blue); color: var(--white); padding: 24px; }
  .r-card-tag { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); font-weight: 600; margin-bottom: 7px; }
  .r-card-name { font-size: 16px; font-weight: 700; margin-bottom: 6px; line-height: 1.25; color: var(--white); }
  .r-card-focus { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 18px; }
  .r-price-label { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 2px; }
  .r-price { font-size: 20px; font-weight: 700; color: var(--white); }
  .r-cancel { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 3px; }
  .r-card-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
  .r-tags { display: flex; flex-wrap: wrap; gap: 5px; }
  .r-tag { font-size: 11px; background: var(--off-white); border: 1px solid var(--grey-mid); padding: 3px 8px; border-radius: 3px; }

  .retainer-cta { text-align: center; padding: 16px 0 56px; }
  .retainer-cta p { font-size: 14px; color: var(--grey-text); margin-bottom: 14px; }

  /* Advisory */
  #advisory { background: var(--white); padding: 72px 0; }
  .advisory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .advisory-title { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
  .advisory-sub { font-size: 15px; color: var(--grey-text); line-height: 1.75; margin-bottom: 24px; }
  .advisory-price-block { padding: 18px 0; margin-bottom: 22px; }
  .advisory-price { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; }
  .advisory-price-note { font-size: 13px; color: var(--grey-text); margin-top: 4px; }
  .advisory-detail-box { background: var(--off-white); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; gap: 24px; }

  /* ── HENRIK ── */
  #henrik { background: var(--off-white); padding: 72px 0; }
  .henrik-grid { display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: stretch; }
  .henrik-img-wrap { position: relative; min-height: 480px; }
  .henrik-img-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 6px; display: block; }
  .henrik-headline { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 16px; }
  .henrik-sub { font-size: 15px; color: var(--grey-text); line-height: 1.8; margin-bottom: 20px; }
  .henrik-quote { border-left: 3px solid var(--blue); padding-left: 20px; margin: 24px 0; }
  .henrik-quote p { font-size: 16px; font-style: italic; color: var(--anthrazit); line-height: 1.65; margin-bottom: 8px; }
  .henrik-quote small { font-size: 12px; color: var(--grey-text); }
  .brand-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
  .brand-pill { font-size: 12px; background: var(--white); border: 1px solid var(--grey-mid); padding: 4px 12px; border-radius: 20px; color: var(--anthrazit); }

  /* ── ERGEBNISSE ── */
  #ergebnisse { background: var(--white); padding: 72px 0; }
  .ergebnisse-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 40px; }
  .ergebnis-card { background: var(--off-white); border-radius: 6px; padding: 28px; }
  .ergebnis-nr { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: .1em; margin-bottom: 10px; }
  .ergebnis-title { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
  .ergebnis-text { font-size: 14px; color: var(--grey-text); line-height: 1.65; }
  .case-placeholder { grid-column: 1/-1; background: var(--blue-light); border-radius: 6px; padding: 28px; text-align: center; }
  .case-placeholder p { font-size: 14px; color: var(--blue); font-weight: 600; }
  .case-placeholder small { font-size: 13px; color: var(--grey-text); }

  /* ── OSGE SYSTEM ── */
  #system { background: var(--off-white); padding: 72px 0; }
  .system-steps { display: flex; flex-direction: column; gap: 2px; background: var(--off-white); border-radius: 6px; overflow: hidden; margin-top: 40px; }
  .system-step { background: var(--white); padding: 24px 28px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; }
  .system-step.highlight { background: var(--blue); color: var(--white); }
  .step-nr { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: .1em; padding-top: 2px; }
  .system-step.highlight .step-nr { color: rgba(255,255,255,.4); }
  .step-title { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
  .step-text { font-size: 14px; color: var(--grey-text); line-height: 1.6; }
  .system-step.highlight .step-text { color: rgba(255,255,255,.6); }

  /* ── SO STARTEN WIR ── */
  #start { background: var(--white); padding: 72px 0; }
  .start-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 40px; }
  .start-step { background: var(--off-white); border-radius: 6px; padding: 28px; }
  .start-nr { font-size: 28px; font-weight: 700; color: var(--grey-mid); letter-spacing: -0.02em; margin-bottom: 12px; }
  .start-title { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
  .start-text { font-size: 14px; color: var(--grey-text); line-height: 1.65; }
  .start-cta { text-align: center; margin-top: 40px; }
  .start-cta p { font-size: 14px; color: var(--grey-text); margin-bottom: 14px; }

  /* ── FAQ ── */
  #faq { background: var(--off-white); padding: 72px 0; }
  .faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
  .faq-item { background: var(--white); border-radius: 10px; overflow: hidden; }
  .faq-q { font-size: 15px; font-weight: 600; padding: 22px 26px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .faq-icon { font-size: 22px; font-weight: 400; color: var(--blue); line-height: 1; flex-shrink: 0; transition: transform 0.3s ease; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-a-wrap { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .faq-a { font-size: 14px; color: var(--grey-text); line-height: 1.7; padding: 0 26px 22px; }

  /* ── NEWSLETTER ── */
  #newsletter { background: var(--white); padding: 72px 0; }
  .newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .nl-headline { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; }
  .nl-sub { font-size: 15px; color: var(--grey-text); line-height: 1.75; }
  .nl-topics { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
  .nl-topic { font-size: 12px; background: var(--off-white); border: 1px solid var(--grey-mid); padding: 4px 12px; border-radius: 20px; }
  .nl-form { background: var(--off-white); border-radius: 8px; padding: 32px; }
  .nl-form p { font-size: 14px; color: var(--grey-text); margin-bottom: 16px; }
  .nl-input { width: 100%; padding: 12px 14px; border: none; border-radius: 4px; font-size: 14px; margin-bottom: 10px; background: var(--white); font-family: var(--font); }
  .nl-input::placeholder { font-family: var(--font); color: #9aa3af; }
  .nl-submit { width: 100%; text-align: center; display: block; border: none; cursor: pointer; }

  /* Brevo Newsletter Form */
  .nl-form .form__entry { position: relative; }
  .nl-form .entry__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .nl-form .entry__error { display: block; font-size: 12px; color: #d9534f; margin: -4px 0 10px; font-family: var(--font); }
  .nl-form .entry__error:empty { display: none; margin: 0; }
  .nl-form .input--hidden { display: none !important; }
  .nl-form .sib-form-block__button-with-loader { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
  .nl-form .sib-hide-loader-icon { display: none; }
  .nl-form .sib-form-block__button-with-loader svg:not(.sib-hide-loader-icon) { width: 16px; height: 16px; animation: sib-rotate .8s linear infinite; }
  @keyframes sib-rotate { to { transform: rotate(360deg); } }

  .sib-form-message-panel { display: none; font-family: var(--font); font-size: 13px; text-align: left; border-radius: 4px; padding: 12px 14px; margin-bottom: 14px; }
  .sib-form-message-panel--active { display: block; }
  #error-message { color: #661d1d; background-color: #ffeded; border: 1px solid #ff4949; }
  #success-message { color: #085229; background-color: #e7faf0; border: 1px solid #13ce66; }
  .sib-form-message-panel__text { display: flex; align-items: flex-start; gap: 8px; }
  .sib-notification__icon { width: 18px; height: 18px; flex-shrink: 0; fill: currentColor; }

  /* ── FOOTER ── */
  footer { background: var(--off-white); }

  .footer-main { padding: 64px 0 48px; }
  .footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; }

  .footer-logo { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--anthrazit); margin-bottom: 16px; }
  .footer-desc { font-size: 13px; color: var(--grey-text); line-height: 1.75; margin-bottom: 14px; max-width: 320px; }
  .footer-location { font-size: 12px; color: var(--grey-text); }
  .footer-location span { color: var(--anthrazit); font-weight: 600; }

  .footer-col-title { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--anthrazit); margin-bottom: 14px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .footer-links a { font-size: 13px; color: var(--grey-text); text-decoration: none; }
  .footer-links a:hover { color: var(--anthrazit); }

  .footer-sub { border-top: 1px solid var(--grey-mid); padding: 20px 0; }
  .footer-sub-inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
  .footer-sub-inner span { font-size: 12px; color: var(--grey-text); }
  .footer-legal { display: flex; gap: 24px; }
  .footer-legal a { font-size: 12px; color: var(--grey-text); text-decoration: none; }
  .footer-legal a:hover { color: var(--anthrazit); }


  /* ── FOOTER CTA ── */
  #cta { background: var(--blue); color: var(--white); text-align: center; padding: 80px 40px; }
  #cta h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 10px; }
  #cta p { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; }
  #cta .cta-email { display: block; margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; }
  #cta .cta-email:hover { color: var(--white); }

  /* ════════════════════════════════════════
     MOBILE NAVIGATION – Burger + Off-Canvas
  ════════════════════════════════════════ */
  .burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
  }
  .burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--anthrazit);
    border-radius: 2px;
    transition: all .25s;
  }
  .burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .offcanvas {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: 200;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .offcanvas.open { display: flex; }
  .offcanvas-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--anthrazit);
  }

  .offcanvas a {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--anthrazit);
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }
  .offcanvas .oc-cta {
    margin-top: 24px;
    font-size: 14px;
  }

  .retainer-tab-pills { display: none; }

  @media (max-width: 768px) {
    /* Basis */
    .wrap { padding: 0 20px; }

    /* Nav */
    nav { padding: 16px 20px; }
    .nav-links { display: none; }
    .burger { display: flex; }

    /* Hero */
    #hero { padding: 56px 0 48px; }
    .hero-headline { font-size: 30px; }
    .hero-sub { font-size: 15px; }
    .hero-pills { gap: 6px; }
    .hero-pill { font-size: 11px; }

    /* Trust Block */
    .trust-inner {
      grid-template-columns: 1fr;
      padding: 20px;
      gap: 0;
    }
    .trust-item {
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.15);
      padding: 16px 8px;
    }
    .trust-item:last-child { border-bottom: none; }

    /* Diagnose */
    #diagnose { padding: 48px 0; }
    .diagnose-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .diagnose-headline { font-size: 22px; }

    /* Leistungen */
    #leistungen { padding: 48px 0 0; }
    .flow-box {
      grid-template-columns: 1fr;
      padding: 28px 24px;
      gap: 28px;
    }
    .flow-headline { font-size: 22px; }
    .flow-price { font-size: 36px; }
    .flow-right { text-align: left; }

    /* Retainer – horizontal scroll */
    /* Retainer Tab Pills */
    .retainer-tab-pills {
      display: flex;
      gap: 8px;
      margin-bottom: 16px;
      flex-wrap: nowrap;
    }
    .retainer-tab-pill {
      flex: 1;
      padding: 8px 4px;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      border-radius: 4px;
      background: var(--off-white);
      color: var(--grey-text);
      cursor: pointer;
      border: 1.5px solid var(--grey-mid);
      transition: all .15s;
      white-space: nowrap;
    }
    .retainer-tab-pill.active {
      background: var(--white);
      color: var(--anthrazit);
      border-color: var(--grey-mid);
    }

    .retainer-cards {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 20px;
      padding-bottom: 8px;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .retainer-cards::-webkit-scrollbar { display: none; }
    .r-card {
      min-width: 100%;
      width: 100%;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      flex-shrink: 0;
    }
    .r-tags {
      flex-wrap: wrap;
    }
    .r-tag {
      font-size: 11px;
    }
    .retainer-scroll-hint {
      font-size: 12px;
      color: var(--grey-text);
      text-align: center;
      margin-bottom: 12px;
      display: block;
    }

    /* Advisory */
    #advisory { padding: 48px 0; }
    .advisory-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .advisory-title { font-size: 22px; }
    .advisory-grid .btn-ghost {
      display: block;
      width: 100%;
      text-align: center;
      box-sizing: border-box;
    }

    /* Henrik */
    #henrik { padding: 48px 0; }
    .henrik-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .henrik-img-wrap {
      min-height: 360px;
      max-height: 420px;
    }
    .henrik-img-wrap img {
      object-position: center 20%;
    }
    .henrik-headline { font-size: 22px; }

    /* Ergebnisse */
    #ergebnisse { padding: 48px 0; }
    .ergebnisse-grid { grid-template-columns: 1fr; }

    /* OSGE System */
    #system { padding: 48px 0; }
    .system-step { padding: 18px 20px; }

    /* So starten wir */
    #start { padding: 48px 0; }
    .start-grid { grid-template-columns: 1fr; }

    /* FAQ */
    #faq { padding: 48px 0; }

    /* Newsletter */
    #newsletter { padding: 48px 0; }
    .newsletter-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .nl-headline { font-size: 22px; }

    /* Footer CTA */
    #cta { padding: 56px 24px; }
    #cta h2 { font-size: 24px; }

    /* Footer */
    .footer-inner {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 0 20px;
    }
    .footer-sub-inner {
      flex-direction: column;
      gap: 12px;
      text-align: center;
      padding: 0 20px;
    }

    /* Sections padding */
    #diagnose, #advisory, #henrik, #ergebnisse, #system, #start, #faq, #newsletter { padding: 48px 0; }
  }


  /* ── MOTION EFFECTS ── */

  /* Nav shadow on scroll */
  nav { transition: box-shadow 0.3s ease; }
  nav.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.07); }

  /* Buttons – Farbwechsel statt Bewegung */
  .btn { transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
  .btn-blue:hover  { background: #0047d6; }
  .btn-dark:hover  { background: #000000; }
  .btn-ghost:hover { background: var(--anthrazit); color: var(--white); }

  /* Nav CTA */
  .nav-cta { transition: background 0.25s ease; }
  .nav-cta:hover { background: #0047d6; }

  /* Produkt-Boxen (Flow/Trigger, Starter/Growth/Partner, Ergebnisse 01–04, So starten wir 01–03) */
  .flow-box, .r-card, .ergebnis-card, .start-step {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
  }
  .flow-box:hover, .r-card:hover, .ergebnis-card:hover, .start-step:hover {
    transform: scale(1.008);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  }

  /* Section-Headlines (Eyebrow + Headline) – leichtes, sehr langsames Fade-in */
  .fade-head {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .fade-head.visible {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .fade-head { transition: none; opacity: 1; transform: none; }
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .btn, .flow-box, .r-card, .ergebnis-card, .start-step, nav { transition: none; }
  }

/* ── LEGAL PAGES (Impressum / Datenschutz) ── */
.legal-wrap { max-width: 720px; margin: 0 auto; padding: 64px 40px 80px; }
.legal-wrap h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: var(--anthrazit); }
.stand { font-size: 13px; color: var(--grey-text); margin-bottom: 48px; }
.legal-wrap h2 { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-text); margin: 36px 0 10px; }
.legal-wrap p { font-size: 15px; line-height: 1.75; color: var(--anthrazit); margin-bottom: 10px; }
.legal-wrap ul { padding-left: 18px; margin: 8px 0 12px; }
.legal-wrap li { font-size: 15px; line-height: 1.75; color: var(--anthrazit); }
.legal-wrap a { color: var(--anthrazit); }
.legal-wrap a:hover { color: var(--blue); }
.back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--grey-text); text-decoration: none; margin-bottom: 40px; }
.back-link:hover { color: var(--anthrazit); }
.back-link::before { content: '←'; }

@media (max-width: 768px) {
  .legal-wrap { padding: 40px 24px 64px; }
}
