/* =======================================
   0. Lokale Font-Definitionen (DSGVO-FIX)
   ======================================= */

/* INTER (Wird für Überschriften und Navigation verwendet) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  /* PFAD KORRIGIERT: ../assets/fonts/... */
  src: url("../assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  /* PFAD KORRIGIERT: ../assets/fonts/... */
  src: url("../assets/fonts/inter-v20-latin-600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  /* PFAD KORRIGIERT: ../assets/fonts/... */
  src: url("../assets/fonts/inter-v20-latin-700.woff2") format("woff2");
  font-display: swap;
}

/* ROBOTO (Wird für Body-Text verwendet) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  /* PFAD KORRIGIERT: ../assets/fonts/... */
  src: url("../assets/fonts/roboto-v49-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  /* PFAD KORRIGIERT: ../assets/fonts/... */
  src: url("../assets/fonts/roboto-v49-latin-500.woff2") format("woff2");
  font-display: swap;
}

/* =======================================
   1. Farb- und Schrift-Variablen
   ======================================= */
:root {
  --color-primary: #2c3e50; /* Deep Charcoal (Basis) */
  --color-accent: #c0392b; /* Muted Terracotta (CTA) */
  --color-text: #333333;
  --color-light-bg: #f8f9fa; /* Sehr helles, modernes Hintergrundgrau */
  --color-white: #ffffff;
  --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";

  --font-family-heading: "Inter", sans-serif;
  --font-family-body: "Roboto", sans-serif;
}

/* =======================================
   2. Resets und Basis-Styling
   ======================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family-body);
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-white);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =======================================
   3. Typografie
   ======================================= */

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-heading);
  line-height: 1.2;
}

h1 {
  font-size: clamp(2em, 5vw, 3em); /* Responsive Größe */
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: var(--color-primary);
}

h2 {
  font-size: clamp(1.5em, 4vw, 2.2em);
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  color: var(--color-text);
  text-align: center;
}

h3 {
  color: var(--color-accent);
  margin-top: 1em;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: disc;
  padding-left: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* Anpassung der H2 für Legal Pages, da sie linksbündig sein sollen */
#legal-content h1,
#legal-content h2 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* =======================================
   4. Buttons und CTAs
   ======================================= */
.btn-primary,
.btn-cta {
  display: inline-block;
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.btn-primary:hover,
.btn-cta:hover {
  background-color: #e05c00;
  color: var(--color-white);
}

select {
  padding: 10px;
  border-radius: 4px;
}

/* =======================================
   5. Header und Navigation
   ======================================= */
header {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-light-bg);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .logo {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

nav .logo img {
  height: 30px;
}

nav .logo a {
  display: flex;
  gap: 5px;
  font-weight: 600;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

nav a {
  font-family: var(--font-family-heading);
  text-decoration: none;
  color: var(--color-text);
  font-weight: 600;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--color-accent);
}

/* =======================================
   6. Sektionen und Layout
   ======================================= */
section {
  padding: 100px 0;
}

section#legal-content,
section#contact-info-section,
section#faq-content {
  flex: 1;
}

#hero {
  text-align: center;
  padding: 100px 20px;
}

.prozess-timeline-section {
  padding: 80px 0;
}

.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding-top: 50px; /* Platz für die Icons und Verbindungslinie */
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

/* Visuelle Verbindungslinie (Elegant) */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 65px; /* Höhe der Linie, mittig zu den 60px Icons */
  left: 0;
  right: 0;
  height: 2px;
  background-color: #eee; /* Helle Linie */
}

#prozess {
  /* Hintergrund behält das sehr helle Grau, um sich abzuheben. 
     Für reines Weiß: background-color: var(--color-white); */
  background-color: var(--color-light-bg);
  /* Vertikalen Abstand reduziert, um kompakter zu wirken */
  padding: 60px 0;
}

/* Reduziert den oberen Abstand der H2 innerhalb der #prozess Sektion */
#prozess h2 {
  margin-top: 0; /* Entfernt den globalen 1.5em Margin der h2 */
  margin-bottom: 30px;
  text-align: center; /* Bleibt zentriert wie alle Sektion-H2 */
}

.prozess-schritt {
  flex: 1;
  text-align: center;
  position: relative; /* Wichtig für die Positionierung der Icons über der Linie */
  padding-top: 60px;
}

