/* Physiotherapie: hell, modern, freundlich. */
.demo--physiotherapie {
  --color-text: #1c2a2a;
  --color-bg: #ffffff;
  --color-secondary: #e8f3f1;
  --color-muted: #5a7474;
  --color-border: #c9e0db;
  --font-display: "Helvetica Neue", Arial, sans-serif;
  --radius: 14px;
}

.demo--physiotherapie .demo-header {
  background: #fff; border-bottom: 1px solid var(--color-border);
}
.demo--physiotherapie .demo-header__inner,
.demo--physiotherapie .demo-footer__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.1rem 0;
}
.demo--physiotherapie .demo-header__brand {
  font-weight: 600; text-decoration: none; color: var(--color-primary);
}
.demo--physiotherapie .demo-header__nav { display: flex; gap: 1.5rem; }
.demo--physiotherapie .demo-header__nav a { text-decoration: none; color: var(--color-text); }

.demo--physiotherapie .demo-footer { background: var(--color-secondary); margin-top: 4rem; padding: 2rem 0; }
.demo--physiotherapie .demo-footer__inner { flex-direction: column; align-items: flex-start; }

.demo--physiotherapie .eyebrow {
  font-size: 0.85rem; color: var(--color-primary); margin-bottom: 0.6rem;
}
.demo--physiotherapie .hero {
  padding: 5rem 0;
  background:
    radial-gradient(800px 400px at 90% 0%, #d3eae5 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, #f6fbfa 100%);
}
.demo--physiotherapie .hero__inner {
  display: grid; gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}
@media (min-width: 60rem) {
  .demo--physiotherapie .hero__inner { grid-template-columns: 1.2fr 1fr; }
}
.demo--physiotherapie .hero__visual {
  aspect-ratio: 4 / 3; border-radius: 24px;
  background:
    radial-gradient(circle at 30% 30%, #fff 0%, transparent 35%),
    linear-gradient(135deg, var(--color-primary) 0%, #6fb1a8 100%);
}
.demo--physiotherapie .lead { color: var(--color-muted); font-size: 1.15rem; max-width: 50ch; }
.demo--physiotherapie .hero__cta { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.5rem; }

.demo--physiotherapie .section { padding: 3.5rem 0; }
.demo--physiotherapie .section--soft { background: var(--color-secondary); }

.demo--physiotherapie .grid {
  display: grid; gap: 1.25rem;
}
.demo--physiotherapie .grid--2 { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.demo--physiotherapie .grid--3 { grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }

.demo--physiotherapie .tile {
  background: #fff; border: 1px solid var(--color-border);
  padding: 1.4rem; border-radius: var(--radius);
}
.demo--physiotherapie .tile--soft { background: #fff; }

.demo--physiotherapie .kontakt {
  display: grid; gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.demo--physiotherapie .kontakt__details p { margin: 0 0 0.8rem; }

.demo--physiotherapie .btn--primary {
  background: var(--color-primary); color: #fff; border-radius: 999px; padding: 0.8rem 1.6rem;
}
.demo--physiotherapie .btn--ghost { border-radius: 999px; }
