/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@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;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  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;
  }
  :-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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:absolute {
    &:focus {
      position: absolute;
    }
  }
  .focus\:top-2 {
    &:focus {
      top: calc(var(--spacing) * 2);
    }
  }
  .focus\:left-2 {
    &:focus {
      left: calc(var(--spacing) * 2);
    }
  }
  .focus\:z-\[100\] {
    &:focus {
      z-index: 100;
    }
  }
  .focus\:rounded {
    &:focus {
      border-radius: 0.25rem;
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:font-bold {
    &:focus {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .focus\:text-\[\#0f1c2e\] {
    &:focus {
      color: #0f1c2e;
    }
  }
  .focus\:shadow-lg {
    &:focus {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
:root {
  --brand: #E85A0C;
  --brand-light: #FF7A2E;
  --brand-glow: rgba(232,90,12,0.25);
  --brand-subtle: rgba(232,90,12,0.07);
  --brand-subtle-2: rgba(232,90,12,0.12);
  --night: #0B0F1A;
  --night-2: #111827;
  --night-3: #1E293B;
  --slate: #334155;
  --slate-2: #475569;
  --muted: #64748B;
  --muted-light: #94A3B8;
  --light: #CBD5E1;
  --soft: #F1F5F9;
  --softer: #F8FAFC;
  --border-dark: rgba(255,255,255,0.08);
  --border-dark-2: rgba(255,255,255,0.12);
  --border-light: #E2E8F0;
  --border-light-2: #CBD5E1;
  --glass: rgba(255,255,255,0.04);
  --glass-2: rgba(255,255,255,0.07);
  --white: #FFF;
  --green: #059669;
  --green-light: #34D399;
  --green-bg: #ECFDF5;
  --amber: #F59E0B;
  --amber-star: #FBBF24;
  --v23-font: 'Outfit', -apple-system, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Outfit', -apple-system, sans-serif;
  background: #FFF;
  color: #0B0F1A;
  overflow-x: hidden;
}
:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(11,15,26,0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
}
.nav-logo {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  font-family: var(--v23-font);
}
.nav-logo span {
  color: var(--brand);
}
.nav-center {
  display: flex;
  gap: 28px;
}
.nav-center a {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted-light);
  transition: color 0.2s;
  font-family: var(--v23-font);
}
.nav-center a:hover {
  color: var(--white);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-phone {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  padding: 7px 16px;
  border-radius: 4px;
  border: 1px solid var(--border-dark-2);
  transition: all 0.2s;
  font-family: var(--v23-font);
}
.nav-phone:hover {
  border-color: var(--brand);
  background: rgba(232,90,12,0.1);
}
.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--muted-light);
  transition: color 0.2s;
}
.nav-burger:hover {
  color: var(--white);
}
.nav-burger svg {
  width: 24px;
  height: 24px;
}
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(11,15,26,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
  padding: 24px 20px;
}
.nav-mobile-menu.is-open {
  display: block;
}
.nav-mobile-menu a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--muted-light);
  padding: 12px 0;
  transition: color 0.2s;
  font-family: var(--v23-font);
  border-bottom: 1px solid var(--border-dark);
}
.nav-mobile-menu a:last-child {
  border-bottom: none;
}
.nav-mobile-menu a:hover {
  color: var(--white);
}
.nav-mobile-phone {
  color: var(--brand);
  font-weight: 700;
}
.nav-spacer {
  height: 64px;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 140px;
  overflow: hidden;
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  margin-bottom: -60px;
  z-index: 2;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/hero-bg.webp') center/cover no-repeat;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11,15,26,0.85) 0%, rgba(11,15,26,0.7) 40%, rgba(11,15,26,0.75) 70%, rgba(11,15,26,0.9) 100%);
}
.hero > * {
  position: relative;
  z-index: 2;
}
.hero-h1 {
  font-size: clamp(42px, 6.5vw, 76px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.hero-h1 .accent {
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  color: var(--light);
  max-width: 480px;
  margin: 0 auto 36px;
  font-family: var(--v23-font);
}
.hero-sub strong {
  font-weight: 700;
  color: var(--white);
}
.booking {
  width: 100%;
  max-width: 520px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 8px;
  padding: 28px 28px 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
.plz-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.plz-field {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  transition: all 0.2s;
}
.plz-field:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.plz-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  font-family: var(--v23-font);
}
.plz-field input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: var(--v23-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.plz-field input::placeholder {
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}
.plz-field .city {
  font-size: 11px;
  color: var(--green-light);
  font-weight: 600;
  min-height: 15px;
  margin-top: 1px;
}
.plz-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255,255,255,0.4);
  font-size: 18px;
}
.cta-btn {
  margin-top: 14px;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--brand), #CF4E08);
  color: var(--white);
  font-family: var(--v23-font);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(232,90,12,0.3);
}
.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 36px rgba(232,90,12,0.45);
}
.gk-hint {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  color: var(--brand);
  font-weight: 500;
  transition: all 0.2s;
  font-family: var(--v23-font);
}
.gk-hint:hover {
  color: var(--brand-light);
}
.gk-hint span {
  color: var(--brand);
  font-weight: 700;
}
.page-hero {
  padding: clamp(120px, 16dvh, 180px) 0 clamp(36px, 7dvh, 80px);
  background: var(--night);
  color: var(--white);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: clamp(300px, 42dvh, 480px);
}
.page-hero-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  font-family: var(--v23-font);
}
.page-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  font-family: var(--v23-font);
}
.page-hero p {
  font-size: 16px;
  color: var(--muted-light);
  line-height: 1.65;
  max-width: 500px;
  margin: 0;
  font-family: var(--v23-font);
}
.page-hero--bg {
  position: relative;
  padding: clamp(120px, 16dvh, 180px) 0 clamp(36px, 7dvh, 80px);
  margin-bottom: -40px;
  text-align: left;
  align-items: flex-start;
  background: var(--night) var(--hero-bg, var(--night)) var(--hero-pos, center 40%)/cover no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
}
.page-hero--bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11,15,26,0.68);
}
.page-hero--bg::after {
  display: none;
}
.page-hero--bg > * {
  position: relative;
  z-index: 1;
}
.page-hero--bg h1 {
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}
.page-hero--bg p {
  margin: 0;
  max-width: none;
}
.page-hero-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-hero .lead {
  font-size: 17px;
  color: var(--muted-light);
  line-height: 1.7;
  max-width: 560px;
  font-family: var(--v23-font);
}
.proof {
  padding: 100px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  margin-bottom: -60px;
}
.proof-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.sec-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  font-family: var(--v23-font);
}
.proof-h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 56px;
  max-width: 500px;
  color: var(--night);
  font-family: var(--v23-font);
}
.proof-h2 .dim {
  color: var(--muted);
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  background: var(--border-light);
  border-radius: 8px;
  overflow: hidden;
}
.svc-cell {
  padding: 28px 24px;
  background: var(--white);
}
.svc-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 10px;
  font-family: var(--v23-font);
}
.svc-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--brand-subtle);
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}
.svc-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  font-family: var(--v23-font);
}
.spezial {
  padding: 120px 0 100px;
  background: var(--softer);
  position: relative;
  overflow: hidden;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  margin-bottom: -60px;
}
.spezial-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.spezial-h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 580px;
  color: var(--night);
  font-family: var(--v23-font);
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testi-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.testi-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(0,0,0,0.03);
  line-height: 1;
}
.testi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.testi-stars {
  color: var(--amber-star);
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.testi-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--slate);
  margin-bottom: 20px;
  font-family: var(--v23-font);
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: var(--brand-subtle-2);
  border: 1px solid rgba(232,90,12,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  font-family: var(--v23-font);
}
.testi-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--night);
  font-family: var(--v23-font);
}
.testi-role {
  font-size: 11px;
  color: var(--muted);
  margin-top: 1px;
  font-family: var(--v23-font);
}
.services {
  padding: 80px 40px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.services .svc-grid {
  grid-template-columns: repeat(3, 1fr);
}
.svc-card {
  display: block;
  padding: 32px 28px;
  background: var(--white);
  transition: all 0.25s;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.svc-card:hover {
  background: var(--softer);
}
.svc-card:hover .svc-arrow {
  opacity: 1;
  transform: translateX(0);
}
.svc-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--v23-font);
}
.svc-arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s;
}
.svc-fullservice {
  background: var(--softer);
}
.section {
  padding: 80px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.section-dark {
  background: var(--night);
  color: var(--white);
  max-width: none;
  padding: 80px 0;
}
.section-dark-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-soft {
  background: var(--softer);
  max-width: none;
  padding: 80px 0;
}
.section-soft-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.sec-h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 20px;
  font-family: var(--v23-font);
}
.sec-h2 .dim {
  color: var(--muted);
}
.sec-h2--light {
  color: var(--white);
  margin-bottom: 36px;
}
.dim-light {
  color: var(--muted-light);
}
.section-cta {
  padding-top: 80px;
}
.prose {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.8;
  font-family: var(--v23-font);
}
.prose p {
  margin-bottom: 16px;
}
.prose-light {
  color: var(--muted-light);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.breadcrumb {
  padding: 100px 40px 0;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--v23-font);
}
.breadcrumb a {
  color: var(--muted);
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--brand);
}
.breadcrumb .sep {
  color: var(--border-light-2);
}
.page-header {
  padding: 32px 40px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.page-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.page-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--brand-subtle);
  padding: 4px 10px;
  border-radius: 5px;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.page-header .lead {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 620px;
  font-family: var(--v23-font);
}
.content {
  padding: 56px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start;
}
.content-main h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  margin-top: 48px;
  color: var(--night);
  font-family: var(--v23-font);
}
.content-main h2:first-child {
  margin-top: 0;
}
.content-main p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.sidebar-card {
  background: var(--softer);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 20px;
  position: sticky;
  top: 84px;
}
.sidebar-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-light);
}
.sidebar-row:last-of-type {
  border: none;
}
.sidebar-key {
  font-size: 13px;
  color: var(--muted);
  font-family: var(--v23-font);
}
.sidebar-val {
  font-size: 13px;
  font-weight: 700;
  color: var(--night);
  text-align: right;
  font-family: var(--v23-font);
}
.sidebar-cta {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  margin-top: 20px;
  background: var(--brand);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  font-family: var(--v23-font);
  text-align: center;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.sidebar-cta:hover {
  background: var(--brand-light);
}
.sidebar-phone {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  font-family: var(--v23-font);
}
.sidebar-phone a {
  color: var(--brand);
  font-weight: 700;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--border-light);
  border-radius: 6px;
  overflow: hidden;
  margin: 24px 0 16px;
}
.detail-cell {
  padding: 22px 20px;
  background: var(--softer);
}
.detail-cell-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 4px;
  font-family: var(--v23-font);
}
.detail-cell-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.related {
  padding: 0 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.related-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  font-family: var(--v23-font);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  background: var(--border-light);
  border-radius: 6px;
  overflow: hidden;
}
.related-card {
  display: block;
  padding: 24px 22px;
  background: var(--white);
  transition: all 0.25s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.related-card:hover {
  background: var(--softer);
}
.related-card:hover .rel-arrow {
  opacity: 1;
  transform: translateX(0);
}
.related-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.related-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: var(--v23-font);
}
.related-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--v23-font);
}
.rel-arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s;
}
.knowledge {
  padding: 0 40px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.knowledge-section {
  margin-bottom: 48px;
}
.knowledge-section:last-child {
  margin-bottom: 0;
}
.knowledge h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--night);
  font-family: var(--v23-font);
}
.knowledge h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--night);
  margin-bottom: 10px;
  margin-top: 28px;
  font-family: var(--v23-font);
}
.knowledge p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.knowledge ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.knowledge ul li {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.7;
  padding: 4px 0 4px 20px;
  position: relative;
  font-family: var(--v23-font);
}
.knowledge ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.knowledge-nav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.knowledge-nav-link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: var(--softer);
  border: 1px solid var(--border-light);
  transition: all 0.2s;
  font-family: var(--v23-font);
  white-space: nowrap;
  text-decoration: none;
}
.knowledge-nav-link:hover {
  color: var(--brand);
  border-color: var(--brand);
  background: var(--brand-subtle);
}
.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0 24px;
  border: 1px solid var(--border-light);
  font-family: var(--v23-font);
}
.info-table thead th {
  background: var(--night);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px 16px;
  text-align: left;
}
.info-table tbody td {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--slate);
  line-height: 1.5;
  border-bottom: 1px solid var(--border-light);
  background: var(--white);
}
.info-table tbody tr:last-child td {
  border-bottom: none;
}
.info-table tbody tr:nth-child(even) td {
  background: var(--softer);
}
.info-table .class-num {
  font-weight: 800;
  color: var(--brand);
  font-size: 14px;
  font-family: var(--mono);
  white-space: nowrap;
}
.code-inline {
  font-family: var(--mono);
  background: var(--softer);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}
