.nav-links li a,
body {
  color: var(--color-text);
}
.nav-links li a,
.site-header {
  position: relative;
}
.bottom-nav ul,
.nav-links {
  padding: 0;
  list-style: none;
}
.mobile-nav-links li a,
.nav-links li a {
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.date-picker.active,
.logo img,
.nav-links li a,
.time-picker.active {
  display: block;
}
#childSeatCard,
.form-indicator {
  overflow: visible;
}
#stopover-input-panel,
.error-message,
.option-panel,
.stopover-item {
  animation: 0.3s fadeIn;
}
.bottom-nav a,
.contact-item a,
.floating-button,
.footer-links li a,
.nav-links li a {
  text-decoration: none;
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../fonts/quicksand/Quicksand-VariableFont_wght.woff2)
    format("woff2");
}
:root {
  --text: #050316;
  --background: #ffffff;
  --primary: #feb816;
  --secondary: #76522e;
  --accent: #4d1f00;
  --color-primary: rgb(11, 78, 179);
  --color-primary-rgb: 11, 78, 179;
  --color-accent: #feba17;
  --color-accent-hover: #fdde00;
  --color-text: #666666;
  --color-background: #ffffff;
  --color-background-light: #f1eeea;
  --color-shadow: rgba(0, 0, 0, 0.1);
  --color-green: #4caf50;
  --color-text: #050316;
  --color-background: #ffffff;
  --color-yellow: #feb816;
  --color-yellow-light: #fec94d;
  --color-yellow-dark: #e19800;
  --color-yellow-hover: #ffca4d;
  --color-border: #e0e0e0;
  --color-text-light: #76522e;
  --color-background-light: #f8f8f8;
  --color-border: #ccc;
  --shadow-sm: 0 1px 3px rgba(77, 31, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(77, 31, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(77, 31, 0, 0.1);
  --shadow-yellow: 0 4px 8px rgba(254, 184, 22, 0.25);
  --bottom-nav-height: 4rem;
  --icon-size: 1.5rem;
  --border-radius: 0.75rem;
  --container-max-width: 90rem;
  --container-padding: 0.125rem;
  --header-padding: 1.125rem;
  --nav-item-spacing: 0.5rem;
  --section-padding-vertical: 3rem;
  --section-padding-horizontal: 1rem;
  --font-size-small: 0.75rem;
  --font-size-base: 1rem;
  --font-size-large: 1.25rem;
  --font-weight-normal: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --transition-speed: 0.3s;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 0.75rem;
  --space-lg: 1rem;
  --space-xl: 1.5rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.site-header,
body {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-background);
}
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  max-width: var(--container-max-width);
  min-height: 100vh;
  line-height: var(--line-height-normal);
  font-family: Quicksand, sans-serif;
  font-weight: var(--font-weight-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.logo,
.nav-container {
  display: none;
}
.logo img {
  height: 2.5rem;
  width: auto;
}
.nav-links {
  display: flex;
  margin: 0;
  gap: 1.5rem;
}
.bottom-nav ul,
.mobile-nav-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
}
.nav-links li a {
  font-size: var(--font-size-base);
  padding: 0.5rem 0;
}
.nav-links li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, var(--accent), var(--primary));
  transition: width var(--transition-speed) ease;
}
.bottom-nav a.active,
.bottom-nav a:hover,
.cookie-consent-link:hover,
.nav-links li a:hover {
  color: var(--secondary);
}
.bottom-nav a,
.mobile-nav-links li a,
.progress-step.progress-step-active {
  color: var(--color-text);
}
.column-left,
.column-right,
.nav-links li a:hover::after {
  width: 100%;
}
.nav-links li a:focus-visible {
  outline: 0.125rem solid var(--color-primary);
  outline-offset: 0.125rem;
}
.bottom-nav {
  display: flex;
  justify-content: space-around;
  background-color: var(--color-background);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--bottom-nav-height);
  box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.bottom-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.bottom-nav li {
  flex: 1;
  text-align: center;
}
.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  height: 100%;
  transition: color var(--transition-speed) ease;
  font-size: var(--font-size-small);
}
.bottom-nav .icon {
  width: var(--icon-size) !important;
  height: var(--icon-size) !important;
  object-fit: contain;
  margin-bottom: 0.25rem;
}
.bottom-nav a:focus-visible {
  outline: 0.125rem solid var(--color-primary);
  outline-offset: -0.125rem;
}
#bottom-flag-button-desktop .icon,
#bottom-flag-button-mobile .icon {
  border-radius: 50%;
}
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) ease;
  z-index: 1001;
  pointer-events: none;
}
.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-nav-container {
  position: fixed;
  bottom: var(--bottom-nav-height);
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-background);
  transform: translateY(100%);
  transition: transform var(--transition-speed) ease;
  z-index: 1002;
  box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.cookie-consent-banner.active,
