/* HERO */
.hero{background:#fff;border-bottom:1px solid var(--line);padding:64px 0 72px;}
.hero .in{max-width:1100px;margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center;}
.hero-img-wrap{position:relative;}
.hero-img{
  width:100%;max-width:360px;border-radius:20px;
  box-shadow:0 28px 60px -24px rgba(13,34,48,.38);
}
.hero-award{
  position:absolute;bottom:-16px;right:-10px;
  background:var(--ink);color:#fff;border-radius:12px;
  padding:12px 16px;box-shadow:0 10px 24px -10px rgba(13,34,48,.5);
  max-width:200px;font-size:12.5px;line-height:1.4;
}
.hero-award b{font-family:var(--f);font-weight:800;font-size:14px;color:var(--orange);display:block;margin-bottom:3px;}
.hero-kick{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--f);font-weight:700;font-size:12.5px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--orange);margin-bottom:18px;
}
.hero-kick::before{content:"";width:30px;height:2px;background:var(--orange);}
.hero h1{
  font-family:var(--f);font-weight:900;font-size:40px;line-height:1.13;
  letter-spacing:-.01em;color:var(--ink);margin-bottom:20px;
}
.hero h1 .hl{color:var(--blue);}
.hero .lead{font-size:17px;line-height:1.68;color:var(--muted);margin-bottom:28px;}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px;}
.hf{background:var(--bg);border-radius:12px;padding:16px;}
.hf .num{font-family:var(--f);font-weight:900;font-size:26px;color:var(--blue);}
.hf .lbl{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.35;}
.btn-book{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--f);font-weight:700;font-size:15px;letter-spacing:.02em;
  background:var(--orange);color:#fff;padding:15px 26px;border-radius:10px;
  box-shadow:0 12px 26px -12px rgba(247,116,5,.7);
  transition:background .2s,transform .2s;
}
.btn-book:hover{background:var(--orange-dk);transform:translateY(-2px);}


/* BIOGRAFIE */
.bio{background:var(--bg);padding:76px 0;}
.bio .in{max-width:1100px;margin:0 auto;padding:0 40px;}
.section-kick{
  font-family:var(--f);font-weight:700;font-size:12px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--blue);margin-bottom:16px;
  display:flex;align-items:center;gap:10px;
}
.section-kick::before{content:"";width:26px;height:2px;background:var(--blue);}
.section-kick.center{justify-content:center;}
.section-kick.center::before{display:none;}
.section-h2{
  font-family:var(--f);font-weight:900;font-size:32px;line-height:1.2;
  color:var(--ink);margin-bottom:14px;
}
.bio-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-top:48px;}
.bio p{font-size:16px;line-height:1.72;color:var(--muted);margin-bottom:18px;}
.bio p:last-child{margin-bottom:0;}
.bio .highlight{
  border-left:3px solid var(--blue);padding:4px 0 4px 20px;margin:24px 0;
  font-style:italic;font-size:16.5px;color:var(--ink);line-height:1.6;
}
.timeline{list-style:none;}
.timeline li{
  position:relative;padding:0 0 24px 28px;border-left:2px solid var(--line);
}
.timeline li:last-child{border-left:2px solid transparent;padding-bottom:0;}
.timeline li::before{
  content:"";position:absolute;left:-6px;top:4px;
  width:10px;height:10px;border-radius:50%;background:var(--blue);
  box-shadow:0 0 0 3px var(--blue-soft);
}
.tl-year{font-family:var(--f);font-weight:800;font-size:13.5px;color:var(--orange);margin-bottom:5px;}
.tl-text{font-size:14.5px;color:var(--ink);line-height:1.5;}


/* UNABHAENGIGKEIT */
.independent{background:#fff;border-top:1px solid var(--line);padding:72px 0;}
.independent .in{max-width:900px;margin:0 auto;padding:0 40px;}
.independent p{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:16px;}
.independent p:last-child{margin-bottom:0;}
.ind-box{
  background:var(--blue-soft);border-radius:14px;padding:24px 28px;margin:28px 0;
  border-left:4px solid var(--blue);
}
.ind-box p{color:var(--ink);font-size:15.5px;margin-bottom:0;}
.ind-box p b{font-family:var(--f);font-weight:700;color:var(--blue);}


/* EXPERTENTEAM */
.team{background:var(--bg);border-top:1px solid var(--line);padding:76px 0;}
.team .in{max-width:1100px;margin:0 auto;padding:0 40px;}
.team-intro{max-width:680px;margin:0 auto 48px;text-align:center;}
.team-intro p{font-size:16px;line-height:1.65;color:var(--muted);}
.expert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.expert-card{
  background:#fff;border-radius:14px;padding:22px 24px;
  display:flex;align-items:flex-start;gap:16px;
  box-shadow:0 4px 16px -10px rgba(13,34,48,.18);
  transition:transform .2s;
}
.expert-card:hover{transform:translateY(-3px);}
.expert-icon{
  width:42px;height:42px;border-radius:50%;background:var(--blue-soft);
  display:grid;place-items:center;font-size:18px;flex-shrink:0;
}
.expert-card h4{font-family:var(--f);font-weight:800;font-size:14px;color:var(--ink);margin-bottom:4px;}
.expert-card p{font-size:13px;color:var(--muted);line-height:1.45;}


/* COMMUNITY */
.community{background:#fff;border-top:1px solid var(--line);padding:72px 0;}
.community .in{max-width:1100px;margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}
.community img{border-radius:16px;box-shadow:0 16px 40px -20px rgba(13,34,48,.3);}
.community h2{font-family:var(--f);font-weight:900;font-size:30px;color:var(--ink);margin-bottom:16px;line-height:1.2;}
.community p{font-size:15.5px;line-height:1.65;color:var(--muted);margin-bottom:18px;}
.community p:last-child{margin-bottom:0;}
.btn-outline{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--f);font-weight:700;font-size:14.5px;
  color:var(--blue);border:2px solid var(--blue);padding:12px 22px;border-radius:9px;
  transition:background .2s,color .2s;margin-top:6px;
}
.btn-outline:hover{background:var(--blue);color:#fff;}


/* PFEIFFER */
.pfeiffer{background:var(--ink);padding:64px 0;}
.pfeiffer .in{max-width:800px;margin:0 auto;padding:0 40px;text-align:center;}
.pfeiffer .qmark{font-size:56px;color:var(--orange);font-family:Georgia,serif;line-height:1;margin-bottom:16px;}
.pfeiffer blockquote{font-size:18px;line-height:1.7;color:rgba(255,255,255,.9);font-style:italic;margin-bottom:24px;}
.pfeiffer .who{font-family:var(--f);font-weight:700;font-size:14px;color:#7fd0ee;}


/* FINAL CTA */
.final{background:linear-gradient(135deg,var(--ink) 0%,#101a2b 100%);padding:76px 0;text-align:center;position:relative;overflow:hidden;}
.final::before{content:"";position:absolute;top:-35%;left:50%;transform:translateX(-50%);
  width:800px;height:560px;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 70%);pointer-events:none;}
.final .in{max-width:600px;margin:0 auto;padding:0 40px;position:relative;z-index:2;}
.final h2{font-family:var(--f);font-weight:900;font-size:30px;color:#fff;margin-bottom:14px;line-height:1.2;}
.final p{font-size:16px;color:rgba(255,255,255,.88);margin-bottom:28px;line-height:1.6;}
.final .btn-book{background:var(--orange);}
.final .btn-book:hover{background:var(--orange-dk);}