/* ==========================================================================
   TYMORA GBR – GLOBALES DESIGN-SYSTEM
   Datei: frontend/assets/css/style.css
   
   HINWEIS: Diese Datei enthält alle Design-Tokens, Layout-Regeln und 
   Komponenten-Styles für die gesamte Website.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. SCHRIFTARTEN – lokal gehostet (Inter + Space Grotesk, Variable Fonts)
   Keine externe Verbindung zu Google Fonts (datenschutzfreundlich).
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   2. CSS CUSTOM PROPERTIES (Design Tokens)
   -------------------------------------------------------------------------- */
:root {
  /* Farben – abgestimmt auf das Tymora-Logo
     Orange #E8531A  = T-Symbol im Logo
     Silber/Metallic = Schriftzug "TYMORA" im Logo
     Anthrazit       = dunkle Basis, harmoniert mit dem metallischen Silber */
  --color-primary:       #1E2328;   /* Tiefes Anthrazit */
  --color-primary-dark:  #141719;   /* Fast Schwarz */
  --color-primary-light: #2C3340;   /* Mittleres Anthrazit */
  --color-accent:        #E8531A;   /* Tymora-Orange – aus dem Logo */
  --color-accent-dark:   #C94410;   /* Dunkleres Orange (Hover-Zustand) */
  --color-accent-light:  #F06830;   /* Helleres Orange (Highlights) */
  --color-silver:        #A8AEBB;   /* Silber – Schriftzug im Logo */
  --color-silver-light:  #D0D4DB;   /* Helles Silber */
  --color-bg:            #F5F6F7;   /* Hintergrund */
  --color-bg-alt:        #ECEEF1;   /* Alternativer Hintergrund */
  --color-white:         #FFFFFF;
  --color-text:          #1E2328;   /* Haupttext */
  --color-text-muted:    #6B7280;   /* Gedämpfter Text */
  --color-border:        #D1D5DB;   /* Rahmenfarbe */
  --color-success:       #16A34A;
  --color-error:         #DC2626;

  /* Typografie */
  --font-family:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display:    'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-size-xs:    0.75rem;    /*  12px */
  --font-size-sm:    0.875rem;   /*  14px */
  --font-size-base:  1rem;       /*  16px */
  --font-size-lg:    1.125rem;   /*  18px */
  --font-size-xl:    1.25rem;    /*  20px */
  --font-size-2xl:   1.5rem;     /*  24px */
  --font-size-3xl:   1.875rem;   /*  30px */
  --font-size-4xl:   2.25rem;    /*  36px */
  --font-size-5xl:   3rem;       /*  48px */
  --line-height:     1.7;

  /* Abstände */
  --spacing-xs:  0.25rem;   /*  4px */
  --spacing-sm:  0.5rem;    /*  8px */
  --spacing-md:  1rem;      /* 16px */
  --spacing-lg:  1.5rem;    /* 24px */
  --spacing-xl:  2rem;      /* 32px */
  --spacing-2xl: 3rem;      /* 48px */
  --spacing-3xl: 4rem;      /* 64px */
  --spacing-4xl: 6rem;      /* 96px */

  /* Sonstiges */
  --border-radius-sm: 4px;
  --border-radius:    8px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md:  0 4px 12px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg:  0 10px 30px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.08);
  --shadow-xl:  0 20px 50px rgba(0,0,0,0.15);
  --transition: 0.25s ease;
  --header-height: 84px;
  --container-max: 1200px;
}

/* --------------------------------------------------------------------------
   3. CSS RESET & BASE
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition);
}

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

ul, ol {
  list-style: none;
}

/* --------------------------------------------------------------------------
   4. TYPOGRAFIE-HILFKLASSEN
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-primary);
}

h1 { font-size: var(--font-size-4xl); }
h2 { font-size: var(--font-size-3xl); }
h3 { font-size: var(--font-size-2xl); }
h4 { font-size: var(--font-size-xl); }
h5 { font-size: var(--font-size-lg); }
h6 { font-size: var(--font-size-base); }

p {
  margin-bottom: var(--spacing-md);
  color: var(--color-text);
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
  color: var(--color-primary);
}

.text-muted {
  color: var(--color-text-muted);
}

.text-center { text-align: center; }
.text-accent  { color: var(--color-accent); }

/* --------------------------------------------------------------------------
   5. LAYOUT – CONTAINER & GRID
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--spacing-xl);
}

.section {
  padding-block: var(--spacing-4xl);
}

.section--alt {
  background-color: var(--color-bg-alt);
}

.section--dark {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: var(--color-white);
}

.section--dark p {
  color: rgba(255,255,255,0.85);
}

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.section-header h2 {
  margin-bottom: var(--spacing-md);
}

.section-header .section-subtitle {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  max-width: 600px;
  margin-inline: auto;
}

/* Grid-Systeme */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-xl);
}