/* Icon-Kreise (Rot) */
.icon-circle {
  position: absolute;
  top: -15px; /* Nach oben verschieben, um auf der Linie zu liegen */
  left: 50%;
  transform: translateX(-50%);

  width: 60px;
  height: 60px;
  background-color: var(--color-accent); /* Rot/Akzentfarbe */
  border-radius: 50%;
  color: var(--color-white);

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Kleiner Schatten */
}

.prozess-schritt h3 {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-primary); /* Dunkle, klare Überschrift */
}

.prozess-schritt p {
  font-size: 0.95em;
  color: #555;
  text-align: center;
}

/* Mobile Optimierung: Vertikales Stapeln */
@media (max-width: 768px) {
  .timeline-wrapper {
    flex-direction: column; /* Stapeln auf Mobile */
    padding-top: 0;
    gap: 0;
    margin-top: 20px;
  }

  /* Linie auf Mobile entfernen, da wir nun vertikal stapeln */
  .timeline-wrapper::before {
    display: none;
  }

  .prozess-schritt {
    text-align: left;
    padding-top: 20px;
    padding-left: 80px; /* Platz für den Kreis links */
    margin-bottom: 20px;
  }

  .icon-circle {
    left: 0;
    top: 20px;
    transform: translateX(0);
  }

  .prozess-schritt h3 {
    text-align: left;
  }

  .prozess-schritt p {
    text-align: left;
  }
}

/* Neuer CTA Banner Stil (als "Karte") */
.cta-banner {
  /* Hintergrundfarbe auf die helle Farbe ändern */
  background-color: var(--color-light-bg);
  color: var(--color-text); /* Textfarbe wieder auf Standard setzen */
  padding: 100px 20px;
  text-align: center;
}

.cta-banner .container {
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.1);
  background-color: var(--color-white);
}

.cta-banner h2 {
  color: var(--color-text); /* Überschrift wieder in Normalfarbe */
  margin-bottom: 15px;
}

.cta-banner p {
  max-width: 600px;
  margin: 0 auto 25px auto;
  font-size: 1.15em;
}

.cta-banner .btn-primary {
  /* Der Button bleibt primärfarbig, da der Hintergrund jetzt weiß ist */
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 16px;
}

.cta-banner .btn-primary:hover {
  background-color: #e05c00; /* Dunklere Akzentfarbe bei Hover */
}

.cta-banner .cta-note {
  font-size: 0.85em;
  opacity: 0.8;
  margin-top: 15px;
}

/* Grid für die 3 Vorteile */

.vorteil-card {
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%; /* Wichtig für gleiche Höhe */
}

.vorteil-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.vorteil-card i {
  color: var(--color-accent); /* Icon Farbe */
  margin-bottom: 15px;
}

.vorteil-card h3 {
  margin-top: 0;
}

/* --- Prozess-Schritte (Flex-Layout) --- */

.prozess-schritte {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  text-align: left;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.schritt {
  flex: 1; /* Gleichmäßige Verteilung des Platzes */
  position: relative;
  padding: 0 15px; /* Innenabstand */
}

.schritt-nummer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  /* Zentrieren der Nummer innerhalb des Schrittes */
  margin-left: auto;
  margin-right: auto;
}

.prozess-schritte h3 {
  text-align: center;
}

/* Trennlinie zwischen Sektionen */
.separator {
  border: 0;
  height: 1px;
  background-color: var(--color-light-bg);
  margin: 80px 0;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Mobile Optimierung für Prozess-Schritte --- */

@media (max-width: 768px) {
  .prozess-schritte {
    flex-direction: column; /* Vertikales Stapeln auf Mobile */
    text-align: center;
  }

  .schritt {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-light-bg);
  }

  .schritt:last-child {
    border-bottom: none; /* Keine Linie nach dem letzten Element */
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

/* --- Styling für Legal Pages (Impressum, Datenschutz, AGB) --- */

#legal-content {
  /* Legal Pages sollen nicht so viel vertikalen Abstand haben wie Marketing-Sektionen */
  padding: 60px 0;
}

#legal-content .container {
  max-width: 900px; /* Bessere Lesbarkeit für langen Text */
  margin: 0 auto;
}

#legal-content-body h2 {
  /* Lokale Überschriften in Legal Pages sollten linksbündig sein (wie in Sektion 3 definiert) */
  text-align: left;
  margin-top: 30px;
  font-size: 1.5em;
}

