/* ============================================================
   Darm-Power-Zentrum – gemeinsames Stylesheet (Neubau)
   Markenfarben & Schriften aus dem Original übernommen.
   ============================================================ */

:root {
  --navy:   #2f4a3c;   /* Marken-Dunkelgrün (Header, Hero, Footer, Überschriften) */
  --green:  #3b5a4a;   /* Marken-Mittelgrün (Säulen-Sektion) */
  --orange: #e58f34;
  --gold:   #f8b300;
  --cream:  #fcf8e3;
  --light:  #f0f4f7;
  --ink:    #1a1a1a;
  --white:  #ffffff;
  --maxw:   1140px;
  --radius: 10px;
  --shadow: 0 8px 30px rgba(4, 37, 62, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Raleway", "Roboto", sans-serif;
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 .5em;
}

p { margin: 0 0 1.1em; }

a { color: var(--green); }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

.section { padding: 72px 0; }
.section--tight { padding: 48px 0; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .3px;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 50px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: #d97e22; }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: #e0a200; }
.btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--navy); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(47, 74, 60, .97);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 74px; gap: 18px;
}
.site-header .logo img { height: 50px; width: auto; }
.nav { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.nav a {
  font-family: "Raleway", sans-serif; font-weight: 600;
  color: #fff; text-decoration: none; font-size: 1rem;
}
.nav a:hover { color: var(--gold); }
.nav .btn { padding: 9px 20px; font-size: .92rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex; align-items: center;
  color: #fff; text-align: center;
  background: var(--navy) center/cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(47,74,60,.60), rgba(47,74,60,.80));
}
.hero .container { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 40px; }
.hero h1 {
  color: #fff; font-size: clamp(1.9rem, 4.6vw, 3.2rem);
  max-width: 16ch; margin-inline: auto; text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero .kicker {
  font-family: "Raleway", sans-serif; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); font-size: clamp(.85rem, 1.6vw, 1.05rem);
  margin-bottom: 26px;
}
.hero .actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---------- Intro ---------- */
.intro { background: var(--light); }
.intro .lead {
  max-width: 780px; margin: 0 auto 1.4em;
  font-size: 1.12rem; text-align: center;
}
.intro h2 { text-align: center; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: .8em; }
.intro .copy { max-width: 760px; margin: 0 auto; }
.intro .copy p { font-size: 1.05rem; }

/* ---------- Testimonials ---------- */
.testi-head {
  text-align: center; font-family: "Raleway", sans-serif; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--green);
  margin-bottom: 40px; font-size: 1rem;
}
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--white); border: 1px solid #eef2f5;
  border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.card .quote { font-style: italic; color: #333; }
.card .who {
  margin-top: auto; font-family: "Raleway", sans-serif; font-weight: 700;
  color: var(--navy); padding-top: 14px;
}
.card .who::before { content: "— "; color: var(--orange); }

/* ---------- Pillars ---------- */
.pillars { background: var(--green); color: #fff; }
.pillars h2 { color: #fff; text-align: center; max-width: 22ch; margin: 0 auto 48px; font-size: clamp(1.5rem,3.2vw,2.2rem); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pillar { text-align: center; }
.pillar img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 18px;
}
.pillar h3 { color: var(--gold); font-size: 1.25rem; }
.pillars .actions { text-align: center; margin-top: 46px; }

/* ---------- Workshop banner ---------- */
.workshop {
  color: #fff; text-align: center;
  background: var(--navy) center/cover no-repeat; position: relative;
}
.workshop::before { content:""; position:absolute; inset:0; background: rgba(47,74,60,.74); }
.workshop .container { position: relative; z-index: 2; }
.workshop .kicker {
  font-family:"Raleway",sans-serif; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color: var(--gold); margin-bottom: 10px;
}
.workshop .date { font-size: 1.1rem; opacity: .9; }
.workshop h2 { color:#fff; font-size: clamp(1.5rem,3.4vw,2.3rem); }
.workshop p.sub { font-size: 1.15rem; opacity:.92; margin-bottom: 1.6em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #cdd8e1; padding: 60px 0 30px; }
.site-footer h3 { color: #fff; }
.newsletter { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.newsletter form { display: grid; gap: 12px; margin-top: 18px; }
.newsletter input[type="text"], .newsletter input[type="email"] {
  width: 100%; padding: 13px 16px; border-radius: 8px;
  border: 1px solid #3a5a48; background: #20402f; color: #fff; font-size: 1rem;
}
.newsletter input::placeholder { color: #8aa3b8; }
.newsletter label.check { font-size: .9rem; display: flex; gap: 8px; align-items: flex-start; text-align: left; }
.footer-bottom {
  border-top: 1px solid #2c503e;
  margin-top: 36px; padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  font-size: .9rem;
}
.footer-bottom a { color: #cdd8e1; margin-right: 18px; }
.footer-bottom a:hover { color: var(--gold); }
.social a { margin-left: 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .cards, .pillar-grid { grid-template-columns: 1fr; }
  .nav { gap: 16px; }
  .section { padding: 54px 0; }
}
@media (max-width: 560px) {
  .nav a:not(.btn) { display: none; }   /* schlanke Mobil-Navigation: nur Logo + Shop-Button */
  .hero { min-height: 70vh; }
}
