/* Basis-Styles, Typo-Scale 1:1 aus der Recon (gewinnende Webflow-Regeln).
   Pixelgenaue Sektionen der Startseite kommen separat. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 2000; background: #0a1118; color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; font-size: 14px; text-decoration: none; }
.skip-link:focus { left: 0; }

/* Ueberschriften (gewinnende Regeln aus dem Webflow-CSS) */
h1 { font-size: 38px; line-height: 1.2em; font-weight: 500; letter-spacing: -0.03em; margin: 0 0 0.5em; }
h2 { font-size: 32px; line-height: 1.2em; font-weight: 500; margin: 0 0 0.5em; }
h3 { font-size: 24px; line-height: 30px; font-weight: 500; letter-spacing: -0.025em; margin: 0 0 0.5em; }
h4 { font-size: 18px; line-height: 24px; font-weight: 500; margin: 0 0 0.5em; }
h5 { font-size: 14px; line-height: 20px; font-weight: 500; margin: 0 0 0.5em; }
h6 { font-size: 12px; line-height: 18px; font-weight: 700; margin: 0 0 0.5em; }

/* Display */
.xxl-heading {
  text-transform: uppercase; color: var(--bg-soft-2);
  font-size: 42px; line-height: 1.05; font-weight: 500; letter-spacing: -0.01em;
}

/* Fliesstext */
.body-display { font-size: 18px; line-height: 1.6em; color: var(--ink-body); }

/* Signature-Move: 10px-Uppercase-Kicker mit 4px Sperrung */
.subtitle { font-size: 10px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; line-height: 1.35em; color: var(--black); margin: 0 0 12px; }
.subtitle-2 { font-size: 10px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; line-height: 1.35em; color: var(--ink-muted); }

/* Container */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.container--xl { max-width: var(--container-xl); }
.container--article { max-width: 760px; }

/* Buttons (Pill) */
.btn { display: inline-block; border-radius: var(--radius-pill); min-height: 32px; padding: 16px 28px 16px 32px; font-weight: 500; text-decoration: none; }
.btn--solid { background: var(--black); color: var(--white); }
.btn--outline { background: var(--white); color: var(--black); border: 1px solid var(--line-2); }

/* Header / Nav (funktional, Feinschliff folgt) */
.site-header { border-bottom: 1px solid rgba(57,65,62,0.2); }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; }
.nav-brand { font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }
.nav-links { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-size: 14px; }

/* Blog */
.blog-article { padding: 60px 0 100px; }
.blog-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.blog-list a { font-size: 18px; text-decoration: none; color: var(--ink-body); }
.blog-list a:hover { color: var(--black); }

/* Rich-Text (Blog-Body) */
.richtext { font-size: 16px; line-height: 25px; color: var(--ink-body); }
.richtext h2 { font-size: 24px; color: var(--black); margin-top: 1.4em; }
/* Lead-Headline des Artikels: optisch wie Original-Content-H1 (38px), aber semantisch H2 */
.richtext-lead { font-size: 38px; line-height: 1.2; font-weight: 500; letter-spacing: -0.03em; color: var(--black); margin: 0 0 0.6em; }
@media (max-width: 767px) { .richtext-lead { font-size: 28px; } }
.richtext h3 { font-size: 20px; color: var(--black); }
.richtext p { margin: 0 0 1.1em; }
.richtext a { color: var(--ink-body); text-decoration: underline; }
.richtext img { margin: 1.4em 0; border-radius: 4px; }