#legal-content-body h3 {
  text-align: left;
  margin-top: 20px;
  color: var(--color-text); /* Normale Farbe, nicht Akzentfarbe */
}

#legal-content-body p,
#legal-content-body ul,
#legal-content-body ol {
  margin-bottom: 1.5em;
  max-width: none; /* Kein Max-Width, volle Breite des 900px Containers */
}

#legal-content-body ul {
  list-style: disc;
  padding-left: 40px;
}

/* --- Styling für Häufige Fragen (Akkordeon) --- */

#faq-content {
  padding-bottom: 60px; /* Etwas weniger padding unten als Marketing-Sektionen */
}

#faq-content .subtitle,
#faq-content h1,
h2 {
  max-width: 800px;
  margin: 40px auto;
}

.faq-list {
  max-width: 800px;
  margin: 40px auto;
  border-top: 1px solid var(--color-light-bg);
}

.faq-item {
  border-bottom: 1px solid var(--color-light-bg);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-family: var(--font-family-heading);
  font-size: 1.15em;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  transition: color 0.3s;
}

.faq-question:hover {
  color: var(--color-accent);
}

.faq-question i {
  transition: transform 0.3s ease;
  font-size: 0.9em;
  color: var(--color-accent);
}

/* Dies wird per JS gesteuert, dreht den Pfeil um 180 Grad */
.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  /* Wichtig für JS-Toggle: Standardmäßig versteckt */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.faq-answer p {
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1.7;
  color: var(--color-text);
}

/* --- Styling für Kontaktseite (Formular & Info) --- */

#contact-info-section {
  padding: 80px 0;
  flex: 1; /* Wichtig, damit der Footer unten bleibt */
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Formular breiter als Info-Box */
  gap: 60px;
  max-width: 1200px;
  margin: 40px auto;
  align-items: flex-start;
}

/* --- Formular-Wrapper und Input-Felder --- */
.contact-form-wrapper {
  background-color: var(--color-light-bg);
  padding: 40px;
  border-radius: 12px;
}

.contact-form-wrapper h3 {
  color: var(--color-primary);
  margin-top: 0;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: var(--font-family-body);
  font-size: 1em;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--color-accent);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

/* Checkbox Styling */
.privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9em;
}

.privacy-checkbox input[type="checkbox"] {
  width: auto;
}

/* --- Info-Box --- */
.contact-info-box {
  padding: 40px 0;
}

.contact-info-box h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--color-primary);
}

.info-item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.info-item i {
  color: var(--color-accent);
  font-size: 1.5em;
  width: 30px; /* Einheitliche Icon-Breite */
  text-align: center;
}

.info-item h4 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.1em;
}

.info-item p {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.4;
}

.social-contact {
  padding-top: 20px;
  border-top: 1px solid var(--color-light-bg);
}

.social-contact h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--color-text);
  font-size: 1.1em;
}

.social-contact a {
  margin-right: 15px;
}
.social-contact i {
  color: var(--color-primary);
}

/* --- Mobile Optimierung für Kontaktseite --- */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr; /* Stacking auf Mobile */
    gap: 40px;
  }

  .contact-form-wrapper {
    order: 2; /* Formular nach unten */
  }

  .contact-info-box {
    order: 1; /* Info-Box nach oben */
    padding: 0;
    text-align: center;
  }

  .contact-info-box h3 {
    text-align: center;
  }

  .info-item {
    /* Mobile: Icons und Text zentrieren */
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .info-item i {
    margin-bottom: 5px;
  }
}

/* --- Styling für Hero Sektion (Zentriert) --- */

#hero {
  /* Basiseinstellungen von Sektion 6 beibehalten, aber mittig zentrieren */
  text-align: center;
  padding: 120px 20px 100px 20px; /* Mehr vertikaler Platz */
  background-color: var(--color-light-bg); /* Hebt sich vom Header ab */
}

.hero-text-content-centered {
  max-width: 850px; /* Limitiert die Breite des Textes für bessere Lesbarkeit */
  margin: 0 auto;
}

