/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
      'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
      monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: 'Montserrat', serif;
    --font-body: 'Inter', sans-serif;
    --color-primary: #0a1929;
    --color-secondary: #1e3a5f;
    --color-accent: #ffbb00;
    --color-accent-light: #ffd04d;
    --color-accent-btn: #ffbb00;
    --color-accent-hover: #e6a800;
    --color-heading: #ffbb00;
    --color-blue: #002961;
    --color-blue-btn: #002961;
    --color-blue-hover: #001d47;
    --color-text: #e2e8f0;
    --color-text-muted: #94a3b8;
    --color-text-nav: #cbd5e1;
    --color-text-card: #f1f5f9;
    --color-border: rgba(0, 41, 97, 0.4);
    --color-border-nav: rgba(51, 65, 85, 1);
    --color-glass: rgba(30, 58, 95, 0.3);
    --color-glass-input: rgba(30, 41, 59, 0.5);
    --color-nav-bg: rgba(15, 23, 42, 0.8);
    --spacing-section: 1.5rem;
    --spacing-nav: 130px;
    --infobar-height: 4rem;
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type='button'], [type='reset'], [type='submit']),
  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .container {
    width: 100%;

    @media (width >=40rem) {
      max-width: 40rem;
    }

    @media (width >=48rem) {
      max-width: 48rem;
    }

    @media (width >=64rem) {
      max-width: 64rem;
    }

    @media (width >=80rem) {
      max-width: 80rem;
    }

    @media (width >=96rem) {
      max-width: 96rem;
    }
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .md\:grid-cols-2 {
    @media (width >=48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-600.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('ttf');
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--spacing-nav);
}

body {
  font-family: var(--font-body);
  background-color: var(--color-primary);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

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

:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

#infobar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
  border-bottom: 1px solid rgba(255, 187, 0, 0.3);
  padding: 0.5rem 1.5rem;
}

.infobar-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  position: relative;
}

.infobar-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.infobar-text {
  color: var(--color-text-nav);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.infobar-link {
  color: var(--color-accent-light);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--color-accent-light);
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.infobar-link:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.infobar-close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  line-height: 1;
}

.infobar-close:hover {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.05);
}

#main-nav {
  top: var(--infobar-height, 4rem);
}

#site-header {
  position: relative;
  background: var(--color-primary);
  border-bottom: 1px solid rgba(255, 187, 0, 0.15);
  padding: 1.5rem 2rem;
  text-align: center;
}

.header-logo-wrapper {
  display: inline-block;
}

.header-logo-wrapper a {
  display: block;
}

.header-logo-wrapper img {
  width: 350px;
  height: auto;
  max-width: 90vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.header-logo-wrapper img:hover {
  transform: scale(1.02);
}

nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--color-nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border-nav);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

nav.scrolled {
  background: rgba(10, 25, 41, 0.97);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-logo-mini {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-150px);
  transition: opacity 2.5s ease-out, transform 2.5s ease-out;
  flex-shrink: 0;
  width: 0;
  overflow: hidden;
}

.nav-logo-mini img {
  width: 180px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
}

.nav-logo-mini span {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-heading);
  white-space: nowrap;
}

nav.scrolled .nav-logo-mini {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  width: auto;
  overflow: visible;
  animation: slideInFromLeft 1.2s ease-out forwards;
}

.nav-links {
  display: none;
  gap: 2rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.nav-brand-mobile {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-heading);
  text-decoration: none;
  flex: 1;
}

@media (min-width: 768px) {
  .nav-brand-mobile {
    display: none;
  }
}

.nav-links {
  display: none;
  gap: 2rem;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.nav-links.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.5rem;
  gap: 1rem;
  border-bottom: 1px solid var(--color-border-nav);
}

.nav-link {
  position: relative;
  color: var(--color-text-nav);
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-accent-light);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.mobile-menu-btn {
  display: block;
  color: var(--color-accent-light);
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.btn {
  position: relative;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-block;
}

.btn-primary {
  background: var(--color-accent-btn);
  color: #0a1929;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(255, 187, 0, 0.2);
}

.btn-primary:hover {
  background: var(--color-accent-hover);
  color: #0a1929;
  text-decoration: none;
}

.btn-secondary {
  border: 2px solid var(--color-accent-btn);
  color: var(--color-accent);
  background: transparent;
}

.btn-secondary:hover {
  background: var(--color-accent-btn);
  color: #0a1929;
  text-decoration: none;
}

.btn-blue {
  background: var(--color-blue-btn);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 41, 97, 0.3);
}