.glossary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--border-light);
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0;
}
.glossary-item {
  padding: 20px;
  background: var(--softer);
}
.glossary-term {
  font-size: 14px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 4px;
  font-family: var(--v23-font);
}
.glossary-def {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.section-divider {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-divider hr {
  border: none;
  border-top: 1px solid var(--border-light);
  margin: 0;
}
.search-bar {
  display: flex;
  max-width: 620px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
.search-bar:focus-within {
  border-color: var(--brand);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 4px rgba(232,90,12,0.15);
}
.search-bar input {
  flex: 1;
  padding: 22px 24px;
  border: none;
  outline: none;
  font-family: var(--v23-font);
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  background: transparent;
  min-width: 0;
}
.search-bar input::placeholder {
  color: rgba(255,255,255,0.3);
}
.search-bar button {
  padding: 22px 40px;
  border: none;
  cursor: pointer;
  background: var(--brand);
  color: var(--white);
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 800;
  transition: background 0.2s;
  white-space: nowrap;
}
.search-bar button:hover {
  background: var(--brand-light);
}
.search-hint {
  font-size: 13px;
  color: rgba(255,255,255,0.25);
  margin-top: 14px;
  font-family: var(--v23-font);
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.meta-item {
  padding: 10px 18px;
  background: var(--soft);
  border-radius: 4px;
  font-size: 13px;
  font-family: var(--v23-font);
}
.meta-key {
  color: var(--muted);
  font-weight: 500;
}
.meta-value {
  color: var(--night);
  font-weight: 800;
  margin-left: 4px;
}
.chevron-divider {
  position: relative;
  height: 40px;
  overflow: hidden;
  margin-top: -40px;
  z-index: 2;
}
.chevron-to-white {
  background: var(--white);
}
.chevron-to-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid var(--night);
}
.chevron-to-dark {
  background: var(--night);
}
.chevron-to-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid var(--white);
}
.chevron-to-soft {
  background: var(--softer);
}
.chevron-to-soft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid var(--night);
}
.empty-state {
  text-align: center;
  padding: 80px 40px;
}
.empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--muted-light);
}
.empty-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--night);
  margin-bottom: 10px;
  font-family: var(--v23-font);
}
.empty-text {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto;
  font-family: var(--v23-font);
}
.track-result {
  display: none;
}
.track-result.visible {
  display: block;
  animation: fadeUp 0.5s ease both;
}
.status-section {
  padding: 80px 0 48px;
}
.status-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.status-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.status-nr-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-family: var(--v23-font);
}
.status-nr {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--night);
  font-family: var(--v23-font);
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--v23-font);
}
.badge-transit {
  background: #DBEAFE;
  color: #2563EB;
}
.badge-delivered {
  background: #D1FAE5;
  color: var(--green);
}
.status-right {
  text-align: right;
}
.status-eta-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.status-eta-val {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--night);
  letter-spacing: -0.02em;
  font-family: var(--v23-font);
}
.status-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 18px;
  background: var(--brand-subtle);
  border: 1px solid rgba(232,90,12,0.15);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  color: var(--brand);
  font-family: var(--v23-font);
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  animation: statusPulse 1.5s ease infinite;
}
@keyframes statusPulse {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.progress-wrap {
  margin-bottom: 0;
}
.progress-bar {
  height: 6px;
  background: var(--soft);
  border-radius: 3px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: var(--brand);
  border-radius: 3px;
  transition: width 1s ease;
}
.progress-label {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  font-family: var(--v23-font);
}
.track-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}
.tl-step {
  display: flex;
  gap: 18px;
  position: relative;
  padding-bottom: 32px;
}
.tl-step:last-child {
  padding-bottom: 0;
}
.tl-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 38px;
  bottom: 0;
  width: 2px;
}
.tl-step.done:not(:last-child)::after {
  background: rgba(232,90,12,0.25);
}
.tl-step.active:not(:last-child)::after, .tl-step.future:not(:last-child)::after {
  background: var(--border-light);
}
.tl-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.tl-step.done .tl-icon {
  background: var(--brand);
}
.tl-step.active .tl-icon {
  background: #2563EB;
  box-shadow: 0 0 0 6px #DBEAFE;
}
.tl-step.future .tl-icon {
  background: var(--border-light);
}
.tl-body {
  flex: 1;
  padding-top: 4px;
}
.tl-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--night);
  font-family: var(--v23-font);
}
.tl-step.future .tl-title {
  color: var(--muted-light);
}
.tl-sub {
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
  font-family: var(--v23-font);
}
.tl-step.future .tl-sub {
  color: #CBD5E1;
}
.tl-live {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: var(--white);
  background: #2563EB;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-left: 8px;
  vertical-align: middle;
}
.tracking-sidebar {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.tracking-sidebar-header {
  padding: 18px 24px;
  background: var(--night);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--v23-font);
}
.sidebar-addr {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-light);
}
.sidebar-addr:last-child {
  border: none;
}
.sidebar-addr-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.sidebar-addr-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 3px;
  font-family: var(--v23-font);
}
.sidebar-addr-line {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.tracking-sidebar-cta {
  display: block;
  width: 100%;
  padding: 18px;
  border: none;
  cursor: pointer;
  background: var(--night);
  color: var(--white);
  font-family: var(--v23-font);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: background 0.2s;
}
.tracking-sidebar-cta:hover {
  background: var(--night-3);
}
.cta-bar-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cta-bar-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-light);
  transition: color 0.2s;
  font-family: var(--v23-font);
}
.cta-bar-link:hover {
  color: var(--white);
}
.demo-badge {
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
}
.tracking-sidebar-link {
  display: block;
}
.section-cta-soft {
  background: var(--softer);
  padding-bottom: 80px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: start;
}
.form-group {
  margin-bottom: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  font-family: var(--v23-font);
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 500;
  color: var(--night);
  background: var(--white);
  transition: all 0.2s;
  outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(232,90,12,0.1);
}
.form-input::placeholder, .form-textarea::placeholder {
  color: var(--muted-light);
}
.form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.form-textarea {
  resize: vertical;
  min-height: 140px;
}
.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 40px;
  border: none;
  cursor: pointer;
  background: var(--brand);
  color: var(--white);
  border-radius: 6px;
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 800;
  transition: background 0.2s;
}
.form-submit:hover {
  background: var(--brand-light);
}
.form-hint {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
  font-family: var(--v23-font);
}
.form-label-dark {
  color: var(--muted-light);
}
.form-input-dark {
  background: var(--night-2);
  border-color: var(--border-dark-2);
  color: var(--white);
}
.form-select-dark {
  background-color: var(--night-2);
  border-color: var(--border-dark-2);
  color: var(--white);
}
.form-hint-dark {
  color: var(--muted-light);
}
.contact-card-dark {
  background: var(--night-2);
  border: 1px solid var(--border-dark-2);
}
.contact-card {
  background: var(--night);
  border-radius: 8px;
  padding: 36px 32px;
  color: var(--white);
  margin-bottom: 20px;
}
.contact-card-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--brand-light);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.contact-item {
  margin-bottom: 24px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 4px;
  font-family: var(--v23-font);
}
.contact-item-val {
  font-size: 15px;
  color: var(--muted-light);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.contact-item-val a {
  color: var(--brand-light);
  transition: color 0.2s;
}
.contact-item-val a:hover {
  color: var(--white);
}
.contact-phone {
  display: block;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 900;
  color: var(--white);
  margin-top: 6px;
  letter-spacing: -0.01em;
  transition: color 0.2s;
  font-family: var(--v23-font);
}
.contact-phone:hover {
  color: var(--brand-light);
}
.chat-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 28px;
  background: var(--brand);
  color: var(--white);
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-family: var(--v23-font);
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}
.chat-btn:hover {
  background: var(--brand-light);
}
.chat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  animation: statusPulse 1.5s ease infinite;
}
.hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
}
.hours-day {
  font-size: 13px;
  color: var(--muted-light);
  font-weight: 600;
  font-family: var(--v23-font);
}
.hours-time {
  font-size: 13px;
  color: var(--white);
  font-weight: 700;
  font-family: var(--v23-font);
}
.erfolg-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 30, 0.7);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 20px;
}
.erfolg-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.erfolg-modal.is-visible .erfolg-modal-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.erfolg-modal-box {
  background: var(--white);
  border-radius: 16px;
  padding: 56px 48px;
  text-align: center;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: 0 32px 64px rgba(0,0,0,0.25);
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.erfolg-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  background: var(--softer);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: var(--muted);
}
.erfolg-modal-close:hover {
  background: var(--border-light);
  color: var(--night);
}
.erfolg-modal-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
}
.erfolg-modal-icon svg {
  width: 40px;
  height: 40px;
}
.erfolg-modal-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 12px;
  font-family: var(--v23-font);
  letter-spacing: -0.02em;
}
.erfolg-modal-text {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 32px;
  font-family: var(--v23-font);
}
.erfolg-modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border: none;
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.erfolg-modal-btn:hover {
  background: var(--brand-light);
}
.flash-message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--v23-font);
}
.flash-message--erfolg {
  background: var(--green-bg, #ECFDF5);
  border: 1px solid #86efac;
  color: #065f46;
}
.flash-message--fehler {
  background: #FEF2F2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}
.section-dark .flash-message--erfolg {
  background: rgba(5, 150, 105, 0.15);
  border-color: rgba(52, 211, 153, 0.3);
  color: #34d399;
}
.section-dark .flash-message--fehler {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(252, 165, 165, 0.3);
  color: #fca5a5;
}
.buchung-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}
.booking-route-bar {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 20px 28px;
  margin-bottom: 20px;
  font-family: var(--v23-font);
  position: relative;
}
.booking-route-point {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.booking-route-pin {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-route-pin--pickup {
  background: rgba(34,197,94,0.1);
  color: var(--green);
}
.booking-route-pin--delivery {
  background: rgba(232,90,12,0.1);
  color: var(--brand);
}
.booking-route-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.booking-route-value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--night);
  margin-top: 2px;
}
.booking-route-line {
  flex: 1;
  margin: 0 20px;
  border-top: 2px dashed var(--border-light);
}
.booking-route-edit {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--v23-font);
  transition: color 0.2s;
}
.booking-route-edit:hover {
  color: var(--brand-light);
  text-decoration: underline;
}
.booking-steps {
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(11,15,26,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
  padding: 16px 40px;
}
.booking-steps-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  font-family: var(--v23-font);
  background: var(--night-3);
  color: var(--muted);
  transition: all 0.3s;
}
.step-circle.active {
  background: var(--brand);
  color: var(--white);
}
.step-circle.done {
  background: var(--green);
  color: var(--white);
}
.step-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  font-family: var(--v23-font);
  transition: color 0.3s;
}
.step-text.active {
  color: var(--white);
}
.step-line {
  width: 80px;
  height: 2px;
  margin: 0 16px;
  border-radius: 1px;
  background: var(--night-3);
  transition: background 0.3s;
}
.step-line.done {
  background: var(--green);
}
.booking-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 20px;
}
.booking-card h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 24px;
  font-family: var(--v23-font);
}
.booking-card fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.booking-card legend {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  font-family: var(--v23-font);
}
.booking-card .form-input, .booking-card .form-select, .booking-card .form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 500;
  color: var(--night);
  background: var(--white);
  transition: all 0.2s;
  outline: none;
}
.booking-card .form-input:focus, .booking-card .form-select:focus, .booking-card .form-textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.booking-card .form-input::placeholder, .booking-card .form-textarea::placeholder {
  color: var(--muted-light);
}
.booking-card .form-textarea {
  resize: vertical;
  min-height: 100px;
}
.booking-card .form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.booking-field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.booking-field-group {
  margin-bottom: 14px;
}
.booking-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.select-btn {
  padding: 18px 16px;
  border-radius: 6px;
  border: 2px solid var(--border-light);
  background: var(--white);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  font-family: var(--v23-font);
}
.select-btn:hover {
  border-color: var(--border-light-2);
  background: var(--softer);
}
.select-btn.active {
  border-color: var(--brand);
  background: var(--brand-subtle);
}
.select-btn-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--night);
}
.select-btn-desc {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.select-btn.active .select-btn-title {
  color: var(--brand);
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.compare-card {
  border: 2px solid var(--border-light);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.2s;
  font-family: var(--v23-font);
  background: var(--white);
  position: relative;
}
.compare-card:hover {
  border-color: var(--border-light-2);
}
.compare-card.empfohlen {
  border-color: var(--brand);
}
.compare-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--v23-font);
  white-space: nowrap;
}
.compare-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 6px;
}
.compare-card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
}
.compare-card-price {
  font-size: 32px;
  font-weight: 900;
  color: var(--night);
  margin-bottom: 4px;
  transition: opacity 0.2s;
}
@layer components {
  .compare-card-price.shimmer {
    position: relative;
    color: transparent;
    overflow: hidden;
    background: #e8e8ee;
    border-radius: 6px;
    min-width: 120px;
    min-height: 38px;
  }
  .compare-card-price.shimmer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
    animation: shimmer 1.4s ease-in-out infinite;
  }
  @keyframes shimmer {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
}
.compare-card-hint {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.compare-card-services {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
  text-align: left;
}
.compare-card-services-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.compare-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
  font-family: var(--v23-font);
}
.compare-service-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
  cursor: pointer;
  flex-shrink: 0;
}
.compare-service-name {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: var(--night);
}
.compare-service-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  white-space: nowrap;
}
.compare-card-zeitfenster {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-light);
  text-align: left;
}
.compare-service-item--fest {
  opacity: 0.9;
  cursor: default;
}
.compare-service-icon {
  flex-shrink: 0;
  font-size: 14px;
}
.compare-zeitfenster-reset {
  display: block;
  margin-top: 8px;
  background: none;
  border: none;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--v23-font);
  text-decoration: underline;
  padding: 0;
}
.compare-zeitfenster-reset:hover {
  color: var(--brand-light);
}
.compare-card-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
  text-align: left;
}
.compare-card-date-group {
  display: flex;
  flex-direction: column;
}
.compare-card-date-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.compare-card-date-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  font-family: var(--v23-font);
  font-size: 14px;
  color: var(--night);
  background: var(--white);
  outline: none;
  transition: all 0.2s;
}
.compare-card-date-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.compare-card-date-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.compare-card-date-wrap .compare-card-date-input {
  flex: 1;
}
.compare-card-date-weekday {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  font-family: var(--v23-font);
  min-width: 28px;
  text-align: center;
}
.compare-card-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
  text-align: left;
}
.compare-card-time-group {
  display: flex;
  flex-direction: column;
}
.compare-card-time-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.compare-card-time-sep {
  color: var(--muted);
  font-size: 14px;
}
.compare-card-time-select {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  font-family: var(--v23-font);
  font-size: 13px;
  color: var(--night);
  background: var(--white);
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%2364748B' d='M2 3l3 4 3-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.compare-card-time-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.date-hint {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 6px;
  font-family: var(--v23-font);
  padding: 6px 10px;
  border-radius: 4px;
}
.date-hint--warnung {
  background: rgba(239,68,68,0.08);
  color: #dc2626;
  border: 1px solid rgba(239,68,68,0.2);
}
.date-hint--info {
  background: rgba(232,90,12,0.08);
  color: var(--brand);
  border: 1px solid rgba(232,90,12,0.2);
}
.compare-service-item--locked {
  opacity: 0.7;
  cursor: not-allowed;
}
.compare-service-item--locked input[type="checkbox"] {
  cursor: not-allowed;
}
.date-hint-link {
  background: none;
  border: none;
  color: var(--brand);
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
  font-family: var(--v23-font);
  text-decoration: underline;
}
.date-hint-link:hover {
  color: var(--brand-light);
}
.compare-card-select {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
}
.compare-card-select:hover {
  background: var(--brand-light);
}
.package-item {
  background: var(--softer);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 10px;
}
.package-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.package-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--night);
  font-family: var(--v23-font);
}
.package-remove {
  font-size: 12px;
  color: var(--muted);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--v23-font);
  transition: color 0.2s;
}
.package-remove:hover {
  color: #ef4444;
}
.package-fields {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.package-field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.package-field-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 500;
  color: var(--night);
  background: var(--white);
  outline: none;
  transition: all 0.2s;
}
.package-field-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.package-add-btn {
  width: 100%;
  padding: 14px;
  border: 2px dashed var(--border-light);
  border-radius: 6px;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  font-family: var(--v23-font);
  transition: all 0.2s;
  margin-top: 10px;
}
.package-add-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.booking-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.booking-btn-back {
  padding: 14px 28px;
  border-radius: 4px;
  border: 1px solid var(--border-light);
  background: var(--white);
  cursor: pointer;
  font-family: var(--v23-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--slate);
  transition: all 0.2s;
}
.booking-btn-back:hover {
  background: var(--softer);
  border-color: var(--border-light-2);
}
.booking-btn-next {
  padding: 14px 32px;
  border-radius: 4px;
  border: none;
  background: var(--brand);
  cursor: pointer;
  font-family: var(--v23-font);
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  transition: all 0.2s;
}
.booking-btn-next:hover {
  background: var(--brand-light);
}
.booking-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.booking-btn-next:disabled:hover {
  background: var(--brand);
}
.booking-btn-submit {
  padding: 16px 36px;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, var(--brand), #CF4E08);
  cursor: pointer;
  font-family: var(--v23-font);
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(232,90,12,0.3);
}
.booking-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 36px rgba(232,90,12,0.45);
}
.booking-success {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 40px 0;
}
.booking-success-inner {
  background: var(--white);
  border-radius: 8px;
  padding: 28px 32px;
  border-left: 4px solid var(--green);
}
.booking-success h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 4px;
  font-family: var(--v23-font);
}
.booking-success p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  font-family: var(--v23-font);
}
.booking-success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.booking-success-label {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 4px;
  font-family: var(--v23-font);
}
.booking-success-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--night);
  font-family: var(--v23-font);
}
.booking-success-value.highlight {
  color: var(--brand);
}
.booking-distance {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
  font-family: var(--v23-font);
}
.booking-agb {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.booking-agb input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
  flex-shrink: 0;
  cursor: pointer;
}
.booking-agb span {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.booking-agb a {
  color: var(--brand);
  font-weight: 600;
}
.booking-agb a:hover {
  text-decoration: underline;
}
.package-count {
  font-size: 13px;
  color: var(--muted);
  font-family: var(--v23-font);
}
.compare-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 120px 20px;
  font-family: var(--v23-font);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.compare-loading-logo {
  width: 600px;
  max-width: 90%;
  height: auto;
}
.compare-loading-text {
  font-size: 32px;
  color: var(--muted);
  font-weight: 600;
  min-height: 40px;
  transition: opacity 0.3s;
  animation: textFade 1.5s ease-in-out infinite;
}
@keyframes textFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.compare-error {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.compare-error a {
  color: var(--brand);
  font-weight: 700;
}
@layer components {
  .samstag-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(11, 15, 26, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .samstag-modal-overlay--sichtbar {
    opacity: 1;
  }
  .samstag-modal {
    background: var(--white);
    border-radius: 12px;
    padding: 32px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    font-family: var(--v23-font);
    transform: scale(0.95);
    transition: transform 0.2s;
  }
  .samstag-modal-overlay--sichtbar .samstag-modal {
    transform: scale(1);
  }
  .samstag-modal-icon {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .samstag-modal-titel {
    font-size: 20px;
    font-weight: 800;
    color: var(--night);
    margin-bottom: 12px;
  }
  .samstag-modal-text {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .samstag-modal-details {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
  }
  .samstag-modal-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    font-family: var(--v23-font);
  }
  .samstag-modal-detail-row + .samstag-modal-detail-row {
    border-top: 1px solid var(--border-light);
  }
  .samstag-modal-detail-label {
    color: var(--muted);
  }
  .samstag-modal-detail-wert {
    font-weight: 700;
    color: var(--night);
  }
  .samstag-modal-hinweis {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 8px;
  }
  .samstag-modal-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: center;
  }
  .samstag-modal-btn {
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    font-family: var(--v23-font);
    transition: all 0.2s;
  }
  .samstag-modal-btn--abbrechen {
    background: var(--bg-light);
    color: var(--muted);
  }
  .samstag-modal-btn--abbrechen:hover {
    background: var(--border-light);
  }
  .samstag-modal-btn--ok {
    background: var(--brand);
    color: var(--white);
  }
  .samstag-modal-btn--ok:hover {
    filter: brightness(1.1);
  }
}
.gk {
  padding: 120px 0 100px;
  background: var(--night);
  color: var(--white);
}
.gk-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.gk-h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 18px;
  font-family: var(--v23-font);
}
.gk-sub {
  font-size: 15px;
  color: var(--muted-light);
  line-height: 1.7;
  margin-bottom: 32px;
  font-family: var(--v23-font);
}
.gk-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 6px;
  background: var(--white);
  color: var(--night);
  font-weight: 800;
  font-size: 15px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  font-family: var(--v23-font);
}
.gk-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.12);
}
.gk-cta-sub {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted-light);
  font-family: var(--v23-font);
}
.gk-visual {
  background: var(--glass);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.gk-visual::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(232,90,12,0.06) 0%, transparent 70%);
}
.gk-vis-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: var(--v23-font);
}
.gk-vis-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-dark);
}
.gk-vis-row:last-of-type {
  border: none;
}
.gk-vis-left {
  font-size: 14px;
  color: var(--muted-light);
  font-family: var(--v23-font);
}
.gk-vis-right {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--v23-font);
}
.gk-vis-right.orange {
  color: var(--brand-light);
}
.gk-vis-save {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 6px;
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}
.gk-vis-save-text {
  font-size: 13px;
  color: var(--green-light);
  font-weight: 600;
  font-family: var(--v23-font);
}
.gk-vis-save-sub {
  font-size: 11px;
  color: var(--muted-light);
  font-family: var(--v23-font);
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  background: var(--border-dark);
  border-radius: 8px;
  overflow: hidden;
}
.fact-cell {
  padding: 32px 28px;
  background: var(--night-2);
}
.fact-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  font-family: var(--v23-font);
}
.fact-text {
  font-size: 13px;
  color: var(--muted-light);
  line-height: 1.6;
  font-family: var(--v23-font);
}
.cta-bar {
  margin: 48px auto;
  padding: 0 40px;
  max-width: 1100px;
}
.cta-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
  background: var(--night);
  border-radius: 6px;
}
.cta-bar-text {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  font-family: var(--v23-font);
}
.cta-bar-sub {
  font-size: 13px;
  color: var(--muted-light);
  margin-top: 4px;
  font-family: var(--v23-font);
}
.cta-bar-btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 4px;
  background: var(--brand);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  font-family: var(--v23-font);
  transition: all 0.2s;
  white-space: nowrap;
}
.cta-bar-btn:hover {
  background: var(--brand-light);
}
.footer {
  padding: 60px 0 32px;
  background: var(--night);
  border-top: 1px solid var(--border-dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.footer-deco-cube {
  position: absolute;
  right: calc(50% - 580px);
  bottom: -12%;
  width: 380px;
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.045;
  filter: grayscale(1) brightness(3);
}
.footer-inner, .footer-bottom {
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand {
  margin-bottom: 12px;
}
.footer-desc {
  font-size: 13px;
  color: var(--muted-light);
  line-height: 1.7;
  max-width: 280px;
  font-family: var(--v23-font);
}
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--muted-light);
  padding: 4px 0;
  transition: color 0.2s;
  font-family: var(--v23-font);
}
.footer-col a:hover {
  color: var(--white);
}
.footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 24px 40px 0;
  border-top: 1px solid var(--border-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.2);
  font-family: var(--v23-font);
}
.footer-bottom a {
  color: rgba(255,255,255,0.3);
  margin-left: 20px;
  transition: color 0.2s;
}
.footer-bottom a:hover {
  color: var(--muted-light);
}
.footer-logo-img {
  height: 44px;
  width: auto;
}
.footer-contact {
  margin-top: 16px;
}
.footer-phone {
  color: var(--brand);
}
.footer-email {
  color: var(--muted-light);
}
.legal-content {
  max-width: 780px;
  font-family: var(--v23-font);
}
.legal-content h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  margin-top: 48px;
  color: var(--night);
  font-family: var(--v23-font);
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--night);
  margin-bottom: 8px;
  margin-top: 28px;
  font-family: var(--v23-font);
}
.legal-content p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 16px;
  font-family: var(--v23-font);
}
.legal-content p:last-child {
  margin-bottom: 0;
}
.legal-content a {
  color: var(--brand);
  font-weight: 600;
  transition: color 0.2s;
}
.legal-content a:hover {
  color: var(--brand-light);
}
.legal-content strong {
  font-weight: 700;
  color: var(--night);
}
.legal-content ul, .legal-content ol {
  padding: 0;
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--slate);
  line-height: 1.7;
  font-family: var(--v23-font);
}
.legal-content ul {
  list-style: none;
}
.legal-content ul li {
  padding: 4px 0 4px 20px;
  position: relative;
}
.legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.legal-content ol {
  list-style: none;
  counter-reset: legal-ol;
}
.legal-content ol > li {
  counter-increment: legal-ol;
  padding: 0 0 12px 28px;
  position: relative;
}
.legal-content ol > li::before {
  content: counter(legal-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--brand);
  font-size: 14px;
  font-family: var(--v23-font);
}
.legal-content ol > li > ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.legal-content .legal-address {
  background: var(--softer);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.legal-content .legal-address p {
  margin-bottom: 0;
}
.legal-content .legal-meta {
  border-top: 1px solid var(--border-light);
  padding-top: 20px;
  margin-top: 32px;
}
.legal-content .legal-meta p {
  font-size: 13px;
  color: var(--muted);
}
.faq-section {
  margin-top: 40px;
}
.faq-item {
  border: 1px solid var(--border-light);
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.2s;
}
.faq-item:hover {
  border-color: var(--border-light-2);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--v23-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--night);
  text-align: left;
  gap: 16px;
}
.faq-question:hover {
  background: var(--softer);
}
.faq-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--muted);
  transition: transform 0.3s ease;
}
.faq-chevron.is-open {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 14px;
  color: var(--slate);
  line-height: 1.75;
  font-family: var(--v23-font);
  background: var(--white);
}
.faq-answer.is-open {
  display: block;
}
.faq-answer p {
  margin-bottom: 10px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-category-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--night);
  margin-bottom: 20px;
  margin-top: 48px;
  font-family: var(--v23-font);
  display: flex;
  align-items: center;
  gap: 12px;
}
.faq-category-title:first-child {
  margin-top: 0;
}
.faq-category-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-category-icon svg {
  width: 18px;
  height: 18px;
}
.faq-category-icon--blue {
  background: rgba(37,99,235,0.1);
  color: #2563EB;
}
.faq-category-icon--green {
  background: rgba(5,150,105,0.1);
  color: var(--green);
}
.faq-category-icon--orange {
  background: var(--brand-subtle);
  color: var(--brand);
}
.faq-category-icon--red {
  background: rgba(239,68,68,0.1);
  color: #EF4444;
}
.faq-category-icon--purple {
  background: rgba(139,92,246,0.1);
  color: #8B5CF6;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim {
  animation: fadeUp 0.6s ease both;
}
.anim-d1 {
  animation-delay: 0.08s;
}
.anim-d2 {
  animation-delay: 0.16s;
}
.anim-d3 {
  animation-delay: 0.24s;
}
.anim-d4 {
  animation-delay: 0.35s;
}
@media (max-width: 1536px) {
  .hero {
    min-height: 90vh;
    padding: 72px 20px 120px;
  }
}
@media (max-width: 1280px) {
  .hero {
    min-height: 85vh;
    padding: 64px 20px 100px;
  }
  .hero-h1 {
    font-size: clamp(34px, 4.5vw, 52px);
  }
  .hero-sub {
    margin-bottom: 28px;
  }
  .booking {
    padding: 24px 24px 18px;
  }
}
@media (max-width: 900px) {
  .nav {
    padding: 0 20px;
  }
  .nav-center {
    display: none;
  }
  .nav-burger {
    display: block;
  }
  .hero {
    padding: 100px 16px 90px;
  }
  .booking {
    padding: 22px 18px 18px;
  }
  .svc-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonials {
    grid-template-columns: 1fr;
  }
  .gk-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-deco-cube {
    display: none;
  }
  .proof-inner, .spezial-inner, .gk-inner, .footer-inner, .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services .svc-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services, .cta-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-bar-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .page-hero-inner {
    padding: 0 20px;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fact-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-dark-inner, .section-soft-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sidebar-card {
    position: static;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .breadcrumb, .page-header, .content, .related, .knowledge, .section-divider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .knowledge-nav {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .glossary {
    grid-template-columns: 1fr;
  }
  .info-table {
    font-size: 12px;
  }
  .info-table thead th, .info-table tbody td {
    padding: 10px 12px;
  }
  .status-section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .status-right {
    text-align: left;
  }
  .meta-row {
    gap: 6px;
  }
  .track-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .buchung-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
  .booking-steps {
    padding: 14px 20px;
  }
  .step-text {
    display: none;
  }
  .step-line {
    width: 40px;
    margin: 0 8px;
  }
  .booking-success {
    padding-left: 20px;
    padding-right: 20px;
  }
  .booking-success-grid {
    grid-template-columns: 1fr 1fr;
  }
  .booking-field-row {
    grid-template-columns: 1fr;
  }
  .package-fields {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .services .svc-grid {
    grid-template-columns: 1fr;
  }
  .info-table {
    display: block;
    overflow-x: auto;
  }
  .search-bar {
    flex-direction: column;
  }
  .search-bar button {
    border-radius: 0;
  }
  .package-fields {
    grid-template-columns: 1fr;
  }
  .booking-success-grid {
    grid-template-columns: 1fr;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
