/* ═══════════════════════════════════════════════════
   seniq Strategiepartner — Stylesheet
   Zugehörige Datei: index.html
   Version: 2026
   Verwendung: <link rel="stylesheet" href="seniq.css">
═══════════════════════════════════════════════════ */

:root{
  --teal:#1AA8A8;--teal-d:#138585;--teal-l:#e4f7f7;--teal-xl:#f0fbfb;
  --navy:#1A2E5A;--navy-l:#eef2fa;--gold:#C9992A;--gold-l:#fdf3e0;
  --grn:#2eaa6a;--grn-l:#e4f7ed;--red:#D94F3D;
  --slate:#4a5878;--muted:#6B7A99;--border:#DDE3F0;
  --bg:#F4F7FC;--white:#FFFFFF;
  --fs:'Playfair Display',Georgia,serif;
  --fd:'DM Sans',system-ui,sans-serif;
  --fm:'DM Mono',monospace;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:var(--fd);color:var(--navy);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.93);backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border-bottom:1px solid rgba(221,227,240,0.6);height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;transition:box-shadow .3s;}
nav.scrolled{box-shadow:0 2px 24px rgba(26,46,90,.1);}
.nav-logo{display:flex;align-items:center;text-decoration:none;}
.nav-links{display:flex;align-items:center;gap:1.7rem;list-style:none;}
.nav-links a{font-size:.82rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s;}
.nav-links a:hover{color:var(--teal);}
.nav-cta{background:var(--teal);color:white;padding:.52rem 1.25rem;border-radius:8px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 2px 12px rgba(26,168,168,.3);}
.nav-cta:hover{background:var(--teal-d);transform:translateY(-1px);box-shadow:0 4px 18px rgba(26,168,168,.4);}

/* SHARED */
.section{padding:5.5rem 4rem;position:relative;}
.container{max-width:1100px;margin:0 auto;}
.eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem;}
.eyebrow::before{content:'';width:22px;height:2px;background:var(--teal);border-radius:1px;}
.section-h2{font-family:var(--fs);font-size:clamp(1.8rem,3vw,2.65rem);font-weight:800;color:var(--navy);line-height:1.15;letter-spacing:-.02em;margin-bottom:.85rem;}
.section-h2 em{font-style:italic;color:var(--teal);}
.section-sub{font-size:.97rem;color:var(--muted);line-height:1.72;max-width:520px;}
.btn-p{background:var(--navy);color:white;padding:.8rem 2rem;border-radius:10px;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 20px rgba(26,46,90,.25);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fd);}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(26,46,90,.3);}
.btn-teal{background:var(--teal)!important;box-shadow:0 4px 20px rgba(26,168,168,.3)!important;}
.btn-teal:hover{background:var(--teal-d)!important;}
.btn-ghost{color:var(--navy);font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s;}
.btn-ghost:hover{gap:.7rem;color:var(--teal);}
.card{background:white;border-radius:14px;border:1px solid var(--border);box-shadow:0 2px 14px rgba(26,46,90,.06);overflow:hidden;}
.card-hover{transition:transform .25s,box-shadow .25s;}
.card-hover:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(26,168,168,.12);}

/* REVEAL ANIMATIONS */
.reveal,.reveal-l,.reveal-r{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);}
.reveal{transform:translateY(26px);}
.reveal-l{transform:translateX(-28px);}
.reveal-r{transform:translateX(28px);}
.reveal.on,.reveal-l.on,.reveal-r.on{opacity:1;transform:translate(0);}
.d1{transition-delay:.1s!important}.d2{transition-delay:.2s!important}.d3{transition-delay:.3s!important}.d4{transition-delay:.4s!important}.d5{transition-delay:.5s!important}