.mobile-nav-container.open {
  transform: translateY(0);
}
.footer-links,
.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-links li {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}
.mobile-nav-links li:last-child {
  border-bottom: none;
}
.mobile-nav-links li a {
  padding: 1rem 1.5rem;
  transition: background-color var(--transition-speed) ease;
  text-align: center;
}
.mobile-nav-links li a:focus,
.mobile-nav-links li a:hover {
  background-color: var(--color-background-light);
  color: var(--secondary);
}
h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.form-indicator {
  position: relative;
  margin: 0.25rem 0 1.5rem;
  width: 100%;
}
.form-indicator-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 1rem 0.3rem 0;
  height: 60px;
  z-index: 2;
}
.form-indicator-container::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  z-index: 1;
}
.back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.back-arrow img {
  width: 24px;
  height: 24px;
  display: block;
}
.input-icon,
.time-picker__scrollable::after {
  transform: translateY(-50%);
  pointer-events: none;
}
.icon-container {
  width: 100px;
  height: auto;
  right: 10px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.4rem;
  position: relative;
}
.calendar-header,
.steps {
  justify-content: space-between;
}
.floating-label,
.progress-container::after {
  position: absolute;
  border-radius: var(--border-radius);
}
.indicator-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 4px rgba(11, 78, 179, 0.2));
}
.floating-label {
  bottom: -12px;
  right: 10px;
  background: linear-gradient(
    180deg,
    var(--color-yellow) 0,
    var(--color-yellow-light) 100%
  );
  color: var(--text);
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  padding: 0.35rem 0.85rem;
  box-shadow: 0 3px 10px rgba(11, 78, 179, 0.25);
  letter-spacing: 0.02em;
  z-index: 3;
}
.progress-container,
.steps {
  z-index: 2;
  position: relative;
}
.mobile-progress-bar {
  position: relative;
  width: 100%;
  margin: var(--space-sm) 0;
  padding: 0 var(--space-sm) var(--space-sm) var(--space-sm);
  overflow: visible;
}
.progress-container {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.progress-container::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-yellow));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.steps {
  display: flex;
  align-items: center;
}
.input-icon,
.slider {
  z-index: 1;
  position: absolute;
}
.progress-step {
  flex: 1;
  text-align: center;
  padding: var(--space-sm) 0;
  color: var(--text);
  font-weight: var(--font-weight-medium);
  transition: color var(--transition-normal);
  position: relative;
  font-size: var(--font-size-xs);
}
.calendar-day.selected,
.calendar-day.today,
.day-of-week,
.month-year,
.progress-step.progress-step-active {
  font-weight: var(--font-weight-semibold);
}
.slider {
  width: 25%;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-yellow);
  border-radius: var(--border-radius);
  transition: width var(--transition-normal), left var(--transition-normal);
}
.container,
.main-content,
main {
  width: 100%;
  max-width: var(--container-max-width);
}
#overview-container::before,
.form-divider {
  background: linear-gradient(90deg, var(--color-accent), transparent);
}
.progress-step:focus-visible {
  outline: 0;
  text-decoration: underline;
}
.container,
main {
  justify-items: center;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5rem var(--space-md) 0;
}
.sections-header {
  text-align: center;
  margin-bottom: 1.25rem;
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--container-padding);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hidden {
  display: none !important;
}
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .slider {
    transition: none;
  }
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
.booking-form {
  margin: var(--space-md);
}
.form-step {
  margin-bottom: var(--space-xl);
}
.form-step h2 {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
  font-weight: 600;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  line-height: 1.2;
}
.form-divider {
  width: 12rem;
  height: 3px;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.form-group,
.input-wrapper--with-icon:not(:has(.error-message)) {
  margin-bottom: var(--space-md);
}
.form-group {
  position: relative;
}
.form-group--date-time,
.form-group--passengers {
  display: flex;
  gap: var(--space-md);
  width: 100%;
}
.form-group--date-time > div,
.form-group--passengers > div,
.option-card__content {
  flex: 1;
}
.input-wrapper--with-icon {
  position: relative;
  margin-bottom: calc(var(--space-md) + 20px);
  transition: margin-bottom var(--transition-fast);
}
.form-group--date-time .input-wrapper--with-icon,
.form-group--passengers .input-wrapper--with-icon {
  flex: 1;
  margin-bottom: 0;
}
.form-group--date-time:has(.error-message),
.form-group--passengers:has(.error-message) {
  margin-bottom: calc(var(--space-md) + 20px);
}
.input-wrapper--with-icon input,
.input-wrapper--with-icon select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--font-size-md);
  color: #222;
  background-color: var(--color-background);
  height: var(--input-height);
  padding: var(--space-md) var(--space-md) var(--space-md) 40px;
  transition: border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}
