:root {
  --yellow: #f6c332;
  --yellow-dark: #d4a217;
  --orange: #f08a24;
  --green: #85af28;
  --headbar-bg: #404040;
  --headbar-text: #ffffff;
  --midbar-bg: #ffffff;
  --midbar-text: #111111;
  --nav-link: #444444;
  --nav-link-active: #d4a217;
  --footer-bg: #85af28;
  --footer-text: #ffffff;
  --page-bg: #ffffff;
  --card-bg: #ffffff;
  --dark: #3f3f3f;
  --text: #333333;
  --muted: #757575;
  --border: #dddddd;
  --bg: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.site-preload [data-site-phone],
html.site-preload [data-site-phone-text],
html.site-preload #currentCurrency,
html.site-preload #currentLanguage,
html.site-preload .reservation-form,
html.site-preload .prices-sidebar-card,
html.site-preload [data-social-links],
html.site-preload [data-i18n],
html.site-preload [data-i18n-placeholder] {
  visibility: hidden;
}

html.site-preload body {
  visibility: hidden;
}

html.site-preload .reservation-form,
html.site-preload .prices-sidebar-card {
  pointer-events: none;
}

body {
  margin: 0;
  background: #edf6fc;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1170px, calc(100% - 24px));
  margin: 0 auto;
}

.headbar {
  background: #0f3d57;
  color: var(--headbar-text);
  font-size: 13px;
  position: relative;
  z-index: 60;
}

.utility-row,
.midbar-row,
.feature-row,
.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-row {
  min-height: 42px;
}

.utility-left,
.utility-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.utility-left a:hover,
.menubar a:hover,
.footer-links a:hover {
  color: var(--yellow);
}

.mini-select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #efefef;
}

.mini-select span {
  font-size: 12px;
}

.mini-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.mini-trigger strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.mini-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.mini-select.is-open .mini-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.mini-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 70px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  z-index: 80;
}

.mini-select.is-open .mini-options {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .mini-select:hover .mini-options {
    display: block;
  }
}

.mini-options a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #333333;
}

.mini-options a:hover {
  background: #f0f0f0;
}

.current-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.flag-icon {
  width: 18px;
  height: 13px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.midbar {
  background: #edf6fc;
  color: var(--midbar-text);
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 20;
}

.midbar-row {
  min-height: 104px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 0.88;
  color: #111111;
  letter-spacing: -0.04em;
  min-width: 124px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #111111;
  text-transform: none;
  font-family: Georgia, "Times New Roman", serif;
  padding-top: 6px;
}

.logo-text strong {
  font-size: 18px;
  line-height: 1;
}

.logo-text span {
  font-size: 15px;
  font-weight: 700;
  line-height: 0.7;
  text-align: left;
  width: 12px;
  margin-left: 44px;
}

.logo-text small {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0;
  line-height: 1;
}

.logo,
.logo:hover,
.logo:visited,
.logo:active,
.logo-text strong,
.logo-text span,
.logo-text small,
.logo-mark {
  color: #111111;
}

.nav-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 1;
  position: relative;
}

.nav-contact {
  color: #666666;
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.utility-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.utility-phone-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #efbf3c;
  flex-shrink: 0;
}

.nav-contact-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  flex-shrink: 0;
}

.utility-phone-icon svg,
.nav-contact-icon svg {
  width: 100%;
  height: 100%;
}

.menu-toggle {
  display: none;
  position: relative;
  border: 0;
  background: #444444;
  color: #ffffff;
  padding: 10px 14px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-toggle::before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 10px;
  display: inline-block;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
}

.menubar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.menubar a {
  color: var(--nav-link);
  font-size: 14px;
  font-weight: 700;
}

.menubar a.is-active {
  color: var(--nav-link-active);
}

.banner {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  align-items: stretch;
}

.reservation-box {
  background: #f8f8f8;
  border: 1px solid var(--border);
  border-right: 0;
  padding: 24px 20px;
}