/* HERO */
#hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:66px;position:relative;overflow:hidden;}
.hero-bg{position:absolute;inset:0;z-index:0;}
.hero-bg::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(26,168,168,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,168,168,.04) 1px,transparent 1px);background-size:55px 55px;}
.hero-bg::after{content:'';position:absolute;top:-20%;right:-10%;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,rgba(26,168,168,.09) 0%,transparent 65%);}
.hero-left{padding:4rem 2.5rem 4rem 4rem;position:relative;z-index:1;}
.hero-right{padding:3.5rem 4rem 3.5rem 2rem;position:relative;z-index:1;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;color:var(--teal);letter-spacing:.1em;text-transform:uppercase;background:var(--teal-l);border:1px solid rgba(26,168,168,.2);padding:.3rem .85rem;border-radius:50px;margin-bottom:1.4rem;}
.hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);animation:pulse 2s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.hero-h1{font-family:var(--fs);font-size:clamp(2.4rem,3.8vw,3.6rem);font-weight:800;line-height:1.1;color:var(--navy);letter-spacing:-.02em;margin-bottom:1.1rem;}
.hero-h1 em{font-style:italic;color:var(--teal);}
.hero-sub{font-size:1rem;color:var(--muted);line-height:1.72;max-width:470px;margin-bottom:2rem;}
.hero-actions{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;}

/* KPI PILLS (Screenshot-Stil) */
.kpi-strip{display:flex;flex-direction:column;gap:.65rem;}
.kpi-pill{background:white;border:1px solid var(--border);border-radius:12px;padding:.85rem 1.2rem;box-shadow:0 2px 12px rgba(26,46,90,.06);display:flex;align-items:center;gap:1rem;border-left:4px solid var(--teal);transition:transform .2s,box-shadow .2s;}
.kpi-pill:hover{transform:translateX(4px);box-shadow:0 4px 18px rgba(26,168,168,.12);}
.kpi-pill-num{font-family:var(--fs);font-size:1.9rem;font-weight:800;color:var(--teal);line-height:1;flex-shrink:0;min-width:64px;}
.kpi-pill.gold-border{border-left-color:var(--gold);}
.kpi-pill.gold-border .kpi-pill-num{color:var(--gold);}
.kpi-pill.grn-border{border-left-color:var(--grn);}
.kpi-pill.grn-border .kpi-pill-num{color:var(--grn);}
.kpi-pill-label{font-size:.8rem;color:var(--muted);line-height:1.45;}

/* VEL CARD */
.vel-card{background:white;border-radius:18px;padding:1.6rem;box-shadow:0 20px 55px rgba(26,46,90,.11),0 0 0 1px rgba(221,227,240,.8);}
.vel-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--teal);color:white;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .7rem;border-radius:20px;margin-bottom:.75rem;}
.vel-card h3{font-family:var(--fs);font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem;}
.vel-card p{font-size:.76rem;color:var(--muted);line-height:1.5;margin-bottom:.9rem;}

/* ERTRAGSPOTENZIAL BAR */
.ertrag-section{background:var(--gold-l);border:1.5px solid rgba(201,153,42,.25);border-radius:12px;padding:1rem 1.2rem;margin-top:.9rem;}
.ertrag-title{font-size:.72rem;font-weight:800;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem;}
.ert-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;}
.ert-label{font-size:.72rem;font-weight:700;color:var(--navy);width:90px;flex-shrink:0;}
.ert-track{flex:1;height:22px;background:rgba(221,227,240,.5);border-radius:6px;overflow:hidden;position:relative;}
.ert-fill{height:100%;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;transition:width 1.4s cubic-bezier(.4,0,.2,1);}
.ert-fill span{font-size:.68rem;font-weight:800;color:white;white-space:nowrap;}
.ert-delta{font-size:.72rem;font-weight:800;padding:.18rem .5rem;border-radius:5px;flex-shrink:0;white-space:nowrap;}
.ert-note{font-size:.62rem;color:var(--muted);margin-top:.4rem;}

