/* ==========================================================================
   gastronomieprofis.de — zentrale Stylesheet
   Erstellt: 08.09.2026 — zusammengefuehrt aus den bis dahin einzeln in jeder
   der 45 Seiten eingebetteten <style>-Bloecken.

   AUFBAU
     1. BASIS            gilt auf allen Seiten
     2. RATGEBER         Uebersicht und Artikel
     3. SEITEN-BAUSTEINE Kopfzeile/Zitate, Fuer-wen-Raster, FAQ
     4. body.p-article   nur Ratgeber-Artikel
     5. body.p-home      nur Startseite

   EINBINDUNG   <link rel="stylesheet" href="/style.css?v=1">
     Startseite        <body class="p-home">
     Ratgeber-Artikel  <body class="p-article">
     alle uebrigen     <body>

   MARKENFARBEN
     #ab3638  Logo-Rot (Flaechen/Buttons, heller Text #fdf2f1)
     #d9787a  helleres Rot (Text/Labels/Raender auf dunklem Grund)
     #e8a4a6  Gradient-Hellton
     #0f0f0d  Seitenhintergrund
     #e8e4db  Haupttextfarbe

   HINWEIS  Nach jeder Aenderung die Versionsnummer im <link> erhoehen
            (?v=2, ?v=3 ...), damit Browser-Caches die neue Datei laden.
   ========================================================================== */

/* ==========================================================================
   1. BASIS  —  gilt auf allen Seiten
   ========================================================================== */

*{margin:0;padding:0;box-sizing:border-box}a{-webkit-tap-highlight-color:rgba(217,120,122,.3)}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0f0f0d;color:#e8e4db;font-size:16px;line-height:1.7}