.hero-text-content-centered h1 {
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.hero-text-content-centered .subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--color-text);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-group {
  display: flex;
  justify-content: center; /* Buttons zentrieren */
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* Sekundärer CTA Button Stil (Weißer Button mit dunkler Schrift) */
.secondary-btn {
  background-color: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.secondary-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.usp-small {
  font-weight: 600;
  font-size: 0.9em;
  color: var(--color-accent);
  margin-top: 10px;
}

/* Mobile Optimierung: Vertikaler Abstand auf kleinen Geräten reduzieren */
@media (max-width: 600px) {
  #hero {
    padding: 80px 15px 60px 15px;
  }
}

/* --- Styling für Kostenrechner --- */

.calculator-section {
  background-color: var(--color-white);
  padding: 80px 0;
}

.calculator-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr; /* Zuerst eine Spalte für Mobile */
  gap: 40px;
}

/* Eingabebereich */
.input-area {
  background-color: var(--color-light-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 30px; /* Abstand zwischen den Slider-Gruppen */
}

.slider-group {
  padding: 10px;
}

.slider-separator {
  border: 0;
  height: 1px;
  background-color: #cccccc;
  margin: 10px 0;
}

/* Styling für die neuen Order Labels */
.order-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--color-text);
  margin-top: 5px;
}

.orders-display {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--color-accent); /* Hebt die Information hervor */
  margin-bottom: 15px;
}

.input-area label {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-primary);
  text-align: center;
}

/* Slider-Styling (Kann sehr komplex sein, hier nur Basis) */
#monthly-sales-slider {
  width: 100%;
  height: 10px;
  background: #dddddd;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}

#monthly-sales-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-accent);
  cursor: pointer;
}

.sales-display {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color-primary);
}

/* Ergebnisbereich */
.results-area h3 {
  text-align: center;
  color: var(--color-primary);
  margin-top: 0;
}

.results-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: var(--color-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden; /* Für abgerundete Ecken */
}

.results-area th,
.results-area td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.results-area thead {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
}

.results-area tbody tr:last-child td {
  border-bottom: none;
}

/* Stil für die Zeilen, die den Minishop/Starter Plan hervorheben */
.results-area .plan-starter {
  background-color: #ffe0e0; /* Hellroter Hintergrund */
  font-weight: 600;
  color: var(--color-text);
}

.note-disclaimer {
  font-size: 0.8em;
  opacity: 0.7;
  margin-top: 20px;
  text-align: center;
}

/* Desktop: 2-Spalten-Layout */
@media (min-width: 768px) {
  .calculator-wrapper {
    grid-template-columns: 1fr 2fr; /* Input links, Tabelle rechts */
    align-items: center;
  }

  .results-area h3 {
    text-align: left;
  }
}

.zielgruppen-card {
  display: block;
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  background: #fff;
}

.zielgruppen-card:hover {
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}

.zielgruppen-card h3 {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  color: #3d0e77; /* dein lila */
}

.zielgruppen-card p {
  font-size: 0.95rem;
  opacity: 0.85;
}

.zielgruppen-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding: 1.4rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  background: #efe6ff;
  color: #3d0e77;
  text-decoration: none;
  gap: 0.6rem;
  transition: background 0.2s ease;
}

.zielgruppen-banner:hover {
  background: #e2d3ff;
}

/* =======================================
   7. Footer
   ======================================= */
.footer {
  background-color: var(--color-white); /* Heller Hintergrund wie im Beispiel */
  padding: 50px 10px 0;

  border-top: 1px solid var(--color-light-bg);
  color: var(--color-text);
}

.footer-grid-columns {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr; /* 4 Spalten, 1. breiter für Branding */
  gap: 40px;
  padding-bottom: 30px;
}

.footer-col h3 {
  font-family: var(--font-family-heading);
  font-size: 1em;
  font-weight: 600;
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-family: var(--font-family-body);
  color: var(--color-text); /* Standard Textfarbe für Links */
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.9em;
  opacity: 0.8;
}

.footer-col ul li a:hover {
  color: var(--color-accent);
  opacity: 1;
}

/* Branding Spalte - NEU: Logo vor Firmenname */
.brand-col .logo-footer {
  /* ERGÄNZT: Flex für Logo/Text-Zentrierung */
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: var(--font-family-heading);
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

/* Optional: Stil für das hypothetische Logo-Bild im Footer */
.brand-col .logo-footer img {
  height: 24px;
  width: auto;
}

.brand-mission {
  font-family: var(--font-family-body);
  font-size: 0.9em;
  color: var(--color-text);
  line-height: 1.4;
  margin-bottom: 25px;
  opacity: 0.8;
}

/* Social Icons (Nur Insta) */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  color: var(--color-text);
  font-size: 1.5em;
  opacity: 0.6;
  transition: opacity 0.2s, color 0.2s;
}