/* PROBLEM (dark section) — SOFT GRADIENT instead of harsh navy */
#problem{
  background:linear-gradient(145deg,#0f1e3d 0%,#1A2E5A 60%,#1d3a6e 100%);
  overflow:hidden;
  position:relative;
}
#problem .bg-img{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1560520653-9e0e4c89eb11?w=1400&q=60&fit=crop') center/cover;opacity:.07;z-index:0;}
#problem>.container{position:relative;z-index:1;}
#problem .eyebrow{color:var(--teal);}
#problem .eyebrow::before{background:var(--teal);}
#problem .section-h2{color:white;}
#problem .section-sub{color:rgba(255,255,255,.6);}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:2.2rem;}
.problem-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.55rem;transition:background .3s,transform .3s;position:relative;overflow:hidden;}
.problem-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--teal),transparent);opacity:0;transition:opacity .3s;}
.problem-card:hover{background:rgba(255,255,255,.09);transform:translateY(-3px);}
.problem-card:hover::before{opacity:1;}
.problem-num{font-family:var(--fm);font-size:.68rem;font-weight:500;color:var(--teal);letter-spacing:.08em;margin-bottom:.5rem;display:block;}
.problem-card h4{font-size:.93rem;font-weight:700;color:white;margin-bottom:.45rem;}
.problem-card p{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.6;}
.callout-bar{margin-top:2.2rem;background:rgba(201,153,42,.12);border:1px solid rgba(201,153,42,.3);border-radius:14px;padding:1.5rem 1.8rem;display:flex;align-items:center;gap:1.5rem;}
.callout-big{font-family:var(--fs);font-size:2.8rem;font-weight:800;color:var(--gold);white-space:nowrap;flex-shrink:0;line-height:1;}
.callout-text strong{display:block;font-size:.92rem;color:white;margin-bottom:.3rem;}
.callout-text span{font-size:.8rem;color:rgba(255,255,255,.58);line-height:1.55;}

/* WISSENSCHAFT (Screenshot 2 content) */
#wissenschaft{
  position:relative;overflow:hidden;
  background:linear-gradient(160deg,#f0f8f8 0%,white 50%,#f0f4fb 100%);
}
/* wiss-grid: see override below */
.cred-cards{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;}
.cred-card{background:white;border-radius:14px;padding:1.4rem 1.6rem;border:1px solid var(--border);box-shadow:0 2px 14px rgba(26,46,90,.07);text-align:center;flex:1;min-width:100px;transition:transform .25s,box-shadow .25s;}
.cred-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(26,168,168,.12);}
.cred-num{font-family:var(--fs);font-size:2.4rem;font-weight:800;color:var(--teal);line-height:1;margin-bottom:.3rem;display:block;}
.cred-label{font-size:.74rem;color:var(--muted);line-height:1.45;font-weight:500;}
.wiss-right{position:relative;}
/* wiss-img-card: see override below */
/* wiss-img-card img: see override below */
.wiss-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,46,90,.85) 0%,transparent 55%);display:flex;align-items:flex-end;padding:1.6rem;}
.wiss-quote{font-family:var(--fs);font-size:1rem;font-style:italic;color:white;line-height:1.5;}
.pims-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-l);border:1px solid rgba(26,168,168,.2);border-radius:8px;padding:.5rem .9rem;margin-top:1.5rem;font-size:.8rem;font-weight:600;color:var(--teal);}

/* METHODIK */
#methodik{background:var(--bg);}
.rqvel-cards{display:flex;flex-direction:column;gap:1rem;}
.rqvel-card{background:white;border-radius:14px;border:1px solid var(--border);padding:1.25rem 1.5rem;display:grid;grid-template-columns:60px 1fr;gap:.9rem;align-items:center;box-shadow:0 2px 12px rgba(26,46,90,.05);transition:transform .25s,box-shadow .25s;}
.rqvel-card:hover{transform:translateX(5px);box-shadow:0 8px 22px rgba(26,168,168,.1);}
.rq-abbr{font-family:var(--fs);font-size:2.1rem;font-weight:800;color:var(--teal);line-height:1;}
.rqvel-card h4{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.25rem;}
.rqvel-card p{font-size:.76rem;color:var(--muted);line-height:1.55;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.95rem;margin-top:2rem;position:relative;}
.steps-grid::before{content:'';position:absolute;top:28px;left:calc(16.6% + 8px);right:calc(16.6% + 8px);height:2px;background:linear-gradient(90deg,var(--teal),rgba(26,168,168,.25));z-index:0;}
.step-card{background:white;border-radius:13px;padding:1.35rem 1.1rem;border:1px solid var(--border);text-align:center;position:relative;z-index:1;box-shadow:0 2px 12px rgba(26,46,90,.05);transition:transform .25s,box-shadow .25s;}
.step-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(26,168,168,.1);}
.step-num{width:34px;height:34px;background:var(--teal);color:white;border-radius:50%;font-size:.78rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;border:3px solid white;box-shadow:0 0 0 2px var(--teal);}
.step-card h4{font-size:.8rem;font-weight:700;color:var(--navy);margin-bottom:.3rem;}
.step-card p{font-size:.72rem;color:var(--muted);line-height:1.5;}