.input-wrapper--with-icon select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 36px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.comment-textarea:focus,
.input-wrapper--with-icon input:focus,
.input-wrapper--with-icon select:focus {
  border-color: var(--color-yellow);
  box-shadow: 0 0 0 3px rgba(254, 184, 22, 0.2);
  outline: 0;
}
.input-wrapper--with-icon input::placeholder,
.input-wrapper--with-icon select::placeholder {
  color: #666;
}
.input-wrapper--with-icon input:not(:placeholder-shown) {
  border-color: var(--color-yellow);
}
.input-wrapper--with-icon select:valid:not([value=""]) {
  border-color: var(--color-yellow);
}
.input-wrapper--with-icon input:not(:placeholder-shown) + .input-icon,
.input-wrapper--with-icon select:valid:not([value=""]) + .input-icon {
  filter: brightness(0.3);
}
.input-wrapper--with-icon select:invalid {
  color: #666;
}
.input-wrapper--with-icon select option:not(:first-child),
.month-year,
.next-month,
.prev-month {
  color: var(--color-text);
}
.input-wrapper--with-icon select:valid {
  color: var(--color-text);
}
.contact-item a:hover,
.footer-links li a:hover {
  color: var(--color-accent);
}
.input-icon {
  left: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-picker,
.time-picker {
  top: 100%;
  box-shadow: var(--shadow-md);
  z-index: 100;
  position: absolute;
}
.date-picker {
  display: none;
  left: 0;
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  width: 300px;
  margin-top: var(--space-xs);
}
.calendar-day.today,
.calendar-day:hover:not(.disabled),
.calendar-header,
.time-slot:hover {
  background-color: var(--color-background-light);
}
.calendar-header {
  display: flex;
  align-items: center;
  padding: var(--space-md);
  border-bottom: 1px solid var(--color-border);
}
.next-month,
.prev-month {
  cursor: pointer;
  padding: var(--space-xs) var(--space-md);
  background: 0 0;
  border: none;
  font-size: var(--font-size-md);
  transition: color var(--transition-fast);
}
.next-month:hover,
.prev-month:hover {
  color: var(--color-yellow);
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: var(--space-md);
}
.day-of-week {
  text-align: center;
  padding: var(--space-xs);
  font-size: var(--font-size-xs);
  color: var(--color-text-light);
}
.calendar-day {
  text-align: center;
  padding: var(--space-sm);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: background-color var(--transition-fast);
}
.calendar-day.selected {
  background-color: var(--color-yellow);
  color: var(--color-text);
}
.time-picker__button--confirm,
.time-picker__header,
.time-slot.selected {
  font-weight: var(--font-weight-bold);
}
.calendar-day.other-month {
  color: var(--color-border);
}
.calendar-day.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.time-picker {
  display: none;
  left: 60%;
  transform: translateX(-70%);
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  width: 250px;
  margin-top: 10px;
  padding: 15px;
}
.time-picker__columns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.time-picker__column {
  flex: 1;
  text-align: center;
}
.time-picker__header {
  margin-bottom: 8px;
  color: var(--color-text-light);
  font-size: var(--font-size-sm);
}
.time-picker__scrollable {
  height: 180px;
  overflow-y: auto;
  border-radius: var(--radius-sm);
  background-color: var(--color-background-light);
  scrollbar-width: thin;
  position: relative;
}
.time-picker__scrollable::-webkit-scrollbar {
  width: 4px;
}
.time-picker__scrollable::-webkit-scrollbar-thumb {
  background-color: var(--color-border);
  border-radius: var(--radius-sm);
}
.time-picker__scrollable::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.time-slot {
  padding: 10px 0;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.option-card,
.option-card__icon,
.option-panel {
  transition: all var(--transition-normal);
}
.time-slot.selected {
  background-color: var(--color-yellow);
  color: var(--color-text);
}
.time-picker__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.time-picker__button {
  padding: 8px 12px;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: var(--font-size-sm);
}
.time-picker__button--cancel {
  background-color: var(--color-background-light);
  color: var(--color-text-light);
}
.time-picker__button--confirm {
  background-color: var(--color-yellow);
  color: var(--color-text);
}
.time-picker__button--cancel:hover {
  background-color: #e6e6e6;
}
.time-picker__button--confirm:hover {
  background-color: var(--color-yellow-dark);
}
.option-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  margin: 16px 0;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  text-align: left;
  height: 80px;
}
.map-caption,
.map-title,
.opt-btn {
  text-align: center;
}
.option-card:hover {
  border-color: var(--color-yellow);
  box-shadow: 0 0 8px 0 var(--color-yellow-dark);
  transform: translateY(-2px);
}
.option-card:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.option-card__icon {
  flex: 0 0 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-yellow);
  border-radius: var(--radius-sm);
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}
.option-card__icon::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -40%;
  left: -40%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0,
    transparent 70%
  );
  opacity: 0.6;
  z-index: 1;
}
.option-card__icon::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.option-card__icon img {
  position: relative;
  width: 28px;
  height: 28px;
  z-index: 3;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}