/* --------------------------------------------------------------------------
   6. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: 0.75rem 1.75rem;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: 600;
  border-radius: var(--border-radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.btn-primary {
  background-color: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
}

.btn-primary:hover {
  background-color: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

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

.btn-outline {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-outline:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: var(--font-size-lg);
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: var(--font-size-sm);
}

/* --------------------------------------------------------------------------
   7. HEADER & NAVIGATION
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--color-primary);
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo img {
  height: 46px;
  width: auto;
  transition: transform var(--transition);
}

.site-logo:hover img {
  transform: scale(1.04);
}

.site-logo-text {
  display: flex;
  flex-direction: column;
}

.site-logo-name {
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.site-logo-tagline {
  font-size: var(--font-size-xs);
  color: var(--color-accent);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Hauptnavigation */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.nav-list a {
  display: block;
  padding: 0.5rem 0.875rem;
  color: rgba(255,255,255,0.85);
  font-size: var(--font-size-sm);
  font-weight: 500;
  border-radius: var(--border-radius-sm);
  transition: all var(--transition);
  text-decoration: none;
}

.nav-list a:hover,
.nav-list a.active {
  color: var(--color-white);
  background-color: rgba(255,255,255,0.12);
}

.nav-list .nav-cta a {
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 0.5rem 1.25rem;
}

.nav-list .nav-cta a:hover {
  background-color: var(--color-accent-dark);
}

/* Burger-Menü (Mobile) */
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: var(--border-radius-sm);
  transition: background-color var(--transition);
}

.burger-btn:hover {
  background-color: rgba(255,255,255,0.1);
}

.burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* Burger Animation */
.burger-btn.open .burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-btn.open .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-btn.open .burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav Drawer */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary-dark);
  z-index: 999;
  padding: var(--spacing-xl);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  padding-top: var(--spacing-md);
}

.mobile-nav-list a {
  display: block;
  padding: var(--spacing-md) var(--spacing-lg);
  color: rgba(255,255,255,0.9);
  font-size: var(--font-size-lg);
  font-weight: 500;
  border-radius: var(--border-radius);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: all var(--transition);
}

.mobile-nav-list a:hover {
  background-color: rgba(255,255,255,0.08);
  color: var(--color-white);
  padding-left: var(--spacing-xl);
}

.mobile-nav-list .mobile-nav-cta a {
  margin-top: var(--spacing-lg);
  background-color: var(--color-accent);
  color: var(--color-white);
  text-align: center;
  border: none;
}

/* --------------------------------------------------------------------------
   8. HERO SECTION
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-primary-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 50%, #2C3340 100%);
  z-index: 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(20,23,25,0.9) 0%, rgba(20,23,25,0.5) 60%, rgba(20,23,25,0.2) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  padding-block: var(--spacing-4xl);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  background-color: rgba(232,83,26,0.18);
  border: 1px solid rgba(232,83,26,0.45);
  color: var(--color-accent-light);
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: var(--spacing-lg);
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.15;
  margin-bottom: var(--spacing-lg);
  letter-spacing: -0.02em;
}

.hero h1 .accent {
  color: var(--color-accent);
}

.hero-desc {
  font-size: var(--font-size-lg);
  color: rgba(255,255,255,0.85);
  margin-bottom: var(--spacing-2xl);
  line-height: 1.7;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: var(--spacing-2xl);
  margin-top: var(--spacing-3xl);
  padding-top: var(--spacing-xl);
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
}

.hero-stat-value {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: var(--spacing-xs);
}

.hero-stat-label {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* --------------------------------------------------------------------------
   9. CARDS
   -------------------------------------------------------------------------- */
.card {
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card-body {
  padding: var(--spacing-xl);
}

.card-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(30,35,40,0.08);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  font-size: 1.75rem;
}

.card h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-sm);
}

.card p {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  line-height: 1.65;
}

/* Feature Card */
.feature-card {
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-xl);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.feature-card:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: var(--spacing-md);
  display: block;
}

.feature-card h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
  color: var(--color-primary);
}