.social-icon:hover {
  opacity: 1;
  color: var(--color-accent);
}

/* Untere Leiste (Copyright & Rechtliches) - NEU: Helles Grau */
.footer-bottom-legal {
  border-top: 1px solid var(--color-light-bg);
  padding: 20px 0;
  font-size: 0.85em;
  color: #6c757d; /* Lichteres Grau für den gesamten Text */
}

.footer-bottom-legal .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legal-links a {
  color: #6c757d; /* Lichteres Grau für die Links */
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.2s;
  opacity: 1; /* Opacity auf 1, da die Farbe bereits heller ist */
}

.legal-links a:hover {
  color: var(--color-accent);
  opacity: 1;
}

/* Responsive Anpassungen für den Footer */
@media (max-width: 900px) {
  .footer-grid-columns {
    grid-template-columns: 1fr 1fr; /* 2 Spalten auf Tablets */
  }
  .brand-col {
    grid-column: span 2; /* Brand nimmt ganze Breite ein */
  }
}

@media (max-width: 550px) {
  .footer-grid-columns {
    grid-template-columns: 1fr; /* 1 Spalte auf Handys */
  }
  .footer-bottom-legal .container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .legal-links a {
    margin: 0 10px;
  }
  .legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* =======================================
   9. Hilfsklassen
   ======================================= */
.noscroll {
  overflow: hidden;
  position: fixed; /* Wichtig für einige Browser */
  width: 100%;
}

/* --- Styling für Leistungs-Karten --- */

.leistung-grid {
  margin-top: 50px;
  /* Nutzt das bereits definierte .grid-3 Layout */
}

.leistung-card {
  background-color: var(--color-light-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.leistung-card i {
  color: var(--color-primary); /* Icons in Deep Charcoal */
  margin-bottom: 15px;
}

.leistung-card h3 {
  margin-top: 0;
  color: var(--color-text); /* Überschrift in Normalfarbe */
}

.leistung-card ul {
  list-style: none; /* Entfernt die Standard-Punkte */
  padding-left: 0;
  margin-top: 15px;
  text-align: left;
  max-width: none;
}

.leistung-card ul li {
  padding-left: 1.5em; /* Platz für Icon */
  margin-bottom: 8px;
  position: relative;
  font-size: 0.95em;
}

.leistung-card ul li:before {
  content: "✓"; /* Haken als Bullet Point */
  color: var(--color-accent);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
}

/* Hervorhebung / Highlight Box */
.highlight-box {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 30px 40px;
  border-radius: 10px;
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.highlight-box h4 {
  color: var(--color-white);
  margin-top: 0;
  font-size: 1.5em;
}

.highlight-box p {
  font-size: 1.1em;
  margin-bottom: 0;
  opacity: 0.9;
}

/* =======================================
   2. Mobile Navigation & Hamburger
   ======================================= */

/* 2.1 Allgemeine Header-Anpassungen */
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

/* 2.2 Hamburger-Icon (Nur auf Mobile sichtbar) */
.hamburger {
  display: none; /* Standardmäßig versteckt */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000; /* Muss über dem Menü liegen */
}

.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.hamburger.active .bar {
  background-color: var(--color-white);
}

/* 2.3 Desktop-Ansicht (Standard) */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* 2.4 Mobile Breakpoint (z.B. 768px) */
@media (max-width: 768px) {
  /* Zeige den Hamburger-Button */
  .hamburger {
    display: block;
  }

  nav.container {
    flex-direction: row;
  }

  nav .logo img {
    z-index: 1000;
  }

  /* Verstecke die Navigations-Liste standardmäßig */
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary); /* Fullscreen-Overlay */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Startzustand: Außerhalb des Sichtfelds */
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
  }

  /* Mache die Links weiß, damit sie auf dem dunklen Hintergrund sichtbar sind */
  .nav-links a {
    color: var(--color-white);
  }

  /* CTA-Button im Menü muss auch weiß sein, außer der Hintergrund ist weiß */
  .nav-links .btn-cta {
    background-color: var(--color-accent);
    color: var(--color-white);
    margin-top: 30px;
  }

  /* Zustand, wenn das Menü aktiv ist (wird per JS gesteuert) */
  .nav-links.active {
    transform: translateX(0);
  }
}

/* =======================================
   8. Full-Image CTA Banner (#full-image-cta-banner)
   ======================================= */

.full-image-cta-section {
  position: relative;
  padding: 150px 0; /* Großer vertikaler Abstand */
  color: var(--color-white); /* Text standardmäßig weiß */
  text-align: center;
  overflow: hidden;
  z-index: 50;
}

/* 1. Hintergrundbild für DESKTOP (Standard) */
.banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* DESKTOP BILD: Bitte den Pfad anpassen! */

  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* 2. Hintergrundbild für MOBILE (Media Query) */
@media (max-width: 768px) {
  .cta-version-woman .banner-background-image {
    /* Desktop Bild für Frau */
    background-image: url("../assets/images/woman.jpg");
  }

  .cta-version-woman2 .banner-background-image {
    /* Desktop Bild für Frau */
    background-image: url("../assets/images/woman3.png");
  }

  .cta-version-man .banner-background-image {
    /* Desktop Bild für Mann */
    background-image: url("../assets/images/man.jpg");
  }
  .full-image-cta-section {
    padding: 300px 0 50px; /* Großer vertikaler Abstand */
  }
}

/* Dunkler Overlay-Filter (Bleibt gleich) */
.banner-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Deep Charcoal (Primary) mit 70% Opazität */
  background: rgba(44, 62, 80, 0.4);
  z-index: 2;
}

/* Der Text-Container liegt über dem Bild und dem Filter (Bleibt gleich) */
.cta-content-centered {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.full-image-cta-section h2 {
  color: var(--color-white);
  margin-top: 0;
  font-size: clamp(2em, 4vw, 2.5em);
}

.full-image-cta-section .subtitle {
  font-size: 1.2em;
  opacity: 0.9;
  margin-bottom: 40px;
}

/* Button-Styling (Bleibt gleich) */
.full-image-cta-section .btn-primary {
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 1.1em;
}

.full-image-cta-section .btn-primary:hover {
  background-color: #e05c00;
}

/* =======================================
   10. Elegante Card CTA Banner (Weiß/Grau mit Akzent)
   ======================================= */

.elegant-card-style {
  /* Setzt den Hintergrund der SEKTION auf das helle Grau, damit die Karte abhebt */
  background-color: var(--color-light-bg);
  padding: 100px 20px;
  text-align: center;
}

.elegant-card-style .container {
  /* Setzt den Hintergrund der CARD auf WEISS */
  background-color: var(--color-white);
  max-width: 900px; /* Limitierte Breite */
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.1);
  position: relative; /* Wichtig für die Akzentlinie */
  overflow: hidden; /* Stellt sicher, dass die Linie nur oben sichtbar ist */
}

/* Rote Akzentlinie oben (Eleganter Strich) */
.elegant-card-style .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px; /* Höhe des Strichs */
  background-color: var(--color-accent);
  z-index: 10;
}