.reservation-box h3 {
  margin: 0 0 18px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.reservation-form {
  display: grid;
  gap: 16px;
}

.reservation-form strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group input {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #444444;
  background: transparent;
}

.input-group input[type="datetime-local"] {
  cursor: pointer;
}

.input-group .flatpickr-input[readonly] {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #444444;
  background: transparent;
  cursor: pointer;
}

.input-group:focus-within {
  border-color: #171717;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.input-group.is-invalid {
  border-color: #c62828;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}

.input-group select {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #444444;
  background: transparent;
  appearance: none;
}

.input-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-left: 1px solid #d7d7d7;
  background: #f0f0f0;
  font-size: 16px;
}

.input-icon-button {
  cursor: pointer;
  color: #1f1f1f;
  border: 0;
  padding: 0;
}

.input-icon-button svg {
  width: 18px;
  height: 18px;
}

.reservation-inline-warning {
  margin: -6px 0 2px;
  font-size: 13px;
  color: #c62828;
}

.flatpickr-calendar {
  border: 1px solid #d8d8d8;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.flatpickr-calendar.open {
  z-index: 40;
}

.flatpickr-calendar.homepage-datetime-picker {
  width: 278px;
  padding: 0;
  font-size: 12px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-time {
  display: none;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-innerContainer {
  display: flex;
  align-items: stretch;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-months {
  border-bottom: 1px solid #dddddd;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-month {
  height: 32px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-current-month {
  height: 32px;
  padding: 5px 28px 0 28px;
  font-size: 12px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 12px;
  font-weight: 700;
}

.flatpickr-calendar.homepage-datetime-picker span.flatpickr-weekday {
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  font-weight: 600;
  color: #444444;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-weekdays {
  height: 28px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-day {
  max-width: 32px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 0;
}

.flatpickr-calendar.homepage-datetime-picker .dayContainer {
  min-width: 224px;
  max-width: 224px;
  width: 224px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-days,
.flatpickr-calendar.homepage-datetime-picker .dayContainer {
  width: 224px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-prev-month,
.flatpickr-calendar.homepage-datetime-picker .flatpickr-next-month {
  padding: 8px 8px 0;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-prev-month svg,
.flatpickr-calendar.homepage-datetime-picker .flatpickr-next-month svg {
  width: 10px;
  height: 10px;
}

.flatpickr-calendar.homepage-datetime-picker .flatpickr-rContainer {
  border-right: 1px solid #dddddd;
}

.flatpickr-calendar.homepage-datetime-picker .numInputWrapper,
.flatpickr-calendar.homepage-datetime-picker .numInputWrapper:hover {
  pointer-events: none;
}

.flatpickr-calendar.homepage-datetime-picker .cur-year {
  background: transparent;
  pointer-events: none;
}

.homepage-time-panel {
  width: 54px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.homepage-time-panel-title {
  padding: 8px 6px 7px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 700;
  color: #2a2a2a;
}

.homepage-time-panel-list {
  max-height: 208px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.homepage-time-option {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  padding: 7px 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #1f1f1f;
  cursor: pointer;
}

.homepage-time-option:hover,
.homepage-time-option.is-active {
  background: #111111;
  color: #ffffff;
}

.homepage-time-option.is-disabled,
.homepage-time-option:disabled {
  background: #f5f5f5;
  color: #b3b3b3;
  cursor: not-allowed;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.btn-yellow {
  min-height: 48px;
  background: linear-gradient(180deg, #0f3d57, #0f3d57);
  color: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn-orange {
  min-height: 34px;
  padding: 0 14px;
  background: #186a93;
  color: #ffffff;
}

.btn.small {
  font-size: 12px;
}

.btn.full {
  width: 100%;
  margin-top: 12px;
}

.hero-slider {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: #e8e8e8;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 260ms ease;
}

.slide.is-active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.42);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.slider-control.prev {
  left: 10px;
}

.slider-control.next {
  right: 10px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.dot.is-active {
  background: var(--yellow);
}

.section {
  margin-top: 34px;
}

.section-title {
  margin: 0 0 18px;
  font-size: 42px;
  color: #404040;
  font-weight: 300;
}

.section-note {
  margin: -6px 0 18px;
  color: #757575;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}

.fleet-state-card {
  grid-column: 1 / -1;
  padding: 24px 22px;
  border: 1px solid #d7dbea;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fd 100%);
  box-shadow: 0 12px 28px rgba(24, 30, 68, 0.08);
}

.fleet-state-card strong {
  display: block;
  margin-bottom: 8px;
  color: #232846;
  font-size: 1.05rem;
}

.fleet-state-card p {
  margin: 0;
  color: #5d6384;
}

.slider-skeleton {
  position: absolute;
  inset: 0;
}

.slider-skeleton-shape,
.catalog-skeleton-line,
.catalog-skeleton-button,
.catalog-skeleton-visual {
  display: block;
  background: linear-gradient(90deg, #eceff7 0%, #f8faff 50%, #eceff7 100%);
  background-size: 200% 100%;
  animation: sdShimmer 1.15s linear infinite;
}

.slider-skeleton-main {
  position: absolute;
  inset: 0;
}

.slider-skeleton-control {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(216, 221, 233, 0.92) 0%, rgba(244, 247, 255, 0.98) 50%, rgba(216, 221, 233, 0.92) 100%);
  background-size: 200% 100%;
}

.slider-skeleton-control-left {
  left: 10px;
}

.slider-skeleton-control-right {
  right: 10px;
}

.slider-skeleton-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-skeleton-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.fleet-card-skeleton .catalog-title {
  min-height: 44px;
}

.catalog-skeleton-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.catalog-skeleton-line {
  height: 14px;
  border-radius: 999px;
}

.catalog-skeleton-line-wide {
  width: 84%;
}

.catalog-skeleton-price {
  width: 48%;
  height: 26px;
  margin-top: 18px;
}

.catalog-skeleton-button {
  width: 100%;
  height: 48px;
  border-radius: 2px;
}

.catalog-skeleton-visual {
  border-radius: 14px;
}

@keyframes sdShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.fleet-card {
  background: #ffffff;
}

.catalog-card {
  position: relative;
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.catalog-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 40px;
  padding: 8px 8px 7px;
  background: #2e2e2e;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.catalog-title {
  min-height: 44px;
  padding: 11px 16px 9px 54px;
  background: linear-gradient(100deg, #0f3d57 0%, #0f3d57 78%, transparent 78%);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}

.catalog-body {
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  gap: 14px;
  padding: 14px 16px 16px;
}

.catalog-body p {
  margin: 0 0 6px;
  color: #444444;
  font-size: 15px;
  font-weight: 600;
}

.catalog-body h4 {
  margin: 26px 0 0;
  color: #2f2f2f;
  font-size: 26px;
  font-weight: 400;
}

.catalog-visual {
  height: 140px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f4f4, #d9d9d9);
  overflow: hidden;
}

.catalog-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-actions {
  padding: 0 16px 16px;
}

.catalog-empty {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #6a6a6a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news-list {
  display: grid;
  gap: 20px;
}

.news-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  align-items: start;
}

.news-card h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 300;
  color: #404040;
}

.news-card p {
  margin: 0 0 14px;
  color: #666666;
  line-height: 1.6;
}

.footbar {
  margin-top: 40px;
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 0 0 28px;
}

.feature-row {
  align-items: stretch;
}

.feature-box {
  width: 25%;
  padding: 26px 18px;
  text-align: left;
}

.feature-box span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 28px;
}

.feature-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.feature-box p {
  margin: 0;
  line-height: 1.5;
}

.footer-links {
  align-items: flex-start;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-links > div {
  width: 33.333%;
}

.footer-links h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 300;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 700;
}

.reservation-line {
  margin: 16px 0 0;
}

.reservation-line strong,
.reservation-line a {
  display: block;
}

.bottom-bar {
  padding: 14px 0 24px;
  color: #666666;
  font-size: 13px;
}

.page-shell {
  padding: 26px 0 50px;
}

.page-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  align-items: start;
}

.page-hero {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 24px;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: 38px;
  font-weight: 300;
  color: #404040;
}

.page-hero p {
  margin: 0;
  color: #666666;
  line-height: 1.7;
  max-width: 70ch;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.admin-settings-summary {
  display: grid;
  gap: 14px;
}

.page-copy-card,
.transfer-table-card,
.transfer-form-card,
.contact-details-card,
.contact-form-card,
.page-side-links {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  padding: 24px;
}

.page-copy-card h2,
.page-copy-card h3,
.contact-details-card h2,
.contact-form-card h2,
.page-side-links h3,
.transfer-form-card h2 {
  margin: 0 0 18px;
  color: #222222;
}

.page-copy-card p {
  margin: 0 0 18px;
  color: #4f4f4f;
  line-height: 1.72;
}

.page-closing-box {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.page-side-links {
  padding-top: 20px;
}

.page-side-links a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #ececec;
  color: #222222;
  font-weight: 700;
}

.page-side-links a::before {
  content: "›";
  margin-right: 8px;
  color: var(--yellow-dark);
  font-size: 20px;
  vertical-align: middle;
}

.terms-item + .terms-item,
.faq-item + .faq-item {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #ebebeb;
}

.terms-item h3,
.faq-item h3 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.terms-item p,
.faq-item p {
  margin: 0;
  color: #505050;
  line-height: 1.78;
  font-size: 15px;
}

.faq-item h3 {
  font-size: 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.contact-detail-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #444444;
  line-height: 1.7;
}

.contact-detail-item strong {
  min-width: 72px;
}

.contact-page-form {
  display: grid;
  gap: 16px;
}

.contact-page-form input,
.contact-page-form textarea,
.transfer-request-form input,
.transfer-request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font: inherit;
  background: #ffffff;
}

.contact-page-form textarea,
.transfer-request-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  gap: 12px;
}

.contact-map-frame {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.contact-map-frame iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.transfer-page-shell {
  display: grid;
  gap: 24px;
}

.transfer-table {
  width: 100%;
  border-collapse: collapse;
}

.transfer-table th,
.transfer-table td {
  padding: 16px 12px;
  border: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: middle;
}

.transfer-table th {
  background: #fafafa;
  color: #222222;
  font-size: 13px;
}

.transfer-table td {
  color: #4d4d4d;
}

.transfer-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  vertical-align: middle;
}

.transfer-request-form {
  display: grid;
  gap: 18px;
}

.transfer-submit-button {
  min-width: 290px;
  justify-self: center;
  padding: 0 24px;
}

body[data-page-key="terms"] .page-hero h1 {
  font-size: 30px;
  font-weight: 700;
}

body[data-page-key="terms"] .page-hero p {
  max-width: 60ch;
  font-size: 15px;
}

body[data-page-key="terms"] .page-copy-card {
  padding: 18px 22px;
}

body[data-page-key="terms"] .terms-item + .terms-item {
  margin-top: 18px;
  padding-top: 18px;
}

body[data-page-key="terms"] .terms-item h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

body[data-page-key="terms"] .terms-item p {
  font-size: 14px;
  line-height: 1.75;
}

.info-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 20px;
}

.info-card h2,
.info-card h3 {
  margin: 0 0 10px;
  color: #404040;
}

.info-card p,
.info-card li {
  color: #666666;
  line-height: 1.65;
}

.info-card ul {
  margin: 0;
  padding-left: 18px;
}

.reservation-page {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.booking-steps--two {
  grid-template-columns: repeat(2, 1fr);
}

.booking-step {
  position: relative;
  padding-top: 26px;
  text-align: center;
}

.booking-step::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 10px;
  background: #ececec;
}

.booking-step.is-active::before {
  background: #000000;
}

.booking-step span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
}

.booking-step.is-active span {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.booking-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.booking-step small {
  color: #666666;
}

.reservation-layout {
  display: grid;
  grid-template-columns: 1fr 1.38fr;
  gap: 20px;
  align-items: start;
}

.reservation-left h1 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #111111;
}

.reservation-hero-card {
  background: #ffffff;
  border-top: 1px solid #d7d7d7;
  padding-top: 14px;
}

.reservation-hero-card img,
.reservation-summary-empty {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background: #ededed;
}

.reservation-badges {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.reservation-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-size: 12px;
}

.reservation-badge img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.reservation-grid-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
}

.reservation-box-black label {
  display: block;
  margin-bottom: 8px;
  padding: 7px 14px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
}

.reservation-field {
  min-height: 48px;
  border: 1px solid #d2d2d2;
  background: #ffffff;
}

.reservation-field.with-icon {
  display: flex;
  align-items: center;
}

.reservation-field.with-icon input {
  width: 100%;
  min-height: 48px;
  border: 0;
  padding: 0 12px;
  font: inherit;
}

.icon-button {
  width: 42px;
  min-height: 42px;
  border: 0;
  border-left: 1px solid #d7d7d7;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.icon-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.autocomplete-list {
  position: relative;
}

.location-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-height: 256px;
  overflow: auto;
  background: #242424;
  border: 1px solid #444444;
  border-top: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.location-item {
  width: 100%;
  border: 0;
  border-top: 1px solid #3a3a3a;
  background: #242424;
  text-align: left;
  padding: 11px 12px;
  cursor: pointer;
  font: inherit;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-item:first-child {
  border-top: 0;
}

.location-item:hover {
  background: #2d2d2d;
}

.location-arrow {
  color: #4bd078;
  font-size: 28px;
  line-height: 1;
}

.location-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.location-copy strong {
  font-size: 16px;
  font-weight: 500;
}

.location-copy small {
  color: #bbbbbb;
  font-size: 12px;
}

.location-back {
  width: 100%;
  border: 0;
  border-top: 1px solid #3a3a3a;
  background: #242424;
  color: #ff6f45;
  text-align: left;
  padding: 14px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.static-value {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #8c8c8c;
  font-size: 16px;
}

.static-value.total {
  color: #6a6a6a;
  font-size: 18px;
}

.reservation-details-panel {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.reservation-panel-large,
.reservation-summary {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 22px;
}

.reservation-page-form {
  display: grid;
  gap: 14px;
}

.reservation-page-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.reservation-page-form input,
.reservation-page-form select,
.reservation-page-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font: inherit;
}

.reservation-page-form textarea {
  min-height: 110px;
}

.admin-form-row--single {
  grid-template-columns: 1fr;
}

.reservation-page-form .iti {
  width: 100%;
}

.reservation-page-form .iti__selected-country-primary {
  min-height: 46px;
}

.reservation-page-form .iti__tel-input {
  min-height: 46px;
  padding-left: 94px !important;
}

.reservation-page-form input.is-invalid,
.reservation-page-form select.is-invalid {
  border-color: #cc1f1a;
  box-shadow: 0 0 0 1px rgba(204, 31, 26, 0.18);
}

.reservation-form-warning {
  margin: 2px 0 0;
  color: #cc1f1a;
  font-size: 13px;
  font-weight: 700;
}

.reservation-summary-card {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
}

.reservation-summary-card img,
.reservation-summary-empty {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #ececec;
}

.reservation-summary-empty {
  display: grid;
  place-items: center;
  color: #777777;
  font-weight: 700;
}

.summary-body {
  padding: 16px;
}

.admin-shell {
  padding: 36px 0 50px;
}

.admin-login-page,
.admin-modern-page {
  background: linear-gradient(135deg, #111111, #232323);
  min-height: 100vh;
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-login-card {
  width: min(440px, 100%);
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.admin-login-eyebrow {
  margin: 0 0 10px;
  color: #9b7a16;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.admin-login-card h1 {
  margin: 0 0 8px;
  font-size: 34px;
}

.admin-login-error {
  min-height: 20px;
  margin: 0;
  color: #c74835;
  font-weight: 700;
}

.admin-password-field {
  position: relative;
}

.admin-password-field input {
  padding-right: 108px;
}

.admin-password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #164a68;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 8px;
}

.admin-password-toggle:hover {
  color: #0f3448;
}

.admin-modern-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  padding: 28px;
  background: rgba(13, 13, 13, 0.88);
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.admin-sidebar h1 {
  margin: 0;
  font-size: 36px;
}

.admin-content {
  padding: 28px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.admin-stat-card {
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #222222, #353535);
  color: #ffffff;
}

.admin-stat-card strong {
  display: block;
  font-size: 30px;
}

.admin-stat-card span {
  color: #d3d3d3;
}

.admin-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-tabs-vertical {
  flex-direction: column;
  margin-bottom: 0;
}

.admin-tab {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.admin-tab.is-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.admin-tab-panel {
  display: none;
}

.admin-tab-panel.is-active {
  display: grid;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.admin-panel {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 22px;
}

.admin-panel h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 300;
  color: #404040;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-vehicle-card {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fafafa;
}

.admin-vehicle-card img,
.admin-thumb-empty {
  width: 130px;
  height: 88px;
  border-radius: 10px;
  object-fit: cover;
  background: #e3e3e3;
}

.admin-thumb-empty {
  display: grid;
  place-items: center;
  color: #757575;
  font-size: 12px;
  font-weight: 700;
}

.admin-vehicle-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.admin-vehicle-card p {
  margin: 0 0 4px;
  color: #666666;
}

.admin-location-card {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fafafa;
}

.admin-location-card h3 {
  margin: 0 0 4px;
}

.admin-location-card p {
  margin: 0;
  color: #666666;
}

.admin-location-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #1c1c1c;
  color: #ffffff;
  font-weight: 700;
}

.admin-actions {
  display: grid;
  gap: 8px;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.admin-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #404040;
}

.admin-form input,
.admin-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font: inherit;
}

.admin-form input[type="file"] {
  padding: 8px;
  background: #ffffff;
}

.admin-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.admin-preview {
  margin-top: 8px;
}

.admin-preview img,
.admin-preview-empty {
  width: 100%;
  max-width: 280px;
  height: 170px;
  border-radius: 10px;
  object-fit: cover;
  background: #e9e9e9;
}

.admin-preview-empty {
  display: grid;
  place-items: center;
  color: #777777;
  font-weight: 700;
}

.admin-v2-shell {
  grid-template-columns: 320px minmax(0, 1fr);
  background:
    radial-gradient(circle at top left, rgba(224, 171, 42, 0.16), transparent 28%),
    linear-gradient(135deg, #101114 0%, #17191f 48%, #0e0f12 100%);
}

.admin-v2-sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 32px 24px;
  background: rgba(7, 8, 10, 0.84);
  backdrop-filter: blur(18px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-v2-brand h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.05;
}

.admin-v2-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.admin-v2-nav {
  display: grid;
  gap: 12px;
}

.admin-v2-nav-links {
  margin-top: 8px;
}

.admin-price-row {
  grid-template-columns: repeat(3, 1fr);
}

.admin-v2-nav-item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.admin-v2-nav-item span {
  display: grid;
  gap: 3px;
}

.admin-v2-nav-item strong {
  font-size: 15px;
}

.admin-v2-nav-item small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.admin-v2-nav-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #e2a91f, #f7d76f);
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, rgba(226, 169, 31, 0.2), rgba(255, 255, 255, 0.08));
  border-color: rgba(226, 169, 31, 0.4);
  color: #ffffff;
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon {
  box-shadow: 0 10px 28px rgba(226, 169, 31, 0.28);
}

.admin-v2-sidebar-footer {
  display: grid;
  gap: 12px;
}

.admin-v2-site-link,
.admin-v2-logout {
  width: 100%;
}

.admin-v2-content {
  padding: 30px;
}

.admin-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-bottom: 22px;
}

.admin-v2-hero-copy,
.admin-v2-tip {
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.admin-v2-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #f3c95b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-v2-hero h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
}

.admin-v2-hero p,
.admin-v2-tip span {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.admin-v2-tip {
  display: grid;
  align-content: center;
}

.admin-v2-tip strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
}

.admin-v2-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.admin-v2-stat-card {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
}

.admin-v2-stat-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.admin-v2-stat-head small {
  color: #f4c95e;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.admin-v2-stat-card strong {
  font-size: 44px;
  line-height: 1;
}

.admin-v2-grid {
  gap: 18px;
}

.admin-v2-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}

.admin-v2-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-v2-panel-kicker {
  margin: 0 0 6px;
  color: #a37d1e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-v2-panel h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #17191f;
}

.admin-v2-chip {
  padding: 9px 12px;
  border-radius: 999px;
  background: #f4efe0;
  color: #8a6a12;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-v2-list-panel .admin-list {
  gap: 12px;
  max-height: 68vh;
  overflow: auto;
  padding-right: 6px;
}

.admin-v2-form .admin-form-row {
  gap: 14px;
}

.admin-v2-form label {
  font-size: 14px;
}

.admin-v2-form input,
.admin-v2-form textarea {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d6d9e0;
  background: #fbfbfd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.admin-v2-form input:focus,
.admin-v2-form textarea:focus {
  outline: none;
  border-color: #e0ad2e;
  box-shadow: 0 0 0 4px rgba(224, 173, 46, 0.14);
  background: #ffffff;
}

.admin-v2-form .btn {
  min-height: 48px;
  border-radius: 14px;
}

.admin-v2-form .muted-button {
  background: #eef1f6;
}

.admin-v2-panel .admin-preview img,
.admin-v2-panel .admin-preview-empty {
  max-width: 320px;
  height: 190px;
  border-radius: 16px;
}

.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  border-radius: 18px;
  padding: 14px;
  border: 1px solid #eceef2;
  background: linear-gradient(180deg, #ffffff, #f8f9fb);
  box-shadow: 0 10px 24px rgba(17, 25, 40, 0.06);
}

.admin-v2-panel .admin-vehicle-card img,
.admin-v2-panel .admin-thumb-empty {
  width: 146px;
  height: 96px;
  border-radius: 14px;
}

.admin-v2-panel .admin-location-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #191b21, #2e313c);
}

.admin-v2-panel .admin-actions {
  align-self: stretch;
}

.admin-v2-panel .admin-actions .btn {
  min-width: 110px;
  border-radius: 12px;
}

.muted-button {
  background: #ececec;
  color: #333333;
}

.danger-button {
  background: #c74835;
  color: #ffffff;
}

.shortcut-container {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  z-index: 20;
}

.shortcut-container a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.shortcut-container a:nth-child(1) {
  background: #2bb741;
}

.shortcut-container a:nth-child(2) {
  background: #3b82f6;
}

.shortcut-container a:nth-child(3) {
  background: #5f5f5f;
}

@media (max-width: 1024px) {
  .banner {
    grid-template-columns: 320px 1fr;
  }

  .fleet-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open .midbar {
    z-index: 61;
  }

  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    inset: var(--mobile-menu-top, 112px) 0 0;
    background: rgba(17, 17, 17, 0.22);
    backdrop-filter: blur(2px);
    z-index: 39;
  }

  .footer-links,
  .feature-row,
  .news-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links.footer-links-compact {
    align-items: center;
    text-align: center;
  }

  .footer-links.footer-links-compact > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .socials {
    justify-content: center;
  }

  .reservation-line {
    text-align: center;
  }

  .reservation-line a {
    justify-content: center;
  }

  .utility-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding: 10px 0;
    min-height: 0;
  }

  .utility-left,
  .utility-right {
    width: 100%;
    gap: 14px;
  }

  .utility-left {
    justify-content: center;
  }

  .utility-right {
    justify-content: space-between;
    align-items: center;
  }

  .utility-left a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .midbar-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 18px 0 20px;
    min-height: 0;
  }

  .logo {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    padding-left: 10px;
    text-align: center;
  }

  .logo-text {
    padding-top: 0;
    align-items: center;
    min-width: 156px;
  }

  .logo-text span {
    margin-left: 0;
    width: auto;
    text-align: center;
  }

  .nav-area {
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    align-self: flex-end;
    margin-top: -67px;
    margin-right: 4px;
  }

  .menu-toggle {
    display: inline-flex;
    align-self: auto;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    min-height: 56px;
    border-radius: 14px;
    padding: 0;
    background: linear-gradient(180deg, #4b4b4b, #3f3f3f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    z-index: 41;
  }

  .menu-toggle::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 15px;
    margin-right: 0;
    transform: translate(-50%, -50%);
  }

  .nav-contact {
    display: none;
  }

  .nav-contact-icon {
    width: 20px;
    height: 20px;
    color: #efbf3c;
  }

  .utility-phone-link {
    gap: 10px;
  }

  .utility-phone-icon {
    width: 18px;
    height: 18px;
    color: #efbf3c;
  }

  .menubar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    left: 12px;
    right: 12px;
    top: var(--mobile-menu-top, 112px);
    width: auto;
    order: 3;
    padding: 20px 16px 18px;
    border-radius: 0 0 22px 22px;
    background: rgba(247, 250, 252, 0.98);
    border: 1px solid rgba(21, 55, 78, 0.12);
    box-shadow: 0 18px 50px rgba(19, 42, 58, 0.22);
    max-height: min(50dvh, calc(100dvh - var(--mobile-menu-top, 112px) - 12px));
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 40;
  }

  .menubar a {
    padding: 13px 14px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(21, 55, 78, 0.08);
  }

  .menubar.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .banner,
  .news-card,
  .info-grid,
  .reservation-page,
  .booking-steps,
  .reservation-layout,
  .admin-v2-hero,
  .reservation-grid-form,
  .admin-stats,
  .admin-grid,
  .admin-form-row,
  .admin-vehicle-card,
  .admin-location-card {
    grid-template-columns: 1fr;
  }

  .banner {
    gap: 12px;
    margin-top: 12px;
  }

  .hero-slider {
    order: 1;
  }

  .reservation-box {
    order: 2;
  }

  .reservation-box {
    padding: 18px 16px;
    border-right: 1px solid var(--border);
    border-radius: 18px;
  }

  .reservation-box h3 {
    font-size: 24px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 12px;
  }

  .input-group input {
    height: 52px;
    font-size: 16px;
  }

  .input-icon {
    width: 52px;
    height: 52px;
  }

  .btn-yellow {
    min-height: 54px;
    font-size: 15px;
  }

  .hero-slider {
    min-height: 190px;
    border-radius: 18px;
  }

  .footer-links.footer-links-compact h3 {
    margin-bottom: 12px;
  }

  .footer-links.footer-links-compact a,
  .footer-links.footer-links-compact p,
  .reservation-line strong,
  .reservation-line a {
    text-align: center;
  }

  .feature-box,
  .footer-links > div {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 20px, 100%);
  }

  .headbar {
    font-size: 12px;
  }

  .utility-row {
    align-items: center;
    gap: 8px 12px;
    padding: 8px 0;
  }

  .utility-left,
  .utility-right {
    width: 100%;
  }

  .utility-left {
    justify-content: center;
  }

  .utility-left a {
    font-size: 14px;
  }

  .mini-select {
    gap: 5px;
  }

  .mini-select span,
  .mini-select strong {
    font-size: 11px;
  }

  .mini-trigger strong {
    font-size: 11px;
  }

  .utility-right {
    gap: 8px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .utility-right .mini-select:first-child {
    margin-right: 0;
  }

  .midbar-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0 14px;
  }

  .logo {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    column-gap: 10px;
    padding-left: 0;
  }

  .logo-text {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .logo-text small {
    white-space: normal;
  }

  .admin-v2-shell {
    grid-template-columns: 1fr;
  }

  .admin-v2-sidebar {
    position: static;
    min-height: auto;
  }

  .admin-v2-stats {
    grid-template-columns: 1fr;
  }

  .admin-v2-nav-item {
    grid-template-columns: 42px 1fr;
  }

  .admin-v2-panel .admin-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .section-title {
    font-size: 28px;
  }

  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .logo-mark {
    font-size: clamp(58px, 17vw, 68px);
    min-width: 0;
  }

  .logo-text strong,
  .logo-text small {
    font-size: clamp(15px, 4.5vw, 17px);
    line-height: 0.96;
  }

  .logo-text span {
    font-size: clamp(12px, 3.8vw, 14px);
    margin-left: 0;
    line-height: 0.72;
  }

  .logo-text small {
    white-space: normal;
    text-wrap: balance;
  }

  .nav-contact {
    font-size: 18px;
    gap: 8px;
  }

  .menu-toggle {
    min-width: 62px;
    width: 62px;
    min-height: 58px;
    border-radius: 14px;
    padding: 0;
    transform: translateY(-5px);
  }

  .menu-toggle::before {
    left: 50%;
    width: 23px;
    height: 16px;
  }

  .nav-contact-icon {
    width: 18px;
    height: 18px;
  }

  .utility-phone-link {
    justify-content: center;
  }

  .nav-area {
    flex: 0 0 auto;
    gap: 8px;
    align-self: center;
    margin-top: 0;
    margin-right: 0;
  }

  .hero-slider {
    min-height: 170px;
  }

  .reservation-box {
    padding: 16px 12px;
    border-radius: 14px;
  }

  .reservation-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .reservation-form {
    gap: 10px;
  }

  .input-group input {
    height: 46px;
    font-size: 15px;
  }

  .input-icon {
    width: 46px;
    height: 46px;
  }

  .reservation-box {
    padding: 20px 14px;
    border-radius: 16px;
    max-width: 100%;
  }

  .reservation-box h3 {
    font-size: 22px;
  }

  .reservation-form {
    gap: 14px;
  }

  .reservation-form strong {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .hero-slider {
    min-height: 220px;
    border-radius: 16px;
  }

  .shortcut-container {
    right: 14px !important;
    bottom: 14px !important;
  }

  .shortcut-whatsapp {
    width: 60px !important;
    height: 60px !important;
  }

  .shortcut-whatsapp svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 820px) {
  .catalog-card {
    border-radius: 18px;
  }

  .catalog-title {
    min-height: 0;
    padding: 12px 14px 12px 58px;
    font-size: 17px;
    line-height: 1.2;
  }

  .catalog-body {
    grid-template-columns: minmax(0, 1fr) minmax(128px, 34%);
    align-items: start;
    gap: 12px;
    padding: 18px 14px 14px;
  }

  .catalog-body h4 {
    margin: 18px 0 0;
    font-size: 25px;
  }

  .catalog-visual {
    height: auto;
    aspect-ratio: 1.38 / 1;
    border-radius: 16px;
  }

  .catalog-actions {
    padding: 0 14px 14px;
  }

  .catalog-actions .btn {
    min-height: 54px;
    font-size: 15px;
  }
}

@media (max-width: 540px) {
  .catalog-card {
    border-radius: 14px;
    border-color: #d8d8d8;
    background: #ffffff;
  }

  .catalog-title {
    background: transparent;
    color: #303030;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 14px 18px 6px;
    min-height: 0;
  }

  .catalog-badge {
    display: none;
  }

  .catalog-title {
    padding: 14px 18px 6px;
    font-size: 20px;
  }

  .catalog-body {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px 18px 14px;
  }

  .catalog-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    text-align: center;
  }

  .catalog-body p {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.35;
    color: #777777;
    font-weight: 400;
  }

  .catalog-body h4 {
    margin-top: 12px;
    font-size: 0;
  }

  .catalog-visual {
    order: 1;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: 1.5 / 1;
    border-radius: 8px;
  }

  .catalog-actions {
    padding: 0 18px 18px;
  }

  .catalog-actions .btn {
    min-height: 54px;
    font-size: 15px;
  }

  .catalog-price {
    width: 100%;
    margin-top: 14px !important;
    padding: 14px 16px;
    border-radius: 6px;
    background: #111111;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: center;
  }
}

/* Admin V3 polish */
.admin-modern-page {
  background:
    radial-gradient(circle at top left, rgba(112, 73, 255, 0.26), transparent 24%),
    radial-gradient(circle at bottom right, rgba(141, 89, 255, 0.2), transparent 22%),
    linear-gradient(135deg, #0f1020 0%, #17192a 100%);
}

.admin-v2-shell {
  grid-template-columns: 292px minmax(0, 1fr);
  background: transparent;
}

.admin-v2-sidebar {
  margin: 18px 0 18px 18px;
  min-height: calc(100vh - 36px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(33, 31, 58, 0.96), rgba(24, 24, 42, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.admin-login-eyebrow {
  color: #a78bfa;
}

.admin-v2-brand {
  display: grid;
  gap: 10px;
}

.admin-v2-brand::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.admin-v2-brand h1 {
  font-size: 30px;
}

.admin-v2-subtitle {
  color: rgba(233, 232, 255, 0.68);
  font-size: 14px;
}

.admin-v2-nav {
  position: relative;
  gap: 10px;
  padding-top: 10px;
}

.admin-v2-nav::before {
  content: "MENÜ";
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.admin-v2-nav-item {
  grid-template-columns: 40px 1fr;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.04);
}

.admin-v2-nav-item strong {
  font-size: 14px;
}

.admin-v2-nav-item small {
  color: rgba(213, 210, 255, 0.55);
}

.admin-v2-nav-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #c7bbff;
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, #7c5cff, #6f63ff);
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(105, 88, 255, 0.34);
}

.admin-v2-nav-item.is-active small,
.admin-v2-nav-item.is-active strong {
  color: #ffffff;
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: none;
}

.admin-v2-sidebar-footer {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-v2-content {
  padding: 18px 18px 18px 14px;
}

.admin-v2-hero {
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
}

.admin-v2-hero-copy,
.admin-v2-tip,
.admin-v2-stat-card,
.admin-v2-panel {
  background: #f7f7fc;
  border: 1px solid rgba(73, 51, 139, 0.08);
  box-shadow: 0 18px 48px rgba(18, 18, 34, 0.12);
}

.admin-v2-hero-copy,
.admin-v2-tip {
  border-radius: 26px;
}

.admin-v2-kicker {
  color: #7a5af8;
}

.admin-v2-hero h2 {
  color: #171726;
  font-size: 38px;
}

.admin-v2-hero p,
.admin-v2-tip span {
  color: #5d6079;
}

.admin-v2-tip strong {
  color: #1b1d31;
}

.admin-v2-stats {
  margin-bottom: 18px;
}

.admin-v2-stat-card {
  border-radius: 24px;
}

.admin-v2-stat-head {
  color: #666a84;
}

.admin-v2-stat-head small {
  color: #7a5af8;
}

.admin-v2-stat-card strong {
  color: #171726;
}

.admin-v2-panel {
  border-radius: 26px;
}

.admin-v2-panel h2 {
  color: #171726;
}

.admin-v2-panel-kicker {
  color: #7a5af8;
}

.admin-v2-chip {
  background: rgba(122, 90, 248, 0.1);
  color: #6b50e7;
}

.admin-v2-list-panel .admin-list {
  max-height: 70vh;
}

.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  border: 1px solid #ececf5;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(20, 23, 38, 0.06);
}

.admin-v2-panel .admin-vehicle-card h3,
.admin-v2-panel .admin-location-card h3 {
  color: #1a1b2d;
}

.admin-v2-panel .admin-vehicle-card p,
.admin-v2-panel .admin-location-card p {
  color: #666a84;
}

.admin-v2-panel .admin-location-badge {
  background: linear-gradient(135deg, #7c5cff, #5a6bff);
}

.admin-v2-form input,
.admin-v2-form textarea {
  border-color: #e7e7f4;
  background: #ffffff;
}

.admin-v2-form input:focus,
.admin-v2-form textarea:focus {
  border-color: #7a5af8;
  box-shadow: 0 0 0 4px rgba(122, 90, 248, 0.14);
}

.admin-v2-form .muted-button {
  background: #eef0f7;
}

.admin-v2-form .btn.btn-yellow {
  background: linear-gradient(135deg, #7c5cff, #5d6bff);
  color: #ffffff;
}

.admin-v2-form .btn.btn-yellow:hover {
  filter: brightness(1.04);
}

/* Admin sidebar cleanup */
.admin-v2-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
}

.admin-v2-brand {
  gap: 8px;
}

.admin-v2-nav {
  order: 1;
  padding-top: 4px;
}

.admin-v2-nav::before {
  content: none;
  display: none;
}

.admin-v2-nav-item {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-v2-nav-icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  color: #d2c8ff;
}

.admin-v2-sidebar-footer {
  order: 2;
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 0;
}

.admin-v2-subtitle {
  order: 3;
  margin: 2px 4px 0;
  color: rgba(214, 210, 242, 0.5);
  font-size: 13px;
  line-height: 1.55;
}

.admin-page-switcher {
  display: grid;
  gap: 10px;
}

.admin-page-editor-note {
  margin-top: 18px;
  color: #666a84;
  line-height: 1.65;
}

.admin-routes-shell {
  margin-top: 18px;
}

.admin-transfer-prices {
  grid-template-columns: repeat(4, 1fr);
}

.admin-transfer-price-group {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.admin-transfer-price-group h3 {
  margin: 0;
  color: #2a2940;
  font-size: 16px;
}

.admin-v2-site-link,
.admin-v2-logout {
  width: 100%;
  min-height: 46px;
  border-radius: 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-v2-site-link {
  background: linear-gradient(135deg, #8b6bff, #695bff);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(103, 86, 255, 0.28);
}

.admin-v2-logout {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: #f2efff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-v2-site-link:hover,
.admin-v2-logout:hover,
.admin-v2-nav-item:hover {
  transform: translateY(-1px);
}

.admin-v2-logout:hover {
  background: rgba(255, 255, 255, 0.1);
}

.admin-v2-hero-copy,
.admin-v2-tip,
.admin-v2-stat-card,
.admin-v2-panel {
  background: linear-gradient(180deg, #f0eef8 0%, #ebe8f5 100%);
  border-color: rgba(73, 51, 139, 0.09);
  box-shadow: 0 18px 48px rgba(18, 18, 34, 0.1);
}

.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  border: 1px solid rgba(121, 109, 173, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 244, 255, 0.82));
  box-shadow: 0 10px 28px rgba(20, 23, 38, 0.05);
}

.admin-v2-form input,
.admin-v2-form textarea {
  border-color: #dddaf0;
  background: rgba(255, 255, 255, 0.78);
}

.admin-v2-form .muted-button {
  background: #e4e2f2;
  color: #2b2a3d;
}

@media (max-width: 980px) {
  .page-two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .transfer-table-card {
    overflow-x: auto;
  }

  .transfer-table {
    min-width: 860px;
  }

  .admin-transfer-prices {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-v2-sidebar {
    margin: 18px;
    min-height: auto;
  }

  .admin-v2-content {
    padding: 0 18px 18px;
  }
}

/* Admin dashboard dark indigo theme */
.admin-modern-page {
  background:
    radial-gradient(circle at top left, rgba(114, 107, 255, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(84, 78, 205, 0.12), transparent 24%),
    linear-gradient(180deg, #1c1d2d 0%, #191a28 100%);
  color: #f3f4ff;
}

.admin-v2-shell {
  gap: 22px;
}

.admin-v2-sidebar {
  background: linear-gradient(180deg, #2c2d42 0%, #27283c 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 44px rgba(6, 8, 20, 0.42);
}

.admin-v2-brand::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(118, 111, 255, 0.14), transparent);
}

.admin-v2-brand h1,
.admin-v2-hero h2,
.admin-v2-panel h2,
.admin-v2-stat-card strong,
.admin-v2-panel .admin-vehicle-card h3,
.admin-v2-panel .admin-location-card h3,
.admin-transfer-price-group h3 {
  color: #f7f7ff;
}

.admin-v2-subtitle,
.admin-v2-hero p,
.admin-v2-tip span,
.admin-v2-stat-head span,
.admin-v2-panel .admin-vehicle-card p,
.admin-v2-panel .admin-location-card p,
.admin-page-editor-note {
  color: #a9acc9;
}

.admin-v2-kicker,
.admin-v2-panel-kicker,
.admin-v2-stat-head small {
  color: #8f93ff;
}

.admin-v2-nav-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.admin-v2-nav-item strong,
.admin-v2-nav-item small {
  color: #eceeff;
}

.admin-v2-nav-item small {
  color: #9da2c5;
}

.admin-v2-nav-icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  color: #e6e2ff;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, #6f6dff 0%, #5b61ff 100%);
  border-color: rgba(151, 150, 255, 0.45);
  box-shadow: 0 14px 32px rgba(87, 92, 255, 0.34);
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.admin-v2-nav-item:hover,
.admin-v2-site-link:hover,
.admin-v2-logout:hover {
  box-shadow: 0 12px 26px rgba(8, 10, 22, 0.24);
}

.admin-v2-site-link,
.admin-v2-logout {
  min-height: 48px;
  border-radius: 15px;
}

.admin-v2-site-link {
  background: linear-gradient(135deg, #706fff 0%, #5f6cff 100%);
  box-shadow: 0 14px 30px rgba(83, 88, 255, 0.3);
}

.admin-v2-logout {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.06);
  color: #f1f3ff;
}

.admin-v2-content {
  gap: 20px;
}

.admin-v2-hero-copy,
.admin-v2-tip,
.admin-v2-stat-card,
.admin-v2-panel {
  background: linear-gradient(180deg, #2b2d43 0%, #26283d 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 44px rgba(7, 8, 18, 0.28);
}

.admin-v2-tip strong,
.admin-v2-chip {
  color: #e9ebff;
}

.admin-v2-chip {
  background: rgba(112, 111, 255, 0.16);
  border: 1px solid rgba(132, 130, 255, 0.18);
}

.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  background: linear-gradient(180deg, #31334b 0%, #2b2d43 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 28px rgba(9, 10, 22, 0.18);
}

.admin-v2-panel .admin-location-badge {
  background: linear-gradient(135deg, #6b6dff 0%, #4fcb7d 100%);
  color: #ffffff;
}

.admin-v2-form label,
.admin-v2-form label span,
.admin-v2-panel,
.admin-v2-panel .admin-actions .btn,
.admin-v2-form .btn,
.admin-v2-form .muted-button,
.admin-v2-panel .admin-preview-empty {
  color: #eef0ff;
}

.admin-v2-form input,
.admin-v2-form textarea,
.admin-v2-panel .admin-preview-empty {
  background: #232538;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5f7ff;
}

.admin-v2-form input::placeholder,
.admin-v2-form textarea::placeholder {
  color: #8186aa;
}

.admin-v2-form input:focus,
.admin-v2-form textarea:focus {
  border-color: rgba(118, 112, 255, 0.88);
  box-shadow: 0 0 0 4px rgba(104, 107, 255, 0.18);
}

.admin-v2-form .muted-button {
  background: #343750;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-v2-form .btn.btn-yellow {
  background: linear-gradient(135deg, #6f6dff 0%, #5b61ff 100%);
  box-shadow: 0 12px 28px rgba(83, 88, 255, 0.28);
}

.admin-v2-panel .admin-actions .btn {
  border-radius: 13px;
}

.admin-v2-panel .admin-actions .btn:not(.btn-danger):not(.muted-button) {
  background: linear-gradient(135deg, #6f6dff 0%, #5b61ff 100%);
  color: #ffffff;
}

.admin-v2-panel .admin-actions .btn.btn-danger {
  background: #4a2430;
  color: #ffd9df;
  border: 1px solid rgba(255, 114, 140, 0.18);
}

.admin-v2-panel .admin-thumb-empty {
  background: #232538;
  color: #9095bc;
}

.admin-v2-stat-card strong {
  text-shadow: 0 6px 18px rgba(98, 102, 255, 0.16);
}

.admin-v2-panel .admin-list,
.admin-v2-list-panel .admin-list {
  scrollbar-color: rgba(114, 111, 255, 0.7) rgba(255, 255, 255, 0.04);
}

.admin-v2-panel .admin-list::-webkit-scrollbar-thumb,
.admin-v2-list-panel .admin-list::-webkit-scrollbar-thumb {
  background: rgba(114, 111, 255, 0.7);
}

.admin-v2-panel .admin-list::-webkit-scrollbar-track,
.admin-v2-list-panel .admin-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

/* Admin sidebar refined to match flat dashboard reference */
.admin-v2-shell {
  gap: 18px;
}

.admin-v2-sidebar {
  width: 248px;
  padding: 24px 16px 18px;
  border-radius: 0;
  background: #2d2e43;
  border: 0;
  box-shadow: none;
}

.admin-v2-brand {
  padding: 2px 10px 12px;
}

.admin-v2-brand::after {
  background: rgba(255, 255, 255, 0.08);
}

.admin-login-eyebrow {
  color: #f5f6ff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.admin-v2-brand h1 {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 700;
  color: #f5f6ff;
}

.admin-v2-nav {
  gap: 2px;
  padding-top: 6px;
}

.admin-v2-nav-item {
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.admin-v2-nav-item:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.admin-v2-nav-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  color: #d9dcf4;
  font-size: 11px;
  font-weight: 700;
}

.admin-v2-nav-item strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #d9dcf4;
}

.admin-v2-nav-item small {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  color: #8f93b7;
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, #6c63ff 0%, #655bff 100%);
  border: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.admin-v2-nav-item.is-active strong,
.admin-v2-nav-item.is-active small {
  color: #ffffff;
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.admin-v2-subtitle {
  color: #7f84aa;
  font-size: 12px;
  line-height: 1.5;
}

.admin-v2-sidebar-footer {
  gap: 8px;
}

.admin-v2-site-link,
.admin-v2-logout {
  min-height: 42px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.admin-v2-site-link {
  background: #40435f;
  color: #eef0ff;
  box-shadow: none;
}

.admin-v2-site-link:hover {
  background: #494c6a;
}

.admin-v2-logout {
  background: rgba(255, 255, 255, 0.04);
  color: #cfd3f2;
}

.admin-v2-logout:hover {
  background: rgba(255, 255, 255, 0.07);
}

.admin-v2-hero-copy,
.admin-v2-tip,
.admin-v2-stat-card,
.admin-v2-panel,
.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  background: #313247;
}

.admin-v2-hero-copy,
.admin-v2-tip,
.admin-v2-stat-card,
.admin-v2-panel {
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 26px rgba(11, 12, 24, 0.18);
}

.admin-v2-panel .admin-vehicle-card,
.admin-v2-panel .admin-location-card {
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.admin-v2-form input,
.admin-v2-form textarea,
.admin-v2-panel .admin-preview-empty {
  background: #2a2c40;
}

/* Sidebar layout aligned closer to flat dashboard reference */
.admin-v2-sidebar {
  width: 236px;
  padding: 18px 0 18px;
  background: #2e2f45;
  border-radius: 0;
}

.admin-v2-brand {
  padding: 2px 20px 14px;
  gap: 2px;
}

.admin-login-eyebrow {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f2f3fb;
}

.admin-v2-brand h1 {
  font-size: 13px;
  font-weight: 600;
  color: #8f94b3;
}

.admin-v2-nav {
  gap: 0;
  padding: 10px 0 0;
}

.admin-v2-nav-item {
  position: relative;
  min-height: 44px;
  margin: 0 12px 4px;
  padding: 11px 14px;
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.admin-v2-nav-item:nth-of-type(1) {
  margin-top: 18px;
}

.admin-v2-nav-item:nth-of-type(3),
.admin-v2-nav-item:nth-of-type(5) {
  margin-top: 24px;
}

.admin-v2-nav-item:nth-of-type(1)::before,
.admin-v2-nav-item:nth-of-type(3)::before,
.admin-v2-nav-item:nth-of-type(5)::before {
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6f7395;
}

.admin-v2-nav-item:nth-of-type(1)::before {
  content: "Site Yonetimi";
}

.admin-v2-nav-item:nth-of-type(3)::before {
  content: "Icerik";
}

.admin-v2-nav-item:nth-of-type(5)::before {
  content: "Sistem";
}

.admin-v2-nav-item > span:last-child {
  display: flex;
  align-items: center;
  flex: 1;
}

.admin-v2-nav-item small {
  display: none;
}

.admin-v2-nav-item strong {
  color: #cfd2ea;
  font-size: 14px;
  font-weight: 600;
}

.admin-v2-nav-item::after {
  content: "\203A";
  margin-left: auto;
  color: #8388aa;
  font-size: 18px;
  line-height: 1;
}

.admin-v2-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: none;
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, #6a63ff 0%, #726dff 100%);
  box-shadow: 0 8px 24px rgba(91, 95, 255, 0.24);
}

.admin-v2-nav-item.is-active strong,
.admin-v2-nav-item.is-active::after {
  color: #ffffff;
}

.admin-v2-nav-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 12px;
  border-radius: 0;
  background: transparent;
  color: #b1b6d4;
  font-size: 0;
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon {
  background: transparent;
  color: #ffffff;
}

.admin-v2-nav-icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.admin-v2-nav-item:nth-of-type(1) .admin-v2-nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1b6d4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.2'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1.2'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1.2'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1.2'/%3E%3C/svg%3E");
}

.admin-v2-nav-item:nth-of-type(2) .admin-v2-nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1b6d4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5 6-11a6 6 0 1 0-12 0c0 6 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2'/%3E%3C/svg%3E");
}

.admin-v2-nav-item:nth-of-type(3) .admin-v2-nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1b6d4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='2'/%3E%3Cpath d='m8 13 2.5-2.5 2.5 2 3.5-4 2 3'/%3E%3C/svg%3E");
}

.admin-v2-nav-item:nth-of-type(4) .admin-v2-nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1b6d4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4.5h7l4 4V19.5H7z'/%3E%3Cpath d='M14 4.5v4h4'/%3E%3Cpath d='M9.5 12.5h5M9.5 16h5'/%3E%3C/svg%3E");
}

.admin-v2-nav-item:nth-of-type(5) .admin-v2-nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1b6d4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19 12a6.9 6.9 0 0 0-.1-1l2-1.4-2-3.5-2.4 1a7.5 7.5 0 0 0-1.7-1l-.4-2.6h-4l-.4 2.6c-.6.2-1.2.6-1.7 1l-2.4-1-2 3.5 2 1.4a7 7 0 0 0 0 2l-2 1.4 2 3.5 2.4-1c.5.4 1.1.8 1.7 1l.4 2.6h4l.4-2.6c.6-.2 1.2-.6 1.7-1l2.4 1 2-3.5-2-1.4c.1-.3.1-.7.1-1Z'/%3E%3C/svg%3E");
}

.admin-v2-nav-item.is-active .admin-v2-nav-icon::before {
  filter: brightness(0) invert(1);
}

.admin-v2-sidebar {
  padding: 14px 0 12px;
}

.admin-v2-brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 2px 20px 10px;
}

.admin-login-eyebrow {
  font-size: 15px;
}

.admin-v2-brand h1 {
  margin: 0;
  font-size: 12px;
  color: #9ca1c2;
}

.admin-v2-nav {
  padding: 6px 0 0;
}

.admin-v2-nav-item {
  min-height: 39px;
  margin: 0 12px 2px;
  padding: 10px 12px;
}

.admin-v2-nav-item:nth-of-type(1) {
  margin-top: 14px;
}

.admin-v2-nav-item:nth-of-type(3),
.admin-v2-nav-item:nth-of-type(5) {
  margin-top: 16px;
}

.admin-v2-nav-item strong {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-v2-nav-item::after {
  font-size: 15px;
}

.admin-v2-nav-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
}

.admin-v2-nav-icon::before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.admin-v2-sidebar-footer {
  padding: 12px 12px 0;
}

.admin-v2-site-link,
.admin-v2-logout {
  min-height: 37px;
  border-radius: 8px;
  font-size: 12px;
}

.admin-v2-site-link {
  background: #41445f;
}

.admin-v2-subtitle {
  padding: 4px 16px 0;
  color: #767b9e;
  font-size: 10px;
  line-height: 1.45;
}

.news-card h3 {
  font-size: 28px;
  font-weight: 400;
}

.news-card p {
  color: #525768;
  line-height: 1.75;
}

.footbar {
  margin-top: 54px;
  background: linear-gradient(180deg, #1f2436 0%, #171b2b 100%);
  color: #eef1ff;
  padding: 34px 0 26px;
}

.footer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.footer-highlight {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-highlight strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  color: #ffffff;
}

.footer-highlight p {
  margin: 0;
  color: #b8bfd9;
  line-height: 1.65;
}

.footer-links.footer-links-compact {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links.footer-links-compact > div {
  width: 33.333%;
}

.footer-links.footer-links-compact h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.footer-links.footer-links-compact a,
.footer-links.footer-links-compact p {
  color: #c3c9e0;
}

.footer-links.footer-links-compact a:hover {
  color: #ffffff;
}

.socials a {
  background: rgba(255, 255, 255, 0.08);
}

.reservation-line strong {
  color: #ffffff;
}

.article-shell {
  padding: 28px 0 56px;
}

.article-breadcrumb {
  margin-bottom: 18px;
  color: #7d839c;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-breadcrumb a {
  color: #7d839c;
}

.article-hero {
  margin-bottom: 26px;
  padding: 28px 32px;
  border: 1px solid #e7e9f2;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.article-hero h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.12;
}

.article-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: #6d738b;
  font-size: 14px;
}

.article-cover {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 24px;
}

.article-body {
  max-width: 920px;
  margin: 0 auto;
  color: #2f3445;
  line-height: 1.9;
  font-size: 17px;
}

.article-body h2 {
  margin: 34px 0 12px;
  font-size: 28px;
  color: #1c2132;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body ul {
  margin: 0 0 22px 20px;
  color: #2f3445;
  line-height: 1.9;
}

.article-backlink {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f1f3f9;
  color: #202536;
}

input,
textarea {
  color: #202536;
  caret-color: #202536;
}

input::selection,
textarea::selection {
  background: #d7defa;
  color: #202536;
}

.admin-v2-form input,
.admin-v2-form textarea {
  color: #f4f6ff;
  caret-color: #ffffff;
}

.admin-v2-form input::selection,
.admin-v2-form textarea::selection {
  background: rgba(111, 103, 255, 0.88);
  color: #ffffff;
}

.news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid #eceff6;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
}

.news-card img {
  width: 180px;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
}

.news-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-card h3 {
  font-size: 20px;
  line-height: 1.3;
}

.news-card p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.footbar {
  background: linear-gradient(180deg, #202638 0%, #181d2d 100%);
}

.footer-highlights {
  margin-bottom: 26px;
}

.footer-highlight {
  background: rgba(255, 255, 255, 0.045);
}

.footer-links.footer-links-compact {
  padding-top: 22px;
}

@media (max-width: 900px) {
  .news-list {
    grid-template-columns: 1fr;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card img {
    width: 100%;
    height: 220px;
  }

  .footer-highlights {
    grid-template-columns: 1fr;
  }

  .footer-links.footer-links-compact > div {
    width: 100%;
  }

  .article-hero {
    padding: 22px 20px;
  }

  .article-hero h1 {
    font-size: 32px;
  }

  .article-cover {
    height: 260px;
  }

  .article-body {
    font-size: 16px;
  }
}

/* Final admin sidebar cleanup */
.admin-v2-sidebar {
  width: 248px;
  padding: 18px 14px 14px;
  background: linear-gradient(180deg, #303149 0%, #2a2b40 100%);
  border-radius: 0;
}

.admin-v2-brand {
  display: block;
  padding: 0 4px 14px;
}

.admin-v2-brand::after {
  display: none;
}

.admin-login-eyebrow {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #f3f4ff;
}

.admin-v2-brand h1 {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #8d92b8;
}

.admin-v2-nav {
  padding-top: 10px;
}

.admin-v2-nav-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  min-height: 42px;
  margin: 0 0 2px;
  padding: 10px 12px;
  border-radius: 8px;
}

.admin-v2-nav-item:nth-of-type(1) {
  margin-top: 18px;
}

.admin-v2-nav-item:nth-of-type(3),
.admin-v2-nav-item:nth-of-type(5) {
  margin-top: 18px;
}

.admin-v2-nav-item::before {
  left: 0;
}

.admin-v2-nav-item span {
  display: block !important;
}

.admin-v2-nav-item > span:last-child {
  display: block !important;
  flex: 1;
  min-width: 0;
}

.admin-v2-nav-item strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.2;
}

.admin-v2-nav-item small {
  display: none !important;
}

.admin-v2-nav-icon {
  flex: 0 0 16px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 0;
}

.admin-v2-nav-icon::before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.admin-v2-nav-item::after {
  margin-left: auto;
  align-self: center;
  font-size: 15px;
  color: #7f84ab;
}

.admin-v2-nav-item.is-active {
  background: linear-gradient(135deg, #6e67ff 0%, #7268ff 100%);
  box-shadow: 0 10px 26px rgba(89, 92, 255, 0.24);
}

.admin-v2-nav-item:hover {
  background: rgba(255, 255, 255, 0.045);
}

.admin-v2-nav-item.is-active:hover {
  background: linear-gradient(135deg, #6e67ff 0%, #7268ff 100%);
}

.admin-v2-nav-section {
  display: none;
}

.admin-v2-sidebar-footer {
  padding: 14px 0 0;
}

.admin-v2-site-link,
.admin-v2-logout {
  width: 100%;
  min-height: 40px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
}

.admin-v2-site-link {
  background: #494d6e;
}

.admin-v2-logout {
  background: rgba(255, 255, 255, 0.03);
}

.admin-v2-subtitle {
  display: none;
}

/* Final visual fixes */
.admin-v2-form input,
.admin-v2-form textarea {
  color: #1b2232 !important;
  caret-color: #1b2232 !important;
  background: #f3f5fb !important;
  border-color: #d8deef !important;
}

.admin-v2-form input::placeholder,
.admin-v2-form textarea::placeholder {
  color: #8b94af !important;
}

.admin-v2-form input:focus,
.admin-v2-form textarea:focus {
  color: #141a26 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(112, 105, 255, 0.15) !important;
}

.admin-v2-form input::selection,
.admin-v2-form textarea::selection {
  background: rgba(111, 103, 255, 0.22) !important;
  color: #141a26 !important;
}

.logo-text {
  align-items: center !important;
  text-align: center !important;
}

.logo-text strong,
.logo-text span,
.logo-text small {
  text-align: center !important;
}

.logo-text span {
  width: auto !important;
  margin-left: 0 !important;
  line-height: 0.9 !important;
}

.news-section .section-title {
  text-align: center;
}

.news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  max-width: 1080px;
  margin: 0 auto !important;
}

.news-card {
  grid-template-columns: 150px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px !important;
  border: 1px solid #e5e9f4 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%) !important;
  box-shadow: 0 14px 30px rgba(23, 29, 44, 0.06);
}

.news-card img {
  width: 150px !important;
  height: 112px !important;
  border-radius: 14px !important;
}

.news-card h3 {
  margin-bottom: 8px;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.news-card p {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.footbar {
  background: linear-gradient(180deg, #1f2537 0%, #151a28 100%) !important;
  padding-top: 34px !important;
  padding-bottom: 28px !important;
}

.footer-highlights {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-highlight {
  padding: 18px 18px 16px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 12px 28px rgba(8, 11, 18, 0.22) !important;
}

.footer-highlight strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #f4f6ff !important;
  font-size: 18px !important;
}

.footer-highlight p {
  color: rgba(225, 231, 246, 0.82) !important;
  line-height: 1.65 !important;
}

.footer-links.footer-links-compact {
  padding-top: 8px !important;
  border-top: 0 !important;
}

.footer-links.footer-links-compact h3 {
  color: #ffffff !important;
}

.footer-links.footer-links-compact a,
.footer-links.footer-links-compact p,
.reservation-line a,
.reservation-line strong {
  color: rgba(225, 231, 246, 0.84) !important;
}

.footer-links.footer-links-compact a:hover {
  color: #ffffff !important;
}

.bottom-bar {
  color: #7f87a3 !important;
}

@media (max-width: 900px) {
  .news-list {
    grid-template-columns: 1fr !important;
  }

  .news-card {
    grid-template-columns: 1fr !important;
  }

  .news-card img {
    width: 100% !important;
    height: 220px !important;
  }

  .footer-highlights {
    grid-template-columns: 1fr !important;
  }
}

.article-cover {
  display: block !important;
  float: left;
  width: 240px !important;
  height: 160px !important;
  margin: 0 22px 14px 0 !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px !important;
  background: #e8edf7;
}

.article-body::after {
  content: "";
  display: block;
  clear: both;
}

.article-inline-links {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #f4f6fb;
  border: 1px solid #e4e8f2;
}

.article-inline-links p {
  margin: 0;
  line-height: 1.8;
}

.article-inline-links a {
  color: #2647b8;
  font-weight: 600;
}

.admin-page-editor-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
  margin-bottom: 18px;
}

.admin-page-editor-label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-page-editor-label span {
  color: #f2f4ff;
  font-size: 13px;
  font-weight: 700;
}

.admin-page-editor-label textarea {
  min-height: 420px;
  resize: vertical;
}

.admin-page-preview-panel {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-v2-panel-head-inline {
  margin-bottom: 14px;
}

.admin-page-preview {
  min-height: 420px;
  padding: 18px;
  border-radius: 14px;
  background: #f7f8fc;
  color: #1b2232;
  line-height: 1.75;
  overflow: auto;
}

.admin-page-preview h2,
.admin-page-preview h3 {
  color: #111827;
}

.admin-page-preview a {
  color: #2948be;
  font-weight: 600;
}

@media (max-width: 900px) {
  .article-cover {
    float: none;
    width: 100% !important;
    height: 220px !important;
    margin: 0 0 18px !important;
  }

  .admin-page-editor-shell {
    grid-template-columns: 1fr;
  }

  .admin-page-preview,
  .admin-page-editor-label textarea {
    min-height: 280px;
  }
}

.article-cover {
  display: none !important;
}

.article-hero {
  margin-bottom: 18px !important;
}

/* 2026-05-16 content editor, blog, transfer and footer polish */
.footbar {
  background: linear-gradient(180deg, #0f3d57 0%, #0f3d57 100%) !important;
}

.footer-highlight {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 16px;
}

.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 12px;
}

.editor-tool {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #eef1ff;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}

.editor-tool:hover {
  background: rgba(117, 101, 255, 0.28);
}

/* 2026-05-16 footer, shortcut and social settings refresh */
/* .footbar {
  background: #404040 !important;

}*/

.footer-highlights {
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

.footer-highlight {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-links.footer-links-compact h3,
.footer-links.footer-links-compact a,
.footer-links.footer-links-compact p,
.reservation-line strong,
.reservation-line a {
  color: #ffffff !important;
}

.socials {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  min-height: 48px;
  margin-bottom: 16px;
}

.socials a,
.social-link {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  transition: transform 0.18s ease, background 0.18s ease;
}

.socials a:hover,
.social-link:hover {
  transform: translateY(-2px);
  background: #f6c332 !important;
  color: #1f1f1f !important;
}

.socials svg,
.social-link svg {
  width: 20px;
  height: 20px;
}

.is-empty-socials .socials::before {
  content: "Aktif sosyal medya bağlantısı yok";
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.reservation-line a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.reservation-line-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.reservation-line-icon svg {
  width: 16px;
  height: 16px;
}

.shortcut-container {
  right: 18px !important;
  bottom: 18px !important;
}

.shortcut-container a {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24) !important;
}

.shortcut-whatsapp {
  width: 68px !important;
  height: 68px !important;
  background: linear-gradient(180deg, #2fd15a, #17a943) !important;
  color: #ffffff !important;
}

.shortcut-whatsapp svg {
  width: 34px;
  height: 34px;
}

.admin-social-settings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-social-setting-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-social-setting-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-social-setting-head input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .admin-social-settings {
    grid-template-columns: 1fr;
  }
}

.admin-rich-editor {
  min-height: 360px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #ffffff;
  color: #1d2335;
  padding: 18px;
  line-height: 1.75;
  overflow: auto;
}

.admin-rich-editor:focus {
  outline: 2px solid rgba(120, 106, 255, 0.38);
}

.admin-rich-editor h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.admin-blog-shell {
  margin-top: 28px;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: start;
}

.article-thumb-shell {
  display: flex;
  justify-content: center;
}

.article-thumb-shell img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #e4e8f4;
}

.article-body-card {
  padding: 26px 30px;
  border: 1px solid #e6e9f3;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fe 100%);
}

.article-inline-links {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f3f5fd;
  border: 1px solid #dfe3f2;
}

.article-inline-links a {
  color: #2f55d4;
  font-weight: 700;
}

.transfer-table tbody tr {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.transfer-table tbody tr:hover {
  background: #f8f9ff;
}

.transfer-table tbody tr.is-selected {
  background: #eef0ff;
}

.transfer-table tbody tr.is-selected .transfer-radio {
  border-color: #6b5cff;
  background: radial-gradient(circle at center, #6b5cff 0 45%, #ffffff 47% 100%);
}

.transfer-radio {
  vertical-align: middle;
  margin-right: 10px;
}

.transfer-baby-seat-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #28304a;
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .article-hero {
    grid-template-columns: 1fr;
  }

  .article-thumb-shell {
    justify-content: flex-start;
  }
}

/* --- UI refresh: admin media upload + public responsive polish --- */
.admin-media-field {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed #d5dae3;
  border-radius: 16px;
  background: #f8f9fc;
}

.admin-media-label {
  font-weight: 700;
  color: #2a3140;
}

.admin-media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-field-hint {
  margin: 0;
  color: #6b7285;
  font-size: 13px;
  line-height: 1.5;
}

.admin-media-field.is-uploading {
  opacity: 0.72;
  pointer-events: none;
}

.admin-form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.admin-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 16px);
  z-index: 120;
  min-width: min(92vw, 360px);
  padding: 14px 18px;
  border-radius: 14px;
  background: #111318;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.admin-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.admin-toast.is-error {
  background: #b63d2f;
}

.page-side-links {
  position: sticky;
  top: 18px;
}

.page-side-links h3 {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.page-side-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #ececec;
  line-height: 1.35;
  word-break: break-word;
}

.page-side-links a::before {
  flex: 0 0 auto;
  margin-right: 0;
  line-height: 1;
}

.page-hero h1,
.page-copy-card h2,
.page-copy-card h3 {
  overflow-wrap: anywhere;
}

.page-copy-card img,
.article-body-card img,
.admin-rich-editor img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.fleet-card img,
.vehicle-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .page-two-column,
  .admin-grid,
  .admin-v2-grid,
  .admin-v2-hero {
    grid-template-columns: 1fr;
  }

  .page-side-links {
    position: static;
  }

  .admin-v2-list-panel .admin-list {
    max-height: none;
  }

  .admin-vehicle-card {
    grid-template-columns: 1fr;
  }

  .admin-vehicle-card img,
  .admin-v2-panel .admin-thumb-empty {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .admin-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-price-row,
  .admin-transfer-prices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-v2-content {
    padding: 18px 14px 28px;
  }

  .admin-v2-panel {
    padding: 16px;
  }

  .admin-form-row {
    grid-template-columns: 1fr;
  }

  .admin-media-actions .btn {
    width: 100%;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 20px 16px;
  }

  .page-hero h1 {
    font-size: 30px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .editor-toolbar {
    gap: 8px;
  }

  .editor-tool {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
}

/* --- Prices page catalogue layout --- */
.prices-page-shell {
  display: grid;
  gap: 18px;
}

.prices-booking-steps {
  margin-bottom: 0;
}

.prices-catalog-shell {
  display: block;
}

.prices-catalog-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 10px;
  align-items: start;
}

.prices-catalog-main {
  min-width: 0;
}

.prices-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: #070707;
  color: #ffffff;
  margin-bottom: 10px;
}

.prices-toolbar--full {
  width: 100%;
}

.prices-toolbar-title {
  font-size: 1.8rem;
  font-weight: 300;
}

.prices-toolbar-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.prices-toolbar-filters input,
.prices-toolbar-filters select,
.prices-side-field input,
.prices-side-field select {
  min-height: 44px;
  border: 1px solid #d5d8e3;
  background: #ffffff;
  color: #23314d;
  padding: 0 12px;
  font: inherit;
}

.prices-toolbar-filters input {
  min-width: min(100%, 320px);
  flex: 1 1 280px;
}

.prices-toolbar-filters select {
  display: none;
}

.prices-date-field {
  display: flex;
  align-items: center;
  border: 1px solid #d5d8e3;
  background: #ffffff;
}

.prices-date-field input,
.prices-date-field .flatpickr-input[readonly] {
  flex: 1;
  min-height: 44px;
  border: 0;
  padding: 0 12px;
  font: inherit;
  color: #23314d;
  background: transparent;
  cursor: pointer;
}

.prices-date-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  border: 0;
  border-left: 1px solid #d5d8e3;
  background: #f7f8fc;
  cursor: pointer;
}

.prices-date-trigger img {
  width: 20px;
  height: 20px;
}

.prices-results-meta {
  padding: 10px 2px 16px;
  color: #58637d;
  font-size: 14px;
}

.prices-vehicle-list {
  display: grid;
  gap: 0;
  border-top: 1px dashed #d7dbe6;
}

.price-vehicle-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: start;
  padding: 14px 10px 14px 10px;
  border-top: 1px dashed #d7dbe6;
}

.price-vehicle-card:first-child {
  border-top: 0;
}

.price-vehicle-media img {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid #dfe4ef;
  background: #f0f3f9;
}

.price-vehicle-availability {
  margin: 8px 0 0;
  color: #159332;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.price-vehicle-availability::before {
  content: "✓ ";
}

.price-vehicle-availability.is-unavailable {
  color: #c0392b;
}

.price-vehicle-availability.is-unavailable::before {
  content: "✕ ";
}

.price-vehicle-card.is-unavailable {
  opacity: 0.92;
}

.price-vehicle-card.is-unavailable .btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.price-vehicle-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding-top: 4px;
}

.price-vehicle-copy h3 {
  margin: 0;
  color: #3f4e6d;
  font-size: 1rem;
  font-weight: 400;
}

.price-vehicle-summary {
  margin: 0;
  color: #73809d;
  line-height: 1.35;
  font-size: 13px;
}

.price-vehicle-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price-vehicle-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0;
  background: transparent;
  color: #111111;
  font-size: 13px;
  font-weight: 400;
}

.price-vehicle-badge::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #d9deeb;
  background:
    linear-gradient(#111111, #111111) center / 8px 2px no-repeat,
    linear-gradient(#111111, #111111) center / 2px 8px no-repeat,
    #ffffff;
}

.price-vehicle-pricing {
  display: grid;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid #d9ddea;
  background: #fbfbfc;
}

.price-tier-list {
  display: grid;
  gap: 8px;
}

.price-tier-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #5b6782;
  font-size: 11px;
}

.price-tier-row strong {
  color: #17233b;
  font-size: 11px;
}

.prices-sidebar {
  position: sticky;
  top: 96px;
  margin-top: 168px;
}

.prices-sidebar-card {
  display: grid;
  gap: 10px;
  padding: 16px 14px;
  border: 1px solid #d8dce8;
  background: linear-gradient(180deg, #f7f8fc 0%, #f1f3f8 100%);
  box-shadow: 0 10px 24px rgba(28, 39, 67, 0.06);
  overflow: hidden;
}

.prices-sidebar-card h2 {
  margin: 0 0 4px;
  color: #1d2942;
  font-size: 1.05rem;
  font-weight: 800;
}

.prices-side-field {
  display: grid;
  gap: 6px;
}

.prices-side-field span {
  color: #1d2942;
  font-size: 13px;
  font-weight: 700;
}

.prices-side-field input,
.prices-side-field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 42px;
  padding: 0 11px;
  border-color: #cfd5e3;
  background: #ffffff;
}

.prices-side-submit {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  min-height: 46px;
}

.price-empty-state {
  padding: 24px;
  border: 1px solid #d8ddea;
  background: #fafbfd;
  color: #58637d;
}

.price-empty-state strong {
  display: block;
  margin-bottom: 8px;
  color: #1d2942;
}

@media (max-width: 1100px) {
  .prices-catalog-body {
    grid-template-columns: 1fr;
  }

  .prices-sidebar {
    position: static;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .prices-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .prices-toolbar-filters {
    justify-content: stretch;
  }

  .prices-toolbar-filters input,
  .prices-toolbar-filters select {
    width: 100%;
    min-width: 0;
  }

  .price-vehicle-card {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .prices-sidebar {
    top: 18px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .prices-page-shell {
    gap: 20px;
  }

  .prices-toolbar {
    padding: 14px;
  }

  .prices-toolbar-title {
    font-size: 1.45rem;
  }

  .price-vehicle-media img {
    max-width: 100%;
  }

  .prices-sidebar-card {
    padding: 14px;
  }
}

.contact-form-warning.is-success {
  color: #159332;
}

.transfer-baby-seat-field {
  margin: 8px 0 16px;
}

.transfer-baby-seat-field .input-group select {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  font: inherit;
  color: var(--text);
}

.admin-message-list {
  display: grid;
  gap: 14px;
}

.admin-message-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-message-card.is-read {
  opacity: 0.72;
}

.admin-message-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.admin-message-card h3 small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.admin-message-card p {
  margin: 0 0 6px;
  line-height: 1.5;
}

.admin-message-card .admin-message-body {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  white-space: pre-wrap;
}

.admin-message-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 110px;
}

.admin-message-actions .btn {
  width: 100%;
  min-height: 38px;
}

.admin-message-actions .btn-read {
  background: rgba(46, 160, 67, 0.2);
  border-color: rgba(46, 160, 67, 0.45);
  color: #8ee6a2;
}

.admin-message-actions .btn-delete {
  background: rgba(220, 53, 69, 0.15);
  border-color: rgba(220, 53, 69, 0.45);
  color: #ffb3bd;
}

@media (max-width: 720px) {
  .admin-message-card {
    grid-template-columns: 1fr;
  }

  .admin-message-actions {
    flex-direction: row;
  }
}

.transfer-date-input {
  display: flex;
  align-items: center;
  border: 1px solid #d5d8e3;
  background: #ffffff;
}

.transfer-date-input input,
.transfer-date-input .flatpickr-input[readonly] {
  flex: 1;
  min-height: 44px;
  border: 0;
  padding: 0 12px;
  font: inherit;
  background: transparent;
}

.transfer-date-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  border: 0;
  border-left: 1px solid #d5d8e3;
  background: #f7f8fc;
  cursor: pointer;
}

.transfer-date-trigger img {
  width: 20px;
  height: 20px;
}

.transfer-form-warning {
  margin: 0 0 12px;
  color: #c62828;
  font-size: 14px;
}

.admin-location-card.is-read {
  opacity: 0.72;
}