.feature-card p {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   10. BILD-PLATZHALTER STYLES
   -------------------------------------------------------------------------- */
.img-placeholder {
  background-color: #D1D5DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  text-align: center;
  border: 2px dashed #9CA3AF;
  border-radius: var(--border-radius);
  color: #6B7280;
  font-size: var(--font-size-sm);
  font-weight: 500;
  padding: var(--spacing-xl);
  user-select: none;
}

.img-placeholder .placeholder-icon {
  font-size: 2.5rem;
  opacity: 0.5;
}

.img-placeholder .placeholder-label {
  font-weight: 700;
  font-size: var(--font-size-base);
  color: #4B5563;
}

.img-placeholder .placeholder-size {
  font-size: var(--font-size-xs);
  color: #9CA3AF;
}

/* Produkt-Karte mit Bild-Platzhalter */
.product-card {
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--color-border);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.product-card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.product-card-image .img-placeholder {
  height: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 2px dashed #9CA3AF;
}

.product-card-body {
  padding: var(--spacing-xl);
}

.product-badge {
  display: inline-block;
  background-color: rgba(30,35,40,0.08);
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  margin-bottom: var(--spacing-md);
}

.product-card h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-sm);
}

.product-card p {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  line-height: 1.65;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-lg);
  border-top: 1px solid var(--color-border);
}

.product-feature-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: var(--color-text);
}

.product-feature-item::before {
  content: '✓';
  color: var(--color-success);
  font-weight: 700;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   11. CTA SECTION
   -------------------------------------------------------------------------- */
.cta-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  padding-block: var(--spacing-4xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(232,83,26,0.07) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section h2 {
  color: var(--color-white);
  font-size: var(--font-size-3xl);
  margin-bottom: var(--spacing-md);
}

.cta-section p {
  color: rgba(255,255,255,0.8);
  font-size: var(--font-size-lg);
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: var(--spacing-2xl);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   12. VALUE CARDS (Vorteile/Werte)
   -------------------------------------------------------------------------- */
.value-card {
  text-align: center;
  padding: var(--spacing-xl);
}

.value-card .value-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: var(--spacing-md);
}

.value-card h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
}

.value-card p {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   13. ÜBER UNS SECTION
   -------------------------------------------------------------------------- */
.about-image-wrap {
  position: relative;
  border-radius: var(--border-radius-xl);
  overflow: hidden;
}

.about-image-wrap .img-placeholder {
  height: 400px;
  border-radius: var(--border-radius-xl);
}

.about-badge {
  position: absolute;
  bottom: var(--spacing-xl);
  left: var(--spacing-xl);
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-md) var(--spacing-lg);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.about-badge-icon {
  font-size: 2rem;
}

.about-badge-text strong {
  display: block;
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  font-weight: 800;
}

.about-badge-text span {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-xl);
}

.about-text h2 {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--spacing-lg);
}

/* Gesellschafter / Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--spacing-xl);
}

.team-card {
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  text-align: center;
  padding-bottom: var(--spacing-xl);
}

.team-card-image {
  height: 180px;
  background-color: var(--color-bg-alt);
  border-bottom: 1px dashed var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  font-size: 4rem;
  color: var(--color-border);
}

.team-card h4 {
  font-size: var(--font-size-lg);
  color: var(--color-primary);
  margin-bottom: var(--spacing-xs);
  padding-inline: var(--spacing-lg);
}

.team-card .team-role {
  font-size: var(--font-size-sm);
  color: var(--color-accent);
  font-weight: 600;
  padding-inline: var(--spacing-lg);
}

/* --------------------------------------------------------------------------
   14. KONTAKTFORMULAR
   -------------------------------------------------------------------------- */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--spacing-3xl);
  align-items: start;
}

.contact-info h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-lg);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
  padding: var(--spacing-lg);
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.contact-detail:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-md);
}

.contact-detail-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.contact-detail-text strong {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--spacing-xs);
}

.contact-detail-text a,
.contact-detail-text span {
  font-size: var(--font-size-base);
  color: var(--color-primary);
  font-weight: 500;
}

/* Formular */
.contact-form-wrap {
  background-color: var(--color-white);
  border-radius: var(--border-radius-xl);
  padding: var(--spacing-3xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}

.contact-form-wrap h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-xs);
}

.contact-form-wrap .form-intro {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin-bottom: var(--spacing-xl);
}

.form-group {
  margin-bottom: var(--spacing-lg);
}

.form-label {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-sm);
}

.form-label .required {
  color: var(--color-error);
  margin-left: 2px;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  border: 1.5px solid var(--color-border);
  border-radius: var(--border-radius);
  transition: all var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

.form-control:focus {
  outline: none;
  border-color: var(--color-primary);
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px rgba(30,35,40,0.1);
}

.form-control.error {
  border-color: var(--color-error);
}

.form-control.error:focus {
  box-shadow: 0 0 0 3px rgba(220,38,38,0.1);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.form-error {
  display: none;
  font-size: var(--font-size-xs);
  color: var(--color-error);
  margin-top: var(--spacing-xs);
  font-weight: 500;
}

.form-error.visible {
  display: block;
}

/* Checkbox */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
}

.form-check-input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.form-check-label {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  line-height: 1.5;
}

.form-check-label a {
  color: var(--color-primary);
  text-decoration: underline;
}

.form-hint {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--color-border);
}