/* ERGEBNIS */
#ergebnis{background:white;}
.ergebnis-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.2rem;align-items:start;}
.kp-bars{display:flex;flex-direction:column;gap:.6rem;}
.kp-row{display:flex;align-items:center;gap:.75rem;}
.kp-label{font-size:.75rem;font-weight:500;color:var(--navy);width:165px;flex-shrink:0;}
.kp-track{flex:1;height:23px;background:rgba(221,227,240,.5);border-radius:5px;overflow:hidden;}
.kp-fill{height:100%;border-radius:5px;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;transition:width 1.5s cubic-bezier(.4,0,.2,1);}
.kp-fill span{font-size:.67rem;font-weight:800;color:white;}
.kp-badge{font-size:.64rem;font-weight:700;padding:.14rem .42rem;border-radius:4px;white-space:nowrap;}
.kp-badge.win{background:var(--grn);color:white;}
.kp-badge.gap{background:rgba(217,79,61,.1);color:#D94F3D;}
.kp-badge.ok{background:var(--teal-l);color:var(--teal);}
.hf-cards{display:flex;flex-direction:column;gap:.75rem;margin-top:1.1rem;}
.hf-card{background:var(--bg);border-radius:12px;border:1px solid var(--border);padding:.95rem 1.2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;box-shadow:0 1px 8px rgba(26,46,90,.04);}
.hf-icon{font-size:1.25rem;}
.hf-title{font-size:.86rem;font-weight:700;color:var(--navy);margin-bottom:.18rem;}
.hf-desc{font-size:.74rem;color:var(--muted);line-height:1.4;}
.hf-badge{font-family:var(--fm);font-size:.72rem;font-weight:700;padding:.22rem .55rem;border-radius:6px;white-space:nowrap;}
.hf-badge.plus{background:var(--grn);color:white;}
.hf-badge.minus{background:rgba(217,79,61,.1);color:#D94F3D;}
.vel-mini-wrap{background:var(--bg);border-radius:14px;padding:1.5rem;border:1px solid var(--border);}
.vel-mini-wrap h4{font-size:.83rem;font-weight:700;color:var(--navy);margin-bottom:.35rem;}
.vel-mini-wrap p{font-size:.77rem;color:var(--muted);line-height:1.6;margin-bottom:.9rem;}
.vel-kpis{display:flex;gap:.6rem;flex-wrap:wrap;}
.vel-kpi{background:white;border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;text-align:center;flex:1;min-width:70px;}
.vel-kpi-val{font-family:var(--fs);font-size:1.25rem;font-weight:900;line-height:1;margin-bottom:.15rem;}
.vel-kpi-lbl{font-size:.66rem;color:var(--muted);}

/* NACHHALTIGKEIT — diagonal split */
#nachhaltigkeit{padding:0;overflow:hidden;}
.nach-split{display:grid;grid-template-columns:1fr 1fr;min-height:620px;}
.nach-left{
  background:linear-gradient(145deg,#0b3533 0%,#1a5c57 55%,#1AA8A8 100%);
  padding:5.5rem 3.5rem 5.5rem 4rem;position:relative;overflow:hidden;
  display:flex;flex-direction:column;
}
.nach-left::before{content:'';position:absolute;bottom:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 65%);}
.nach-left::after{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1466611653911-95081537e5b7?w=800&q=50&fit=crop') center/cover;opacity:.08;}
.nach-left-inner{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;}
.nach-right{background:var(--teal-xl);padding:5.5rem 4rem 5.5rem 3.5rem;display:flex;flex-direction:column;justify-content:space-between;}
.nach-kpis{display:flex;flex-direction:column;gap:.7rem;margin-top:auto;padding-top:1.6rem;}
.nach-kpi{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.9rem 1.2rem;display:flex;align-items:center;gap:1.1rem;transition:background .25s;}
.nach-kpi:hover{background:rgba(255,255,255,.14);}
.nach-kpi-val{font-family:var(--fs);font-size:1.9rem;font-weight:800;color:white;line-height:1;flex-shrink:0;min-width:65px;}
.nach-kpi-label{font-size:.65rem;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.18rem;}
.nach-kpi p{font-size:.76rem;color:rgba(255,255,255,.7);line-height:1.45;}
.esg-bars{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.8rem;}
.esg-row-top{display:flex;justify-content:space-between;margin-bottom:.32rem;}
.esg-row-name{font-size:.77rem;font-weight:600;color:var(--navy);}
.esg-row-val{font-size:.77rem;font-weight:800;color:var(--teal);}
.esg-track{height:9px;background:rgba(221,227,240,.6);border-radius:5px;overflow:hidden;}
.esg-fill{height:100%;border-radius:5px;transition:width 1.5s cubic-bezier(.4,0,.2,1);}
.nach-insight{background:white;border-radius:12px;padding:1.15rem 1.35rem;border:1px solid var(--border);box-shadow:0 4px 16px rgba(26,46,90,.06);}
.nach-feat{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:var(--slate);margin-bottom:.42rem;}
.nach-feat::before{content:'✓';color:var(--teal);font-weight:800;flex-shrink:0;}

/* EINWAND */
#einwand{background:var(--bg);}
.einwand-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;margin-top:2.2rem;align-items:start;}
.vergleich-table{background:white;border-radius:13px;border:1px solid var(--border);overflow:hidden;box-shadow:0 2px 12px rgba(26,46,90,.06);margin-top:1.4rem;}
.vt-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid var(--border);}
.vt-row:last-child{border-bottom:none;}
.vt-head{background:var(--bg);}
.vt-cell{padding:.65rem 1.1rem;font-size:.8rem;}
.vt-head .vt-cell{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.vt-key{font-weight:700;color:var(--navy);border-right:1px solid var(--border);}
.vt-old{color:var(--muted);border-right:1px solid var(--border);}
.vt-new{color:var(--teal);font-weight:600;background:rgba(26,168,168,.04);}
.vt-head .vt-new{color:var(--teal)!important;background:var(--teal-l)!important;}

/* ANGEBOTE */
#angebote{background:white;}
.angebote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2.2rem;}
.angebot-card{background:white;border-radius:15px;padding:1.9rem;border:1px solid var(--border);position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 12px rgba(26,46,90,.05);}
.angebot-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(26,168,168,.1);}
.angebot-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--teal);}
.angebot-card.feat::after{background:linear-gradient(90deg,var(--teal),var(--navy));}
.angebot-tag{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.55rem;display:block;}
.angebot-card h3{font-family:var(--fs);font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;}
.angebot-card>p{font-size:.81rem;color:var(--muted);line-height:1.65;margin-bottom:1.1rem;}
.angebot-list{list-style:none;display:flex;flex-direction:column;gap:.38rem;}
.angebot-list li{font-size:.78rem;color:var(--slate);display:flex;align-items:flex-start;gap:.45rem;line-height:1.4;}
.angebot-list li::before{content:'→';color:var(--teal);font-weight:700;flex-shrink:0;margin-top:.05rem;}
/* Zeit-Banner */
.zeit-banner{
  margin-top:1.8rem;
  background:linear-gradient(135deg,#0f2442 0%,#1A2E5A 100%);
  border-radius:15px;padding:1.7rem 2rem;display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap;
  position:relative;overflow:hidden;
}
.zeit-banner::before{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1553028826-f4804a6dba3b?w=1000&q=40&fit=crop') center/cover;opacity:.06;}
.zeit-inner{position:relative;z-index:1;display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap;width:100%;}
.zeit-num{flex-shrink:0;}
.zeit-big{font-family:var(--fs);font-size:2.1rem;font-weight:800;color:var(--teal);line-height:1;}
.zeit-unit{font-size:.68rem;font-weight:700;color:rgba(255,255,255,.45);letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem;}
.zeit-content{flex:1;min-width:180px;}
.zeit-h{font-family:var(--fs);font-size:1.05rem;font-weight:700;color:white;margin-bottom:.55rem;}
.zeit-triggers{display:flex;flex-direction:column;gap:.45rem;margin-top:.55rem;}
.zeit-trigger{display:flex;align-items:center;gap:.6rem;font-size:.79rem;color:rgba(255,255,255,.8);font-weight:500;}
.zeit-dot{width:22px;height:22px;border-radius:50%;background:rgba(26,168,168,.2);border:1.5px solid var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.68rem;}
.zeit-cta{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;justify-content:center;}
.zeit-sub{font-size:.64rem;color:rgba(255,255,255,.38);text-align:center;line-height:1.4;}

/* TEAM */
#team{background:var(--bg);}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.2rem;max-width:740px;}
.team-card{display:flex;gap:1.4rem;align-items:flex-start;background:white;border-radius:15px;padding:1.75rem;border:1px solid var(--border);transition:box-shadow .25s;}
.team-card:hover{box-shadow:0 8px 28px rgba(26,46,90,.1);}
.team-avatar{width:76px;height:76px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid white;box-shadow:0 0 0 2px var(--teal);background:var(--navy);display:flex;align-items:center;justify-content:center;}
.team-avatar img{width:100%;height:100%;object-fit:cover;object-position:top;}
.team-init{font-family:var(--fs);font-size:1.45rem;font-weight:800;color:white;}
.team-name{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:.18rem;}
.team-role{font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:.55rem;}
.team-card p{font-size:.77rem;color:var(--muted);line-height:1.6;}
.team-tag{font-size:.63rem;font-weight:600;background:var(--navy-l);color:var(--navy);padding:.14rem .48rem;border-radius:4px;display:inline-block;margin-top:.45rem;margin-right:.3rem;}

/* KONTAKT */
#kontakt{background:var(--teal-xl);border-top:1px solid var(--border);}
.kontakt-2col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:1.8rem;}
.kontakt-info p{font-size:.88rem;color:var(--muted);line-height:1.8;margin-bottom:.8rem;}
.kontakt-info a{color:var(--teal);text-decoration:none;font-weight:600;}
.kontakt-guarantee{display:flex;align-items:flex-start;gap:.7rem;background:white;border-radius:10px;padding:.95rem 1.15rem;margin-top:1.1rem;border:1px solid var(--border);}
.kontakt-guarantee-icon{font-size:1.25rem;flex-shrink:0;}
.kontakt-guarantee strong{display:block;font-size:.8rem;color:var(--navy);margin-bottom:.18rem;}
.kontakt-guarantee span{font-size:.74rem;color:var(--muted);line-height:1.5;}
.kontakt-form{display:flex;flex-direction:column;gap:.7rem;}
.kontakt-form input,.kontakt-form textarea{width:100%;padding:.78rem .95rem;border:1.5px solid var(--border);border-radius:10px;font-family:var(--fd);font-size:.83rem;color:var(--navy);background:white;outline:none;transition:border-color .2s,box-shadow .2s;}
.kontakt-form input:focus,.kontakt-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(26,168,168,.1);}
.kontakt-form textarea{min-height:110px;resize:vertical;}
.kontakt-form button{background:var(--navy);color:white;padding:.82rem;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;font-family:var(--fd);}
.kontakt-form button:hover{background:var(--teal);transform:translateY(-1px);}

