/* ============================================================
   Gebäudereinigung Claudia Braun — Consolidated Stylesheet
   Design System: Lumina Clean
   ============================================================ */

/* ---- CSS Custom Properties (Design Tokens) ---- */
:root {
  /* Colors — Primary */
  --primary: #001e40;
  --on-primary: #ffffff;
  --primary-container: #003366;
  --on-primary-container: #799dd6;
  --inverse-primary: #a7c8ff;
  --primary-fixed: #d5e3ff;
  --primary-fixed-dim: #a7c8ff;
  --on-primary-fixed: #001b3c;
  --on-primary-fixed-variant: #1f477b;

  /* Colors — Secondary */
  --secondary: #33618e;
  --on-secondary: #ffffff;
  --secondary-container: #a1cdff;
  --on-secondary-container: #275783;
  --secondary-fixed: #d0e4ff;
  --secondary-fixed-dim: #9ecafc;
  --on-secondary-fixed: #001d35;
  --on-secondary-fixed-variant: #154974;

  /* Colors — Tertiary */
  --tertiary: #002505;
  --on-tertiary: #ffffff;
  --tertiary-container: #003d0b;
  --on-tertiary-container: #4db051;
  --tertiary-fixed: #94f990;
  --tertiary-fixed-dim: #78dc77;
  --on-tertiary-fixed: #002204;
  --on-tertiary-fixed-variant: #005313;

  /* Colors — Error */
  --error: #ba1a1a;
  --on-error: #ffffff;
  --error-container: #ffdad6;
  --on-error-container: #93000a;
  --error-red: #A81010;

  /* Colors — Surface */
  --surface: #fbf9f8;
  --surface-dim: #dcd9d9;
  --surface-bright: #fbf9f8;
  --surface-container-lowest: #ffffff;
  --surface-container-low: #f6f3f2;
  --surface-container: #f0eded;
  --surface-container-high: #eae8e7;
  --surface-container-highest: #e4e2e1;
  --on-surface: #1b1c1c;
  --on-surface-variant: #43474f;
  --inverse-surface: #303030;
  --inverse-on-surface: #f3f0f0;
  --surface-tint: #3a5f94;
  --surface-variant: #e4e2e1;

  /* Colors — Outline */
  --outline: #737780;
  --outline-variant: #c3c6d1;

  /* Colors — Background */
  --background: #fbf9f8;
  --on-background: #1b1c1c;

  /* Colors — Brand Accents */
  --fresh-green: #E8F5E9;
  --trust-blue-light: #F0F4F8;

  /* Typography */
  --font-primary: 'Hanken Grotesk', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-icons: 'Material Symbols Outlined';

  /* Spacing */
  --spacing-base: 8px;
  --spacing-gutter: 24px;
  --spacing-section-gap: 80px;
  --spacing-margin-mobile: 16px;
  --spacing-margin-desktop: 48px;
  --container-max: 1200px;

  /* Border Radius */
  --radius-sm: 0.125rem;
  --radius-default: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-full: 9999px;
}

/* ---- @font-face Declarations ---- */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/HankenGrotesk-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/HankenGrotesk-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/HankenGrotesk-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/HankenGrotesk-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/JetBrainsMono-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MaterialSymbolsOutlined.ttf') format('truetype');
}