/* Text und Button-Styling (Kann von den globalen CTA-Styles kommen, 
   wird aber hier zur Sicherheit nochmal definiert) */

.elegant-card-style h2 {
  color: var(--color-text);
  margin-bottom: 15px;
  margin-top: 15px; /* Platz unter der roten Linie */
}

.elegant-card-style p {
  max-width: 650px;
  margin: 0 auto 25px auto;
  font-size: 1.1em;
}

.elegant-card-style .btn-primary {
  /* Button bleibt in Akzentfarbe */
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 16px;
}

.elegant-card-style .cta-note {
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 15px;
}

/* =======================================
   11. Leistungen / Features Sektion (#leistungen)
   ======================================= */

.leistungen-features-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--color-light-bg); /* Hebt sich leicht vom Weiß ab */
}

.leistungen-features-section h2 {
  margin-bottom: 10px;
}

.leistungen-features-section .subtitle {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid Layout */
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* Einzelnes Leistungs-Element */
.leistung-item {
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  transition: box-shadow 0.3s;
  border: 1px solid #eee;
}

.leistung-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.leistung-item i {
  color: var(--color-accent); /* Rotes Icon */
  margin-bottom: 15px;
}

.leistung-item h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--color-primary);
}

.leistung-item p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.5;
}

/* CTA-Bereich unter den Leistungen */
.leistung-cta-bottom {
  margin-top: 50px;
  padding: 30px;
  background-color: var(--color-white);
  border-radius: 8px;
  border-left: 5px solid var(--color-accent); /* Roter Akzentstreifen links */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.leistung-cta-bottom p {
  margin: 0;
  font-size: 1.1em;
  color: var(--color-primary);
}

/* =======================================
   14. Content / Artikel Seiten Stile (z.B. /wissen/...)
   ======================================= */

/* Stellt sicher, dass der Text im Artikel nicht zu breit wird */
.content-body .container {
  max-width: 900px;
}

/* Setzt die Basis-Typografie für den Fließtext */
.content-body p {
  font-size: 1.15em;
  line-height: 1.7;
  margin-bottom: 25px;
  color: var(--color-text);
}

/* Stilisiert die Überschriften im Content */
.content-body h2 {
  font-size: clamp(1.8em, 3vw, 2.3em);
  margin-top: 50px;
  margin-bottom: 20px;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-light-bg); /* Leichte Trennlinie */
  padding-bottom: 5px;
}