/* Footer */
.site-footer { background: var(--bg-soft); color: var(--ink-body); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 40px; padding: 72px 0 48px; }
.footer-logo { height: 42px; width: auto; margin-bottom: 16px; }
.footer-tagline { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-muted); max-width: 240px; margin: 0; }
.footer-h { font-size: 10px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; color: var(--ink-muted); margin: 0 0 16px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.footer-col a { text-decoration: none; color: var(--ink-body); font-size: 15px; }
.footer-col a:hover { color: var(--black); }
.footer-social { margin-top: 8px; display: flex; gap: 12px; }
.footer-social img { width: 22px; height: 22px; }
.footer-nl .nl-form { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.nl-anrede { display: flex; gap: 18px; font-size: 14px; color: var(--ink-body); }
.nl-anrede label { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.nl-form input[type=text], .nl-form input[type=email] { padding: 10px 12px; border: 1px solid var(--line-1); border-radius: 8px; font-family: var(--font-sans); font-size: 14px; background: #fff; }
.nl-hp { position: absolute; left: -9999px; }
.nl-btn { align-self: flex-start; padding: 10px 24px; min-height: 0; border: none; cursor: pointer; font-family: var(--font-sans); }
.footer-bottom { border-top: 1px solid var(--line-1); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: 13px; color: var(--ink-muted); }
.footer-bottom-inner a { color: var(--ink-muted); text-decoration: none; }
.footer-bottom-inner a:hover { color: var(--black); }
.footer-bottom-inner p { margin: 0; }
@media (max-width: 767px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 0 32px; }
  .footer-nl { grid-column: 1 / -1; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; }
}

.hero { padding: 100px 0 60px; }

/* Responsive (Webflow-Breakpoints) */
@media (max-width: 991px) {
  .container { padding-left: 40px; padding-right: 40px; }
  h1 { font-size: 34px; } h2 { font-size: 24px; }
  .xxl-heading { font-size: 40px; }
}
@media (max-width: 767px) {
  .nav-links { display: none; }
  h1 { font-size: 30px; }
  .body-display { font-size: 16px; line-height: 20px; }
}
@media (max-width: 479px) {
  .container { padding-left: 22px; padding-right: 22px; }
}

/* ---------- Startseite ---------- */
.section { padding: 80px 0; }
.section--soft { background: var(--bg-soft-2); }
.hero-section { padding: 140px 0 100px; }
.hero-lead { margin-top: 24px; max-width: 640px; }
.hero-cta { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.center-note, .center-cta { text-align: center; margin-top: 40px; }

.lead-question { max-width: 900px; }
.quote-section .hero-quote {
  font-size: 24px; line-height: 1.5; font-weight: 500; color: var(--black);
  border-left: 3px solid var(--black); padding-left: 24px; margin: 0 0 24px;
}
.link-arrow { text-decoration: none; font-weight: 500; }
.link-arrow::after { content: " \2192"; }

.q-list, .pain-list { list-style: none; padding: 0; margin: 32px 0; display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.q-list li, .pain-list li { font-size: 18px; line-height: 1.5; color: var(--ink-body); padding-left: 22px; position: relative; }
.q-list li::before, .pain-list li::before { content: "\25BA"; position: absolute; left: 0; color: var(--ink-muted); font-size: 12px; top: 4px; }

.sub-head { margin-top: 40px; }
/* Steps als 2-Spalten-Timeline (Titel links, Steps rechts gestapelt) */
.steps-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; margin-top: 40px; align-items: start; }
.steps-head h2 { margin: 0; }
.steps-timeline { list-style: none; margin: 0; padding: 0; }
.steps-timeline .step { position: relative; padding-left: 40px; padding-bottom: 52px; }
.steps-timeline .step:last-child { padding-bottom: 0; }
.steps-timeline .step::before { content: ""; position: absolute; left: 0; top: 5px; width: 14px; height: 14px; border-radius: 4px; background: var(--black); z-index: 1; }
.steps-timeline .step::after { content: ""; position: absolute; left: 6px; top: 8px; bottom: 0; width: 2px; background: var(--line-2); }
.steps-timeline .step:last-child::after { display: none; }
.steps-timeline .step h3 { margin: 10px 0 12px; }
@media (max-width: 900px) { .steps-layout { grid-template-columns: 1fr; gap: 28px; } }
.check-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { font-size: 15px; line-height: 1.45; color: var(--ink-body); padding-left: 24px; position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 12px; height: 12px; background: var(--ink-muted); border-radius: 50%; opacity: .25; }

.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 40px; }
.fact { text-align: center; }
.fact-img { width: 56px; height: 56px; object-fit: contain; margin: 0 auto 16px; }
.fact h3 { font-size: 18px; }

.testimonial-slider { margin-top: 24px; }
.testimonial { font-size: 20px; line-height: 1.6; font-weight: 400; color: var(--ink-body); max-width: 760px; margin: 0 auto; text-align: center; }
.slider-nav { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }
.slider-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.slider-btn img { width: 20px; height: 20px; }

.ueber-links { display: flex; gap: 24px; margin-top: 24px; flex-wrap: wrap; }

.cta-section { background: var(--black); color: #fff; text-align: center; }
.cta-section .xxl-heading { color: #fff; max-width: 900px; margin: 0 auto; }
.cta-section .hero-cta { justify-content: center; }

@media (max-width: 767px) {
  .steps { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
}

/* ===== Home-Hero (dunkel, Vollbild) + Header-Overlay ===== */
.hero-section { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; background: #0a1118; padding: 0; }
.hero-media { position: absolute; inset: 0; background: url("/assets/img/photos/67bc84d9b424bb735f3def3c_IMG_8973-2.webp") 50% 100% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(10,17,24,.30), rgba(10,17,24,.72)); }
.hero-inner { position: relative; z-index: 2; color: #fff; padding-top: 160px; padding-bottom: 80px; }
.hero-kicker { color: #fff; }
.hero-h1 { font-size: clamp(38px, 5vw, 68px); line-height: 1.04; font-weight: 500; letter-spacing: -.02em; text-transform: uppercase; color: #fff; margin: 0 0 24px; }
.hero-lead { font-size: 18px; line-height: 1.6; max-width: 600px; color: #fff; margin: 0 0 28px; }
.hero-checks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; max-width: 620px; }
.hero-checks li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.45; color: #fff; }
.hero-checks li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; background: url("/assets/img/icon-check.svg") center/contain no-repeat; filter: brightness(0) invert(1); }

/* Header */
.nav-logo { height: 38px; width: auto; display: block; }
.nav-brand { display: inline-flex; align-items: center; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 4px; }
.nav-burger img { width: 28px; height: 28px; display: block; }
.dark-hero .site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background: transparent; border-bottom: none; }
.dark-hero .nav-links a { color: #fff; }
.dark-hero .nav-burger img { filter: brightness(0) invert(1); }
/* Angebot-Hero nutzt SW10PS statt IMG_8973 */
.hero-angebot .hero-media, .hero-ansatz .hero-media { background-image: url("/assets/img/photos/6947b2d4ff04d05e0bc59b10_SW10PS.webp"); background-position: 50% 30%; }

@media (max-width: 767px) {
  .nav-burger { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; background: #0a1118; flex-direction: column; gap: 18px; padding: 24px 22px; display: none; }
  .nav-links.is-open { display: flex; }
  .nav-links a { color: #fff !important; font-size: 16px; }
  .hero-section { min-height: 88vh; }
  .hero-inner { padding-top: 120px; padding-bottom: 56px; }
}

/* ===== Performance-Culture-Sektion (Portrait + Content + Frage-Slider) ===== */
.pc-section { padding: 0; }
.pc-grid { display: grid; grid-template-columns: 1fr .65fr; align-items: stretch; min-height: 640px; gap: 0; }
.pc-portrait { position: relative; overflow: hidden; min-height: 640px; }
.pc-portrait-media { position: absolute; inset: 0; background: url("/assets/img/photos/67bc84eb1b9845b59be6b46c_035-24c71b1729-LTE-8a0b1.webp") 50% 0 / cover no-repeat; }
.pc-portrait-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,0) 42%, rgba(10,17,24,.9)); }
.pc-portrait-quote { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 26px 24px; color: #fff; font-size: 12px; letter-spacing: 1.5px; line-height: 1.55; text-transform: uppercase; font-weight: 500; }
.pc-content { padding: 72px 0 72px 56px; display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.pc-content h2 { margin: 0; }
.pc-question { font-weight: 600; color: var(--black); margin: 0; }
.pc-question::before { content: "\25BA  "; color: var(--ink-muted); }
.pc-slider { position: relative; background: #000; color: #fff; border-radius: 4px; margin-top: 12px; min-height: 170px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 34px 34px 46px; }
.pc-slides { width: 100%; }
.pc-slide { display: none; margin: 0; font-size: 18px; line-height: 1.5; }
.pc-slides > .pc-slide:first-child { display: block; }
.pc-arrow { display: block; margin-top: 10px; color: #fff; font-weight: 500; }
.pc-dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; gap: 8px; justify-content: center; }
.pc-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.pc-dot.active { background: #fff; }
@media (max-width: 991px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pc-portrait { min-height: 440px; }
  .pc-content { padding: 48px 0 8px; }
}

/* ===== Dunkle Zitat-Sektion (IMG_8838) ===== */
.quote-dark { position: relative; overflow: hidden; background: #0a1118; padding: 120px 0; color: #fff; }
.quote-dark-media { position: absolute; inset: 0; background: url("/assets/img/photos/67bc85082a56a2cd4e4067a5_IMG_8838.webp") 50% 50% / cover no-repeat; }
.quote-dark-overlay { position: absolute; inset: 0; background: rgba(10,17,24,.72); }
.quote-dark-inner { position: relative; z-index: 2; }
.quote-dark-text { margin: 0 0 24px; font-size: clamp(24px, 3vw, 40px); line-height: 1.25; font-weight: 500; letter-spacing: -.01em; text-transform: uppercase; color: #fff; max-width: 1000px; }
.quote-dark-note { font-size: 18px; color: rgba(255,255,255,.85); max-width: 660px; margin: 0 0 20px; }
.quote-dark-link { color: #fff; }
@media (max-width: 767px) { .quote-dark { padding: 72px 0; } .quote-dark-text { font-size: 24px; } }

/* ===== Marketing-Headings uppercase (nicht im Blog) ===== */
.upper { text-transform: uppercase; }

/* ===== Vier Fragen (Q&A) ===== */
.qa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 48px; margin: 40px 0 32px; }
.qa-q { font-size: 15px; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; margin: 0 0 10px; color: var(--black); }
.qa-q::before { content: "\25BA  "; color: var(--ink-muted); }
.qa-a { font-size: 15px; line-height: 1.6; color: var(--ink-body); margin: 0; }
@media (max-width: 767px) { .qa-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ===== Dunkles Band (IMG_0685) ===== */
.band-dark { position: relative; overflow: hidden; background: #0a1118; color: #fff; padding: 110px 0; }
.band-dark-media { position: absolute; inset: 0; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }
.band-90 .band-dark-media { background-image: url("/assets/img/photos/67bc84ec669aff60efc5a163_IMG_0685.webp"); }
.band-dark-overlay { position: absolute; inset: 0; background: rgba(10,17,24,.72); }
.band-dark-inner { position: relative; z-index: 2; }
.band-kicker { color: #fff; }
.band-dark-h2 { color: #fff; margin: 0 0 16px; }
.band-dark-text { font-size: 20px; line-height: 1.55; color: rgba(255,255,255,.9); max-width: 680px; margin: 0; }
@media (max-width: 767px) { .band-dark { padding: 72px 0; } }

/* ===== Steps Beschreibung ===== */
.step-desc { font-size: 15px; line-height: 1.55; color: var(--ink-body); margin: 10px 0 12px; }
.steps-outcome { margin-top: 40px; font-size: 17px; line-height: 1.6; color: var(--black); max-width: 820px; font-style: italic; }

/* ===== Kein Zufall ===== */
.zufall { margin-top: 48px; max-width: 860px; }
.zufall-h { font-size: 20px; margin: 0 0 16px; }

/* ===== Testimonials dunkel (IMG_4223) ===== */
.testimonials-dark { position: relative; overflow: hidden; background: #0a1118; color: #fff; padding: 110px 0; }
.testimonials-media { position: absolute; inset: 0; background: url("/assets/img/photos/67bc84eba455aaaa30ef157c_IMG_4223.webp") 50% 50% / cover no-repeat; }
.testimonials-overlay { position: absolute; inset: 0; background: rgba(10,17,24,.78); }
.testimonials-inner { position: relative; z-index: 2; }
.testimonials-inner .band-kicker { color: rgba(255,255,255,.75); text-align: center; }
.testimonials-inner .testimonial { color: #fff; font-size: 24px; line-height: 1.55; }
.slider-btn--light { background: transparent; border-color: rgba(255,255,255,.4); }
.slider-btn--light img { filter: brightness(0) invert(1); }

/* ===== Über mich Text ===== */
.ueber-text { display: flex; flex-direction: column; gap: 18px; margin: 28px 0; }
.ueber-text p { font-size: 17px; line-height: 1.7; color: var(--ink-body); margin: 0; }
.ueber-text strong { color: var(--black); }

/* ===== CTA dunkel (IMG_8836) ===== */
.cta-dark { position: relative; overflow: hidden; background: #0a1118; color: #fff; padding: 130px 0; text-align: center; }
.cta-media { position: absolute; inset: 0; background: url("/assets/img/photos/67bc8508df228d35a4e99538_IMG_8836.webp") 50% 50% / cover no-repeat; }
.cta-overlay { position: absolute; inset: 0; background: rgba(10,17,24,.78); }
.cta-inner { position: relative; z-index: 2; }
.cta-h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; font-weight: 500; letter-spacing: -.01em; color: #fff; max-width: 900px; margin: 0 auto 24px; }
.cta-text { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 720px; margin: 0 auto 28px; }
.cta-btn-wrap { margin: 0 0 20px; }
.cta-sub { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0; }
.btn--light { background: #fff; color: var(--black); }
@media (max-width: 767px) { .cta-dark { padding: 80px 0; } }

/* ===== Angebot-Seite ===== */
.band-plain { padding: 90px 0; }
.band-plain .band-dark-overlay { background: #0a1118; }
.band-plain .quote-dark-text { max-width: 1000px; margin: 0; }
.center-block { text-align: center; max-width: 820px; margin: 0 auto 40px; }
.pain-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
@media (max-width: 767px) { .pain-2col { grid-template-columns: 1fr; } }
.video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; margin-top: 8px; border-radius: 6px; overflow: hidden; background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-facade { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; cursor: pointer; background: #000; display: block; }
.yt-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: opacity .2s; }
.yt-facade:hover img { opacity: 1; }
.yt-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 74px; height: 74px; border-radius: 50%; background: rgba(232,96,122,.94); display: flex; align-items: center; justify-content: center; transition: transform .2s, background .2s; box-shadow: 0 6px 24px rgba(0,0,0,.35); }
.yt-facade:hover .yt-play { transform: translate(-50%,-50%) scale(1.08); background: rgba(232,96,122,1); }
.yt-play::after { content: ""; margin-left: 5px; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #fff; }
.yt-facade:focus-visible { outline: 3px solid #fff; outline-offset: -3px; }
.ansatz-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.ansatz-card { background: #fff; border: 1px solid var(--line-2); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.ansatz-card-img { aspect-ratio: 3/2; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; filter: grayscale(1); }
.ansatz-card-body { padding: 24px; }
.ansatz-card-body h3 { margin: 0 0 8px; }
.ansatz-lbl { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--ink-muted); margin: 16px 0 4px; }
.ansatz-card-body p { font-size: 14px; line-height: 1.55; color: var(--ink-body); margin: 0; }
@media (max-width: 991px) { .ansatz-cards { grid-template-columns: 1fr; max-width: 480px; } }
.phasen { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 36px; }
.phase { border-top: 2px solid rgba(255,255,255,.25); padding-top: 18px; }
.phase-nr { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0 0 8px; }
.phase h3 { color: #fff; margin: 0 0 4px; font-size: 20px; }
.phase-week { font-size: 13px; color: rgba(255,255,255,.6); margin: 0 0 12px; }
.phase p:last-child { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.85); margin: 0; }
@media (max-width: 991px) { .phasen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .phasen { grid-template-columns: 1fr; } }
.tools-grid { list-style: none; padding: 0; margin: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tools-grid li { border: 1px solid var(--line-2); border-radius: 8px; padding: 18px 20px; font-weight: 500; font-size: 15px; background: #fff; }
@media (max-width: 767px) { .tools-grid { grid-template-columns: 1fr; } }

/* ===== Mein Ansatz: Manifest-Akkordeon ===== */
.manifest { margin: 36px 0 0; border-top: 1px solid var(--line-1); }
.manifest-item { border-bottom: 1px solid var(--line-1); }
.manifest-item summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0; position: relative; font-size: 20px; font-weight: 500; color: var(--black); }
.manifest-item summary::-webkit-details-marker { display: none; }
.manifest-item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--ink-muted); font-weight: 300; }
.manifest-item[open] summary::after { content: "\2013"; }
.manifest-body { padding: 0 0 26px; }
.manifest-body p { font-size: 16px; line-height: 1.65; color: var(--ink-body); margin: 0 0 14px; }
.manifest-refs { font-size: 14px; }
.manifest-refs a { color: var(--accent-ink); text-decoration: none; font-weight: 500; margin-right: 8px; }
.manifest-refs a::before { content: "\25B6  "; color: var(--ink-muted); font-size: .8em; }
.manifest-refs a:hover { text-decoration: underline; }

/* ===== Bio-Band ===== */
.bio-band { padding: 100px 0; }
.bio-text { display: flex; flex-direction: column; gap: 16px; margin: 20px 0 28px; }
.bio-text p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.9); margin: 0; }

/* ===== Blog-Index (Karten-Raster) ===== */
.blog-index-head { padding-bottom: 24px; padding-top: 100px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 32px; }
.blog-card { display: flex; flex-direction: column; }
.blog-card-media { position: relative; display: block; aspect-ratio: 4/3; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; border-radius: 8px; overflow: hidden; background-color: #0a1118; }
.blog-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.blog-card-overlay { position: absolute; inset: 0; background: rgba(10,17,24,.12); transition: background .2s; z-index: 1; }
.blog-card-media:hover .blog-card-overlay { background: rgba(10,17,24,.30); }
.blog-card-media--brand { background: linear-gradient(145deg, #17262b, #0a1118); }
.blog-card-media--brand::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34px; height: 34px; border-radius: 50%; background: #e8607a; opacity: .92; z-index: 1; }
.blog-card-title { font-size: 20px; line-height: 1.32; margin: 18px 0 14px; font-weight: 500; }
.blog-card-btn { align-self: flex-start; padding: 8px 22px; min-height: 0; }
@media (max-width: 991px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ===== Blog-Artikel ===== */
.blog-article-head { padding-top: 64px; }
.blog-article-head h1 { margin-top: 8px; text-wrap: balance; }
.blog-back-top { text-decoration: none; color: var(--ink-muted); }
.blog-article-hero { aspect-ratio: 16/7; border-radius: 10px; margin: 28px 0 44px; overflow: hidden; }
.blog-article-hero img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; display: block; }
.blog-back { margin-top: 48px; }

/* ===== Kontakt-Seite ===== */
.hero-kontakt .hero-media { background-image: url("/assets/img/photos/67bc84ec669aff60efc5a163_IMG_0685.webp"); background-position: 50% 50%; }
.kontakt-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.kontakt-info .kontakt-list { list-style: none; padding: 0; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 12px; }
.kontakt-list a { text-decoration: none; color: var(--ink-body); font-size: 18px; }
.kontakt-list a:hover { color: var(--black); }
.kontakt-form { display: flex; flex-direction: column; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-muted); }
.field input, .field textarea { padding: 12px 14px; border: 1px solid var(--line-1); border-radius: 8px; font-family: var(--font-sans); font-size: 15px; background: #fff; color: var(--black); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--black); outline-offset: 1px; border-color: var(--black); }
.field textarea { resize: vertical; }
.field-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--ink-body); }
.field-check input { margin-top: 3px; accent-color: var(--black); }
.field-check a { color: var(--black); }
.kontakt-form button { align-self: flex-start; margin-top: 4px; border: none; cursor: pointer; font-family: var(--font-sans); }
.form-msg { padding: 14px 16px; border-radius: 8px; margin-bottom: 18px; font-size: 15px; }
.form-msg--ok { background: #e5f3ec; color: #2f9e6b; border: 1px solid #b8e0ca; }
.form-msg--err { background: #f7e3e6; color: #cc4055; border: 1px solid #eab9c1; }
@media (max-width: 767px) { .kontakt-grid { grid-template-columns: 1fr; gap: 36px; } .field-row { grid-template-columns: 1fr; } }

/* ===== Whitepaper + Bestätigung ===== */
.wp-section, .bestaetigung { padding-top: 96px; }
.wp-form { margin-top: 32px; max-width: 640px; }
.wp-anrede { display: flex; gap: 20px; align-items: center; }
.wp-anrede .field-lbl { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-muted); }
.wp-anrede label { display: inline-flex; gap: 6px; align-items: center; cursor: pointer; font-size: 15px; }
.wp-note { margin-top: 18px; font-size: 14px; color: var(--ink-muted); }
.bestaetigung { padding-bottom: 130px; }
.bestaetigung-sub { color: var(--ink-muted); margin: 28px 0 32px; }
.brevo-captcha { margin: 6px 0 10px; }
.form-preview-note { margin-top: 10px; font-size: 13px; color: var(--ink-muted); }