.btn-blue:hover {
  background: var(--color-blue-hover);
  color: white;
  text-decoration: none;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

section {
  padding: 0;
  scroll-margin-top: var(--spacing-nav);
}

section.space {
  padding: var(--spacing-section) 0;
  scroll-margin-top: var(--spacing-nav);
}

#home {
  padding-top: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-blue), transparent);
  opacity: 0.4;
  max-width: 72rem;
  margin: 0 auto 5rem;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.25rem;
  color: var(--color-text-muted);
  text-align: center;
  margin-bottom: 5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.gradient-text {
  color: var(--color-heading);
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  scroll-margin-top: 0 !important;
  background-size: cover;
  background-position: center;
  background-color: #0b1d48;
  background-image: url("../images/background/schwebebahn.webp");
}

.hero-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

}

@media (max-width: 768px) {
  .hero-content {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: var(--color-text-muted);
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.about-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  display: block;
  transition: transform 0.6s ease;
}

.about-image-wrapper:hover .about-image {
  transform: scale(1.03);
}

.about-text h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.about-text p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.about-usp {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-usp li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-text-nav);
  font-size: 1rem;
}

.usp-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.services-intro {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.services-intro h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  color: var(--color-heading);
  margin-bottom: 1rem;
}

.services-intro p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.services-intro strong {
  color: var(--color-text-nav);
}

.services-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0.3;
  max-width: 40rem;
  margin: 2rem auto 3rem;
}

.services-schwerpunkte-titel {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--color-heading);
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
}

.services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.services-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}

@media (min-width: 640px) {
  .services-cta {
    flex-direction: row;
    justify-content: center;
  }
}

.housesitting-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .housesitting-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.housesitting-card {
  background: var(--color-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.housesitting-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(255, 152, 0, 0.2));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.housesitting-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--color-accent-light);
}

.housesitting-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 0.75rem;
}

.housesitting-card p {
  color: var(--color-text-muted);
  font-size: 0.97rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.housesitting-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.housesitting-list li {
  color: var(--color-text-nav);
  font-size: 0.95rem;
  padding-left: 1.25rem;
  position: relative;
}

.housesitting-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

.housesitting-note {
  margin-top: 1rem;
  color: var(--color-text-nav) !important;
  font-style: italic;
}

.housesitting-vorteil {
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.5), rgba(10, 25, 41, 0.5));
  border: 1px solid rgba(255, 187, 0, 0.25);
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  margin-top: 1rem;
}

.housesitting-vorteil h3 {
  font-size: 1.5rem;
  color: var(--color-heading);
  margin-bottom: 1rem;
}

.housesitting-vorteil p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.housesitting-vorteil strong {
  color: var(--color-text);
}

.gallery-header {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.gallery-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.gallery-track-outer {
  overflow: hidden;
  flex: 1;
  border-radius: 1rem;
}

.gallery-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.gallery-pair {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .gallery-pair {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

@media (min-width: 1024px) {
  .gallery-pair {
    flex: 0 0 calc(33.333% - 1rem);
  }
}

.gallery-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  aspect-ratio: 4 / 3;
}

.gallery-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.gallery-before .gallery-img-placeholder {
  background: rgba(30, 41, 59, 0.8);
}

.gallery-after .gallery-img-placeholder {
  background: rgba(10, 37, 64, 0.85);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-placeholder-icon {
  font-size: 2rem;
}

.gallery-label {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-label-before {
  background: rgba(100, 116, 139, 0.85);
  color: #f1f5f9;
}

.gallery-label-after {
  background: rgba(255, 187, 0, 0.9);
  color: #0a1929;
}

.gallery-caption {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.875rem;
  padding-top: 0.25rem;
}

.gallery-arrow {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: var(--color-glass);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  backdrop-filter: blur(8px);
}

.gallery-arrow:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #0a1929;
  transform: scale(1.05);
}

.gallery-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

.gallery-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 4rem;
}

.gallery-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-text-muted);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}