.option-card:hover .option-card__icon {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(252, 212, 0, 0.3);
}
.option-card__title {
  display: block;
  font-size: var(--font-size-md);
  color: var(--color-text);
  margin-bottom: 4px;
}
.option-card__description {
  display: block;
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
}
.option-card__indicator {
  margin-left: 12px;
}
.option-card__indicator img,
.stopover-input-close img {
  width: 20px;
  height: 20px;
}
.option-card__selection {
  display: none;
  color: var(--color-green);
  font-weight: 600;
  font-size: var(--font-size-sm);
  margin-top: 8px;
}
.option-card .option-card__title,
.option-card-container .option-card__title,
.option-panel .option-card__title {
  font-weight: var(--font-weight-bold) !important;
}
.option-panel {
  background: var(--color-background);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  margin: 24px 0;
  overflow: visible !important;
  position: relative;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.option-panel__header {
  background-color: var(--color-yellow);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.option-panel__header::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -60%;
  left: -20%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0,
    transparent 70%
  );
  opacity: 0.6;
  z-index: 1;
}
#return-container .form-label {
  display: block;
  margin: 0 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-md);
  font-weight: 600;
  color: var(--color-text);
}
.option-panel__header::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.option-panel__title {
  position: relative;
  z-index: 3;
  margin: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.07));
}
.option-panel__close {
  position: relative;
  z-index: 3;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}
.option-panel__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.option-panel__close img {
  display: block;
  width: 16px;
  height: 16px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
.option-panel__content {
  padding: 8px 16px;
  overflow: visible !important;
}
.option-panel__footer {
  padding: 12px 16px;
  background: var(--color-background-light);
  border-top: 1px solid #f0f0f0;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}
.stopover-item,
.stopover-list {
  border-radius: var(--radius-md);
}
.helper-text {
  font-size: var(--font-size-sm);
  color: var(--accent);
  margin: 0;
}
.payment-card.card-selected .payment-method-text,
.payment-method-text {
  color: var(--color-green);
}
.overlay-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
}
#childSeatCard,
#overview-container,
#overview-container li,
.btn,
.checkbox-indicator,
.checkbox-option-container,
.form-actions__price {
  position: relative;
}
.stopover-list {
  max-height: 250px;
  overflow-y: auto;
}
.stopover-list:empty {
  margin-bottom: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.stopover-list:not(:empty) {
  margin-top: 8px;
  margin-bottom: 16px;
  min-height: 10px;
}
.stopover-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-background-light);
  border-left: 3px solid var(--color-yellow);
  padding: 12px 16px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.stopover-item:hover {
  background-color: #fcfcfc;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn--next:hover,
.btn--submit:hover,
.opt-btn--primary:hover,
.payment-card:hover {
  transform: translateY(-2px);
}
.stopover-input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-border);
}
.stopover-input-header h4 {
  padding-bottom: 5px;
  font-size: var(--font-size-md);
  font-weight: 600;
  color: var(--color-text);
}
.stopover-input-container {
  padding: 8px 15px;
}
.stopover-input-close {
  background: 0 0;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
}
.stopover-input-container:not(:first-child) .stopover-input-close {
  display: flex;
}
.delete-stopover-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-fast);
}
.btn,
.opt-btn,
.payment-card,
.payment-method-text {
  transition: all var(--transition-normal);
}
.delete-stopover-btn:hover {
  background-color: rgba(231, 76, 60, 0.1);
}
.delete-stopover-btn img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.delete-stopover-btn:hover img,
.social-icon:hover img {
  opacity: 1;
}
#stopover-input-panel.hidden,
.comment-card.expanded .option-card__indicator,
.cookie-settings-button-container {
  display: none;
}
#stopover-input-panel .input-wrapper {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
#stopover-input-panel .form-control {
  width: 100%;
  height: var(--input-height);
  padding: var(--space-md) var(--space-md) var(--space-md) 40px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--font-size-md);
  transition: all var(--transition-fast);
}
.payment-card {
  cursor: pointer;
}
.option-card__payment-type {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: var(--space-md);
}
.payment-method-text {
  font-weight: 600;
  font-size: var(--font-size-md);
}
.form-actions__price-label,
.opt-btn {
  font-weight: var(--font-weight-semibold);
}
.payment-card:hover {
  border-color: var(--color-yellow);
}
.opt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--button-height, 44px);
  padding: 0 var(--space-xl);
  border: none;
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
  cursor: pointer;
}
.opt-btn--primary {
  background-color: var(--color-yellow);
  color: var(--color-text);
  box-shadow: var(--shadow-yellow);
  width: 100%;
}
.opt-btn--primary:hover {
  background-color: var(--color-yellow-hover);
  box-shadow: var(--shadow-lg), var(--shadow-yellow);
}
.opt-btn--outline-primary {
  background-color: transparent;
  border: 1px dashed var(--color-yellow);
  color: var(--color-text);
  width: 100%;
}
.opt-btn--outline-primary:hover {
  background-color: var(--color-background-light);
  border-color: var(--color-yellow-dark);
}
.opt-btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#overview-container {
  background-color: var(--background);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}