/* ---- Reset & Base ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--on-surface);
  background-color: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

::selection {
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
}

/* ---- Material Symbols ---- */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ---- Typography Classes ---- */
.text-display-lg {
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-headline-lg {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.text-headline-lg-mobile {
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.text-title-md {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-body-lg {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-body-md {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-label-sm {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ---- Layout ---- */
.container {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-margin-desktop);
  padding-right: var(--spacing-margin-desktop);
  width: 100%;
}

.section-padding {
  padding-top: var(--spacing-section-gap);
  padding-bottom: var(--spacing-section-gap);
}

.section-margin-bottom {
  margin-bottom: var(--spacing-section-gap);
}

/* ---- Header / Navigation ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--surface-container-lowest);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border-bottom: 1px solid var(--outline-variant);
  transition: all 0.2s ease;
}

.site-header.scrolled {
  background-color: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--spacing-margin-desktop);
  width: 100%;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo-icon {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
}

.header-logo-icon .material-symbols-outlined {
  color: white;
  font-variation-settings: 'FILL' 1;
}

.header-logo-text {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.1;
}

.header-logo-text span {
  color: var(--on-tertiary-container);
}

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

.header-nav a {
  padding: 8px 16px;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  transition: color 0.2s, opacity 0.2s;
}

.header-nav a:hover {
  color: var(--primary);
}

.header-nav a.active {
  color: var(--primary);
  font-weight: 700;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 6px;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--on-primary);
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0,30,64,0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-primary:active {
  opacity: 0.8;
  transform: scale(0.95);
}

.btn-primary-container {
  background-color: var(--primary-container);
  color: var(--on-primary);
  padding: 16px 32px;
  border-radius: var(--radius-xl);
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(0,30,64,0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-container:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.5);
  color: var(--primary);
  padding: 16px 32px;
  border-radius: var(--radius-xl);
  font-weight: 700;
  transition: all 0.2s;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.btn-outline-white {
  border: 2px solid var(--on-primary);
  color: var(--on-primary);
  padding: 20px 40px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  background: transparent;
  transition: all 0.2s;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
}

.btn-white {
  background: var(--on-primary);
  color: var(--primary);
  padding: 20px 40px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn-white:hover {
  background: var(--trust-blue-light);
}

.btn-white:active,
.btn-outline-white:active {
  transform: scale(0.95);
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--primary);
  color: var(--on-primary);
  padding: 16px 32px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s;
  width: auto;
}

.btn-submit:hover {
  opacity: 0.9;
}

.btn-submit:active {
  transform: scale(0.95);
}

.btn-submit .material-symbols-outlined {
  font-size: 20px;
  transition: transform 0.2s;
}

.btn-submit:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.mobile-menu-toggle {
  display: none;
  padding: 8px;
  color: var(--primary);
  background: transparent;
}

/* ---- Hero Section (Startseite) ---- */
.hero {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,30,64,0.6), transparent);
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--spacing-margin-desktop);
  width: 100%;
}

.hero-content-inner {
  max-width: 672px;
}

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: var(--tertiary-container);
  color: var(--on-tertiary-container);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero h2 {
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---- Hero (Über uns) ---- */
.hero-about {
  position: relative;
  height: 716px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-about-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-about-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.9);
}

.hero-about-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,30,64,0.4), transparent);
}

.hero-about-content {
  position: relative;
  z-index: 10;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--spacing-margin-desktop);
  width: 100%;
}

.hero-about-card {
  max-width: 672px;
  background: rgba(251,249,248,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px 64px;
  border-left: 4px solid var(--primary);
}

.hero-about-card .text-label-sm {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--secondary);
  margin-bottom: 16px;
  display: block;
}

.hero-about-card h1 {
  color: var(--primary);
  margin-bottom: 24px;
  line-height: 1.1;
}

.hero-about-card p {
  color: var(--on-surface-variant);
  margin-bottom: 32px;
}

/* ---- Hero (Leistungen) ---- */
.hero-services {
  position: relative;
  overflow: hidden;
  background-color: var(--surface);
  padding: 96px 0 128px;
}

.hero-services-content {
  position: relative;
  z-index: 10;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--spacing-margin-desktop);
}

.hero-services-inner {
  max-width: 672px;
}

.hero-services-badge {
  display: inline-block;
  padding: 4px 12px;
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-services h1 {
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.hero-services p {
  font-size: 18px;
  line-height: 28px;
  color: var(--on-surface-variant);
  margin-bottom: 40px;
}

/* ---- Hero (Kontakt) ---- */
.hero-contact {
  position: relative;
  padding: 80px 0;
  background-color: var(--trust-blue-light);
  overflow: hidden;
}

.hero-contact-inner {
  max-width: 672px;
}

.hero-contact .text-label-sm {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--secondary);
  margin-bottom: 16px;
  display: block;
}

.hero-contact h1 {
  color: var(--primary);
  margin-bottom: 24px;
}

.hero-contact p {
  color: var(--on-surface-variant);
}

/* ---- Section: Über Uns (Startseite) ---- */
.about-section {
  padding: var(--spacing-section-gap) 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-gutter);
  align-items: center;
}