.gallery-dot.active {
  background: var(--color-accent);
  transform: scale(1.4);
}

.service-card,
.stat-card,
.contact-form-wrapper {
  background: var(--color-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover,
.stat-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-accent);
  box-shadow: 0 20px 40px rgba(255, 152, 0, 0.2);
}

.service-card {
  padding: 2rem;
  cursor: pointer;
}

.stat-card {
  padding: 2rem;
  text-align: center;
}

.service-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color-accent);
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(255, 187, 0, 0.3);
  z-index: 5;
}

.service-card-cta {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.service-card:hover .service-card-cta {
  opacity: 1;
  transform: translateX(0);
}

.service-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(255, 152, 0, 0.2));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--color-accent-light);
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-card);
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--color-text-muted);
  line-height: 1.75;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
}

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

.contact-form-wrapper {
  padding: 2.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

.form-row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  color: var(--color-text-nav);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--color-glass-input);
  border: 1px solid #475569;
  border-radius: 0.5rem;
  color: var(--color-text-card);
  transition: border-color 0.3s ease;
  font-family: var(--font-body);
  font-size: 1rem;
}

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

.form-input.fehler,
.form-textarea.fehler {
  border-color: #ef4444;
}

.form-textarea {
  resize: none;
}

.form-submit {
  width: 100%;
  padding: 1rem 2rem;
  background: var(--color-accent-btn);
  color: white;
  font-weight: 600;
  font-family: var(--font-body);
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.2);
}

.form-submit:hover {
  background: var(--color-accent-hover);
}

.contact-info {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-info {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(255, 152, 0, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-accent-light);
}

.contact-label {
  color: var(--color-text-nav);
  font-weight: 500;
  margin-bottom: 0.25rem;
}

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

.contact-value a {
  color: var(--color-text-muted);
  text-decoration: none;
}

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

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr 1.4fr;
    gap: 5rem;
    align-items: start;
  }
}

.contact-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.contact-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.contact-subtitle {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 38ch;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

a.contact-detail-item:hover {
  transform: translateX(4px);
}

.contact-detail-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.6rem;
  background: rgba(255, 187, 0, 0.08);
  border: 1px solid rgba(255, 187, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-accent);
}

.contact-detail-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.contact-detail-label {
  display: block;
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}

.contact-detail-value {
  display: block;
  font-weight: 500;
  color: var(--color-text);
}

.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 187, 0, 0.15);
  background: rgba(255, 187, 0, 0.04);
  margin-bottom: 2rem;
}

.contact-trust-item {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.contact-trust-item::first-letter {
  color: var(--color-accent);
}

.contact-form-wrapper {
  background: var(--color-glass);
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 500px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-border);
  border-radius: 0.6rem;
  padding: 0.75rem 1rem;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--color-accent);
  background: rgba(255, 187, 0, 0.04);
  box-shadow: 0 0 0 3px rgba(255, 187, 0, 0.1);
}

.form-group input.fehler,
.form-group textarea.fehler,
.form-group select.fehler {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-select-wrapper {
  position: relative;
}

.form-select-wrapper select {
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-select-icon {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: var(--color-text-muted);
  pointer-events: none;
}

.form-error {
  font-size: 0.78rem;
  color: #ef4444;
  display: none;
  margin-top: 0.1rem;
}

.form-group:has(.fehler) .form-error {
  display: block;
}

.form-checkbox-group {
  gap: 0.5rem;
}

.form-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.form-checkbox-label input[type="checkbox"] {
  display: none;
}

.form-checkbox-custom {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
  margin-top: 0.15rem;
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-checkbox-label input:checked+.form-checkbox-custom {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.form-checkbox-label input:checked+.form-checkbox-custom::after {
  content: '✓';
  font-size: 0.7rem;
  color: #0a1929;
  font-weight: 700;
}

.form-checkbox-label a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.form-submit:hover {
  transform: translateY(-1px);
}

.form-submit:active {
  transform: translateY(0);
}

.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-submit-icon {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.2s;
}

.form-submit:hover .form-submit-icon {
  transform: translateX(3px) translateY(-3px);
}

.form-success {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.3);
  color: #4ade80;
  margin-top: 0.5rem;
}

.form-success[hidden] {
  display: none;
}

.form-success svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.form-success strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #4ade80;
}

.form-success span {
  font-size: 0.875rem;
  color: rgba(74, 222, 128, 0.8);
}

.contact-detail-icon--wa {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.25);
  color: #25d366;
}

.wa-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.wa-fab svg {
  width: 1.75rem;
  height: 1.75rem;
}

.wa-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.wa-fab::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  animation: wa-pulse 2.5s ease-out infinite;
  z-index: -1;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.wa-fab-tooltip {
  position: absolute;
  right: calc(100% + 0.75rem);
  background: rgba(10, 25, 41, 0.95);
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.4rem 0.75rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 0.2s, transform 0.2s;
}

.wa-fab:hover .wa-fab-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  z-index: -1;
}