/* FOOTER */
footer{background:var(--navy);padding:1.8rem 4rem;display:flex;align-items:center;justify-content:space-between;}
.footer-links{display:flex;gap:1.4rem;}
.footer-links a{font-size:.76rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s;}
.footer-links a:hover{color:var(--teal);}
footer p{font-size:.76rem;color:rgba(255,255,255,.38);}

/* RESPONSIVE */
@media(max-width:920px){
  nav{padding:0 1.5rem;}
  .nav-links{display:none;}
  #hero,.wiss-grid,.ergebnis-2col,.einwand-2col,.nach-split,.angebote-grid,.team-grid,.kontakt-2col,.methodik-2col,.natur-split{grid-template-columns:1fr;}
  .section{padding:4rem 1.5rem;}
  .hero-left,.hero-right{padding:3rem 1.5rem;}
  .steps-grid{grid-template-columns:1fr 1fr;}
  .steps-grid::before{display:none;}
  .nach-left,.nach-right{padding:4rem 1.5rem;}
  /* Team 3-Spalten auf Tablet: 2-spaltig */
  #team .container > div[style*="grid-template-columns:1fr 1fr 1fr"]{grid-template-columns:1fr 1fr!important;}
  footer{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem;}
}

/* ═══ ALIGNMENT FIXES: stretch-gleichhohe Spalten auf allen Geräten ═══ */