/* Form Ergebnis-Meldung */
.form-result {
  display: none;
  padding: var(--spacing-lg);
  border-radius: var(--border-radius);
  margin-top: var(--spacing-lg);
  font-weight: 500;
  text-align: center;
}

.form-result.success {
  display: block;
  background-color: rgba(22,163,74,0.1);
  border: 1px solid rgba(22,163,74,0.3);
  color: var(--color-success);
}

.form-result.error {
  display: block;
  background-color: rgba(220,38,38,0.1);
  border: 1px solid rgba(220,38,38,0.3);
  color: var(--color-error);
}

/* --------------------------------------------------------------------------
   15. PARTNER / STANDORTE SECTION
   -------------------------------------------------------------------------- */
.partner-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-xl);
  margin-top: var(--spacing-3xl);
}

.partner-benefit {
  background-color: var(--color-white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-xl);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--color-accent);
  transition: all var(--transition);
}

.partner-benefit:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.partner-benefit-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: var(--spacing-md);
}

.partner-benefit h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
}

.partner-benefit p {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.faq-item {
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: var(--spacing-lg) var(--spacing-xl);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
  transition: all var(--transition);
}

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

.faq-question .faq-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq-item.open .faq-question .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

.faq-answer-inner {
  padding: 0 var(--spacing-xl) var(--spacing-xl);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-lg);
}

/* --------------------------------------------------------------------------
   16. RECHTLICHE SEITEN (Impressum, Datenschutz)
   -------------------------------------------------------------------------- */
.legal-page {
  max-width: 860px;
  margin-inline: auto;
  padding-block: var(--spacing-4xl);
}

.legal-page h1 {
  font-size: var(--font-size-4xl);
  margin-bottom: var(--spacing-sm);
}

.legal-page .legal-intro {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  margin-bottom: var(--spacing-3xl);
  padding-bottom: var(--spacing-xl);
  border-bottom: 2px solid var(--color-border);
}

.legal-page h2 {
  font-size: var(--font-size-2xl);
  margin-top: var(--spacing-3xl);
  margin-bottom: var(--spacing-lg);
  padding-bottom: var(--spacing-sm);
  border-bottom: 1px solid var(--color-border);
}

.legal-page h3 {
  font-size: var(--font-size-xl);
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
  color: var(--color-primary);
}

.legal-page ul {
  list-style: disc;
  padding-left: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
}

.legal-page ul li {
  color: var(--color-text);
  margin-bottom: var(--spacing-sm);
  font-size: var(--font-size-sm);
  line-height: 1.65;
}

/* Platzhalter-Hervorhebung in Rechtstexten */
.placeholder-text {
  background-color: rgba(232,83,26,0.14);
  border: 1px solid rgba(232,83,26,0.45);
  border-radius: 3px;
  padding: 1px 5px;
  color: #8B6010;
  font-weight: 600;
  font-style: italic;
}

/* Rechtlicher Hinweis-Banner */
.legal-notice-banner {
  background-color: rgba(232,83,26,0.11);
  border: 2px solid var(--color-accent);
  border-radius: var(--border-radius);
  padding: var(--spacing-lg) var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-start;
}

.legal-notice-banner .notice-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.legal-notice-banner p {
  font-size: var(--font-size-sm);
  color: var(--color-text);
  margin-bottom: 0;
  line-height: 1.6;
}

.legal-notice-banner strong {
  color: var(--color-accent-dark);
}

/* --------------------------------------------------------------------------
   17. COOKIE-BANNER
   -------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: var(--color-primary-dark);
  border-top: 3px solid var(--color-accent);
  padding: var(--spacing-lg) var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xl);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-banner-text {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  flex: 1;
}

.cookie-banner-text a {
  color: var(--color-accent-light);
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: var(--spacing-md);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   18. BREADCRUMB
   -------------------------------------------------------------------------- */
.breadcrumb {
  background-color: var(--color-bg-alt);
  padding: var(--spacing-md) 0;
  border-bottom: 1px solid var(--color-border);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.breadcrumb-list li a {
  color: var(--color-text-muted);
  transition: color var(--transition);
}

.breadcrumb-list li a:hover {
  color: var(--color-primary);
}

.breadcrumb-list li.current {
  color: var(--color-primary);
  font-weight: 500;
}

.breadcrumb-sep {
  color: var(--color-border);
  font-size: var(--font-size-xs);
}

/* --------------------------------------------------------------------------
   19. SECTION DIVIDER / ACCENT LINE
   -------------------------------------------------------------------------- */
.accent-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, var(--color-accent), var(--color-accent-light));
  border-radius: 2px;
  margin-bottom: var(--spacing-lg);
}