.about-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--on-tertiary-container);
  margin-bottom: 16px;
}

.about-label-line {
  width: 48px;
  height: 1px;
  background-color: var(--on-tertiary-container);
}

.about-text h3 {
  color: var(--primary);
  margin-bottom: 24px;
}

.about-text p {
  color: var(--on-surface-variant);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 16px;
}

.stat-card {
  padding: 24px;
  background-color: var(--trust-blue-light);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(195,198,209,0.3);
}

.stat-card .stat-number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.stat-card .stat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--on-surface-variant);
}

.about-image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-cert-card {
  position: relative;
  padding: 48px;
  background: white;
  border-radius: 2rem;
  box-shadow: 0 10px 40px rgba(0,51,102,0.08);
  border: 1px solid rgba(195,198,209,0.2);
}

.about-cert-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  background-color: var(--fresh-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-cert-badge .material-symbols-outlined {
  color: var(--on-tertiary-container);
  font-size: 36px;
  font-variation-settings: 'FILL' 1;
}

.about-cert-card img {
  height: 256px;
  object-fit: contain;
}

.about-cert-card p {
  text-align: center;
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--outline);
}

/* ---- Section: Before/After Slider ---- */
.before-after-section {
  padding: var(--spacing-section-gap) 0;
  background-color: var(--surface-container-low);
}

.before-after-header {
  text-align: center;
  margin-bottom: 64px;
}

.before-after-header h3 {
  color: var(--primary);
  margin-bottom: 16px;
}

.before-after-header p {
  color: var(--on-surface-variant);
  max-width: 576px;
  margin: 0 auto;
}

.before-after-container {
  position: relative;
  overflow: hidden;
  user-select: none;
  aspect-ratio: 21/9;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  background-color: var(--surface);
}

.ba-after {
  position: absolute;
  inset: 0;
}

.ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-label {
  position: absolute;
  bottom: 24px;
  padding: 6px 16px;
  background: rgba(0,0,0,0.5);
  color: white;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.ba-label-after { right: 24px; }
.ba-label-before { left: 24px; }

.ba-before {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}

.ba-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: white;
  cursor: ew-resize;
  z-index: 10;
  left: 50%;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 20px rgba(0,51,102,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.slider-button .material-symbols-outlined {
  color: var(--primary);
}

/* ---- Section: Services Grid (Startseite) ---- */
.services-section {
  padding: var(--spacing-section-gap) 0;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: var(--spacing-gutter);
}

.services-header-text {
  max-width: 576px;
}

.services-header h3 {
  color: var(--primary);
  margin-bottom: 16px;
}

.services-header p {
  color: var(--on-surface-variant);
}

.services-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
  white-space: nowrap;
}

.services-link .material-symbols-outlined {
  transition: transform 0.2s;
}

.services-link:hover .material-symbols-outlined {
  transform: translateX(4px);
}

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

.service-card {
  padding: 32px;
  background: white;
  border-radius: 1rem;
  border: 1px solid var(--outline-variant);
  box-shadow: 0 4px 20px rgba(0,51,102,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 10px 30px rgba(0,51,102,0.1);
  transform: translateY(-4px);
}

.service-card-icon {
  width: 64px;
  height: 64px;
  background-color: var(--trust-blue-light);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: background-color 0.3s;
}

.service-card-icon .material-symbols-outlined {
  color: var(--primary);
  font-size: 30px;
  transition: color 0.3s;
}

.service-card:hover .service-card-icon {
  background-color: var(--primary-container);
}

.service-card:hover .service-card-icon .material-symbols-outlined {
  color: white;
}

.service-card h4 {
  color: var(--primary);
  margin-bottom: 16px;
}

.service-card p {
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  flex-grow: 1;
}

.service-card-link {
  color: var(--primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.service-card-link .material-symbols-outlined {
  font-size: 14px;
  transition: transform 0.2s;
}

.service-card:hover .service-card-link .material-symbols-outlined {
  transform: translateX(2px);
}

/* ---- Services Grid (Leistungen-Seite) ---- */
.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-gutter);
}

.service-detail-card {
  background: white;
  border: 1px solid var(--outline-variant);
  padding: 32px;
  border-radius: var(--radius-xl);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.service-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,51,102,0.08);
}

.service-detail-card .check-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--on-tertiary-container);
  background-color: var(--fresh-green);
  padding: 8px;
  border-radius: var(--radius-lg);
}

