@font-face {
  font-family: 'Geist';
  src: local('Geist'), local('Geist Sans');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.2 0.01 240);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.2 0.01 240);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.2 0.01 240);
  --primary: oklch(0.5 0.15 225);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.02 180);
  --secondary-foreground: oklch(0.2 0.01 240);
  --muted: oklch(0.96 0.01 180);
  --muted-foreground: oklch(0.5 0.02 220);
  --accent: oklch(0.55 0.18 160);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.92 0.01 220);
  --input: oklch(0.92 0.01 220);
  --ring: oklch(0.5 0.15 225);
  --chart-1: oklch(0.5 0.15 225);
  --chart-2: oklch(0.55 0.18 160);
  --chart-3: oklch(0.45 0.12 200);
  --chart-4: oklch(0.6 0.2 145);
  --chart-5: oklch(0.4 0.1 240);
  --radius: 0.5rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.2 0.01 240);
  --sidebar-primary: oklch(0.5 0.15 225);
  --sidebar-primary-foreground: oklch(1 0 0);
  --sidebar-accent: oklch(0.95 0.02 180);
  --sidebar-accent-foreground: oklch(0.2 0.01 240);
  --sidebar-border: oklch(0.92 0.01 220);
  --sidebar-ring: oklch(0.5 0.15 225);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Geist', 'Geist Fallback', system-ui, -apple-system, sans-serif;
  background: var(--background);
  color: var(--foreground);
  font-size: 16px;
  line-height: 1.6;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 {
  background: #ffffff !important;
  color: #14532d !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 * {
  color: #14532d !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 .border-t {
  border-color: rgba(20, 83, 45, 0.22) !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 a:hover {
  color: #166534 !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 a[href*="preise-sommeraktion/index.html"] {
  color: #d6a834 !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 a[href*="preise-sommeraktion/index.html"]:hover {
  color: #c7952f !important;
}

footer.bg-gradient-to-br.from-primary.to-primary\/90 p[data-i18n="footer.address1b"],
footer.bg-gradient-to-br.from-primary.to-primary\/90 p.font-medium + p.font-medium {
  font-weight: 400 !important;
  color: rgba(20, 83, 45, 0.72) !important;
}

.text-balance {
  text-wrap: balance;
}

.heading-logo-green {
  color: #14532d !important;
}

.season-headline {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.45rem 1rem 0.55rem;
  border-radius: 0.9rem;
  background: #15803d;
  color: #ffffff !important;
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-shadow: none;
}

.summer-campaign-headline {
  max-width: min(100%, 26ch);
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

@media (max-width: 640px) {
  .summer-campaign-headline {
    font-size: clamp(1.6rem, 6.6vw, 2rem);
    line-height: 1.15;
    max-width: min(100%, 23ch);
  }
}

.trust-points-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .trust-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .trust-points-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.trust-point-card {
  border: 2px solid rgba(20, 83, 45, 0.34);
  background: #ffffff;
  color: #14532d;
  border-radius: 0.6rem;
  padding: 0.55rem 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.25;
  box-shadow: 0 1px 0 rgba(20, 83, 45, 0.08);
}

.implant-trust-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  justify-items: center;
  align-items: start;
}

.implant-trust-banded {
  background: #f5faf7;
  border-top: none;
  border-bottom: none;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .implant-trust-banded {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.implant-trust-image {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  min-height: 240px;
  height: clamp(240px, 30vw, 360px);
}

.implant-trust-image-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.implant-trust-image-media-bleaching {
  object-position: center 50%;
}

.implant-trust-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.implant-trust-card {
  border: 1px solid rgba(20, 83, 45, 0.28);
  background: #ffffff;
  border-radius: 0.65rem;
  box-shadow: none;
  padding: 0.58rem 0.85rem;
}

.implant-trust-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: left;
}

.implant-trust-row i {
  color: #166534;
  flex-shrink: 0;
  width: 1rem !important;
  height: 1rem !important;
}

.implant-trust-card h3 {
  margin: 0;
  color: #14532d;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .implant-trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.implant-info-card {
  border: 1px solid rgba(20, 83, 45, 0.4);
  background: linear-gradient(135deg, #14532d 0%, #166534 100%);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(20, 83, 45, 0.2);
}

.implant-info-card p {
  color: rgba(255, 255, 255, 0.95);
}

.implant-question-card {
  border: 1px solid rgba(20, 83, 45, 0.2);
  background: #ffffff;
  color: #0f172a;
  min-height: 120px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.implant-question-card h3 {
  color: #14532d;
}

.leistungen-service-card {
  text-align: center;
}

.leistungen-service-card > .w-12.h-12 {
  margin-left: auto;
  margin-right: auto;
  background: #166534 !important;
  background-image: none !important;
  border: 1px solid rgba(220, 252, 231, 0.32) !important;
}

.leistungen-service-card > .w-12.h-12 > * {
  color: #ffffff !important;
}

.leistungen-service-card ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.leistungen-green-icons .w-12.h-12 {
  background: #166534 !important;
  border: 1px solid rgba(220, 252, 231, 0.32) !important;
}

.leistungen-green-icons .w-12.h-12 > * {
  color: #ffffff !important;
}

.leistungen-service-card a.inline-flex {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .audit-mobile-table-wrap {
    overflow-x: visible;
  }

  .audit-mobile-table {
    min-width: 0 !important;
    width: 100%;
    table-layout: fixed;
  }

  .audit-mobile-table thead {
    display: none;
  }

  .audit-mobile-table tbody,
  .audit-mobile-table tr,
  .audit-mobile-table td {
    display: block;
    width: 100%;
  }

  .audit-mobile-table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.45rem 0;
  }

  .audit-mobile-table td {
    border-top: 0 !important;
    padding: 0.2rem 0 !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .audit-mobile-table td::before {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(220, 252, 231, 0.82);
    margin-bottom: 0.2rem;
  }

  .audit-mobile-table td:nth-child(1)::before {
    content: "Ihr Anliegen";
  }

  .audit-mobile-table td:nth-child(2)::before {
    content: "Empfohlene Behandlung";
  }
}

.smile-design-treatment-options .implant-question-card {
  border: 1px solid rgba(187, 247, 208, 0.45);
  background: linear-gradient(135deg, #14532d 0%, #166534 100%);
  color: #ffffff;
  box-shadow: none;
  margin-bottom: 0.9rem;
}

.smile-design-treatment-options .implant-question-card:last-child {
  margin-bottom: 0;
}

.smile-design-treatment-options .implant-question-card h3,
.smile-design-treatment-options .implant-question-card p {
  color: rgba(255, 255, 255, 0.96);
}

.smile-design-treatment-options .implant-question-card a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.smile-design-treatment-options .implant-question-card a:hover,
.smile-design-treatment-options .implant-question-card a:focus-visible {
  color: #dcfce7;
}

.implant-process-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .implant-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.implant-process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 83, 45, 0.24);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  padding: 1.15rem 1.2rem 1.2rem 3.45rem;
  min-height: 170px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.implant-process-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.35rem;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
}

.implant-process-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 83, 45, 0.15);
}

.implant-process-step {
  position: absolute;
  left: 0.38rem;
  top: 1.02rem;
  display: inline-block;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

.implant-process-card h3 {
  color: #14532d;
}

.implant-process-card p {
  color: #475569;
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.65rem 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--ring) 40%, transparent);
}