.accent-line.centered {
  margin-inline: auto;
}

/* --------------------------------------------------------------------------
   20. FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--color-primary-dark);
  color: rgba(255,255,255,0.8);
  padding-top: var(--spacing-4xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand p {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-top: var(--spacing-md);
}

.footer-brand .footer-logo-text {
  font-size: var(--font-size-xl);
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: -0.02em;
}

.footer-brand .footer-logo-sub {
  font-size: var(--font-size-xs);
  color: var(--color-accent);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
}

.footer-col h4 {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--spacing-lg);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.footer-links a {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: all var(--transition);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.footer-links a:hover {
  color: var(--color-accent-light);
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,0.65);
  margin-bottom: var(--spacing-md);
  line-height: 1.5;
}

.footer-contact-item .icon {
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 2px;
}

.footer-contact-item a {
  color: rgba(255,255,255,0.65);
}

.footer-contact-item a:hover {
  color: var(--color-accent-light);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--spacing-lg);
  gap: var(--spacing-lg);
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: var(--font-size-xs);
  color: rgba(255,255,255,0.45);
}

.footer-legal-links {
  display: flex;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-size: var(--font-size-xs);
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-legal-links a:hover {
  color: rgba(255,255,255,0.8);
}

/* --------------------------------------------------------------------------
   21. PAGE HERO (innere Seiten)
   -------------------------------------------------------------------------- */
.page-hero {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  padding-block: var(--spacing-4xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 20% 50%, rgba(232,83,26,0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(232,83,26,0.05) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero h1 {
  color: var(--color-white);
  font-size: var(--font-size-4xl);
  margin-bottom: var(--spacing-md);
  position: relative;
}

.page-hero p {
  color: rgba(255,255,255,0.8);
  font-size: var(--font-size-lg);
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: 0;
  position: relative;
}

/* --------------------------------------------------------------------------
   22. UTILITIES
   -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

.divider {
  height: 1px;
  background-color: var(--color-border);
  margin-block: var(--spacing-2xl);
}

/* --------------------------------------------------------------------------
   23. RESPONSIVE – TABLET (max 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  :root {
    --container-max: 960px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }
}

/* --------------------------------------------------------------------------
   24. RESPONSIVE – MOBILE (max 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  :root {
    --header-height: 70px;
    --spacing-4xl: 3.5rem;
  }

  .site-logo img { height: 38px; }

  .container {
    padding-inline: var(--spacing-lg);
  }

  /* Header */
  .main-nav {
    display: none;
  }

  .burger-btn {
    display: flex;
  }

  .mobile-nav {
    display: block;
  }

  /* Hero */
  .hero {
    min-height: 520px;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    gap: var(--spacing-xl);
  }

  /* Grids */
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  /* About */
  .about-image-wrap .img-placeholder {
    height: 280px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  /* Legal */
  .legal-page h1 {
    font-size: var(--font-size-3xl);
  }

  /* Cookie Banner */
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-banner-actions .btn {
    flex: 1;
    justify-content: center;
  }

  /* Page Hero */
  .page-hero h1 {
    font-size: var(--font-size-3xl);
  }

  /* Kontakt */
  .contact-form-wrap {
    padding: var(--spacing-xl);
  }

  /* CTA */
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* --------------------------------------------------------------------------
   25. SCROLL ANIMATIONS
   -------------------------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays */
.fade-in:nth-child(2) { transition-delay: 0.1s; }
.fade-in:nth-child(3) { transition-delay: 0.2s; }
.fade-in:nth-child(4) { transition-delay: 0.3s; }
.fade-in:nth-child(5) { transition-delay: 0.4s; }
.fade-in:nth-child(6) { transition-delay: 0.5s; }

/* ==========================================================================
   26. PREMIUM ENHANCEMENT LAYER
   Aufwertung des bestehenden Designs: Display-Schrift, SVG-Icon-Chips,
   verfeinerte Karten/Buttons, Fokus-Ringe & Reduced-Motion.
   Diese Regeln stehen bewusst am Dateiende und überschreiben gezielt
   einzelne Basis-Regeln, ohne sie zu entfernen.
   ========================================================================== */

/* --- 26.1 Display-Typografie ------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.hero h1,
.site-logo-name,
.footer-logo-text,
.hero-stat-value,
.about-badge-text strong {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.btn { font-family: var(--font-display); letter-spacing: -0.01em; }

/* Eyebrow-Label über Section-Titeln (optional via .section-eyebrow) */
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--spacing-sm);
}

/* --- 26.2 SVG-Icon-Chips (ersetzen Emoji-Icons) ------------------------ */
.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(232,83,26,0.16) 0%, rgba(232,83,26,0.04) 100%);
  border: 1px solid rgba(232,83,26,0.22);
  color: var(--color-accent);
  flex-shrink: 0;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.icon-chip svg { width: 26px; height: 26px; stroke-width: 2; }

/* Bestehende Icon-Klassen in Chips verwandeln (Emoji ODER SVG funktioniert) */
.feature-icon,
.partner-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 1.6rem;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(232,83,26,0.16) 0%, rgba(232,83,26,0.04) 100%);
  border: 1px solid rgba(232,83,26,0.22);
  color: var(--color-accent);
  margin-bottom: var(--spacing-lg);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 1.8rem;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(232,83,26,0.16) 0%, rgba(232,83,26,0.04) 100%);
  border: 1px solid rgba(232,83,26,0.22);
  color: var(--color-accent);
  margin-bottom: var(--spacing-lg);
  transition: transform var(--transition), box-shadow var(--transition);
}