.service-detail-card .check-badge .material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
}

.service-detail-icon {
  width: 48px;
  height: 48px;
  background-color: var(--trust-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
  color: var(--primary);
}

.service-detail-icon .material-symbols-outlined {
  font-size: 30px;
}

.service-detail-card h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-detail-card > p {
  color: var(--on-surface-variant);
  margin-bottom: 24px;
}

.service-features {
  margin-bottom: 32px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--on-surface-variant);
  padding: 6px 0;
}

.service-features li .material-symbols-outlined {
  font-size: 14px;
  color: var(--primary);
}

.service-detail-link {
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  transition: gap 0.2s;
}

.service-detail-card:hover .service-detail-link {
  gap: 16px;
}

/* ---- Map / Contact Info (Startseite) ---- */
.map-section {
  height: 400px;
  position: relative;
}

.map-section-bg {
  position: absolute;
  inset: 0;
  background-color: var(--surface-container);
}

.map-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-tint {
  position: absolute;
  inset: 0;
  background: rgba(0,30,64,0.1);
  pointer-events: none;
}

.map-info-card {
  position: absolute;
  bottom: 48px;
  left: var(--spacing-margin-desktop);
  z-index: 20;
  background: white;
  padding: 32px;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  max-width: 384px;
  border: 1px solid var(--outline-variant);
}

.map-info-card h4 {
  color: var(--primary);
  margin-bottom: 16px;
}

.map-info-card address {
  font-style: normal;
  color: var(--on-surface-variant);
  margin-bottom: 24px;
}

.map-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  margin-bottom: 12px;
}

.map-info-item span:last-child {
  font-weight: 700;
}

/* ---- Section: Our Story (Über uns) ---- */
.story-section {
  padding: var(--spacing-section-gap) 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-gutter);
  align-items: center;
}

.story-text h2 {
  color: var(--primary);
  margin-bottom: 24px;
}

.story-text p {
  color: var(--on-surface-variant);
  margin-bottom: 16px;
}

.story-text p.text-body-lg {
  font-size: 18px;
  line-height: 28px;
  line-height: 1.7;
}

.story-stats {
  display: flex;
  gap: 48px;
  padding-top: 16px;
}

.story-stat-number {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: var(--primary);
}

.story-stat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--secondary);
  text-transform: uppercase;
}

.story-image-wrapper {
  position: relative;
}

.story-image-bg {
  position: absolute;
  inset: -16px;
  background-color: var(--trust-blue-light);
  border-radius: var(--radius-xl);
  z-index: -1;
  transition: transform 0.3s;
}

.story-image-wrapper:hover .story-image-bg {
  transform: scale(1.05);
}

.story-image-wrapper img {
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.story-image-info {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: white;
  padding: 16px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0,51,102,0.05);
  border: 1px solid #E2E8F0;
}

.story-image-info .material-symbols-outlined {
  color: var(--on-tertiary-container);
  margin-bottom: 4px;
  font-variation-settings: 'FILL' 1;
}

