/* ─────────────────────────────────────────────────────────────
   FONTS (lokal eingebunden, kein externer Request an Google)
───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('../fonts/montserrat.woff2') format('woff2');
}

/* ─────────────────────────────────────────────────────────────
   DESIGN SYSTEM (Rotary Blue)
───────────────────────────────────────────────────────────── */
:root {
  --primary: #005DAA; /* Rotary Blue */
  --primary-dark: #004080;
  --primary-light: #0077CC;
  --accent: #FFD700; /* Gold für Akzente */
  --text: #1a1a1a;
  --text-muted: #666666;
  --bg: #ffffff;
  --bg-alt: #f5f8fc;
  --bg-dark: #0a1628;
  --border: #e0e6ed;
  --radius: 0.75rem;
  --shadow: 0 4px 6px -1px rgba(0, 93, 170, 0.1);
  --transition: all 0.3s ease;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--primary);
  overflow-wrap: break-word;
}
.section-subtitle {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 3rem;
}
.route-details .section-title,
.events .section-title {
  color: white;
}

/* ─────────────────────────────────────────────────────────────
   HEADER
───────────────────────────────────────────────────────────── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--primary);
}
header .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
}
.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.logo-img {
  height: 84px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.nav-links a {
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
}
.nav-links a:hover {
  color: var(--primary);
}
.countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(0, 93, 170, 0.08) 0%, rgba(0, 93, 170, 0.03) 100%);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.01em;
  border: 1px solid rgba(0, 93, 170, 0.12);
}
.countdown-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: var(--transition);
  gap: 0.5rem;
}
.btn-primary {
  background: var(--primary);
  color: white;
}
.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 93, 170, 0.3);
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: white;
}
.btn-outline:hover {
  background: var(--primary);
  color: white;
}
.btn-gold {
  background: var(--accent);
  color: var(--bg-dark);
}
.btn-gold:hover {
  background: #FFC700;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────────────────────────
   HERO: https://images.unsplash.com/photo-1552674605-db6ffd4facb5
───────────────────────────────────────────────────────────── */
.hero {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.85) 0%, rgba(0, 93, 170, 0.75) 100%),
    url('../images/hero-running.jpg') center / cover no-repeat;
  color: white;
  padding: 6rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0.4rem 1.5rem;
  backdrop-filter: blur(8px);
  color: var(--accent);
}
.hero-badge-highlight {
  background: var(--accent);
  color: var(--bg-dark);
}
.hero-photo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}
.hero h1 span {
  color: var(--accent);
  font-size: 0.7em;
}
.hero p {
  font-size: 1.25rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.stat-item {
  text-align: center;
}
.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  display: block;
}
.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 0.5rem;
}

/* ─────────────────────────────────────────────────────────────
   LEADER SECTION (JOEY KELLY)
───────────────────────────────────────────────────────────── */
.leader-section {
  background: var(--bg-alt);
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}
.leader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.leader-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--primary);
  box-shadow: var(--shadow);
}
.leader-text {
  max-width: 500px;
}
.leader-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.leader-text .role {
  display: inline-block;
  background: var(--accent);
  color: var(--bg-dark);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.leader-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-muted);
}
.leader-attribution {
  font-size: 0.7rem;
  color: var(--text-muted);
  opacity: 0.6;
  margin-top: 1rem;
}
.leader-bio {
  margin-top: 1.25rem;
}
.leader-video-frame {
  width: 100%;
  max-width: 220px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.leader-video {
  display: block;
  width: 100%;
}

/* ─────────────────────────────────────────────────────────────
   FULLWIDTH IMAGE (Route)
───────────────────────────────────────────────────────────── */
.route-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #e0e6ed;
  position: relative;
}
.route-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.route-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 2rem;
  color: white;
}
.route-overlay h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* ─────────────────────────────────────────────────────────────
   FOUNDERS
───────────────────────────────────────────────────────────── */
.founders {
  background: var(--bg);
  padding-bottom: 2rem;
}
.founder-area-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--primary);
  text-align: center;
}
.founder-area-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: start;
}
.founder-area-left {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.founder-area-left .founder-area-img {
  width: 240px;
  height: 280px;
  object-fit: contain;
  object-position: center;
}
.founder-area-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.founder-area-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
.founder-area-grid .founder-area-img {
  width: 400px;
  height: 220px;
  object-fit: contain;
  object-position: center;
}
.founder-area-text {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 1rem;
}
.founder-area-text strong {
  color: var(--primary);
}
/* ─────────────────────────────────────────────────────────────
   CHALLENGES & SOLUTIONS
───────────────────────────────────────────────────────────── */
.challenges {
  background: white;
  padding-top: 2rem;
  position: relative;
}
.challenges::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
}
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.challenge-card {
  background: var(--bg-alt);
  border-left: 4px solid var(--primary);
  padding: 2rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.challenge-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text);
}
.challenge-card p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.solution-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
}
.solution-badge svg {
  width: 18px;
  height: 18px;
}

/* ─────────────────────────────────────────────────────────────
   ROUTE DETAILS
───────────────────────────────────────────────────────────── */
.route-details {
  background: var(--bg-dark);
  color: white;
}
.route-details p {
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.route-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.route-icon {
  width: 60px;
  height: 60px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--bg-dark);
}
.route-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.route-card p {
  font-size: 0.95rem;
  opacity: 0.8;
  margin: 0;
}
.route-card strong {
  color: var(--accent);
  font-size: 1.1rem;
}