.feature-icon svg,
.partner-benefit-icon svg { width: 26px; height: 26px; stroke-width: 2; }
.value-icon svg { width: 30px; height: 30px; stroke-width: 2; }

.feature-card:hover .feature-icon,
.partner-benefit:hover .partner-benefit-icon,
.value-card:hover .value-icon {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(232,83,26,0.22);
  background: linear-gradient(140deg, rgba(232,83,26,0.24) 0%, rgba(232,83,26,0.08) 100%);
}

/* Icons in Buttons / Inline-Text sauber ausrichten */
.btn svg { width: 18px; height: 18px; stroke-width: 2.2; flex-shrink: 0; }
.btn-lg svg { width: 20px; height: 20px; }

/* Kleine Inline-Icons (Hero-Badge, Kontakt, Footer) */
.inline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.inline-icon svg { width: 1em; height: 1em; stroke-width: 2; }

/* Hero-Badge mit SVG */
.hero-badge svg { width: 16px; height: 16px; stroke-width: 2; }

/* Kontakt-Detail-Icon als Chip */
.contact-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(232,83,26,0.16) 0%, rgba(232,83,26,0.04) 100%);
  border: 1px solid rgba(232,83,26,0.22);
  color: var(--color-accent);
}
.contact-detail-icon svg { width: 22px; height: 22px; stroke-width: 2; }

/* About-Badge-Icon (Erfolg/Check) */
.about-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(22,163,74,0.12);
  color: var(--color-success);
  font-size: 1.4rem;
}
.about-badge-icon svg { width: 24px; height: 24px; stroke-width: 2.2; }

/* Footer-Kontakt-Icons */
.footer-contact-item .icon svg { width: 16px; height: 16px; stroke-width: 2; vertical-align: middle; color: var(--color-accent); }

/* Mobile-Nav-Icons */
.mobile-nav-list a { display: flex; align-items: center; gap: var(--spacing-md); }
.mobile-nav-list a svg { width: 20px; height: 20px; stroke-width: 2; flex-shrink: 0; color: var(--color-accent); }
.mobile-nav-list .mobile-nav-cta a { justify-content: center; }

/* --- 26.3 Karten-Verfeinerung ----------------------------------------- */
.feature-card,
.partner-benefit,
.value-card,
.contact-detail {
  position: relative;
  overflow: hidden;
}

/* Dezente Akzentlinie oben beim Hover (feature/value) */
.feature-card::before,
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--color-accent), var(--color-accent-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.feature-card:hover::before,
.value-card:hover::before { transform: scaleX(1); }

.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.value-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(232,83,26,0.4); }

/* --- 26.4 Buttons: Verlauf + sichtbarer Fokus ------------------------- */
.btn-primary {
  background-image: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 55%, var(--color-accent-dark) 100%);
  box-shadow: 0 4px 14px rgba(232,83,26,0.28);
}
.btn-primary:hover {
  background-image: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  box-shadow: 0 8px 22px rgba(232,83,26,0.36);
}

/* --- 26.5 Globale Fokus-Ringe (Tastatur) ------------------------------ */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.faq-question:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(232,83,26,0.55);
  outline-offset: 2px;
  border-radius: var(--border-radius-sm);
}
.btn:focus-visible { outline-offset: 3px; }

/* --- 26.6 Hero-Feinschliff -------------------------------------------- */
/* Feine Raster-Textur über dem dunklen Hero für Tiefe */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 70%);
}