.story-image-info p:first-of-type {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.story-image-info p:last-of-type {
  font-size: 10px;
  color: var(--outline);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ---- Section: Values (Über uns) ---- */
.values-section {
  background-color: var(--trust-blue-light);
  padding: var(--spacing-section-gap) 0;
  overflow: hidden;
}

.values-header {
  text-align: center;
  margin-bottom: 64px;
}

.values-header h2 {
  color: var(--primary);
  margin-bottom: 16px;
}

.values-header p {
  color: var(--on-surface-variant);
  max-width: 576px;
  margin: 0 auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.value-card {
  background: white;
  padding: 40px;
  border-radius: var(--radius-xl);
  box-shadow: 0 4px 20px rgba(0,51,102,0.05);
  border: 1px solid #E2E8F0;
  transition: all 0.3s;
}

.value-card:hover {
  transform: translateY(-8px);
}

.value-card-icon {
  width: 48px;
  height: 48px;
  background-color: var(--fresh-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--on-tertiary-container);
  transition: transform 0.3s;
}

.value-card:hover .value-card-icon {
  transform: scale(1.1);
}

.value-card h3 {
  color: var(--primary);
  margin-bottom: 16px;
}

.value-card p {
  color: var(--on-surface-variant);
}

/* ---- Section: Certification (Über uns) ---- */
.cert-section {
  padding: var(--spacing-section-gap) 0;
}

.cert-grid {
  display: flex;
  gap: 64px;
  align-items: center;
}

.cert-badge {
  flex: 0 0 33.333%;
}

.cert-badge-circle {
  aspect-ratio: 1;
  background-color: var(--surface-container-high);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  border: 8px solid var(--trust-blue-light);
}

.cert-badge-inner {
  text-align: center;
}

.cert-badge-inner .material-symbols-outlined {
  font-size: 60px;
  color: var(--primary);
  margin-bottom: 16px;
}

.cert-badge-inner p:first-of-type {
  font-weight: 700;
  color: var(--primary);
  font-size: 20px;
}

.cert-badge-inner p:last-of-type {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary);
}

.cert-content {
  flex: 0 0 66.666%;
}

.cert-content h2 {
  color: var(--primary);
  margin-bottom: 24px;
}

.cert-content > p {
  color: var(--on-surface-variant);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}

.cert-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.cert-list .material-symbols-outlined {
  color: var(--on-tertiary-container);
  font-variation-settings: 'FILL' 1;
}

/* ---- Section: Quote (Über uns) ---- */
.quote-section {
  padding: var(--spacing-section-gap) 0;
  position: relative;
}

.quote-inner {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.quote-icon {
  font-size: 48px;
  color: rgba(0,51,102,0.1);
  margin-bottom: 32px;
  user-select: none;
}

.quote-inner blockquote {
  color: var(--primary);
  margin-bottom: 40px;
  line-height: 1.3;
}

.quote-author {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
}

.quote-role {
  color: var(--secondary);
}

/* ---- Section: CTA ---- */
.cta-section {
  padding: var(--spacing-section-gap) 0;
}

.cta-section.cta-margin-bottom {
  margin-bottom: var(--spacing-section-gap);
  padding-bottom: 0;
}

.cta-card {
  background-color: var(--primary-container);
  border-radius: 1.5rem;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: var(--secondary);
  opacity: 0.1;
  filter: blur(48px);
  margin-right: -128px;
  margin-top: -128px;
  transition: transform 0.7s;
}

.cta-card:hover .cta-glow {
  transform: scale(1.5);
}

.cta-content {
  position: relative;
  z-index: 10;
  max-width: 768px;
  margin: 0 auto;
}

.cta-content h2 {
  color: white;
  margin-bottom: 24px;
}

.cta-content > p {
  color: var(--on-primary-container);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cta-btn-white {
  background: var(--on-primary);
  color: var(--primary);
  padding: 16px 40px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  transition: all 0.2s;
}

.cta-btn-white:hover {
  background-color: var(--trust-blue-light);
}

.cta-btn-white:active {
  transform: scale(0.95);
}

.cta-btn-outline {
  border: 1px solid var(--on-primary-container);
  color: white;
  padding: 16px 40px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  background: transparent;
  transition: all 0.2s;
}

.cta-btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

.cta-btn-outline:active {
  transform: scale(0.95);
}

/* ---- Asymmetric Features (Leistungen) ---- */
.features-section {
  padding: var(--spacing-section-gap) 0;
  background-color: var(--surface);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.features-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.features-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-eco-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border: 1px solid var(--trust-blue-light);
  max-width: 280px;
}

.features-eco-badge-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.features-eco-badge-header .eco-icon {
  background-color: var(--fresh-green);
  color: var(--on-tertiary-container);
  padding: 4px;
  border-radius: var(--radius-default);
}

.features-eco-badge-header .eco-icon .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: 'FILL' 1;
}

.features-eco-badge-header span:last-child {
  color: var(--primary);
  font-weight: 500;
}

.features-eco-badge p {
  font-size: 14px;
  color: var(--on-surface-variant);
}

.features-text h2 {
  margin-bottom: 24px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.feature-item {
  display: flex;
  gap: 16px;
}

.feature-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--on-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.feature-item h4 {
  color: var(--primary);
  margin-bottom: 8px;
}

.feature-item p {
  color: var(--on-surface-variant);
}

/* ---- Contact Form Section ---- */
.contact-section {
  padding: var(--spacing-section-gap) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: var(--spacing-gutter);
}

.contact-form-card {
  background-color: var(--surface-container-lowest);
  padding: 40px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(195,198,209,0.3);
  box-shadow: 0 4px 20px rgba(0,51,102,0.05);
}

.contact-form-card h2 {
  color: var(--primary);
  margin-bottom: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--on-surface-variant);
  text-transform: uppercase;
  transition: color 0.2s;
}

.form-group label.focused {
  color: var(--primary);
}

.form-group input,
.form-group textarea {
  width: 100%;
  background-color: var(--trust-blue-light);
  border: none;
  border-bottom: 1px solid var(--outline-variant);
  padding: 12px 0;
  color: var(--on-surface);
  font-size: 16px;
  line-height: 24px;
  transition: border-color 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: var(--primary);
}

.form-group textarea {
  resize: none;
}

.form-submit {
  padding-top: 16px;
}

/* ---- Contact Cards ---- */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: white;
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(195,198,209,0.3);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,51,102,0.08);
}

.contact-card-icon {
  background-color: var(--fresh-green);
  padding: 12px;
  border-radius: var(--radius-lg);
  color: var(--on-tertiary-container);
}

.contact-card-icon .material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
}