/* ─────────────────────────────────────────────────────────────
   HOW IT WORKS
───────────────────────────────────────────────────────────── */
.how-it-works {
  background: var(--bg-alt);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.step-card {
  background: white;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.step-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.step-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary);
}
.step-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ─────────────────────────────────────────────────────────────
   FUNDRAISING
───────────────────────────────────────────────────────────── */
.fundraising {
  background: white;
}
.fundraising-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.fundraising-card {
  background: var(--bg-alt);
  padding: 2rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: var(--transition);
}
.fundraising-card:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
}
.fundraising-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary);
}
.fundraising-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}
.fundraising-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: white;
}

/* ─────────────────────────────────────────────────────────────
   EVENTS
───────────────────────────────────────────────────────────── */
.events {
  background: var(--bg-dark);
  color: white;
}
.events p {
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.event-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.event-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.event-info {
  padding: 1.5rem;
}
.event-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--bg-dark);
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.event-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.event-info p {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────
   NEXT STEPS
───────────────────────────────────────────────────────────── */
.next-steps {
  background: var(--bg-alt);
}
.next-steps h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--primary);
}
.steps-list {
  list-style: none;
  max-width: 800px;
  margin: 3rem auto 0;
}
.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.steps-list li:last-child {
  border-bottom: none;
}
.step-check {
  width: 24px;
  height: 24px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.step-check svg {
  width: 14px;
  height: 14px;
}
.step-text {
  color: var(--text);
  font-weight: 500;
}

/* ─────────────────────────────────────────────────────────────
   CTA
───────────────────────────────────────────────────────────── */
.cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  text-align: center;
}
.cta h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta p {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────────────── */
footer {
  background: var(--bg-dark);
  color: #94a3b8;
  padding: 3rem 0 2rem;
  text-align: center;
}
.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
}
.footer-partners {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  align-items: center;
}
.partner-logo {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}
.footer-links a {
  color: #cbd5e1;
  transition: var(--transition);
  font-size: 0.9rem;
}
.footer-links a:hover {
  color: white;
}
.copyright {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* ─────────────────────────────────────────────────────────────
    DONATION USE (Spendenverwendung)
───────────────────────────────────────────────────────────── */
.donation-use {
  background: var(--bg-alt);
  position: relative;
}
.donation-use::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
}
.donation-intro {
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.emphasis-box {
  background: white;
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  box-shadow: var(--shadow);
  border: 2px solid var(--accent);
}
.emphasis-box .percent {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1;
}
.emphasis-box .percent-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-top: 0.5rem;
  display: block;
}
.emphasis-box .percent-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 0.75rem;
}
.hospice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.hospice-card {
  background: white;
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--primary);
  transition: var(--transition);
}
.hospice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 93, 170, 0.12);
}
.hospice-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: white;
}
.hospice-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--primary);
}
.hospice-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.donation-outro {
  text-align: center;
  max-width: 650px;
  margin: 3rem auto 0;
  padding: 2rem;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.donation-outro strong {
  color: var(--primary);
}

/* ─────────────────────────────────────────────────────────────
   LEGAL PAGES (Impressum, Datenschutz)
───────────────────────────────────────────────────────────── */
.legal-page {
  padding: 4rem 0 5rem;
  max-width: 800px;
}
.legal-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2.5rem;
}
.legal-page h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin: 2.5rem 0 0.75rem;
}
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 1.5rem 0 0.5rem;
}
.legal-page p { margin-bottom: 0.5rem; }
.legal-page ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.legal-page li {
  margin-bottom: 0.35rem;
}
.legal-page a.inline-link {
  color: var(--primary);
  text-decoration: underline;
}
.legal-page a.inline-link:hover { color: var(--primary-dark); }

/* ─────────────────────────────────────────────────────────────
   KONTAKT
───────────────────────────────────────────────────────────── */
.contact-page {
  padding: 4rem 0 5rem;
  max-width: 700px;
}
.contact-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}
.contact-intro {
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 550px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}
.form-group input,
.form-group textarea {
  font: inherit;
  color: var(--text);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  transition: var(--transition);
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
}
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}
/* Honeypot-Feld: für Menschen unsichtbar, Formular-Bots füllen es meist trotzdem aus */
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  display: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius);
}
.form-status.visible { display: block; }
.form-status.sending { background: var(--bg-alt); color: var(--text-muted); }
.form-status.success { background: rgba(16, 130, 80, 0.1); color: #0d7a4f; }
.form-status.error { background: rgba(200, 40, 40, 0.1); color: #b3261e; }
.form-status a { display: inline-block; margin-top: 0.5rem; text-decoration: underline; }
.contact-fallback {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.95rem;
}
.contact-fallback a {
  color: var(--primary);
  text-decoration: underline;
}
.contact-fallback a:hover { color: var(--primary-dark); }

/* ─────────────────────────────────────────────────────────────
    RESPONSIVE
 ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  nav { flex-wrap: wrap; height: auto; min-height: 4.5rem; padding: 0.5rem 0; row-gap: 0.5rem; }
  .logo-img { height: 60px; }
  .countdown { font-size: 0.75rem; padding: 0.3rem 0.6rem; }
  .section { padding: 3rem 0; }
  .hero { padding: 4rem 0 3rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-photo { width: 84px; height: 84px; top: 1.25rem; right: 1.25rem; border-width: 3px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .route-image { aspect-ratio: 16 / 9; }
  .founder-area-body { grid-template-columns: 1fr; gap: 2rem; }
  .founder-area-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .founder-area-text { text-align: center; }
  .founder-img { height: 250px; }
  .cta h2 { font-size: 2rem; }
  .leader-container { flex-direction: column; text-align: center; }
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