.hero-badge {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Sanfte Einblend-Animation für den Hero-Inhalt */
@keyframes heroRise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-content > * { animation: heroRise 0.7s cubic-bezier(0.22,1,0.36,1) both; }
.hero-content > *:nth-child(1) { animation-delay: 0.05s; }
.hero-content > *:nth-child(2) { animation-delay: 0.15s; }
.hero-content > *:nth-child(3) { animation-delay: 0.25s; }
.hero-content > *:nth-child(4) { animation-delay: 0.35s; }
.hero-content > *:nth-child(5) { animation-delay: 0.45s; }

/* Stat-Werte: tabellarische Ziffern für ruhiges Hochzählen */
.hero-stat-value { font-variant-numeric: tabular-nums; }

/* --- 26.7 Header-Schliff ---------------------------------------------- */
.site-header {
  background-color: rgba(20,23,25,0.85);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Aktiver Nav-Link bekommt Akzent-Unterstrich */
.nav-list a.active {
  background-color: transparent;
  position: relative;
}
.nav-list a.active::after {
  content: '';
  position: absolute;
  left: 0.875rem; right: 0.875rem; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-accent);
}

/* --- 26.9 Weitere Icon-Container & Basisgröße -------------------------- */
/* Basis-Größe für alle eingefügten Inline-SVGs (wird von spezifischeren
   Eltern-Regeln wie .btn svg / .feature-icon svg überschrieben). */
.t-ico {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.18em;
  flex-shrink: 0;
}

/* Extra-Karten-Icon (Leistungen-Seite) als Chip */
.extra-icon svg { width: 26px; height: 26px; stroke-width: 2; }
.extra-card:hover .extra-icon {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(232,83,26,0.22);
  background: linear-gradient(140deg, rgba(232,83,26,0.24) 0%, rgba(232,83,26,0.08) 100%);
}

/* Hinweis-Banner-Icon (rechtliche Seiten) */
.legal-notice-banner .notice-icon svg { width: 24px; height: 24px; color: var(--color-accent); }

/* Cookie-Banner-Icon (Seiten ohne Inline-Wrapper) */
.cookie-banner-text svg {
  color: var(--color-accent-light);
  width: 1.1em; height: 1.1em;
  vertical-align: -0.18em;
  margin-right: 0.35rem;
}

/* --- 26.10 Social-Media-Icons (Footer) -------------------------------- */
.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: var(--spacing-lg);
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}
.footer-social-link:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  transform: translateY(-3px);
}
.footer-social-link svg { width: 20px; height: 20px; display: block; }

/* --- 26.8 Reduced Motion ---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .fade-in { opacity: 1 !important; transform: none !important; }
  .hero-content > * { animation: none !important; }
}

/* ==========================================================================
   27. DARK THEME – durchgehend dunkel
   Token werden auf dunkle Werte umdefiniert (Karten/Flächen werden dadurch
   automatisch dunkel). Echtes Weiß wird gezielt für Text/Buttons/Logo
   wiederhergestellt. Diese Ebene steht bewusst ganz am Ende – zum
   Zurücksetzen auf hell einfach diesen Abschnitt entfernen.
   ========================================================================== */
:root {
  --color-bg:         #0F1216;   /* Seitenhintergrund (am dunkelsten) */
  --color-bg-alt:     #161A1F;   /* alternierende Abschnitte */
  --color-white:      #1C2127;   /* Karten-/Flächenfarbe (vormals weiß) */
  --color-text:       #E6E9ED;   /* heller Fließtext */
  --color-text-muted: #99A2AD;   /* gedämpfter heller Text */
  --color-border:     #2A313A;   /* dezente helle Rahmen */
  --color-heading:    #F3F5F8;   /* Überschriften */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.45);
  --shadow-md: 0 6px 18px rgba(0,0,0,0.5);
  --shadow-lg: 0 16px 40px rgba(0,0,0,0.55);
  --shadow-xl: 0 28px 60px rgba(0,0,0,0.6);
}

/* Überschriften, Fließtext & Links hell */
h1, h2, h3, h4, h5, h6 { color: var(--color-heading); }
strong { color: var(--color-heading); }
a { color: var(--color-text); }
a:hover { color: var(--color-accent); }

/* Spezifische Überschriften/Texte, die zuvor --color-primary/--color-white
   als Textfarbe nutzten (höhere Spezifität → hier explizit hell setzen) */
.hero h1, .cta-section h2, .page-hero h1,
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4,
.legal-page h2, .legal-page h3,
.feature-card h3, .product-card h3, .card h3,
.faq-question, .breadcrumb-list li.current,
.team-card h4 { color: var(--color-heading); }