.contact-card h3 {
  color: var(--primary);
  margin-bottom: 4px;
}

.contact-card p {
  color: var(--on-surface-variant);
}

/* ---- Opening Hours ---- */
.opening-hours {
  background-color: var(--primary);
  color: var(--on-primary);
  padding: 32px;
  border-radius: var(--radius-xl);
}

.opening-hours h3 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.opening-hours ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.opening-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.opening-hours li span:first-child {
  opacity: 0.8;
}

.opening-hours li span:last-child {
  font-weight: 700;
}

/* ---- Map Section (Kontakt) ---- */
.map-section-contact {
  padding: var(--spacing-section-gap) 0;
  background-color: var(--surface-container);
}

.map-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-header h2 {
  color: var(--primary);
  margin-bottom: 8px;
}

.map-header p {
  color: var(--on-surface-variant);
}

.map-image-container {
  width: 100%;
  height: 450px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border: 1px solid rgba(195,198,209,0.5);
  position: relative;
}

.map-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- FAQ Section ---- */
.faq-section {
  padding: var(--spacing-section-gap) 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-gutter);
}

.faq-text h2 {
  color: var(--primary);
  margin-bottom: 24px;
}

.faq-text p {
  color: var(--on-surface-variant);
  margin-bottom: 32px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: white;
  border: 1px solid rgba(195,198,209,0.3);
  border-radius: var(--radius-lg);
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary .material-symbols-outlined {
  transition: transform 0.2s;
}

.faq-item[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.faq-item .faq-answer {
  padding: 0 16px 16px;
  color: var(--on-surface-variant);
  border-top: 1px solid rgba(195,198,209,0.1);
}

/* ---- Footer ---- */
.site-footer {
  background-color: var(--primary);
  color: var(--on-primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: var(--spacing-gutter);
  padding: var(--spacing-section-gap) 0;
}

.footer-brand h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: var(--on-primary);
  margin-bottom: 24px;
}

.footer-brand p {
  color: var(--on-primary-container);
  max-width: 320px;
  margin-bottom: 32px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--on-primary-container);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.footer-social a:hover {
  background-color: rgba(255,255,255,0.15);
}

.footer-social .material-symbols-outlined {
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.footer-links h5 {
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--on-primary);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links a {
  color: var(--on-primary-container);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--secondary-container);
}

.footer-hours {
  background: rgba(0,27,60,0.1);
  padding: 32px;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-hours h5 {
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--on-primary);
}

.footer-hours-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--on-primary-container);
}