#overview-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 3px;
}
#overview-container h3 {
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#overview-container h3:first-child {
  margin-top: 0;
}
#overview-container p {
  display: flex;
  margin: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
#overview-container strong {
  font-weight: 500;
  color: #333;
  display: inline-block;
  min-width: 130px;
  margin-right: 1rem;
}
#overview-container ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
#overview-container li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.25rem;
}
#overview-container li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  color: #fcd400;
  font-size: 1.2em;
}
.overview-section-fahrtdetails,
.overview-section-kontakt,
.overview-section-optionen,
.overview-section-rueckfahrt,
.overview-section-zwischenstopps {
  width: 100%;
  margin-bottom: 1rem;
}
@media print {
  #overview-container::before,
  .mobile-progress-bar {
    display: none;
  }
  body {
    background-color: #fff;
    color: #000;
  }
  .no-print {
    display: none !important;
  }
  #overview-container {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  #overview-container h3,
  #overview-container li,
  #overview-container p,
  #overview-container strong {
    color: #000;
  }
}
.form-actions {
  margin-top: var(--space-xl);
}
.form-actions__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.form-actions__price {
  background: var(--color-background-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: var(--space-md) var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.form-actions__price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--color-yellow);
  border-radius: 2px 0 0 2px;
}
.form-actions__price-label {
  font-size: var(--font-size-md);
  color: var(--accent);
}
.btn--back,
.btn--next {
  color: var(--color-text);
}
.form-actions__price-value {
  font-size: var(--font-size-lg);
  color: var(--color-text);
  font-weight: var(--font-weight-bold);
}
.form-actions__buttons {
  display: flex;
  gap: var(--space-md);
}
.btn {
  height: var(--button-height);
  padding: 0 var(--space-xl);
  border: none;
  border-radius: var(--radius-md);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;
}
.btn--next,
.btn--submit {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  padding: 12px 25px;
  height: auto;
  min-height: 50px;
}
.btn--next {
  background: linear-gradient(
    180deg,
    var(--color-yellow) 0,
    var(--color-yellow-light) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn--next:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 12px 20px rgba(0, 0, 0, 0.1);
}
.btn--next::after {
  content: "→";
  margin-left: var(--space-sm);
  transition: transform 0.3s;
}
.btn--next:hover::after {
  transform: translateX(3px);
}
.btn--back {
  background-color: var(--color-background-light);
  border: 1px solid var(--color-border);
}
.btn--back:hover {
  background-color: #f0f0f0;
}
.btn--submit {
  background: var(--color-green);
  color: var(--color-background);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn--submit:hover {
  box-shadow: var(--shadow-lg);
}
.checkbox-indicator {
  width: 20px;
  height: 20px;
}
.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-visual {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.2s;
}
.custom-checkbox:checked + .checkbox-visual {
  background-color: #4caf50;
  border-color: #4caf50;
}
.custom-checkbox:checked + .checkbox-visual::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -3px;
}
.checkbox-option-card:hover .checkbox-visual {
  border-color: #4caf50;
}
.checkbox-option-card:hover .custom-checkbox:checked + .checkbox-visual {
  background-color: #4caf50;
}
.error-message {
  position: absolute;
  top: 100%;
  left: 0;
  color: #e74c3c;
  font-size: var(--font-size-xs);
  margin-top: 4px;
  padding-left: 4px;
}
.form-control.error {
  border-color: #e74c3c !important;
  box-shadow: 0 0 4px rgba(231, 76, 60, 0.5) !important;
  animation: 0.5s shake;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}
.textarea-wrapper {
  margin-top: var(--space-sm);
  width: 100%;
}
.comment-card.expanded {
  height: auto;
  min-height: 180px;
  transition: 0.3s;
}
.comment-card.expanding {
  animation: 0.3s forwards expandCard;
}
.comment-card.collapsing {
  animation: 0.3s forwards collapseCard;
}
@keyframes expandCard {
  from {
    min-height: 80px;
  }
  to {
    min-height: 180px;
  }
}
@keyframes collapseCard {
  from {
    min-height: 180px;
  }
  to {
    min-height: 80px;
  }
}
.comment-textarea {
  width: 100%;
  min-height: 120px;
  padding: var(--space-md);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  resize: vertical;
  font-family: inherit;
  font-size: var(--font-size-md);
  line-height: 1.5;
  transition: border-color var(--transition-fast),
    box-shadow var(--transition-fast);
  margin-top: 12px;
  max-height: 300px;
}
.footer,
.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.comment-card.expanded .option-card__content {
  flex: 1;
  width: 100%;
}
.comment-card.expanded #commentDescription {
  margin-bottom: 8px;
  font-weight: var(--font-weight-medium);
}
.comment-card.expanded .textarea-wrapper {
  display: block !important;
  margin-top: 10px;
  width: 100%;
}
.important-info-section {
  position: relative;
  padding: var(--section-padding-vertical) var(--section-padding-horizontal);
  background-color: var(--color-background-light);
  overflow: hidden;
  z-index: 1;
}
.important-info-header {
  text-align: center;
  margin-bottom: 1.25rem;
  padding: 0 1rem;
}
.important-info-title {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 600;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  background: linear-gradient(to right, #222, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.important-info-subtitle {
  font-size: clamp(0.875rem, 2vw, 1.2rem);
  color: var(--color-text);
  max-width: 31.25rem;
  margin: 0 auto;
}
.important-info-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: clamp(1.25rem, 3vw, 2rem);
}
.info-text-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.airport-map-container,
.info-card {
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  padding: clamp(1.5rem, 4vw, 1.875rem);
  box-shadow: 0 0.25rem 0.75rem var(--color-shadow);
  width: 100%;
  margin: 0 auto;
}
.info-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.info-icon {
  display: inline-flex;
  margin-right: 1rem;
}
.info-icon img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.info-card-title,
.map-title {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  color: #323232;
}
.map-title {
  margin-bottom: 1rem;
}
.info-card-text {
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  color: var(--color-text);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.info-card-text:last-child {
  margin-bottom: 0;
}
.info-card-text strong {
  font-weight: 600;
  color: #444;
}
.airport-map {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
}
.airport-map-image {
  width: 100%;
  height: auto;
  display: block;
}
.map-caption {
  font-size: clamp(0.8rem, 1.6vw, 0.9rem);
  color: var(--color-text);
  font-style: italic;
}
.app-download-section {
  position: relative;
  padding: var(--section-padding-vertical) var(--section-padding-horizontal);
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.app-download-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -120px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 60px solid var(--primary);
  z-index: -1;
}
.app-download-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  position: relative;
  z-index: 2;
}
.footer-bottom,
.footer-container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.app-mockup-column {
  display: flex;
  justify-content: center;
}
.phone-mockup {
  position: relative;
  width: 280px;
}
.coming-soon-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--primary);
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}
.phone-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
  transition: transform 0.5s;
}
.app-features-content {
  max-width: 500px;
  width: 100%;
}
.app-features-title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #252525;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.75rem;
  text-align: center;
}
.app-features-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), transparent);
  border-radius: 3px;
}
.app-features-description {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
  text-align: center;
}
.app-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.app-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feature-icon {
  background: linear-gradient(135deg, var(--primary), #fdde00);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(254, 184, 22, 0.2);
}
.feature-icon img {
  width: 24px;
  height: 24px;
}
.feature-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem;
}
.feature-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.app-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: center;
}
.app-store-button,
.google-play-button {
  transition: transform 0.3s, opacity 0.3s;
}
.app-store-button:hover,
.google-play-button:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}
.app-store-button img,
.google-play-button img {
  height: 50px;
  width: auto;
}
.footer {
  position: relative;
  background: linear-gradient(to bottom, #f8f8f8, #fff);
  padding-top: 5rem;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 10% 95%,
      rgba(254, 184, 22, 0.06) 0,
      transparent 50%
    ),
    radial-gradient(circle at 90% 90%, rgba(77, 31, 0, 0.04) 0, transparent 50%);
  z-index: 0;
}
.footer-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding) 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-logo {
  margin: 0 auto 1.5rem;
  max-width: 12rem;
}
.footer-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.footer-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.footer-divider {
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(90deg, var(--color-accent), transparent);
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
}
.contact-icon,
.social-icon {
  display: flex;
  background-color: var(--color-background-light);
}
.company-address,
.company-info,
.contact-intro,
.contact-item {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}
.footer-links li {
  margin-bottom: 0.75rem;
}
.footer-links li a {
  color: #666;
  font-size: 0.95rem;
  transition: 0.3s;
  display: inline-block;
}
.contact-details {
  font-style: normal;
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-icon {
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
.contact-icon img {
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
}
.contact-item a {
  color: #666;
  transition: color 0.3s;
}
.contact-item a:hover {
  text-decoration: underline;
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: center;
}
.social-icon {
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: 0.3s;
}
.floating-button,
.floating-button::before,
.floating-buttons {
  transition: all var(--transition-speed) ease;
}
.social-icon:hover {
  background-color: var(--color-accent);
  transform: translateY(-0.25rem);
}
.floating-button.book,
.floating-button::before,
.floating-button:hover {
  background-color: var(--accent);
}
.social-icon img {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.7;
}
.cookie-slider:before,
.floating-button img {
  height: 1.5rem;
  width: 1.5rem;
}
.footer-bottom {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
}
.copyright {
  font-size: 0.875rem;
  color: #888;
}
.floating-buttons {
  display: none;
  position: fixed;
  right: 1.5rem;
  bottom: 6rem;
  z-index: 999;
  flex-direction: column;
  gap: 1rem;
}
.floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--primary);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
}
.floating-button:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
}
.floating-button::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 4.5rem;
  color: var(--background);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(1rem);
  pointer-events: none;
}
.floating-button:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.floating-buttons.near-footer {
  bottom: 15rem;
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.5s;
  padding: 1rem 1rem 0;
  padding-bottom: calc(var(--bottom-nav-height) + 1rem);
  max-height: calc(100vh - var(--bottom-nav-height));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.75rem 0.75rem 0 0;
}
.cookie-consent-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 1.5rem 0;
}
.cookie-consent-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cookie-consent-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.cookie-consent-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
}
.cookie-consent-link {
  color: var(--primary);
  text-decoration: underline;
}
.cookie-consent-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
.cookie-consent-button {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.95rem;
  border: none;
  text-align: center;
}
.cookie-settings-button {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #e0e0e0;
}
.cookie-accept-button,
input:checked + .cookie-slider {
  background-color: var(--primary);
}
.cookie-settings-button:hover {
  background-color: #e8e8e8;
}
.cookie-accept-button {
  color: var(--text);
}
.cookie-accept-button:hover {
  background-color: var(--secondary);
  color: var(--background);
}
.cookie-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  padding: 1rem;
}
.cookie-settings-modal.active {
  opacity: 1;
  visibility: visible;
}
.cookie-settings-content {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 37.5rem;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.cookie-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eaeaea;
}
.cookie-settings-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.cookie-settings-close {
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #777;
  transition: color 0.3s;
}
.cookie-settings-close:hover {
  color: #333;
}
.cookie-settings-body {
  padding: 1.5rem;
  overflow-y: auto;
}
.cookie-category {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eaeaea;
}
.cookie-category:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
.cookie-category-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem;
}
.cookie-category-description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
.cookie-switch-container {
  flex-shrink: 0;
}
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 3.75rem;
  height: 2rem;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 2rem;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