.btn-outline {
  border-color: color-mix(in oklab, var(--border) 80%, transparent);
  background: transparent;
}

.btn-ghost {
  background: transparent;
}

.cta-clinic-green {
  background: linear-gradient(135deg, #14532d 0%, #166534 46%, #15803d 100%);
}

.btn-ci-green-main {
  background: linear-gradient(135deg, #14532d 0%, #166534 100%);
  color: #ffffff;
  border-color: #166534;
  box-shadow: none;
}

.btn-ci-green-main:hover {
  background: linear-gradient(135deg, #166534 0%, #15803d 100%);
  border-color: #15803d;
}

.btn-ci-green-soft {
  background: #22c55e;
  color: #ffffff;
  border-color: #16a34a;
  box-shadow: none;
}

.btn-ci-green-soft:hover {
  background: #16a34a;
  border-color: #15803d;
}

.btn-ci-green-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.btn-ci-green-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-phone {
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
  box-shadow: none;
}

.btn-phone:hover {
  background: #6d28d9;
  border-color: #6d28d9;
}

.btn-whatsapp {
  background: #22c55e;
  color: #ffffff;
  border-color: #22c55e;
  box-shadow: none;
}

.btn-whatsapp:hover {
  background: #16a34a;
  border-color: #16a34a;
}

.btn-booking-quick {
  background: linear-gradient(135deg, #0fb8c9 0%, #18c7d8 100%);
  color: #ffffff;
  border-color: #0a95a4;
  box-shadow: none;
}

.btn-booking-quick:hover {
  background: linear-gradient(135deg, #0ca7b7 0%, #13b7c8 100%);
  border-color: #087f8c;
  color: #ffffff;
}

.btn-google-maps {
  background: #1a73e8;
  color: #ffffff;
  border-color: #1a73e8;
  box-shadow: none;
}

.btn-google-maps:hover {
  background: #1765cc;
  border-color: #1765cc;
  color: #ffffff;
}

.btn-sm {
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.85rem 1.6rem;
  font-size: 1rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

#main-nav a[data-booking="open"].btn {
  background: linear-gradient(90deg, #0fb8c9 0%, #18c7d8 45%, #0fb8c9 100%);
  color: #fff;
  border-color: #0a95a4;
}

#main-nav a[data-booking="open"].btn:hover {
  background: linear-gradient(90deg, #0ca7b7 0%, #13b7c8 45%, #0ca7b7 100%);
}

#main-nav a[data-booking="open"].btn.btn-booking-quick {
  background: linear-gradient(135deg, #0fb8c9 0%, #18c7d8 100%);
  color: #ffffff;
  border-color: #0a95a4;
  box-shadow: none;
}

#main-nav a[data-booking="open"].btn.btn-booking-quick:hover {
  background: linear-gradient(135deg, #0ca7b7 0%, #13b7c8 100%);
  color: #ffffff;
  border-color: #087f8c;
}

a[data-booking="open"].btn.bg-accent {
  background: linear-gradient(135deg, #0fb8c9 0%, #18c7d8 100%);
  color: #ffffff;
  border-color: #0a95a4;
  box-shadow: none;
}

a[data-booking="open"].btn.bg-accent:hover {
  background: linear-gradient(135deg, #0ca7b7 0%, #13b7c8 100%);
  border-color: #087f8c;
  color: #ffffff;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-secondary {
  background: color-mix(in oklab, var(--secondary) 85%, transparent);
  color: var(--secondary-foreground);
}

.badge-outline {
  border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
  color: var(--foreground);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 40;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  right: 0;
  left: auto;
  height: 100dvh;
  width: min(320px, 85vw);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 50;
  max-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-menu.is-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu.is-open .mobile-menu-panel {
  transform: translateX(0);
}

.nav-services-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-services-dropdown.is-open::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.8rem;
}

.services-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 0;
  min-width: min(360px, calc(100vw - 2rem));
  padding: 0.7rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(20, 83, 45, 0.24);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.17);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 90;
}

.services-dropdown-link {
  display: block;
  border-radius: 0.55rem;
  padding: 0.5rem 0.65rem;
  color: #0f172a;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 500;
}

.services-dropdown-link:hover,
.services-dropdown-link:focus-visible {
  background: #f5faf7;
  color: #14532d;
  outline: none;
}

.services-dropdown-link-all {
  color: #166534;
  font-weight: 700;
}

.services-dropdown-link-all:hover,
.services-dropdown-link-all:focus-visible {
  color: #14532d;
  font-weight: 700;
}

.services-dropdown-link-summer {
  color: #a16207;
  font-weight: 500;
  background: transparent;
  border: 1px solid rgba(217, 119, 6, 0.34);
}

.services-dropdown-link-summer:hover,
.services-dropdown-link-summer:focus-visible {
  color: #92400e;
  background: transparent;
  border-color: rgba(180, 83, 9, 0.45);
}

.nav-services-dropdown.is-open .services-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .services-dropdown-menu {
    grid-template-columns: 1fr;
    min-width: min(360px, calc(100vw - 2rem));
  }
}

.mobile-services-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-services-toggle {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: var(--foreground);
  font: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.mobile-services-arrow {
  transition: transform 0.2s ease;
  font-size: 0.92rem;
}

.mobile-services-toggle[aria-expanded="true"] .mobile-services-arrow {
  transform: rotate(180deg);
}

.mobile-services-list {
  display: grid;
  gap: 0.28rem;
  border-left: 2px solid rgba(20, 83, 45, 0.24);
  padding-left: 0.85rem;
}

.mobile-services-link {
  display: block;
  color: var(--foreground);
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.35;
  padding: 0.24rem 0;
}

.mobile-services-link:hover,
.mobile-services-link:focus-visible {
  color: #14532d;
  outline: none;
}

.mobile-services-link-all {
  color: #166534;
  font-weight: 700;
}

.mobile-services-link-all:hover,
.mobile-services-link-all:focus-visible {
  color: #14532d;
}

.mobile-services-link-summer {
  color: #a16207;
  font-weight: 500;
}

.mobile-services-link-summer:hover,
.mobile-services-link-summer:focus-visible {
  color: #92400e;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.tab-trigger {
  background: color-mix(in oklab, var(--background) 88%, var(--primary) 12%);
  border-color: color-mix(in oklab, var(--border) 78%, var(--primary) 22%);
  color: var(--foreground);
}

.tab-trigger:hover {
  background: color-mix(in oklab, var(--background) 72%, var(--primary) 28%);
}

.tab-trigger.is-active {
  background: var(--primary);
  color: var(--primary-foreground);
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.hero-feature-card p:first-of-type {
  color: #111827;
}

.hero-feature-card p:last-of-type {
  color: rgba(17, 24, 39, 0.82);
}

.why-reasons-title {
  color: #14532d;
}

.why-reasons-icon-chip {
  background: #166534;
  border: 1px solid rgba(220, 252, 231, 0.32);
}

.why-reasons-icon {
  color: #ffffff;
}

.home-hero {
  padding-top: calc(var(--hero-fixed-offset, 180px) + 2rem) !important;
  min-height: 78vh;
}

body[data-page] section.py-20.pt-32 {
  padding-top: 9.5rem;
}

.home-hero-bg {
  background-position: center top;
}

.home-hero-title {
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  line-height: 1.12;
  text-align: center;
}

.home-hero-subtitle {
  font-size: clamp(1.1rem, 2.35vw, 1.3rem);
  line-height: 1.45;
  white-space: pre-line;
  text-align: center;
}

.hero-direct-cta {
  max-width: 38rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(4px);
}

.hero-direct-cta-text {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(1rem, 2.05vw, 1.15rem);
  line-height: 1.4;
}

.hero-direct-cta-actions {
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-direct-cta-actions .btn {
  min-width: 12.5rem;
}

.bottom-cta-section {
  background: linear-gradient(135deg, #14532d 0%, #166534 46%, #15803d 100%);
}

.bottom-cta-main-panel {
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.4) 0%, rgba(21, 128, 61, 0.34) 100%);
  border-color: rgba(220, 252, 231, 0.42);
}

.bottom-cta-main-button {
  color: #14532d;
}

.bottom-cta-main-button:hover {
  color: #14532d;
}

.google-reviews-panel {
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.7) 0%, rgba(22, 101, 52, 0.72) 100%);
  border-color: rgba(187, 247, 208, 0.42);
}

.google-reviews-link {
  color: #14532d;
  border-color: rgba(20, 83, 45, 0.3);
}

.google-reviews-link:hover {
  color: #14532d;
}

.google-reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18.5rem, 23rem);
  align-items: center;
  gap: 1.2rem;
}

.google-reviews-content {
  min-width: 0;
}

.google-photo-carousel {
  position: relative;
  width: min(100%, 22.25rem);
  margin: 0;
  padding: 0.55rem;
  border-radius: 1rem;
  border: 1px solid rgba(220, 252, 231, 0.38);
  background: rgba(20, 83, 45, 0.38);
}

.google-photo-carousel-track {
  position: relative;
  overflow: hidden;
  border-radius: 0.65rem;
  aspect-ratio: 16 / 9;
  background: rgba(15, 23, 42, 0.22);
}

.google-photo-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.google-photo-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.google-photo-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-photo-carousel-nav {
  position: absolute;
  top: calc(50% - 0.1rem);
  transform: translateY(-50%);
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(20, 83, 45, 0.75);
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.google-photo-carousel-nav:hover {
  background: rgba(20, 83, 45, 0.95);
  transform: translateY(-50%) scale(1.04);
}

.google-photo-carousel-nav.prev {
  left: 0.72rem;
}

.google-photo-carousel-nav.next {
  right: 0.72rem;
}

.google-photo-carousel-dots {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.google-photo-carousel-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 9999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease, background 0.2s ease;
}

.google-photo-carousel-dot.is-active {
  background: #ffffff;
  transform: scale(1.18);
}

@media (min-width: 768px) {
  .home-hero-title {
    font-size: clamp(2.15rem, 4vw, 2.7rem);
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    align-items: flex-start;
    min-height: calc(100vh - 1rem);
  }

  .home-hero-title {
    margin-top: 1rem;
  }

  .home-hero-bg {
    background-position: 72% top;
  }

  .hero-direct-cta {
    padding: 0.82rem;
  }

  .hero-direct-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-direct-cta-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .google-reviews-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .google-photo-carousel {
    width: min(100%, 18.5rem);
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
  }

  .google-photo-carousel-track {
    aspect-ratio: 4 / 3;
  }

  .google-photo-carousel-nav {
    width: 1.95rem;
    height: 1.95rem;
  }

  .google-photo-carousel-nav.prev {
    left: 0.56rem;
  }

  .google-photo-carousel-nav.next {
    right: 0.56rem;
  }
}

.home-social-offers {
  padding-top: calc(var(--hero-fixed-offset, 180px) + 2rem);
  padding-bottom: 2.75rem;
}

.home-social-offers-bg {
  position: absolute;
  inset: 0;
  background-color: #ebe6de;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 100%),
    url('instagram/Palmenhintegrund.jpeg');
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center center;
}

.home-social-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.home-social-main-title {
  margin: 0;
  grid-column: 2;
  width: auto;
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 900;
  color: #d3ad4d;
  text-shadow: none;
  text-transform: uppercase;
}

.home-social-ig-link {
  grid-column: 3;
  justify-self: end;
  display: inline-block;
  font-weight: 700;
  color: #14532d;
  text-decoration: none;
  font-size: 0.92rem;
}

.home-social-ig-link:hover {
  text-decoration: underline;
}

.home-social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.15rem;
}

.season-offer-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 1rem;
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.12);
  padding: clamp(1rem, 2vw, 1.4rem);
  backdrop-filter: blur(5px);
}

.implantate-season-surface {
  background: #ffffff !important;
}

.implantate-season-surface .season-offer-panel {
  background: #ffffff;
  border-color: rgba(20, 83, 45, 0.2);
  backdrop-filter: none;
}

.season-offer-kicker {
  margin: 0.78rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
}

.season-offer-title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #14532d;
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
  align-items: flex-start;
  gap: 0.16rem;
  overflow-wrap: anywhere;
}