.footer-hours-item {
  display: flex;
  justify-content: space-between;
}

.footer-hours-divider {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-hours-divider .highlight {
  color: var(--secondary-container);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 32px 0;
  text-align: center;
}

.footer-bottom p {
  color: var(--on-primary-container);
  font-size: 14px;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-bottom-meta {
  display: flex;
  gap: 24px;
}

.footer-bottom-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer-bottom-meta .material-symbols-outlined {
  font-size: 12px;
}

/* ---- Mobile Menu ---- */
.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  z-index: 49;
  padding: 24px var(--spacing-margin-mobile);
  flex-direction: column;
  gap: 8px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  color: var(--on-surface);
  font-size: 18px;
  border-bottom: 1px solid var(--outline-variant);
}

.mobile-menu a.active {
  color: var(--primary);
  font-weight: 700;
}

.mobile-menu .btn-primary {
  margin-top: 8px;
  justify-content: center;
}

/* ---- Scroll Animation ---- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Utility: Tonal Layer ---- */
.tonal-layer {
  background: linear-gradient(135deg, rgba(0,51,102,0.02) 0%, rgba(76,175,80,0.02) 100%);
}

/* ============================================================
   Responsive Design
   ============================================================ */

/* Tablet: max-width 1024px */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-hours {
    grid-column: span 2;
  }

  .features-grid {
    gap: 40px;
  }

  .cert-grid {
    gap: 32px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  :root {
    --spacing-section-gap: 48px;
  }

  .container {
    padding-left: var(--spacing-margin-mobile);
    padding-right: var(--spacing-margin-mobile);
  }

  .header-inner {
    padding: 0 var(--spacing-margin-mobile);
    height: 64px;
  }

  .header-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  /* Hero Sections */
  .hero {
    height: 480px;
  }

  .hero h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-content {
    padding: 0 var(--spacing-margin-mobile);
  }

  .hero-about {
    height: auto;
    min-height: 480px;
  }

  .hero-about-content {
    padding: 0 var(--spacing-margin-mobile);
  }

  .hero-about-card {
    padding: 24px 32px;
  }

  .hero-about-card h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-services {
    padding: 64px 0 80px;
  }

  .hero-services-content {
    padding: 0 var(--spacing-margin-mobile);
  }

  .hero-services h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-contact {
    padding: 48px 0;
  }

  .hero-contact h1 {
    font-size: 32px;
    line-height: 40px;
  }

  /* Typography scaling */
  .text-display-lg {
    font-size: 32px;
    line-height: 40px;
  }

  .text-headline-lg {
    font-size: 24px;
    line-height: 32px;
  }

  /* Grids */
  .about-grid,
  .story-grid,
  .faq-grid,
  .features-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-detail-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cert-grid {
    flex-direction: column;
    gap: 32px;
  }

  .cert-badge {
    flex: 0 0 auto;
    width: 200px;
    margin: 0 auto;
  }

  .cert-content {
    flex: 0 0 auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .btn-submit {
    width: 100%;
  }

  /* Map */
  .map-section {
    height: 300px;
  }

  .map-info-card {
    display: none;
  }

  .map-image-container {
    height: 300px;
  }

  /* Before/After */
  .before-after-container {
    aspect-ratio: 16/9;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-hours {
    grid-column: auto;
  }

  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-meta {
    flex-direction: column;
    gap: 8px;
  }

  /* Features order */
  .features-image-order-1 { order: 2; }
  .features-text-order-2 { order: 1; }

  /* Story Stats */
  .story-stats {
    gap: 24px;
  }

  .story-stat-number {
    font-size: 32px;
    line-height: 40px;
  }

  .story-image-wrapper img {
    height: 350px;
  }

  /* CTA */
  .cta-card {
    padding: 32px 24px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-btn-white,
  .cta-btn-outline,
  .btn-white,
  .btn-outline-white {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px 32px;
  }
}

/* Small Mobile: max-width 480px */
@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn-primary-container,
  .hero-buttons .btn-secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