.content-body h3 {
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: var(--color-primary);
}

/* Stilisiert Listen im Fließtext */
.content-body ul,
.content-body ol {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 20px;
}

.content-body ul li {
  margin-bottom: 10px;
}

/* Links im Content hervorheben */
.content-body a {
  color: var(--color-accent); /* Roter Link */
  text-decoration: underline;
  font-weight: 500;
}

/* =======================================
   15. Highlight Box / Akzent Box Fix (KORRIGIERT)
   ======================================= */

#real-talk-marketing,
#zwei-taktiken,
#skalieren,
#real-talk {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-box {
  background-color: #f8f8f8; /* Sehr helles Grau als Hintergrund */
  padding: 30px;
  border-radius: 8px;
  /* Roter Akzent-Streifen links (Wichtig für die visuelle Aufwertung) */
  border-left: 5px solid var(--color-accent, #c0392b);
  margin: 40px 0;
  /* NEU: Stellt sicher, dass die Basis-Textfarbe im Kasten wieder dunkel ist */
  color: var(--color-text, #333333);
}

.highlight-box h4 {
  color: var(--color-primary, #1c2a48);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25em;
}

.highlight-box p {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  /* NEU: Stellt sicher, dass auch Paragraphen lesbar sind */
  color: var(--color-text, #333333);
}

/* Wichtig: Listen innerhalb der Highlight Box stylen */
.highlight-box ul {
  list-style-type: none; /* Entfernt die unschönen Standard-Bullets/Checkboxen */
  padding: 0;
  margin-bottom: 0;
}

.highlight-box ul li {
  font-size: 1.1em;
  line-height: 1.4;
  padding: 8px 0 8px 30px; /* Platz für das Icon */
  margin-bottom: 0;
  position: relative;
  /* NEU: Listenelemente erhalten die Dunkel-Farbe */
  color: var(--color-text, #333333);
}

/* KORRIGIERT: Ersetzt die Font-Awesome Checkboxen durch einen Unicode-Haken (✓) */
.highlight-box ul li::before {
  content: "\2713"; /* Unicode Check Mark (✓) */
  /* Die Font-Awesome-Deklarationen können nun entfallen */
  font-family: inherit;
  font-weight: 900;
  color: var(--color-accent, #c0392b);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em; /* Etwas größer für bessere Sichtbarkeit */
}

/* Spezieller Stil für Listen, die in der Highlight-Box in einem Grid liegen (wie bei der 10-Verkäufe-Seite) */
.highlight-box .grid-3 ul {
  padding-left: 0; /* Stellt sicher, dass das Grid-Layout nicht durch Listen-Padding verschoben wird */
}

/* =======================================
   16. Wissen / Artikel Übersicht (article-grid)
   ======================================= */

.article-grid {
  display: grid;
  /* Erzeugt ein Grid mit mindestens 280px breiten Spalten, maximal 1fr */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.article-card {
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: transform 0.3s, box-shadow 0.3s;
  /* Wichtig für gleiche Kartenhöhe: */
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.article-card h3 {
  color: var(--color-primary);
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.article-card p {
  color: #555;
  font-size: 1em;
  flex-grow: 1; /* Sorgt dafür, dass die Karten den verfügbaren Platz nutzen */
  margin-bottom: 20px;
}

.article-card .read-more {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s;
}

.article-card .read-more:hover {
  gap: 12px;
}
