function TrustTransfer() {
  return (
    <section style={{ padding: '120px 0', background: '#fff' }} data-comment-anchor="78c5bf3745-section-3-5">
      <div className="container">
        <div style={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: 96, alignItems: 'start' }}>
          <div>
            <div className="section-eyebrow" style={{ marginBottom: 24 }}>
              <span className="kicker-line"></span>Der Unterschied
            </div>
            <h2 className="section-title" style={{ fontSize: 56 }}>
              Deine Entscheider kennen mich,<br />
              <em style={{ color: 'var(--ap-blue)', fontWeight: 500 }}>bevor sie dich kennen.</em>
            </h2>
          </div>
          <div style={{ paddingTop: 24, fontFamily: 'var(--font-sans)', fontSize: 18, lineHeight: 1.65, color: 'var(--fg-2)' }}>
            <p style={{ margin: 0 }}>
              Wer ein erklärungsbedürftiges Angebot an Automotive-Entscheider verkauft, startet jedes Gespräch bei null. Du musst dich vorstellen. Erklären, was du machst. Beweisen, dass es relevant ist. Verhandeln.
            </p>
            <p style={{ margin: '24px 0 0', fontFamily: 'var(--font-serif)', fontSize: 22, fontStyle: 'italic', color: 'var(--fg-1)', lineHeight: 1.4 }}>
              Bei mir startest du nicht bei null. <span style={{ background: 'linear-gradient(transparent 60%, rgba(81,128,250,0.22) 60%)' }}>Du startest mit Vertrauen.</span>
            </p>
            <p style={{ margin: '24px 0 0' }}>
              Du willst Automotive-Entscheider erreichen. Sie lesen meinen Newsletter seit Jahren. Sie diskutieren unter meinen LinkedIn-Posts. Sie hören meinen Podcast im Auto. Wenn ich über dich spreche, bin ich keine fremde Stimme. Ich bin Teil ihres Informations-Alltags. Vom Teamleiter bis in den Vorstand.
            </p>
            <div style={{ marginTop: 32, padding: '20px 24px', background: 'var(--bg-page)', borderLeft: '3px solid var(--ap-blue)', borderRadius: '0 8px 8px 0' }}>
              <div style={{ fontFamily: 'var(--font-sans)', fontSize: 13, fontWeight: 700, letterSpacing: '0.12em', textTransform: 'uppercase', color: 'var(--fg-3)', marginBottom: 6 }}>Aus dem Kaltstart</div>
              <div style={{ fontFamily: 'var(--font-serif)', fontSize: 17, fontStyle: 'italic', color: 'var(--fg-3)' }}>
                Wer seid ihr, was macht ihr, warum sollte mich das interessieren?
              </div>
              <div style={{ fontFamily: 'var(--font-sans)', fontSize: 13, fontWeight: 700, letterSpacing: '0.12em', textTransform: 'uppercase', color: 'var(--ap-blue)', marginBottom: 6, marginTop: 16 }}>Wird ein warmer Einstieg</div>
              <div style={{ fontFamily: 'var(--font-serif)', fontSize: 19, fontStyle: 'italic', color: 'var(--fg-1)', fontWeight: 500 }}>
                Ich kenne euch von Philipp. Lass uns über die Lösung sprechen.
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>);

}
window.TrustTransfer = TrustTransfer;