/* NAV */
.nav{position:sticky;top:0;background:#0f0f0d;z-index:100;border-bottom:0.5px solid #2a2a25}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo img{height:46px;width:auto}
.nav-links{display:flex;gap:2rem}
.nav-links a{color:#8a877e;font-size:14px;text-decoration:none;cursor:pointer;transition:color .2s}
.nav-links a:hover{color:#e8e4db}
.nav-dropdown{position:relative}
.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#141412;border:0.5px solid #2a2a25;border-radius:4px;padding:0.5rem 0;min-width:250px;box-shadow:0 12px 24px rgba(0,0,0,0.4);z-index:50}
.nav-dropdown:hover .nav-dropdown-menu{display:block}
.nav-dropdown-menu{min-width:300px}
.nav-dropdown-menu a{display:block;padding:0.6rem 1.25rem;font-size:13px;color:#8a877e;white-space:normal;text-decoration:none}
.nav-dropdown-menu a:hover{background:rgba(217,120,122,0.08)}
.nav-dropdown-menu a strong{display:block;color:#e8e4db;font-weight:500;font-size:13px;margin-bottom:0.15rem}
.nav-dropdown-menu a span.nav-dropdown-sub{display:block;font-size:11px;color:#75726a;font-weight:400;line-height:1.3}
.nav-dropdown-menu a:hover{color:#d9787a;background:#1a1a18}
.nav-cta{background:#ab3638;color:#fdf2f1;border:none;padding:0.5rem 1.25rem;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}
.nav-cta:hover{opacity:0.88}
.nav-phone{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;text-decoration:none;border:1px solid #d9787a;border-radius:4px;padding:0.4rem 0.9rem;margin-right:0.75rem;transition:background .2s;color:#d9787a}
.nav-phone:hover{background:rgba(217,120,122,0.12)}
.nav-phone-number{color:#d9787a;font-size:13px;font-weight:600}
.nav-phone-sub{color:#9a9a90;font-size:10px;letter-spacing:0.01em}
.nav-phone-mobile{display:none;color:#d9787a;text-decoration:none;font-size:13px;font-weight:600;border:1px solid #d9787a;border-radius:4px;padding:0.4rem 0.75rem;margin-right:0.5rem;white-space:nowrap;align-items:center;gap:0.35rem}
.sticky-call-bar{position:fixed;left:0;right:0;bottom:0;transform:translateY(100%);transition:transform .3s ease;background:#141412;border-top:1px solid #2a2a25;padding:0.85rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;z-index:998;font-size:13px;color:#c0c0b6;flex-wrap:wrap;text-align:center}
.sticky-call-bar.visible{transform:translateY(0)}
.sticky-call-bar a{color:#d9787a;font-weight:600;text-decoration:none;white-space:nowrap}
.sticky-call-bar a:hover{opacity:0.85}

.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:0.5rem}
.nav-hamburger span{display:block;width:22px;height:1.5px;background:#e8e4db;margin:5px 0}
.nav-mobile{display:none;flex-direction:column;background:#0f0f0d;border-bottom:0.5px solid #2a2a25;padding:1rem 2rem}
.nav-mobile.open{display:flex}
.nav-mobile a{color:#8a877e;font-size:15px;text-decoration:none;cursor:pointer;padding:0.6rem 0;border-bottom:0.5px solid #1a1a18}
.nav-mobile-sub{padding-left:1.25rem !important;font-size:13px !important;color:#7a7a70 !important}

/* HERO */
.hero-wrap{position:relative;height:600px;overflow:hidden}
.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;filter:brightness(0.32);animation:kenburns 24s ease-in-out infinite alternate;transform-origin:center 25%}
@keyframes kenburns{0%{transform:scale(1)}100%{transform:scale(1.12)}}
@media(prefers-reduced-motion:reduce){.hero-img{animation:none}}
.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0;max-width:1280px;margin:0 auto;left:0;right:0;padding:0 2.5rem}
.hero-tag{font-size:11px;letter-spacing:0.16em;color:#d9787a;text-transform:uppercase;margin-bottom:1.25rem}
.hero h1{font-size:clamp(2rem,4vw,3.6rem);font-weight:400;line-height:1.1;color:#f0ece3;margin-bottom:1.5rem;letter-spacing:-0.015em;max-width:780px}
.hero h1 em{font-style:normal;color:#d9787a}
.hero-sub{font-size:clamp(15px,1.5vw,18px);color:#a0a098;max-width:580px;margin-bottom:2rem;line-height:1.8}
.hero-actions{display:flex;gap:0.75rem;flex-wrap:wrap;align-items:center}
.btn-primary{background:#ab3638;color:#fdf2f1;padding:0.75rem 1.75rem;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}
.btn-primary:hover{opacity:0.88}
.btn-ghost{background:transparent;color:#e8e4db;padding:0.75rem 1.75rem;border:0.5px solid #3a3a35;border-radius:4px;font-size:14px;cursor:pointer;transition:border-color .2s}
.btn-ghost:hover{border-color:#9a9a90}
.hero-tel{font-size:15px;color:#a0a098;margin-top:1rem}
.hero-tel span{color:#d9787a;font-weight:500}

/* SECTIONS */
.section{padding:5rem 0}
.section-inner{max-width:1280px;margin:0 auto;padding:0 2.5rem}
.divider-full{height:0.5px;background:#2a2a25}
.section-tag{font-size:11px;letter-spacing:0.16em;color:#d9787a;text-transform:uppercase;margin-bottom:0.75rem}
.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;color:#f0ece3;margin-bottom:1rem;line-height:1.2}
.section-sub{font-size:15px;color:#8a877e;max-width:600px;margin-bottom:3rem;line-height:1.85}

/* PAIN */
.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2a2a25;border:0.5px solid #2a2a25;margin-top:2.5rem}
.pain-card{background:#0f0f0d;padding:2rem;transition:background .2s}
.pain-card:hover{background:#131311}
.pain-icon{font-size:32px;margin-bottom:0.75rem}
.pain-card h3{font-size:15px;font-weight:500;color:#e8e4db;margin-bottom:0.5rem}
.pain-card p{font-size:13px;color:#9a9a90;line-height:1.7}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.service-card{border:0.5px solid #2a2a25;border-radius:4px;padding:1.75rem;transition:border-color .2s}
.service-card:hover{border-color:#d9787a}
.service-num{font-size:26px;color:#d9787a;font-weight:300;margin-bottom:0.75rem;letter-spacing:0.02em}
.service-card h3{font-size:14px;font-weight:500;color:#e8e4db;margin-bottom:0.5rem}
.service-card p{font-size:13px;color:#9a9a90;line-height:1.65}

/* WHO */
.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#2a2a25;border:0.5px solid #2a2a25;margin-bottom:3rem}
.who-card{background:#0f0f0d;padding:2rem}
.who-card h3{font-size:11px;font-weight:600;color:#d9787a;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:0.75rem}
.who-card p{font-size:13px;color:#8a877e;line-height:1.7}

/* TRUST */
.trust-bar{display:flex;gap:3rem;flex-wrap:wrap;align-items:center;padding:2rem 0;border-top:0.5px solid #2a2a25;border-bottom:0.5px solid #2a2a25}
.trust-item{font-size:12px;color:#9a9a90;letter-spacing:0.06em}
.trust-item strong{color:#d9787a;font-size:20px;font-weight:400;display:block;margin-bottom:0.1rem}

/* PROCESS */
.process-steps{max-width:720px}
.step{display:flex;gap:1.75rem;padding:1.5rem 0;border-bottom:0.5px solid #1e1e1c;align-items:flex-start}
.step:last-child{border-bottom:none}
.step-num{font-size:26px;color:#d9787a;font-weight:300;min-width:48px;padding-top:0;letter-spacing:0;position:relative}
.step:not(:last-child) .step-num::after{content:"\2193";position:absolute;left:24px;top:100%;transform:translateX(-50%);margin-top:0.5rem;font-size:22px;color:#d9787a;opacity:1}
.step-content h3{font-size:15px;font-weight:500;color:#e8e4db;margin-bottom:0.35rem}
.step-content p{font-size:13px;color:#9a9a90;line-height:1.7}

/* PETER SPLIT SECTION */
.peter-split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:480px}
.peter-img-wrap{position:relative;overflow:hidden}
.peter-img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(0.98)}
.peter-text{background:#141412;padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center}
.peter-text .section-tag{margin-bottom:0.75rem}
.peter-text h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;color:#f0ece3;margin-bottom:1.5rem;line-height:1.2}
.peter-text p{font-size:14px;color:#8a877e;line-height:1.9;margin-bottom:1rem}
.peter-text strong{color:#e8e4db;font-weight:500}
.peter-portrait-strip{display:flex;align-items:center;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;border-top:0.5px solid #2a2a25}
.portrait-mini img{width:72px;height:72px;border-radius:50%;object-fit:cover;object-position:center top;border:0.5px solid #d9787a}
.portrait-mini-info{font-size:14px}
.portrait-mini-name{color:#e8e4db;font-weight:500;margin-bottom:0.1rem}
.portrait-mini-title{color:#9a9a90}
.fcsi-mini{height:112px;width:auto;margin-left:auto}

/* EXPERTISE */
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.expertise-icon{font-size:28px;margin-bottom:0.75rem}
.expertise-card{border:0.5px solid #2a2a25;border-radius:4px;padding:1.75rem;transition:border-color .2s;position:relative}
.expertise-card:hover{border-color:#d9787a}
.expertise-tag{font-size:10px;font-weight:600;color:#d9787a;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:0.75rem}
.expertise-card h3{font-size:14px;font-weight:500;color:#e8e4db;margin-bottom:0.5rem;line-height:1.35}
.expertise-card p{font-size:12px;color:#9a9a90;line-height:1.75}

/* QUOTE + CTA */
.quote-block{background:#141412;border-left:2px solid #d9787a;padding:2.5rem 2.5rem 2.5rem 2.75rem;margin:0 0 3rem}
.quote-block blockquote{font-size:17px;color:#c0c0b6;line-height:1.85;font-style:italic;margin-bottom:0.75rem}
.quote-author{font-size:11px;color:#a0a098;letter-spacing:0.08em}
.quote-author span{color:#d9787a}
.cta-block{background:#141412;border:0.5px solid #2a2a25;border-radius:6px;padding:4rem 3rem;text-align:center}
.cta-block h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;color:#f0ece3;margin-bottom:0.75rem}
.cta-block p{font-size:15px;color:#8a877e;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}
.cta-tel{font-size:26px;font-weight:400;color:#d9787a;display:block;margin-bottom:0.4rem;letter-spacing:0.02em}
.cta-mail{font-size:14px;color:#9a9a90;margin-bottom:2rem;display:block}

/* CONTACT */
.contact-highlight{background:#141412;border:0.5px solid #d9787a;border-radius:6px;padding:2rem;margin-bottom:2.5rem;max-width:500px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:760px}
.btn-calendly{display:inline-flex;align-items:center;gap:0.5rem;background:#ab3638;color:#fdf2f1;padding:0.75rem 1.75rem;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s}
.btn-calendly:hover{opacity:0.88}
.field-label{font-size:10px;color:#d9787a;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:0.35rem}
input,textarea{background:#171714;border:0.5px solid #2a2a25;color:#e8e4db;padding:0.7rem 1rem;border-radius:4px;font-size:13px;width:100%;font-family:inherit;transition:border-color .2s}
input:focus,textarea:focus{outline:none;border-color:#d9787a}

/* LEGAL */
.legal-block{max-width:640px}
.legal-block h2{font-size:14px;font-weight:500;color:#e8e4db;margin:2rem 0 0.5rem;border-top:0.5px solid #1e1e1c;padding-top:1.5rem}
.legal-block h2:first-of-type{border-top:none;padding-top:0;margin-top:0}
.legal-block p,.legal-block li{font-size:13px;color:#9a9a90;line-height:1.9}
.legal-block ul{padding-left:1.25rem;margin-bottom:0.75rem}
.legal-block strong{color:#8a877e;font-weight:500}

/* FOOTER */
.footer{border-top:0.5px solid #2a2a25}
.footer-inner{max-width:1280px;margin:0 auto;padding:2rem 2.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-left{font-size:12px;color:#a0a098;line-height:1.7}
.footer-left strong{color:#7a7a72;display:block;margin-bottom:0.15rem;font-size:13px}
.footer-links{display:flex;gap:1.5rem;align-items:center}
.footer-links a{font-size:11px;color:#a0a098;cursor:pointer;text-decoration:none;letter-spacing:0.06em;transition:color .2s}
.footer-links a:hover{color:#8a877e}
.footer-copy{font-size:11px;color:#96958a}

/* RESPONSIVE TABLET */
@media(max-width:1024px){
  .pain-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .who-grid{grid-template-columns:repeat(2,1fr)}
  .expertise-grid{grid-template-columns:repeat(2,1fr)}
  .peter-split{grid-template-columns:1fr}
  .peter-img-wrap{height:380px}
  .peter-text{padding:3rem 2rem}
}

/* RESPONSIVE MOBILE */
@media(max-width:768px){
  .nav-links,.nav-cta{display:none}
  .nav-phone{display:none}
  .nav-phone-mobile{display:inline-flex}
  .sticky-call-bar{font-size:12px;padding:0.7rem 1rem}

  .nav-hamburger{display:block}
  .nav-inner{padding:0 1.25rem}
  .section-inner{padding:0 1.25rem}
  .footer-inner{padding:1.5rem 1.25rem;flex-direction:column;align-items:flex-start}
  .hero-wrap{height:560px}
  .hero-content{padding:0 1.25rem}
  .hero h1{font-size:clamp(1.7rem,7vw,2.4rem)}
  .section{padding:3rem 0}
  .pain-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr}
  .who-grid{grid-template-columns:1fr}
  .expertise-grid{grid-template-columns:1fr}
  .trust-bar{gap:1.5rem}
  .contact-grid{grid-template-columns:1fr}
  .cta-block{padding:2.5rem 1.5rem}
  .quote-block{padding:1.75rem 1.5rem 1.75rem 2rem}
  .peter-text{padding:2rem 1.25rem}
  .peter-img-wrap{height:320px}
}
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#171714;border-top:3px solid #d9787a;padding:1.5rem 1.5rem;display:none;box-shadow:0 -8px 30px rgba(0,0,0,.55)}
#cookie-banner.show{display:block}
.cookie-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cookie-text{font-size:15px;color:#c4c2b8;line-height:1.7;max-width:640px}
.cookie-text a{color:#d9787a;text-decoration:underline;cursor:pointer}
.cookie-actions{display:flex;gap:0.75rem;flex-shrink:0;flex-wrap:wrap}
.btn-cookie-accept{background:#ab3638;color:#fdf2f1;border:none;padding:.8rem 1.75rem;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}
.btn-cookie-accept:hover{opacity:0.88}
.btn-cookie-decline{background:transparent;color:#e8e4db;border:1px solid #4a4a44;padding:.8rem 1.75rem;border-radius:4px;font-size:14px;cursor:pointer;white-space:nowrap;transition:border-color .2s}
.btn-cookie-decline:hover{border-color:#6a6a60}
@media(max-width:640px){
  .cookie-inner{flex-direction:column;align-items:flex-start}
  .cookie-actions{width:100%}
  .btn-cookie-accept,.btn-cookie-decline{flex:1}
}


/* ==========================================================================
   2. RATGEBER  —  Übersicht und Artikel
   ========================================================================== */
.breadcrumb{max-width:1280px;margin:0 auto;padding:1.25rem 2.5rem 0;font-size:12px;color:#8a877e}
.breadcrumb a{color:#8a877e;text-decoration:none}
.breadcrumb a:hover{color:#d9787a}
.article-hero{max-width:780px}
.article-hero h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15;color:#f0ece3;margin-bottom:1rem;letter-spacing:-0.015em}
.article-meta{font-size:13px;color:#8a877e;margin-bottom:2rem}
.article-body{max-width:720px}
.article-body h2{font-size:20px;font-weight:500;color:#e8e4db;margin:2.25rem 0 0.85rem;border-top:0.5px solid #1e1e1c;padding-top:1.75rem}
.article-body h2:first-of-type{border-top:none;padding-top:0;margin-top:0}
.article-body p{font-size:15px;color:#9a9a90;line-height:1.9;margin-bottom:1rem}
.article-body ul{padding-left:1.25rem;margin-bottom:1rem}
.article-body li{font-size:15px;color:#9a9a90;line-height:1.9;margin-bottom:0.4rem}
.article-body strong{color:#e8e4db;font-weight:500}
.article-body em{color:#8a877e;font-style:italic;font-size:13px;display:block;margin-top:2rem}
.ratgeber-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
.rg-card{background:#141412;border:0.5px solid #2a2a25;border-radius:6px;padding:1.75rem;text-decoration:none;display:block;transition:border-color .2s}
.rg-card:hover{border-color:#d9787a}
.rg-card-tag{font-size:10px;letter-spacing:0.1em;color:#d9787a;text-transform:uppercase;margin-bottom:0.75rem}
.rg-card h3{font-size:17px;font-weight:500;color:#e8e4db;margin-bottom:0.6rem;line-height:1.4}
.rg-card p{font-size:13px;color:#9a9a90;line-height:1.6}
.cta-inner{max-width:1280px;margin:0 auto;padding:3.5rem 2.5rem;text-align:center}
.cta-inner h2{font-size:26px;font-weight:400;color:#e8e4db;margin-bottom:0.75rem}
.cta-inner p{font-size:14px;color:#9a9a90;margin-bottom:1.75rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-phone{border:0.5px solid #2a2a25;color:#e8e4db;padding:0.85rem 2rem;border-radius:4px;text-decoration:none;font-size:14px;display:inline-block}


/* ==========================================================================
   3. EINZELNE SEITEN-BAUSTEINE  —  Kopfzeile/Zitate, Für-wen-Raster, FAQ
   ========================================================================== */
.vg-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background:#0f0f0d;border-bottom:1px solid #232320}
.vg-header a.vg-home{color:#e8e4db;text-decoration:none;font-weight:600;letter-spacing:.02em;font-size:1.05rem}
.vg-header a.vg-home span{color:#d9787a}
.vg-header a.vg-back{color:#a0a098;text-decoration:none;font-size:.9rem;border:1px solid #3a3a35;padding:8px 16px;border-radius:4px;transition:border-color .2s}
.vg-header a.vg-back:hover{border-color:#d9787a;color:#d9787a}
.vg-breadcrumb{max-width:1100px;margin:0 auto;padding:24px 40px 0;color:#6a6a60;font-size:.85rem}
.vg-breadcrumb a{color:#a0a098;text-decoration:none}
.vg-breadcrumb a:hover{color:#d9787a}
.vg-quote{max-width:760px;margin:0 auto;padding:40px;border-left:3px solid #d9787a;background:#171714;font-size:1.15rem;line-height:1.6;color:#e8e4db;font-style:italic}
.vg-cta-link{display:inline-block;background:#ab3638;color:#fdf2f1;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;border:none;cursor:pointer}
.vg-cta-link:hover{opacity:.88}
@media(max-width:640px){.vg-header{padding:16px 20px}}
@media(max-width:640px){.vg-breadcrumb{padding:20px 20px 0}}
.qualify-grid{display:flex;flex-direction:column;gap:1rem;max-width:640px}
.qualify-item{display:flex;align-items:flex-start;gap:0.9rem;font-size:16px;color:#e8e4db;line-height:1.5;padding:1.1rem 1.4rem;border:0.5px solid #2a2a25;border-radius:4px;transition:border-color .2s}
.qualify-item:hover{border-color:#d9787a}
.qualify-check{color:#d9787a;font-size:18px;font-weight:600;flex-shrink:0;line-height:1.4}
.faq-item{border-bottom:0.5px solid #2a2a25;padding:1.25rem 0}
.faq-item summary{cursor:pointer;font-size:17px;font-weight:600;color:#e8e4db;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:22px;color:#d9787a;margin-left:1rem;flex-shrink:0}
.faq-item[open] summary::after{content:'–'}
.faq-item p{color:#a0a098;margin-top:0.9rem;line-height:1.6}


/* ==========================================================================
   4. RATGEBER-ARTIKEL  —  <body class="p-article">
   ========================================================================== */
body.p-article .section{padding:3rem 2.5rem;max-width:1280px;margin:0 auto}
body.p-article .cta-block{border-top:0.5px solid #2a2a25}
body.p-article .btn-calendly{padding:0.85rem 2rem;font-weight:500}
body.p-article .article-hero{margin:0 auto}
body.p-article .article-meta{max-width:720px;margin-left:auto;margin-right:auto}
body.p-article .article-body{margin:0 auto}


/* ==========================================================================
   5. STARTSEITE  —  <body class="p-home">
   ========================================================================== */
body.p-home .hero-img{filter:brightness(0.5)}
body.p-home .hero-content{animation:heroIn .9s cubic-bezier(.25,.1,.25,1) both}
body.p-home .ergebnis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
body.p-home .trust-bar{opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease}
body.p-home .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
body.p-home .why-card{border:0.5px solid #2a2a25;border-radius:4px;padding:1.75rem;transition:border-color .2s}
body.p-home .why-card:hover{border-color:#d9787a}
body.p-home .why-card h3{font-size:15px;font-weight:500;color:#e8e4db;margin-bottom:0.5rem;line-height:1.35}
body.p-home .why-card p{font-size:12px;color:#9a9a90;line-height:1.75}
body.p-home .hero-video-hint{color:#d9787a;text-decoration:none;display:inline-block;border-bottom:1px solid rgba(217,120,122,0.4);transition:border-color .2s,opacity .2s}
body.p-home .hero-video-hint:hover{border-color:#d9787a;opacity:0.85}
body.p-home .contact-highlight{background:linear-gradient(135deg,#1c1912,#141412);border:1.5px solid #d9787a;border-radius:8px;padding:2.5rem;max-width:620px;box-shadow:0 10px 40px rgba(217,120,122,0.18)}
body.p-home .btn-calendly{justify-content:center;padding:1rem 2rem;font-size:15px;font-weight:700;width:100%;box-sizing:border-box}
@media(max-width:1024px){body.p-home .why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){body.p-home .ergebnis-grid{grid-template-columns:1fr;gap:2rem}}
@media(max-width:768px){body.p-home .why-grid{grid-template-columns:1fr}}
@keyframes heroIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
body.p-home .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
body.p-home .reveal.in-view{opacity:1;transform:translateY(0)}
body.p-home .trust-bar.in-view{opacity:1;transform:translateY(0)}
body.p-home .cta-block .btn-primary{animation:ctaPulse 3.2s ease-in-out infinite}
@keyframes ctaPulse{0%,100%{box-shadow:0 0 0 0 rgba(217,120,122,0.35)}50%{box-shadow:0 0 0 8px rgba(217,120,122,0)}}
body.p-home .process-line-fill{display:none}
@media(min-width:900px){body.p-home .process-steps{max-width:100%;display:flex;justify-content:space-between;gap:0.5rem;position:relative;padding-top:0.5rem}}
@media(min-width:900px){body.p-home .process-line-fill{display:block;position:absolute;top:37px;left:5%;height:1px;width:0;background:#d9787a;z-index:1;transition:width 1.4s cubic-bezier(.4,0,.2,1)}}
@media(min-width:900px){body.p-home .process-steps.in-view .process-line-fill{width:90%}}
@media(min-width:900px){body.p-home .process-steps::after{content:"";position:absolute;top:37px;left:5%;right:5%;height:1px;background:#2a2a25;z-index:0}}
@media(min-width:900px){body.p-home .process-steps .step{flex-direction:column;align-items:center;text-align:center;border-bottom:none;padding:0;flex:1;position:relative;z-index:2;max-width:190px;opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}}
@media(min-width:900px){body.p-home .process-steps.in-view .step{opacity:1;transform:translateY(0)}}
@media(min-width:900px){body.p-home .process-steps.in-view .step:nth-child(2){transition-delay:.1s}}
@media(min-width:900px){body.p-home .process-steps.in-view .step:nth-child(3){transition-delay:.4s}}
@media(min-width:900px){body.p-home .process-steps.in-view .step:nth-child(4){transition-delay:.7s}}
@media(min-width:900px){body.p-home .process-steps.in-view .step:nth-child(5){transition-delay:1s}}
@media(min-width:900px){body.p-home .process-steps .step-num{width:70px;height:70px;border-radius:50%;background:#141412;border:1px solid #2a2a25;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;min-width:auto}}
@media(min-width:900px){body.p-home .process-steps .step:not(:last-child) .step-num::after{display:none}}
@media(min-width:900px){body.p-home .process-steps .step-content h3{font-size:14px}}
@media(prefers-reduced-motion:reduce){body.p-home .hero-content,body.p-home .reveal,body.p-home .trust-bar,body.p-home .cta-block .btn-primary,body.p-home .process-steps .step{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}
body.p-home .hebel-grid{display:flex;flex-wrap:wrap;gap:1rem}
body.p-home .hebel-chip{position:relative;display:inline-flex;align-items:center;padding:0.85rem 1.85rem;border:1px solid rgba(217,120,122,0.45);border-radius:999px;background:linear-gradient(180deg,rgba(217,120,122,0.08),rgba(217,120,122,0.02));color:#e8e4db;text-decoration:none;font-size:15px;font-weight:500;letter-spacing:0.01em;box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.03);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}
body.p-home .hebel-chip:hover{border-color:#d9787a;background:linear-gradient(135deg,#e8a4a6,#d9787a);color:#141210;transform:translateY(-3px);box-shadow:0 10px 24px rgba(217,120,122,0.28),0 2px 6px rgba(0,0,0,0.3)}
body.p-home .hebel-chip:active{transform:translateY(-1px)}
body.p-home .stat-fixed{opacity:0;transform:translateY(14px) scale(0.94);display:block;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
body.p-home .stat-fixed.stat-visible{opacity:1;transform:translateY(0) scale(1)}

/* ==========================================================================
   6. ERGAENZUNGEN  —  08.09.2026
   ========================================================================== */
.trust-item a{color:inherit;text-decoration:none;display:block;border-bottom:1px solid transparent;transition:border-color .2s}
.trust-item a:hover{border-bottom-color:#d9787a}
.text-link{color:#d9787a;text-decoration:none;border-bottom:1px solid rgba(217,120,122,0.4);transition:border-color .2s,opacity .2s}
.text-link:hover{border-color:#d9787a;opacity:0.85}
.note{font-size:13px;color:#8a877e;margin-top:1.25rem}
/* Markierung in der Hauptueberschrift (das Markup nutzt .hero-content, nicht .hero) */
.hero-content h1 em{font-style:normal;color:#d9787a}