/* Seite 3: Gerrit-Foto + PIMS-Pill */
.wiss-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:stretch;}
.wiss-left-col{display:flex;flex-direction:column;}
.wiss-right-col{display:flex;flex-direction:column;}
/* Der äußere position:relative wrapper muss auch flex:1 sein */
.wiss-right-col > div{flex:1;display:flex;flex-direction:column;position:relative;}
.wiss-right-inner{flex:1;display:flex;flex-direction:column;}
.wiss-img-card{flex:1;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;position:relative;box-shadow:0 20px 50px rgba(26,46,90,.14);}
.wiss-img-card img{flex:1;width:100%;object-fit:cover;object-position:top center;display:block;min-height:0;}

/* Seite 4: RQ/RP/VEL vs. Ertrag nach Qualitätsposition */
.methodik-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.2rem;align-items:stretch;}
.rqvel-cards{display:flex;flex-direction:column;gap:1rem;height:100%;}
.rqvel-card{flex:1;}
.bench-col{display:flex;flex-direction:column;background:white;border-radius:18px;padding:1.7rem;border:1px solid var(--border);box-shadow:0 8px 30px rgba(26,46,90,.09);}
.bench-col canvas{flex:1;min-height:160px;width:100%!important;}

/* Seite 6: Sie leisten mehr + vel-mini-wrap */
.ergebnis-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.2rem;align-items:stretch;}
.ergebnis-left-col{display:flex;flex-direction:column;}
.vel-mini-col{display:flex;flex-direction:column;}
.vel-mini-wrap{flex:1;display:flex;flex-direction:column;}
.vel-mini-wrap canvas{flex:1;min-height:160px;width:100%!important;}