.about-badge-text strong { color: var(--color-heading); }
.contact-detail-text a, .contact-detail-text span { color: var(--color-text); }
.breadcrumb-list li a:hover { color: var(--color-text); }
.form-check-label a { color: var(--color-accent-light); }
.section--dark p { color: rgba(255,255,255,0.82); }

/* Echtes Weiß wiederherstellen (Buttons, Burger-Icon, Logo-Text, Nav-CTA) */
.btn-primary { color: #fff; }
.btn-secondary { color: #fff; border-color: #fff; }
.btn-secondary:hover { background-color: #fff; color: var(--color-primary-dark); border-color: #fff; }
.btn-outline { color: var(--color-text); border-color: var(--color-border); }
.btn-outline:hover { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }
.burger-line { background-color: #fff; }
.site-logo-name { color: #fff; }
.nav-list .nav-cta a, .nav-list .nav-cta a:hover { color: #fff; }
.mobile-nav-list .mobile-nav-cta a { color: #fff; }
.footer-brand .footer-logo-text { color: #fff; }
.footer-col h4 { color: #fff; }

/* Komponenten-Feintuning für Dark */
.product-badge { background: rgba(232,83,26,0.16); color: var(--color-accent-light); }
.form-control:focus { border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(232,83,26,0.22); }
.form-control::placeholder { color: var(--color-text-muted); }
.form-check-input { accent-color: var(--color-accent); }
.placeholder-text { color: var(--color-accent-light); background: rgba(232,83,26,0.13); border-color: rgba(232,83,26,0.4); }
.card-icon { background: rgba(232,83,26,0.12); }

/* Eckdaten-Panel auf „Über uns" (ersetzt das Foto) */
.about-facts {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.about-fact { background: var(--color-white); padding: 1.6rem 2rem; }
.about-fact-value {
  display: block;
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.1;
}
.about-fact-value--sm { font-size: var(--font-size-2xl); }
.about-fact-label {
  display: block;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: 0.3rem;
}

/* Footer-Markenlogo (ersetzt den Text „Tymora") */
.footer-logo-img {
  height: 60px;
  width: auto;
  display: block;
  margin-bottom: 0.6rem;
}

/* Großes Umgebungs-/Kontextfoto (z. B. Standortgeber-Seite) */
.media-banner {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--border-radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  display: block;
}

/* --- 27.1 Dark-Mode-Korrekturen Navigation & Icons -------------------- */
/* Aktiver/gehoverter Menüpunkt: im Dark Mode echtes Weiß (statt dunklem
   --color-white) + dezenter Hover-Hintergrund */
.nav-list a:hover,
.nav-list a.active {
  color: #fff;
  background-color: rgba(255,255,255,0.10);
}
.nav-list a.active { background-color: transparent; }

/* .value-icon korrekt als zentrierter Chip (überschreibt die ältere,
   spezifischere Regel .value-card .value-icon { display:block }) */
.value-card .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
}

/* --------------------------------------------------------------------------
   28. LEISTUNGEN-SEITE – spezifische Komponenten
   -------------------------------------------------------------------------- */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid var(--color-border);
}
.service-detail:last-child { border-bottom: none; }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }

.service-image { border-radius: var(--border-radius-xl); overflow: hidden; }
.service-image img { width: 100%; height: 300px; object-fit: cover; display: block; }

.service-content { padding: 1rem 0; }
.service-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(27,42,74,0.07);
  line-height: 1;
  margin-bottom: -0.5rem;
}
.service-content h2 { font-size: var(--font-size-2xl); margin-bottom: 1rem; }

.service-features { list-style: none; margin-top: 1.25rem; }
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-bg-alt);
}
.service-features li:last-child { border-bottom: none; }
.service-features li::before { content: '✓'; color: var(--color-success); font-weight: 700; flex-shrink: 0; }

.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.extra-card {
  background: var(--color-white);
  border-radius: var(--border-radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: all var(--transition);
}
.extra-card:hover { border-color: var(--color-accent); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.extra-card .extra-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 1rem;
  background: linear-gradient(140deg, rgba(232,83,26,0.16) 0%, rgba(232,83,26,0.04) 100%);
  border: 1px solid rgba(232,83,26,0.22);
  color: var(--color-accent);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.extra-card h3 { font-size: 1.125rem; margin-bottom: 0.5rem; }
.extra-card p { font-size: 0.875rem; color: var(--color-text-muted); margin-bottom: 0; }

@media (max-width: 768px) {
  .service-detail { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-detail.reverse { direction: ltr; }
  .extras-grid { grid-template-columns: 1fr; }
}