.season-offer-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
}

.season-offer-head .season-offer-title {
  flex: 1 1 16rem;
  min-width: 0;
}

.season-offer-info-badge {
  margin-top: 0.45rem;
  margin-left: auto;
  flex: 0 1 18rem;
  max-width: 18rem;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.44rem 0.58rem;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 0.7rem;
  background: linear-gradient(180deg, rgba(20, 83, 45, 0.07) 0%, rgba(212, 175, 55, 0.1) 100%);
}

.season-offer-info-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  margin-top: 0.13rem;
  color: #a3791e;
}

.season-offer-info-content {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.season-offer-info-locale {
  display: none;
}

html[lang^="de"] .season-offer-info-locale-de,
html[lang^="tr"] .season-offer-info-locale-tr,
html[lang^="en"] .season-offer-info-locale-en,
html[lang^="nl"] .season-offer-info-locale-nl {
  display: block;
}

.season-offer-info-line {
  margin: 0;
  color: #14532d;
  font-size: 0.77rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.season-offer-info-line-sub {
  color: #7a5b15;
  font-size: 0.72rem;
  font-weight: 600;
}

.season-title-emphasis {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 700;
  color: #14532d;
  text-shadow: none;
  display: block;
  width: 100%;
}

.season-title-contrast {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 700;
  color: #14532d;
  text-shadow: none;
  display: block;
  width: 100%;
}

.season-offer-title::after {
  content: none;
}

.season-offer-subtitle {
  margin: 0.7rem 0 0;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.5;
}

.season-offer-prices {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.season-offer-prices-compact {
  gap: 0.6rem;
}

@media (min-width: 768px) {
  html[lang='tr'] .season-offer-title {
    font-size: clamp(1.35rem, 2.15vw, 1.92rem);
    line-height: 1.03;
  }

  .season-offer-prices-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.season-price-card {
  width: 100%;
  border: 1px solid color-mix(in oklab, var(--border) 68%, #0f766e 32%);
  border-radius: 0.8rem;
  min-height: 9.25rem;
  padding: 1.08rem 0.95rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    'label label'
    'value old'
    'save save'
    'note note';
  column-gap: 0.75rem;
  row-gap: 0.3rem;
  align-items: end;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.season-price-card-compact {
  min-height: 7.3rem;
  padding: 0.9rem 0.9rem;
  grid-template-columns: 1fr;
  grid-template-areas:
    'label'
    'value'
    'old'
    'save';
  row-gap: 0.22rem;
  align-items: start;
}

.season-price-card-compact .season-price-old {
  justify-self: start;
  align-self: start;
  margin-bottom: 0;
}

.season-price-card-compact .season-price-save {
  justify-self: start;
}

.season-price-label {
  grid-area: label;
  display: block;
  font-family: inherit;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: #14532d;
  font-weight: 800;
}

.season-price-meta {
  display: contents;
}

.season-price-old {
  grid-area: old;
  justify-self: end;
  align-self: end;
  margin-bottom: 0.06rem;
  color: #64748b;
  font-size: clamp(0.76rem, 1.05vw, 0.86rem);
  font-weight: 500;
  white-space: nowrap;
  text-decoration-line: line-through;
  text-decoration-color: #64748b;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}

.season-price-save {
  grid-area: save;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: clamp(0.9rem, 1.45vw, 1.02rem);
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
  background: linear-gradient(90deg, #14532d 0%, #166534 100%);
  border: 1px solid rgba(20, 83, 45, 0.35);
}

.season-price-value {
  grid-area: value;
  display: block;
  margin-top: 0;
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  line-height: 1;
  color: #2f9e5f;
}

.season-price-note {
  grid-area: note;
  display: block;
  margin-top: 0.2rem;
  color: #475569;
  line-height: 1.4;
  font-size: clamp(0.9rem, 1.3vw, 1rem);
}

.treatment-flow {
  margin-top: 1.1rem;
  padding: 0.85rem;
  border: 1px solid color-mix(in oklab, var(--border) 68%, #0f766e 32%);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.72);
}

.treatment-flow-title {
  margin: 0;
  color: #14532d;
  font-size: 1.05rem;
  font-weight: 500;
}

.treatment-flow-subtitle {
  margin: 0.3rem 0 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}

.treatment-steps-grid {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    'step-1 step-2'
    'step-3 step-4';
  gap: 0.7rem 0.75rem;
}

.treatment-step:nth-child(1) { grid-area: step-1; }
.treatment-step:nth-child(2) { grid-area: step-2; }
.treatment-step:nth-child(3) { grid-area: step-3; }
.treatment-step:nth-child(4) { grid-area: step-4; }

.treatment-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.58rem;
  border: 1px solid rgba(20, 83, 45, 0.14);
  border-radius: 0.7rem;
  background: #ffffff;
}

.treatment-step::after {
  content: none;
}

.treatment-step-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #14532d;
  background: rgba(20, 83, 45, 0.1);
}

.treatment-step-head {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 2.8em;
}

.treatment-step-text {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.5;
}

.season-benefits-block {
  margin-top: 0.78rem;
  padding: 0.85rem;
  border: 1px solid color-mix(in oklab, var(--border) 68%, #0f766e 32%);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.72);
}

.season-offer-points-title {
  margin: 0;
  color: #14532d;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.3;
}

.season-benefits-block .season-offer-points {
  margin-top: 0.7rem;
}

.season-offer-points {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.season-offer-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #0f172a;
}

.season-offer-points i {
  color: #0f766e;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.season-offer-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.season-offer-actions .btn {
  min-height: 2.8rem;
}

.appointment-planning-note {
  display: none;
  margin-top: 0.85rem;
  padding: 0.68rem 0.8rem;
  border: 1px solid rgba(22, 101, 52, 0.3);
  border-radius: 0.65rem;
  background: color-mix(in srgb, #ecfdf5 70%, #ffffff 30%);
}

html[lang='de'] .appointment-planning-note,
html[lang='tr'] .appointment-planning-note,
html[lang='en'] .appointment-planning-note,
html[lang='nl'] .appointment-planning-note {
  display: block;
}

.appointment-planning-note-locale {
  display: none;
}

html[lang='de'] .appointment-planning-note-locale-de,
html[lang='tr'] .appointment-planning-note-locale-tr,
html[lang='en'] .appointment-planning-note-locale-en,
html[lang='nl'] .appointment-planning-note-locale-nl {
  display: block;
}

.appointment-planning-note-title {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #14532d;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.appointment-planning-note-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.08rem;
  flex-shrink: 0;
  color: #166534;
}

.appointment-planning-note-text {
  margin: 0.38rem 0 0;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.48;
}

.season-offer-actions + .treatment-flow {
  margin-top: 2.1rem;
}

.instagram-offer-wall {
  border-radius: 1rem;
  background: linear-gradient(180deg, #052e2b 0%, #082f2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.25);
  padding: 1rem;
}

.instagram-wall-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.instagram-wall-head h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 1.02rem;
  font-weight: 700;
}

.instagram-more {
  color: #6ee7b7;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.87rem;
  white-space: nowrap;
}

.instagram-more:hover {
  text-decoration: underline;
}

.instagram-wall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.instagram-lang-column {
  background: rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  padding: 0.7rem;
}

.instagram-lang-title {
  margin: 0 0 0.6rem;
  color: #d1fae5;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.instagram-lang-flag {
  letter-spacing: 0;
  text-transform: none;
}

.instagram-flag-icon {
  width: 1.7rem;
  height: auto;
  display: block;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.instagram-lang-posts {
  display: grid;
  gap: 0.7rem;
}

.instagram-post-card {
  position: relative;
  display: block;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f172a;
}

.instagram-post-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.instagram-post-card:hover img {
  transform: scale(1.03);
}

.instagram-post-chip {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.28rem 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}

.instagram-post-card.is-fallback img {
  filter: saturate(0.88);
}

.home-social-offers + .home-hero {
  padding-top: 3rem !important;
  min-height: 78vh;
}

@media (max-width: 1023.98px) {
  .home-social-topbar {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.45rem;
  }

  .home-social-main-title {
    grid-column: 1;
  }

  .home-social-ig-link {
    grid-column: 1;
    justify-self: end;
  }

  .home-social-layout {
    grid-template-columns: 1fr;
  }

  .instagram-lang-column {
    padding: 0.65rem;
  }
}

@media (max-width: 767.98px) {
  body[data-page] section.py-20.pt-32 {
    padding-top: 10.75rem;
  }

  .home-social-offers {
    padding-bottom: 2.2rem;
  }

  .home-social-topbar {
    align-items: start;
  }

  .home-social-main-title {
    font-size: clamp(1.6rem, 7.8vw, 2.2rem);
  }

  .season-offer-title {
    font-size: clamp(1.35rem, 6.3vw, 1.9rem);
    flex-wrap: wrap;
    white-space: normal;
    gap: 0.25rem;
  }

  .season-offer-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .season-offer-head .season-offer-title {
    flex: 0 0 auto;
    width: 100%;
  }

  .season-offer-info-badge {
    margin-top: 0;
    margin-left: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .treatment-flow {
    padding: 0.72rem;
  }

  .season-benefits-block {
    padding: 0.72rem;
  }

  .treatment-flow-title {
    font-size: 0.98rem;
  }

  .treatment-flow-subtitle {
    font-size: 0.86rem;
  }

  .treatment-steps-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 0.85rem;
  }

  .treatment-step:nth-child(1),
  .treatment-step:nth-child(2),
  .treatment-step:nth-child(3),
  .treatment-step:nth-child(4) {
    grid-area: auto;
  }

  .treatment-step {
    padding: 0.62rem;
  }

  .treatment-step:not(:last-child)::after {
    content: none;
  }

  .season-price-card {
    min-height: 8.6rem;
    padding: 0.95rem 0.9rem;
    grid-template-columns: 1fr;
    grid-template-areas:
      'label'
      'value'
      'old'
      'save'
      'note';
    row-gap: 0.22rem;
    align-items: start;
  }

  .season-price-label {
    font-size: 1rem;
  }

  .season-price-old {
    font-size: 0.78rem;
    justify-self: start;
    align-self: start;
    margin-bottom: 0;
  }

  .season-price-save {
    font-size: 0.8rem;
    padding: 0.24rem 0.58rem;
    justify-self: start;
  }

  .season-price-value {
    font-size: clamp(1.78rem, 8.3vw, 2.3rem);
  }

  .season-price-note {
    font-size: 0.9rem;
  }

  .season-offer-actions .btn {
    width: 100%;
  }

  .appointment-planning-note {
    padding: 0.78rem 0.82rem;
  }

  .appointment-planning-note-title {
    font-size: 0.95rem;
  }

  .appointment-planning-note-text {
    font-size: 0.9rem;
  }

  .instagram-lang-column {
    padding: 0.6rem;
  }

  .home-social-offers + .home-hero {
    padding-top: 2rem !important;
    min-height: auto;
  }
}

.legal-hero-green {
  background: linear-gradient(135deg, #14532d 0%, #166534 56%, #0f5132 100%);
  color: #f8fafc;
}

.legal-hero-green h1 {
  color: #f8fafc;
}

.legal-hero-green p {
  color: rgba(248, 250, 252, 0.92);
}

body[data-page='impressum'] h2.text-primary,
body[data-page='datenschutz'] h2.text-primary {
  color: #166534;
}