/* Seite 7: nach-left (KPIs) vs. nach-right (ESG-Bars) */
.nach-split{display:grid;grid-template-columns:1fr 1fr;min-height:0;}
.nach-left{display:flex;flex-direction:column;justify-content:space-between;}
.nach-left-inner{display:flex;flex-direction:column;flex:1;}
.nach-kpis{margin-top:auto;padding-top:1.8rem;}
.nach-right{display:flex;flex-direction:column;justify-content:space-between;}

/* Seite 8: Klassische Befragung vs. seniq-Karte */
.einwand-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;margin-top:2.2rem;align-items:stretch;}
.einw-left-card{display:flex;flex-direction:column;padding:1.8rem;}
.einw-left-card .einw-warn-box{margin-top:auto;}
.einw-right-card{display:flex;flex-direction:column;}
.einw-right-inner{display:flex;flex-direction:column;flex:1;}
.einw-right-highlight{margin-top:auto;}

/* ═══ ÜBERGANGSSEKTION: Nachhaltigkeit / Regionalität ═══ */
#natur-bridge{padding:0;overflow:hidden;position:relative;}
.natur-split{display:grid;grid-template-columns:1fr 1fr;min-height:420px;}
.natur-panel{position:relative;overflow:hidden;}
.natur-panel img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease;}
.natur-panel:hover img{transform:scale(1.04);}
.natur-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,30,15,.82) 0%,rgba(10,30,15,.3) 55%,transparent 80%);
  display:flex;align-items:flex-end;padding:2.2rem 2rem;
}
.natur-label{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.45rem;}
.natur-caption{font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-style:italic;color:white;line-height:1.48;}
.natur-center-bar{
  position:absolute;left:50%;top:0;bottom:0;
  transform:translateX(-50%);
  width:2px;background:rgba(255,255,255,.18);
  z-index:10;display:flex;align-items:center;justify-content:center;
}
.natur-bridge-msg{
  background:linear-gradient(145deg,#0a2010,#0b3318 55%,#0e3d1a 100%);
  padding:3rem 4rem;display:flex;align-items:center;justify-content:center;
  text-align:center;flex-direction:column;gap:1rem;
  position:relative;overflow:hidden;
}
.natur-bridge-msg::before{
  content:'';position:absolute;inset:0;
  background:url('https://images.unsplash.com/photo-1448375240586-882707db888b?w=1400&q=60&fit=crop') center/cover;
  opacity:.06;
}
.natur-bridge-msg-inner{position:relative;z-index:1;}
.natur-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(160,220,160,.7);display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:.65rem;}
.natur-eyebrow::before,.natur-eyebrow::after{content:'';flex:1;max-width:40px;height:1px;background:rgba(160,220,160,.4);}
.natur-headline{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:800;color:white;line-height:1.22;letter-spacing:-.015em;margin-bottom:.65rem;}
.natur-headline em{font-style:italic;color:#7DDED5;}
.natur-sub{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.65;max-width:500px;margin:0 auto;}

/* ═══ RESPONSIVE für alle neuen Elemente ═══ */
@media(max-width:920px){
  .wiss-grid{grid-template-columns:1fr;align-items:start;}
  .methodik-2col{grid-template-columns:1fr;}
  .ergebnis-2col{grid-template-columns:1fr;}
  .natur-split{grid-template-columns:1fr;}
  .natur-panel{min-height:280px;}
  .natur-bridge-msg{padding:2.5rem 1.5rem;}
  .natur-center-bar{display:none;}
}
@media(max-width:600px){
  .einwand-2col{grid-template-columns:1fr;}
  .natur-panel{min-height:240px;}
  #team .container > div[style*="grid-template-columns:1fr 1fr 1fr"]{grid-template-columns:1fr!important;}
}

/* ═══ FORMULAR-ERWEITERUNGEN: Validierung, Datenschutz, Erfolg ═══ */

/* Wrapper für jedes Formularfeld (für Fehler-Positionierung) */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Fehlerrahmen bei ungültigem Feld */
.kontakt-form input.has-error,
.kontakt-form textarea.has-error {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

/* Fehlermeldungstext */
.form-error {
  font-size: .72rem;
  color: #c0392b;
  font-family: var(--fd);
  min-height: 1.2em;
  padding: .2rem .2rem 0 .2rem;
  display: block;
  font-weight: 600;
}

/* Datenschutz-Hinweis */
.form-datenschutz {
  font-size: .72rem;
  color: var(--muted);
  line-height: 1.55;
  margin-top: .35rem;
  margin-bottom: 0;
}
.form-datenschutz a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-datenschutz a:hover {
  color: var(--navy);
}

/* Erfolgs-Box nach dem Absenden */
.kontakt-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  background: linear-gradient(135deg, #f0fafa 0%, #e8f7f7 100%);
  border: 2px solid var(--teal);
  border-radius: 16px;
  padding: 3rem 2rem;
  min-height: 280px;
}
.kontakt-success-icon {
  width: 56px;
  height: 56px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.kontakt-success h3 {
  font-family: var(--fd);
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: 700;
  margin: 0;
}
.kontakt-success p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 340px;
  margin: 0;
}

/* Server-Fehlermeldung (fetch-Fehler) */
.form-server-error {
  font-size: .78rem;
  color: #c0392b;
  background: rgba(192,57,43,.07);
  border: 1px solid rgba(192,57,43,.25);
  border-radius: 8px;
  padding: .65rem .9rem;
  line-height: 1.55;
  font-family: var(--fd);
  font-weight: 600;
  margin-bottom: .2rem;
}