.lightbox-content {
  position: relative;
  max-width: min(90vw, 1000px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  animation: lightbox-in 0.25s ease;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.75rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  display: block;
}

.lightbox-label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 187, 0, 0.9);
  color: #0a1929;
}

.lightbox-label.vor {
  background: rgba(100, 116, 139, 0.9);
  color: #f1f5f9;
}

.lightbox-caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-align: center;
}

.lightbox-arrow {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  z-index: 1;
}

.lightbox-arrow:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #0a1929;
  transform: scale(1.08);
}

.lightbox-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

.lightbox-arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.lightbox-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 201;
}

.lightbox-close:hover {
  background: #ef4444;
  border-color: #ef4444;
  transform: rotate(90deg);
}

.gallery-card {
  cursor: zoom-in;
}

.gallery-card img {
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.form-group select.feld-highlight {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(255, 187, 0, 0.25);
  animation: highlight-pulse 1.5s ease;
}

@keyframes highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 187, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(255, 187, 0, 0.15);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(255, 187, 0, 0.25);
  }
}

footer {
  padding: 2rem 0;
  border-top: 1px solid #1e293b;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

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

.footer-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.credit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text-muted);
  font-size: 0.875rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

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

.credit-dot {
  color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1;
}

.footer-text a {
  color: var(--color-text-muted);
  text-decoration: none;
}

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

.social-links {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.social-link:hover {
  color: var(--color-accent-light);
}

.social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-25%);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-indicator svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-accent-light);
}

.legal-page {
  padding-top: 90px;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.legal-container h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--color-text);
  margin-bottom: 0.5rem;
}

.legal-container h2 {
  font-size: 1.3rem;
  color: var(--color-text);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--color-border);
}

.legal-container h3 {
  font-size: 1.05rem;
  color: var(--color-text);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-container p,
.legal-container li {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.legal-container ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-container a {
  color: var(--color-accent-light);
  text-decoration: none;
}

.legal-container a:hover {
  text-decoration: underline;
}

.legal-hinweis {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.legal-datum {
  margin-top: 3rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.btn-back {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.25rem;
  background: var(--color-accent-btn);
  color: white !important;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}

.btn-back:hover {
  background: var(--color-accent-hover);
}

/* ── Cookie Banner ── */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding: 1.25rem 1.5rem;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, visibility 1.2s;
}

#cookie-banner.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.cookie-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-text {
  flex: 1;
  min-width: 220px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.cookie-text a {
  color: #7da3f5;
  text-decoration: underline;
}

.cookie-text a:hover {
  color: #fff;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.btn {
  padding: 0.55rem 1.4rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.btn-accept {
  background: #4a6cf7;
  color: #fff;
}

.btn-decline {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Mobile */
@media (max-width: 768px) {
  #cookie-banner {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-buttons {
    width: 100%;
  }

  .btn {
    flex: 1;
    text-align: center;
  }
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }

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

  .will-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

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

  .animate-fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
  }

  .animation-delay-100 {
    animation-delay: 0.1s;
    opacity: 0;
  }

  .animation-delay-200 {
    animation-delay: 0.2s;
    opacity: 0;
  }

  .animation-delay-300 {
    animation-delay: 0.3s;
    opacity: 0;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}