input:focus + .cookie-slider {
  box-shadow: 0 0 1px var(--primary);
}
input:checked + .cookie-slider:before {
  transform: translateX(1.75rem);
}
input:disabled + .cookie-slider {
  cursor: not-allowed;
  opacity: 0.7;
}
.cookie-settings-footer {
  padding: 1.5rem;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: flex-end;
}
.cookie-settings-fixed-button {
  transition: 0.3s;
}
.cookie-settings-fixed-button:hover {
  background-color: var(--primary) !important;
  color: #fff;
}
@media screen and (min-width: 30.0625em) {
  .bottom-nav {
    display: none;
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--header-padding) var(--container-padding);
    width: 100%;
  }
  .logo,
  .nav-container {
    display: block;
  }
  .site-header {
    position: sticky;
    top: 0;
    background-color: var(--color-background);
    z-index: 1000;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  }
  h1 {
    font-size: 1.75rem;
  }
  .form-indicator {
    margin: 0.5rem 0 2rem;
  }
  .back-arrow {
    display: none;
  }
  .icon-container {
    width: 100px;
    height: auto;
    right: 12px;
  }
  .floating-label {
    right: 15px;
    font-size: 0.8rem;
  }
  .progress-step {
    font-size: var(--font-size-md);
  }
  .form-group--date-time,
  .form-group--passengers {
    flex-direction: row;
    gap: var(--space-sm);
  }
  .option-card {
    padding: 12px;
    height: 80px;
  }
  .option-card__icon {
    flex: 0 0 40px;
    height: 40px;
  }
  .floating-buttons {
    display: flex;
  }
  .cookie-consent-banner {
    padding-top: 0;
    padding-bottom: 0;
    max-height: none;
    border-radius: 0;
  }
  .cookie-consent-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    padding-bottom: 0;
  }
  .cookie-consent-button {
    width: auto;
  }
  .cookie-consent-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 48.0625em) {
  :root {
    --container-padding: 2rem;
    --section-padding-vertical: 4rem;
  }
  .main-content {
    padding-top: 2rem;
  }
  .site-header .container {
    padding: 1.25rem var(--container-padding);
  }
  .logo img {
    height: 2.75rem;
  }
  h1 {
    font-size: 2rem;
  }
  .form-indicator {
    margin: 0.75rem 0 1rem;
    max-width: var(--container-max-width);
  }
  .form-indicator-container {
    justify-content: space-between;
    height: 70px;
  }
  .icon-container {
    width: 100px;
    height: auto;
    right: 12px;
  }
  .floating-label {
    right: 18px;
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
  }
  .mobile-progress-bar {
    margin: var(--space-sm) 0;
    padding: 0 var(--space-sm) var(--space-sm) var(--space-sm);
  }
  .booking-form-container {
    width: 100%;
  }
  .form-actions__wrapper {
    flex-direction: row;
    align-items: center;
  }
  .form-actions__price {
    flex: 1;
  }
  .form-actions__buttons {
    flex: 1;
    justify-content: flex-end;
  }
  .btn {
    flex: 0 1 auto;
  }
  .option-card {
    padding: 14px;
  }
  .option-card__icon {
    flex: 0 0 44px;
    height: 44px;
  }
  .important-info-header {
    margin-bottom: 2.5rem;
  }
  .airport-map-container,
  .info-card {
    max-width: 90%;
  }
  .app-download-content {
    flex-direction: row;
    gap: 3rem;
  }
  .app-mockup-column {
    width: 40%;
  }
  .app-features-column {
    width: 60%;
    align-items: flex-start;
  }
  .app-features-description,
  .app-features-title {
    text-align: left;
  }
  .app-features-title::after {
    left: 0;
    transform: none;
  }
  .phone-mockup {
    width: 350px;
  }
  .app-download-buttons {
    justify-content: flex-start;
  }
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
  }
  .cookie-consent-container {
    padding: 2rem 0;
  }
  .cookie-consent-title {
    font-size: 1.5rem;
  }
  .cookie-consent-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64.0625em) {
  :root {
    --container-padding: 3rem;
    --section-padding-vertical: 5rem;
  }
  .main-content {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
  }
  .site-header .container {
    padding: 1.5rem var(--container-padding);
  }
  .logo img {
    height: 3.25rem;
  }
  .form-indicator-container {
    padding: 0 1.5rem;
    height: 80px;
  }
  .icon-container {
    width: 120px;
    height: auto;
    right: 12px;
  }
  .option-card {
    padding: 16px;
  }
  .option-card__icon {
    flex: 0 0 48px;
    height: 48px;
  }
  .floating-label {
    bottom: -15px;
    right: 20px;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
  }
  .important-info-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .airport-map-container,
  .info-card {
    padding: 2rem;
  }
  .app-download-content {
    gap: 5rem;
  }
  .phone-mockup {
    width: 380px;
  }
  .footer-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2rem;
    text-align: left;
  }
  .footer-divider,
  .footer-logo {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-item {
    flex-direction: row;
    align-items: flex-start;
  }
  .contact-icon {
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
  .social-links {
    justify-content: flex-start;
  }
  .footer-links li a {
    padding-left: 1.25rem;
    position: relative;
  }
  .footer-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--color-accent);
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s;
  }
  .footer-links li a:hover {
    transform: translateX(0.25rem);
  }
  .footer-links li a:hover::before {
    opacity: 1;
    width: 0.625rem;
    border-radius: 0.25rem;
  }
  .floating-buttons {
    right: 2.5rem;
  }
}
@media screen and (min-width: 90em) and (min-resolution: 192dpi) {
  .indicator-icon {
    filter: drop-shadow(0 3px 6px rgba(11, 78, 179, 0.3));
  }
  .floating-label {
    box-shadow: 0 4px 12px rgba(11, 78, 179, 0.3);
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .floating-buttons {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem;
  }
  .floating-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .floating-button img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .floating-button::before {
    right: 3rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
