﻿:root {
  --blue-900: #002a66;
  --blue-700: #0045ad;
  --blue-500: #006ce4;
  --blue-100: #eaf3ff;
  --orange-500: #f9a825;
  --orange-600: #ef9800;
  --text-900: #1f2937;
  --text-700: #4b5563;
  --line: #dbe3ee;
  --bg: #f5f7fa;
  --surface: #ffffff;
  --success: #067647;
  --danger: #c92a2a;
  --shadow: 0 10px 30px rgba(15, 37, 74, 0.1);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-900);
  background: var(--bg);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

p { margin: 0; line-height: 1.6; }

.container {
  width: min(1180px, 94vw);
  margin: 0 auto;
  min-width: 0;
}

.top-strip {
  background: var(--blue-900);
  color: #d6e7ff;
  font-size: 0.88rem;
}

.top-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.header {
  background: linear-gradient(180deg, #0c3f98, #0056c7);
  color: #fff;
  border-bottom: 0;
}

.nav-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.78rem;
  padding: 0.86rem 0 0.92rem;
}

.header-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 46px;
}

.brand {
  font-size: 2.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  line-height: 1;
}

.brand span { color: #ffd266; }

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  flex-wrap: wrap;
}

.action-link {
  color: #deebff;
  font-weight: 800;
  padding: 0.4rem 0.62rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.action-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.action-btn {
  background: #ffffff;
  color: #0b4aa5;
  border: 0;
  border-radius: 8px;
  padding: 0.45rem 0.72rem;
  font-weight: 800;
  font-size: 0.9rem;
  font-family: inherit;
  cursor: pointer;
}

.action-btn.secondary {
  background: #eaf2ff;
}

.nav {
  display: flex;
  gap: 0.48rem;
  flex-wrap: wrap;
  width: 100%;
  border-top: 0;
  padding-top: 0.62rem;
}

.nav a {
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  color: #e7f1ff;
  font-weight: 700;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav .nav-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.96;
  flex: 0 0 auto;
}

.nav .nav-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.nav a.active,
.nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.hero {
  padding: 1.2rem 0 2.2rem;
}

.booking-hero .hero-kicker {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.hero h1 {
  font-size: clamp(1.7rem, 3.3vw, 2.8rem);
  margin-bottom: 0.4rem;
}

.hero p {
  color: #e5efff;
  max-width: 760px;
}

.hero-section {
  background: linear-gradient(180deg, #00205c, #0045ac);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 55%);
  pointer-events: none;
}

.hero-section .section-title,
.hero-section .section-title h1,
.hero-section .section-title p,
.hero-section .hero-kicker,
.hero-section .hero-links .btn,
.hero-section .authority-pillars span {
  color: #ffffff;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.hero-section .hero-links .btn-outline {
  background: rgba(255, 255, 255, 0.92);
  color: #0b3c7b;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(11, 60, 123, 0.2);
}

.hero-section .section-title {
  position: relative;
  z-index: 1;
}

.hero-section .search-summary {
  position: relative;
  z-index: 1;
}

.search-shell {
  margin-top: 1.2rem;
  background: var(--surface);
  border-radius: 12px;
  padding: 0.75rem;
  border: 4px solid #febb02;
  box-shadow: var(--shadow);
}

.booking-shell {
  padding: 0.68rem;
}

.search-grid {
  display: grid;
  gap: 0.42rem;
  grid-template-columns: 2.2fr 2.2fr 1.25fr 1.25fr 0.95fr 0.95fr 0.9fr 1fr;
}

.search-grid .field,
.inline-fields .field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.82rem;
  color: var(--text-700);
  font-weight: 700;
}

.search-grid .field {
  min-width: 0;
}

input,
select,
textarea {
  font: inherit;
  border: 1px solid #cfd9e7;
  border-radius: 10px;
  padding: 0.72rem;
  background: #fff;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.btn {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.78rem 1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  background: var(--orange-500);
  color: #1f2a37;
}

.btn-primary:hover { background: var(--orange-600); }

.btn-blue {
  background: var(--blue-500);
  color: #fff;
}

.btn-blue:hover { background: var(--blue-700); }

.btn-outline {
  border-color: #1c5fb8;
  color: #1c5fb8;
  background: #fff;
}

.btn-outline:hover {
  background: #edf5ff;
}

.search-btn {
  align-self: end;
  min-height: 40px;
  padding: 0.56rem 0.72rem;
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
  min-width: 166px;
  max-width: 184px;
  justify-self: end;
}

.booking-shell .search-grid {
  grid-template-columns: 1.9fr 1.9fr repeat(5, minmax(90px, 1fr)) auto;
}

.booking-shell .field input,
.booking-shell .field select {
  padding: 0.56rem 0.62rem;
  min-height: 40px;
}

.search-options {
  margin-top: 0.55rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.83rem;
  color: #27384d;
  font-weight: 600;
}

.search-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.mobile-quick-toggle {
  display: none;
  margin-top: 0.4rem;
  width: 100%;
  min-height: 36px;
  font-size: 0.78rem;
}

.mobile-filter-btn {
  display: none;
}

.search-options input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.field-label {
  display: block;
}

.quick-filter-modal {
  display: none;
}

body.quick-filter-open {
  overflow: hidden;
}

.search-badges {
  margin-top: 0.65rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.search-badges span {
  background: #eef5ff;
  border: 1px solid #d5e5fb;
  color: #1d4a90;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.section { padding: 2.4rem 0; }

.section-title {
  margin-bottom: 1rem;
}

.section-title p {
  color: var(--text-700);
  font-weight: 600;
}

.section-title.compact {
  margin-bottom: 0.75rem;
}

.feature-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.card h3 { margin-bottom: 0.35rem; }
.card p { color: var(--text-700); }

.benefits-section {
  padding-top: 1.7rem;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.benefit {
  background: #fff;
  border: 1px solid #d8e4f3;
  border-radius: 12px;
  padding: 0.85rem;
}

.benefit h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.benefit p {
  color: #4e5f76;
  font-size: 0.9rem;
}

.steps-section {
  background: linear-gradient(180deg, #f2f8ff, #ffffff);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.step-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 12px;
  padding: 0.9rem;
}

.step-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0f4d9b;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.step-card h3 {
  margin-bottom: 0.25rem;
}

.step-card p {
  color: #4e5f76;
  font-size: 0.92rem;
}

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

.process-card {
  position: relative;
  border-radius: 16px;
  padding: 0.95rem;
  background: #fff;
  border: 1px solid #d8e6f7;
  box-shadow: 0 10px 24px rgba(13, 53, 108, 0.06);
}

.process-card::after {
  display: none;
}

.process-icon {
  width: 98px;
  height: 76px;
  object-fit: contain;
  margin-bottom: 0.62rem;
}

.categories-quick-section {
  background: #fff;
}

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

.category-card {
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  padding: 0.95rem;
  background: #fff;
  border: 1px solid #d8e6f7;
  box-shadow: 0 8px 22px rgba(10, 52, 107, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(9, 53, 112, 0.12);
  border-color: #bfd6f2;
}

.category-icon {
  width: 98px;
  height: 76px;
  object-fit: contain;
  margin-bottom: 0.62rem;
}

.process-card h3,
.process-card p,
.category-card h3,
.category-card p {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.step-index {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  min-width: 30px;
  height: 30px;
  padding: 0 0.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0c4f9f;
  background: #eef5ff;
  border: 1px solid #d4e4f7;
}

.supplier-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.supplier-item {
  text-align: center;
}

.supplier-wall img,
.supplier-fallback {
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.4rem;
}

.supplier-fallback {
  display: grid;
  place-items: center;
  color: #1a4687;
  font-weight: 800;
  background: #f5f9ff;
}

.supplier-item span {
  margin-top: 0.32rem;
  display: block;
  color: #223957;
  font-size: 0.84rem;
  font-weight: 600;
}

.campaign-login-card {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #d9e6f8;
  border-radius: 12px;
  padding: 0.95rem;
  display: block;
}

.campaign-login-card h3 {
  margin-bottom: 0.3rem;
}

.campaign-login-card p {
  color: #4f6076;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.campaign-login-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}


.mobile-benefits-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.mobile-benefit-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.8rem;
  align-items: center;
  background: #fff;
  border: 1px solid #d8e6f7;
  border-radius: 16px;
  padding: 0.6rem;
  box-shadow: 0 10px 24px rgba(11, 56, 117, 0.08);
}

.mobile-benefit-icon {
  width: 110px;
  height: 88px;
  display: block;
  object-fit: contain;
}

.mobile-benefit-item h3 {
  margin: 0.1rem 0 0.18rem;
  font-size: 1rem;
}

.mobile-benefit-item p {
  margin: 0;
  color: #4e5f76;
  font-size: 0.9rem;
}

.destination-section {
  background: linear-gradient(180deg, #eef5ff, #f8fbff);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.destination-card {
  background: #fff;
  border: 1px solid #d9e5f7;
  border-radius: 12px;
  padding: 0.8rem;
  font-weight: 700;
  color: #133f80;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.destination-card span {
  color: #5e6d83;
  font-size: 0.82rem;
  font-weight: 600;
}

.popular-locations-section {
  background: #f8fbff;
}

.location-tabs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 0.8rem;
}

.location-tabs a {
  flex: 0 0 auto;
  border: 1px solid #d4e2f5;
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  color: #2a486f;
  font-size: 0.84rem;
  font-weight: 700;
  background: #fff;
}

.location-tabs a.is-active {
  border-color: #8cb3ea;
  color: #0f4ea1;
  background: #eff6ff;
}

.location-city-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.location-city-card {
  background: #fff;
  border: 1px solid #d7e4f5;
  border-radius: 11px;
  padding: 0.45rem;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.5rem;
  align-items: center;
}

.location-city-card img {
  width: 72px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
}

.location-city-card strong {
  color: #132b4f;
  font-size: 0.92rem;
}

.location-city-card span {
  display: block;
  margin-top: 0.15rem;
  color: #4d6079;
  font-size: 0.8rem;
}

.location-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.location-group {
  background: #fff;
  border: 1px solid #d8e4f4;
  border-radius: 12px;
  padding: 0.85rem;
}

.location-group h3 {
  margin-bottom: 0.55rem;
}

.location-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.location-links a {
  border: 1px solid #dbe7f8;
  background: #f4f8ff;
  color: #104487;
  border-radius: 9px;
  padding: 0.45rem 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.location-links a:hover {
  background: #eaf2ff;
}

.hero-actions {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.reviews-section {
  background: #f7faff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.review-card {
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 12px;
  padding: 0.9rem;
}

.review-card strong {
  display: inline-flex;
  padding: 0.25rem 0.55rem;
  background: #0f4ea1;
  color: #fff;
  border-radius: 8px;
  font-size: 0.85rem;
}

.review-card h3 {
  margin: 0.45rem 0 0.25rem;
  font-size: 1rem;
}

.review-card p {
  color: #4e5f76;
  font-size: 0.9rem;
}

.faq-home-section {
  background: #fff;
}

.seo-content-section {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.seo-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.seo-links {
  margin-top: 0.8rem;
  color: #4e5f76;
  font-size: 0.92rem;
}

.seo-links a {
  color: #13509f;
  font-weight: 700;
}

.campaign-section {
  background: linear-gradient(180deg, #eef6ff, #f9fcff);
}

.campaign-slider {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 0.6rem;
  align-items: center;
}

.campaign-track {
  position: relative;
  min-height: 190px;
}

.campaign-slide {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #d5e4f8;
  border-radius: 14px;
  padding: 1rem;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}

.campaign-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.campaign-slide h3 {
  margin-bottom: 0.4rem;
}

.campaign-slide p {
  color: #4e5f76;
  margin-bottom: 0.9rem;
}

.slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #cfe0f8;
  background: #fff;
  color: #1a4b93;
  font-weight: 800;
  cursor: pointer;
}

.slider-btn:hover {
  background: #ecf4ff;
}

.popular-cars-section {
  background: #f8fbff;
}

.popular-cars-wrap {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 0.6rem;
  align-items: center;
}

.popular-cars-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
  overflow: hidden;
}

.popular-car-card {
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 12px;
  padding: 0.75rem;
  min-width: 0;
}

.popular-car-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0.25rem;
  border-radius: 9px;
  border: 1px solid #d8e6fa;
  margin-bottom: 0.5rem;
}

.popular-car-card h3 {
  font-size: 1rem;
  margin-bottom: 0.22rem;
}

.popular-car-card p {
  color: #55657c;
  font-size: 0.86rem;
  margin-bottom: 0.3rem;
}

.popular-car-card strong {
  color: #11458d;
  font-size: 0.96rem;
}

.popular-car-card.is-hidden {
  display: none;
}

.chauffeur-banner {
  background: linear-gradient(135deg, #043d99, #0a5ad7);
  color: #fff;
  border-radius: 18px;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

.chauffeur-list {
  margin: 0.8rem 0 0;
  padding-left: 1rem;
}

.tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag {
  background: #eaf3ff;
  color: #104086;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.footer {
  background: #f4f5f7;
  color: #1f2a37;
  border-top: 1px solid #dce3ed;
}

.footer .container {
  padding: 1.2rem 0;
  display: block;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.footer-col h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
  color: #16365f;
}

.footer-col p {
  color: #4f6077;
  font-size: 0.9rem;
}

.footer-col a {
  display: block;
  color: #214874;
  font-size: 0.9rem;
  margin-bottom: 0.32rem;
}

.footer-col a:hover {
  color: #0f4ea1;
  text-decoration: underline;
}

.footer-link-cloud {
  display: block !important;
  width: 100%;
  padding-bottom: 0.35rem !important;
  color: #4b607d;
  font-size: 0.84rem;
  line-height: 1.55;
}

.footer-link-cloud a {
  display: inline-block;
  margin: 0 0.32rem 0.32rem 0;
  color: #35587f;
  text-decoration: underline;
}

.footer-link-cloud a::after {
  content: "·";
  color: #7d8ea5;
  margin-left: 0.36rem;
}

.footer-link-cloud a:last-child::after {
  content: "";
  margin: 0;
}

.footer-mobile-accordion {
  display: none !important;
}

.footer-mobile-locale {
  display: none !important;
}

.footer-mobile-accordion details {
  border-top: 1px solid #dce3ed;
  padding: 0.68rem 0;
}

.footer-mobile-accordion summary {
  cursor: pointer;
  font-weight: 700;
  color: #1c3657;
}

.footer-mobile-accordion details div {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.footer-mobile-accordion details a {
  display: block;
  padding: 0.12rem 0;
  color: #3f5573;
  word-break: break-word;
}

.footer-mobile-locale {
  border-top: 1px solid #dce3ed;
  justify-content: center !important;
  gap: 0.4rem !important;
  color: #223b5e;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid #dce3ed;
  margin-top: 0.35rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* Search Results */
.results-page {
  padding: 1rem 0 2rem;
}

.search-summary {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem;
  margin-bottom: 1rem;
}

.inline-fields {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.6rem;
}

.results-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1rem;
  align-items: start;
}

.filters {
  position: sticky;
  top: 0.9rem;
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
  max-height: calc(100vh - 1.8rem);
  overflow: auto;
}

.filters-head h3 {
  margin-bottom: 0.25rem;
}

.filters-head p {
  margin: 0;
  font-size: 0.82rem;
  color: #4b5f7a;
}

#filterForm {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.65rem;
}

.filter-group {
  border: 1px solid #dbe4f2;
  border-radius: 10px;
  background: #fff;
  padding: 0.6rem 0.65rem;
  margin: 0;
  min-width: 0;
}

.filter-group legend {
  padding: 0 0.2rem;
  margin-left: 0.15rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #233a5a;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 28px;
  margin-bottom: 0.38rem;
  font-size: 0.89rem;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: anywhere;
}

.filter-option:last-child {
  margin-bottom: 0;
}

.filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 16px;
}

.filter-group select {
  margin-top: 0.15rem;
  width: 100%;
  min-height: 38px;
  padding: 0.55rem 0.6rem;
}

.filter-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}

.filter-actions .btn {
  width: 100%;
}

.results-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}

.vehicle-list {
  display: grid;
  gap: 0.8rem;
}

.vehicle-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 170px 1fr 220px;
  gap: 0.8rem;
}

.vehicle-thumb {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cfdcf3;
  min-height: 110px;
  overflow: hidden;
}

.vehicle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.25rem;
  display: block;
}

.vehicle-main h4 { margin-bottom: 0.35rem; }

.supplier-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.supplier-logo {
  width: 86px;
  height: 26px;
  object-fit: contain;
  border: 1px solid #d9e4f5;
  border-radius: 7px;
  background: #fff;
}

.badge-row {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin: 0.35rem 0;
}

.cta-badges {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin: 0.25rem 0 0.45rem;
}

.cta-badge {
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.24rem 0.58rem;
  border-radius: 999px;
}

.cta-urgent {
  background: #fff1f1;
  color: #a01616;
}

.cta-discount {
  background: #fff4dd;
  color: #8a5c00;
}

.cta-popular {
  background: #e9f7ff;
  color: #0d4f8c;
}

.badge {
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
}

.badge.free { background: #e8fbef; color: #0b7a44; }
.badge.low { background: #fff4dd; color: #8a5c00; }
.badge.vip { background: #e9f2ff; color: #0f3f94; }

.specs {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: var(--text-700);
  font-size: 0.87rem;
}

.price-breakdown {
  margin-top: 0.55rem;
  border: 1px solid #d9e5f7;
  border-radius: 10px;
  background: #f5f9ff;
  padding: 0.55rem;
}

.price-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #42526a;
  margin-bottom: 0.2rem;
}

.price-breakdown div:last-child {
  margin-bottom: 0;
}

.vehicle-price {
  border-left: 1px solid var(--line);
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.vehicle-price .total {
  font-size: 1.45rem;
  font-weight: 800;
  color: #123f82;
}

.vehicle-price .note {
  color: var(--text-700);
  font-size: 0.86rem;
}

.notice {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f7fbff;
  padding: 0.7rem;
}

.notice.error {
  border-color: #f2c6c6;
  background: #fff2f2;
  color: var(--danger);
}

.notice.success {
  border-color: #b9e5cc;
  background: #edfff4;
  color: var(--success);
}

/* Reservation */
.stepbar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.step {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: #e9f1ff;
  color: #154a9f;
}

.step.is-active {
  background: #003b95;
  color: #fff;
}

.flow-breadcrumb {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #5c6f8b;
  margin-bottom: 0.55rem;
}

.flow-breadcrumb a {
  color: #1a4b93;
  text-decoration: none;
}

.reservation-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.form-card,
.summary-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.form-grid .wide { grid-column: 1 / -1; }

.inline-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.price-box {
  border: 1px solid #cfe0fa;
  background: #f0f6ff;
  border-radius: 10px;
  padding: 0.7rem;
  margin: 0.7rem 0;
}

/* Airport Transfer */
.transfer-hero {
  padding-bottom: 2.4rem;
}

.transfer-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
  align-items: start;
}

.transfer-points {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.transfer-points span {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.transfer-search-card {
  background: #fff;
  color: var(--text-900);
  border-radius: 14px;
  padding: 0.95rem;
  border: 1px solid #c8d9f1;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.7rem;
}

.transfer-search-card.is-attention {
  border-color: #2f80ed;
  box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.18);
}

.transfer-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.mini-note {
  color: #5b6a7d;
  font-size: 0.84rem;
}

.mini-note.is-error {
  color: #b3261e;
  font-weight: 700;
}

.mini-note.is-success {
  color: #0f7a43;
  font-weight: 700;
}

.transfer-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.transfer-results-wrap {
  background: linear-gradient(180deg, #f0f6ff, #f8fbff);
}

.transfer-cards {
  display: grid;
  gap: 0.8rem;
}

.transfer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  display: grid;
  grid-template-columns: 170px 1fr 240px;
  gap: 0.8rem;
  align-items: center;
}

.transfer-card.is-selected {
  border-color: #2f80ed;
  box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.16);
}

.transfer-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfer-media img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #dbe4f2;
  border-radius: 10px;
  background: #fff;
  padding: 0.3rem;
}

.transfer-perks {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.transfer-perks span {
  background: #e9f4ff;
  color: #0f448c;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.76rem;
  font-weight: 700;
}

.transfer-price {
  border-left: 1px solid var(--line);
  padding-left: 0.8rem;
  display: grid;
  gap: 0.45rem;
}

.transfer-price strong {
  font-size: 1.3rem;
  color: #0f3e84;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 0.55rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

/* Multi-step booking flow (deal -> extras -> checkout) */
.flow-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
}

.flow-main-card,
.flow-summary-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
}

.flow-summary-card {
  position: sticky;
  top: 0.8rem;
  align-self: start;
}

.flow-muted {
  color: #5a6a80;
}

.flow-total {
  margin-top: 0.7rem;
  font-size: 1.05rem;
}

.deal-media-wrap {
  margin-top: 0.75rem;
  border: 1px solid #d5e2f6;
  border-radius: 12px;
  overflow: hidden;
  max-height: 290px;
}

.deal-media-wrap img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0.4rem;
}

.flow-section-block {
  margin-top: 1rem;
  border: 1px solid #dce7f6;
  border-radius: 10px;
  padding: 0.75rem;
  background: #f7fbff;
}

.flow-section-block h3 {
  margin-bottom: 0.35rem;
}

.flow-section-block ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.8;
}

.extras-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.7rem;
}

.extra-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  border: 1px solid #d9e6f8;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.7rem;
}

.extra-item strong {
  display: block;
  margin-bottom: 0.1rem;
}

.extra-item p {
  font-size: 0.86rem;
  color: #5b6a80;
}

.authority-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.cluster-card {
  background: #fff;
  border: 1px solid rgba(82, 95, 126, 0.15);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(16, 35, 61, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.cluster-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #0d234a;
}
.cluster-card p {
  margin: 0;
  color: #4a5b7c;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cluster-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0071c2;
}
.cluster-link {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 700;
  color: #00439d;
  text-decoration: none;
}
.cluster-link:hover {
  text-decoration: underline;
}
.transfer-cluster .link-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.link-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
  position: relative;
  isolation: isolate;
  align-items: stretch;
}
.link-wall::before,
.link-wall::after,
.link-wall .link-item::before,
.link-wall .link-item::after {
  content: none !important;
  display: none !important;
}
.link-item {
  border-radius: 14px;
  padding: 1rem;
  background: #f9fbff;
  border: 1px solid rgba(2, 57, 122, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(16, 35, 61, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.link-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(2, 57, 122, 0.12);
  background: #eef4ff;
  margin-bottom: 0.55rem;
}
.link-item h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
}
.link-item p {
  margin: 0;
  color: #4a5b7c;
  font-size: 0.88rem;
  line-height: 1.4;
}
.link-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(16, 35, 61, 0.12);
}
.cluster-links-section {
  background: #f4f7fc;
}
.cluster-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.cluster-list h3 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
  color: #003b8d;
}
.cluster-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cluster-list li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 59, 157, 0.1);
}
.cluster-list li:last-child {
  border-bottom: none;
}
.cluster-list a {
  color: #203d71;
  font-weight: 600;
  text-decoration: none;
}
.cluster-list a:hover {
  text-decoration: underline;
}
.link-description {
  font-size: 0.9rem;
  color: #4a5b7c;
  margin-top: 0.5rem;
}

.hero-section {
  background: linear-gradient(180deg, #003b8d, #0051c6);
  color: #fff;
  padding: 3rem 0 2rem;
}
.hero-section .section-title {
  max-width: 900px;
}
.hero-section h1 {
  font-size: 2.8rem;
  margin-bottom: 0.7rem;
}
.hero-section .authority-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.hero-section .authority-pillars span {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.9rem;
}
.hero-section .hero-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Keep pillar labels readable on the Istanbul landing summary card */
body[data-page="istanbul-arac-kiralama"] .hero-section .search-summary .authority-pillars span {
  color: #0b3c7b;
  text-shadow: none;
  background: #eaf2ff;
  border: 1px solid rgba(11, 60, 123, 0.18);
}
body[data-page="arac-kiralama-rehberi"] .hero-section .search-summary .authority-pillars span {
  color: #0b3c7b;
  text-shadow: none;
  background: #eaf2ff;
  border: 1px solid rgba(11, 60, 123, 0.18);
}
.info-section,
.content-section,
.local-section,
.service-section {
  padding: 3rem 0;
}
.info-card {
  border: 1px solid rgba(93, 124, 173, 0.15);
  background: #fff;
  padding: 1.25rem;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 30, 60, 0.08);
  margin-bottom: 1rem;
}
.info-card h3 {
  margin-bottom: 0.5rem;
}
.info-section .container {
  display: grid;
  gap: 1rem;
}
.info-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.content-section article {
  margin-bottom: 1.5rem;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.location-link {
  border: 1px solid rgba(0, 59, 157, 0.2);
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: #f4f6fb;
  text-decoration: none;
  font-weight: 600;
  color: #0d234a;
}
.location-link:hover {
  border-color: #003b8d;
  box-shadow: 0 12px 30px rgba(0, 59, 157, 0.15);
}
.blog-cluster .link-wall {
  margin-top: 1rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.authority-pillars,
.hero-links {
  margin-top: 1rem;
}
.hero-links .btn {
  min-width: 180px;
}
.faq-list details {
  border: 1px solid rgba(77, 97, 128, 0.2);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.faq-list summary {
  font-weight: 600;
  cursor: pointer;
}
.support-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.support-list li {
  background: #fff;
  border-radius: 14px;
  padding: 1rem;
  border: 1px solid rgba(2, 57, 122, 0.08);
  font-size: 0.95rem;
  line-height: 1.6;
}
.support-list a {
  font-weight: 600;
  color: #003b8d;
}
.cta-card {
  background: #ffe1d9;
  border-radius: 18px;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 59, 157, 0.25);
}
.cta-card h2 {
  margin: 0 0 0.4rem;
}
.cta-card .btn {
  min-width: 220px;
}

/* Common Responsive */
@media (max-width: 1060px) {
  .search-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .results-layout,
  .reservation-layout,
  .chauffeur-banner,
  .transfer-hero-grid,
  .transfer-card,
  .flow-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .flow-summary-card { position: static; }

  .vehicle-card {
    grid-template-columns: 1fr;
  }

  .vehicle-price {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.7rem;
  }

  .transfer-price {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.7rem;
  }

  .inline-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .transfer-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-row,
  .supplier-wall,
  .destination-grid,
  .review-grid,
  .seo-content-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-cars-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-groups,
  .location-links {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .top-strip {
    display: none;
  }

  .header {
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, #00439d, #003b8d);
  }

  .nav-bar {
    padding: 0.62rem 0 0.72rem;
    gap: 0.58rem;
  }

  .feature-grid,
  .card-grid,
  .form-grid,
  .search-grid,
  .inline-fields,
  .transfer-inline,
  .transfer-steps,
  .benefit-row,
  .supplier-wall,
  .destination-grid,
  .review-grid,
  .popular-cars-track,
  .location-groups,
  .location-links,
  .seo-content-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .campaign-slider,
  .popular-cars-wrap {
    grid-template-columns: 1fr;
  }

  .process-icon,
  .category-icon {
    width: 82px;
    height: 66px;
  }

  .slider-btn {
    width: 100%;
    border-radius: 10px;
    height: 36px;
  }

  .nav-bar { flex-direction: column; align-items: flex-start; }
  .header-topline {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.42rem;
  }

  .header-actions {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0.32rem;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
  }

  .action-link,
  .action-btn {
    flex: 0 0 auto;
    min-width: 0;
    text-align: center;
    font-size: 0.78rem;
    padding: 0.3rem 0.4rem;
    border-radius: 8px;
  }

  .nav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0.35rem;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
  }
  .nav a {
    white-space: nowrap;
    flex: 0 0 auto;
    border-radius: 999px;
    font-size: 0.82rem;
    padding: 0.44rem 0.82rem;
    justify-content: center;
    min-height: 36px;
    line-height: 1.2;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.78);
  }

  .nav a.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
  }

  .nav .nav-icon {
    display: none;
  }

  .booking-shell {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .booking-shell .search-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 0;
    border: 3px solid #febb02;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .booking-shell .search-grid .field {
    min-width: 0;
    border-right: 1px solid #febb02;
    border-bottom: 1px solid #febb02;
    border-radius: 0;
    background: #fff;
    padding: 0.35rem 0.5rem;
    font-size: 0.74rem;
    color: #5a6a7e;
  }

  .booking-shell .search-grid .field-pickup {
    grid-column: 1 / -1;
  }

  .booking-shell .search-grid .field-age {
    display: none;
  }

  .booking-shell:not(.dropoff-enabled) .search-grid .field-dropoff {
    display: none;
  }

  .booking-shell .search-grid .field-pickup-date {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .booking-shell .search-grid .field-pickup-time {
    grid-column: 2 / 3;
    grid-row: 2;
    border-right: 0;
  }

  .booking-shell .search-grid .field-dropoff-date {
    grid-column: 1 / 2;
    grid-row: 3;
  }

  .booking-shell .search-grid .field-dropoff-time {
    grid-column: 2 / 3;
    grid-row: 3;
    border-right: 0;
  }

  .booking-shell .search-grid .field-dropoff {
    grid-column: 1 / -1;
    grid-row: 2;
    border-right: 0;
  }

  .booking-shell.dropoff-enabled .search-grid .field-pickup-date,
  .booking-shell.dropoff-enabled .search-grid .field-pickup-time {
    grid-row: 3;
  }

  .booking-shell.dropoff-enabled .search-grid .field-dropoff-date,
  .booking-shell.dropoff-enabled .search-grid .field-dropoff-time {
    grid-row: 4;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 28px;
    padding: 0.16rem 0;
    font-size: 0.98rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 600;
    color: #172b4d;
  }

  .booking-shell .search-btn {
    grid-column: 1 / -1;
    grid-row: 4;
    min-height: 44px;
    font-size: 1rem;
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    align-self: stretch;
    background: #0071c2;
    color: #fff;
    padding: 0.5rem 0.7rem;
  }

  .booking-shell.dropoff-enabled .search-btn {
    grid-row: 5;
  }

  .booking-shell .field {
    position: relative;
    padding-left: 1.8rem;
  }

  .booking-shell .field::before {
    content: "";
    position: absolute;
    left: 0.52rem;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    opacity: 0.78;
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }

  .booking-shell .field-location::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23617389' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
  }

  .booking-shell .field-date::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23617389' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  }

  .booking-shell .field-time::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23617389' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  }

  .mobile-filter-btn {
    display: block;
    width: 100%;
    margin-top: 0.65rem;
    background: #fff;
    border: 1px solid #9ab3d8;
    color: #1f4f8e;
    border-radius: 8px;
    min-height: 42px;
    font: inherit;
    font-weight: 700;
  }

  .search-badges {
    display: none;
  }

  .mobile-quick-toggle {
    display: none;
  }

  .search-options {
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.92rem;
    margin-top: 0.7rem;
  }

  .search-options label {
    color: #e9f2ff;
    font-weight: 500;
    gap: 0.55rem;
  }

  .search-options input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0071c2;
  }

  .quick-filter-modal.is-open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 80;
  }

  .quick-filter-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .quick-filter-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 0.85rem;
    box-shadow: 0 -12px 30px rgba(16, 35, 61, 0.3);
  }

  .quick-filter-sheet h3 {
    margin-bottom: 0.2rem;
    font-size: 1.9rem;
    line-height: 1;
  }

  .quick-filter-sheet p {
    margin-bottom: 0.6rem;
    color: #4d6079;
    font-size: 0.84rem;
  }

  .quick-filter-sheet strong {
    font-size: 0.92rem;
  }

  .quick-filter-close {
    position: absolute;
    right: 0.7rem;
    top: 0.6rem;
    border: 0;
    background: transparent;
    font-size: 1.45rem;
    color: #43536a;
  }

  .quick-seat-options {
    margin-top: 0.55rem;
    display: flex;
    gap: 0.42rem;
    flex-wrap: wrap;
  }

  .seat-chip {
    border: 1px solid #c9d4e6;
    border-radius: 999px;
    background: #fff;
    color: #2f4668;
    min-height: 34px;
    padding: 0.3rem 0.65rem;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .seat-chip.is-active {
    border-color: #006ce4;
    color: #006ce4;
    background: #eef5ff;
  }

  .quick-switch-list {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.5rem;
    border-top: 1px solid #e4eaf3;
    padding-top: 0.65rem;
  }

  .quick-switch-list label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    color: #283e5f;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .quick-switch-list input {
    width: 36px;
    height: 20px;
  }

  .quick-filter-actions {
    margin-top: 0.75rem;
    border-top: 1px solid #e4eaf3;
    padding-top: 0.72rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .quick-filter-actions .btn {
    min-height: 40px;
  }

  .search-badges {
    gap: 0.35rem;
  }

  .search-badges span {
    font-size: 0.72rem;
    padding: 0.22rem 0.5rem;
  }

  .campaign-track {
    min-height: 220px;
  }

  .campaign-slide {
    padding: 0.85rem;
  }

  .hero {
    padding: 0.7rem 0 1.25rem;
  }

  .booking-hero h1 {
    font-size: 2rem;
    line-height: 1.08;
    margin: 0.45rem 0 0.42rem;
    max-width: 320px;
  }

  .booking-hero p {
    font-size: 0.9rem;
    line-height: 1.34;
    max-width: 336px;
    color: #eaf3ff;
  }

  .search-summary {
    padding: 0.65rem;
    margin-bottom: 0.75rem;
  }

  .inline-fields {
    gap: 0.48rem;
  }

  .inline-fields .btn {
    width: 100%;
    min-height: 44px;
  }

  .results-page {
    padding: 0.8rem 0 1.3rem;
  }

  .results-layout {
    gap: 0.75rem;
  }

  .filters {
    padding: 0.62rem;
    border-radius: 10px;
  }

  .filters-head p {
    font-size: 0.78rem;
  }

  .filter-group {
    padding: 0.52rem 0.55rem;
  }

  .filter-group legend {
    font-size: 0.84rem;
  }

  .filter-option {
    font-size: 0.84rem;
    min-height: 26px;
  }

  .results-top {
    gap: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .results-top .field {
    width: 100%;
  }

  .vehicle-card {
    padding: 0.65rem;
    border-radius: 10px;
  }

  .vehicle-thumb {
    min-height: 130px;
  }

  .vehicle-price {
    gap: 0.4rem;
  }

  .vehicle-price .total {
    font-size: 1.26rem;
  }

  .transfer-hero {
    padding-bottom: 1.3rem;
  }

  .transfer-hero-grid {
    gap: 0.72rem;
  }

  .transfer-points {
    gap: 0.35rem;
    margin-top: 0.62rem;
  }

  .transfer-points span {
    padding: 0.24rem 0.5rem;
    font-size: 0.74rem;
  }

  .transfer-search-card {
    padding: 0.72rem;
    border-radius: 10px;
    gap: 0.52rem;
  }

  .transfer-search-card .btn {
    width: 100%;
    min-height: 46px;
  }

  .transfer-card {
    padding: 0.68rem;
    border-radius: 10px;
    gap: 0.62rem;
  }

  .transfer-media img {
    height: 132px;
  }

  .transfer-price strong {
    font-size: 1.18rem;
  }

  .stepbar {
    gap: 0.35rem;
    margin-bottom: 0.75rem;
  }

  .step {
    font-size: 0.72rem;
    padding: 0.28rem 0.5rem;
  }

  .form-card,
  .summary-card {
    padding: 0.72rem;
  }

  .price-box {
    padding: 0.56rem;
  }

  .section {
    padding: 1.35rem 0;
  }

  .section-title h2 {
    font-size: 1.25rem;
  }

  .section-title p {
    font-size: 0.9rem;
  }

  .footer-grid {
    display: none !important;
  }

  .footer-link-cloud {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .footer-link-cloud a {
    margin: 0 0.25rem 0.24rem 0;
  }

  .footer-mobile-accordion {
    display: block !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .footer-mobile-locale {
    display: flex !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom p {
    width: 100%;
    font-size: 0.78rem;
    color: #5a6b82;
  }

  .card,
  .benefit,
  .review-card,
  .popular-car-card,
  .location-group {
    padding: 0.75rem;
  }

  .destination-card {
    padding: 0.68rem;
    font-size: 0.92rem;
  }

  .destination-card span {
    font-size: 0.76rem;
  }

  .auth-card {
    border-radius: 12px;
    padding: 0.9rem;
  }

  .auth-card h1 {
    font-size: 1.3rem;
  }

  .auth-sub {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(1180px, 95vw);
  }

  .top-strip .container {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .top-strip {
    padding-bottom: 0.08rem;
  }

  .brand {
    font-size: 1.46rem;
  }

  .header-actions {
    gap: 0.25rem;
  }

  .action-link,
  .action-btn {
    font-size: 0.74rem;
    padding: 0.28rem 0.34rem;
  }

  .nav a {
    padding: 0.4rem 0.72rem;
    font-size: 0.78rem;
    min-height: 34px;
  }

  .booking-shell {
    margin-top: 0.4rem;
    padding: 0;
  }

  .booking-shell .search-grid {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  .booking-shell .field {
    padding: 0.3rem 0.38rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 24px;
    font-size: 0.92rem;
    padding: 0.06rem 0;
  }

  .booking-shell .search-btn {
    min-height: 40px;
    font-size: 0.96rem;
  }

  .mobile-filter-btn {
    min-height: 38px;
    font-size: 0.92rem;
  }

  .search-badges span {
    font-size: 0.7rem;
  }

  .campaign-track {
    min-height: 230px;
  }

  .supplier-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .supplier-wall img,
  .supplier-fallback {
    height: 54px;
    padding: 0.28rem;
    border-radius: 8px;
  }

  .supplier-item span {
    font-size: 0.78rem;
  }

  .campaign-login-card {
    padding: 0.75rem;
  }

  .campaign-login-card h3 {
    font-size: 1.03rem;
  }

  .campaign-login-card p {
    font-size: 0.84rem;
    margin-bottom: 0.5rem;
  }

  .mobile-benefit-item {
    grid-template-columns: 82px 1fr;
    gap: 0.5rem;
    padding: 0.5rem;
  }

  .mobile-benefit-icon {
    width: 82px;
    height: 66px;
  }

  .mobile-benefit-item h3 {
    font-size: 0.94rem;
  }

  .mobile-benefit-item p {
    font-size: 0.82rem;
  }

  .location-tabs a {
    font-size: 0.78rem;
    padding: 0.34rem 0.56rem;
  }

  .location-city-list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .location-city-card {
    grid-template-columns: 64px 1fr;
  }

  .location-city-card img {
    width: 64px;
    height: 46px;
  }

  .location-city-card strong {
    font-size: 0.86rem;
  }

  .location-city-card span {
    font-size: 0.74rem;
  }

  .auth-card {
    padding: 0.8rem;
  }

  .auth-check {
    font-size: 0.84rem;
  }

  .auth-social {
    min-height: 42px;
    font-size: 0.9rem;
  }

  .vehicle-thumb {
    min-height: 118px;
  }

  .vehicle-price .total {
    font-size: 1.16rem;
  }

  .transfer-search-card {
    padding: 0.62rem;
  }

  .transfer-media img {
    height: 118px;
  }

  .transfer-price strong {
    font-size: 1.1rem;
  }
}

@media (max-width: 412px) {
  .top-strip .container {
    gap: 0.2rem;
    padding: 0.4rem 0;
  }

  .hero-kicker {
    font-size: 0.72rem !important;
    padding: 0.24rem 0.5rem !important;
  }

  .booking-hero h1 {
    font-size: 1.24rem;
    line-height: 1.15;
  }

  .booking-hero p {
    font-size: 0.86rem;
  }

  .search-options label {
    align-items: flex-start;
    line-height: 1.3;
  }

  .results-top strong {
    width: 100%;
    font-size: 0.92rem;
  }

  .results-top .field select {
    min-height: 42px;
  }

  .vehicle-main h4 {
    font-size: 1rem;
  }

  .specs {
    font-size: 0.8rem;
    gap: 0.5rem;
  }

  .price-breakdown {
    padding: 0.45rem;
  }

  .price-breakdown div {
    font-size: 0.78rem;
  }

  .transfer-search-card h3 {
    font-size: 1.02rem;
  }

  .transfer-points span {
    font-size: 0.71rem;
    padding: 0.22rem 0.45rem;
  }

  .transfer-card {
    padding: 0.58rem;
  }

  .transfer-card h3 {
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .top-strip .container span:last-child {
    display: none;
  }

  .brand {
    font-size: 1.42rem;
  }

  .action-link,
  .action-btn {
    font-size: 0.68rem;
    padding: 0.24rem 0.3rem;
  }

  .header-actions,
  .nav {
    scrollbar-width: none;
  }

  .header-actions::-webkit-scrollbar,
  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    font-size: 0.72rem;
    padding: 0.34rem 0.6rem;
    gap: 0.2rem;
  }

  .nav .nav-icon,
  .nav .nav-icon svg {
    width: 14px;
    height: 14px;
  }

  .booking-shell .search-btn {
    min-height: 38px;
    font-size: 0.9rem;
  }

  .booking-shell .search-grid {
    grid-template-columns: minmax(0, 1fr) 80px;
  }

  .booking-shell .field {
    padding: 0.28rem 0.32rem;
    font-size: 0.66rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    font-size: 0.86rem;
  }

  .mobile-filter-btn {
    min-height: 36px;
    font-size: 0.88rem;
  }

  .card,
  .benefit,
  .review-card,
  .popular-car-card,
  .location-group,
  .form-card,
  .summary-card {
    padding: 0.62rem;
  }

  .auth-card {
    padding: 0.7rem;
  }

  .auth-card h1 {
    font-size: 1.16rem;
  }

  .auth-submit,
  .auth-social {
    min-height: 40px;
    font-size: 0.86rem;
  }

  .seo-links {
    font-size: 0.84rem;
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .nav {
    gap: 0.28rem;
  }

  .nav a {
    padding: 0.34rem 0.56rem;
    font-size: 0.7rem;
    min-height: 32px;
  }

  .hero {
    padding: 0.62rem 0 1.05rem;
  }

  .booking-hero h1 {
    font-size: 1.82rem;
    line-height: 1.08;
    max-width: 292px;
    margin: 0.35rem 0 0.35rem;
  }

  .booking-hero p {
    font-size: 0.84rem;
    line-height: 1.3;
    max-width: 300px;
  }

  .booking-shell .search-grid {
    grid-template-columns: minmax(0, 1fr) 78px;
    border-width: 2px;
    border-radius: 9px;
  }

  .booking-shell .search-grid .field {
    padding: 0.28rem 0.36rem;
    font-size: 0.66rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 22px;
    font-size: 0.84rem;
  }

  .booking-shell .search-btn {
    min-height: 36px;
    font-size: 0.9rem;
    padding: 0.45rem 0.55rem;
  }

  .mobile-filter-btn {
    margin-top: 0.5rem;
    min-height: 36px;
    font-size: 0.86rem;
  }

  .search-options {
    margin-top: 0.55rem;
    gap: 0.42rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 760px) {
  .results-page .results-layout {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .results-page .filters {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 1;
    margin-bottom: 0.35rem;
  }

  .results-page .vehicle-list {
    gap: 0.55rem;
  }

  .results-page .vehicle-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 0.55rem;
    padding: 0.55rem;
    border-radius: 10px;
  }

  .results-page .vehicle-thumb {
    min-height: 74px;
    height: 74px;
    align-self: start;
  }

  .results-page .vehicle-thumb img {
    height: 100%;
    padding: 0.12rem;
  }

  .results-page .vehicle-main {
    min-width: 0;
  }

  .results-page .vehicle-main h4 {
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
  }

  .results-page .badge-row,
  .results-page .cta-badges,
  .results-page .specs {
    gap: 0.3rem;
  }

  .results-page .badge,
  .results-page .cta-badge {
    font-size: 0.68rem;
    padding: 0.18rem 0.42rem;
  }

  .results-page .specs {
    font-size: 0.76rem;
  }

  .results-page .price-breakdown {
    margin-top: 0.36rem;
    padding: 0.38rem;
  }

  .results-page .price-breakdown div {
    font-size: 0.74rem;
  }

  .results-page .vehicle-price {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.42rem;
    gap: 0.3rem;
  }

  .results-page .vehicle-price .total {
    font-size: 1.02rem;
  }

  .results-page .vehicle-price .note {
    font-size: 0.76rem;
  }

  .results-page .vehicle-price .btn,
  .results-page .vehicle-price .btn-primary,
  .results-page .vehicle-price .btn-blue {
    min-height: 36px;
    font-size: 0.8rem;
    border-radius: 8px;
  }

  .results-page .search-summary h2 {
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
  }

  .results-page .inline-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.45rem;
  }

  .results-page .inline-fields .field {
    margin: 0;
    font-size: 0.76rem;
  }

  .results-page .inline-fields .btn {
    grid-column: 1 / -1;
    min-height: 40px;
    font-size: 0.85rem;
  }

  .results-page .filters-head h3 {
    font-size: 1rem;
  }

  .results-page .results-top strong {
    width: 100%;
    font-size: 0.92rem;
  }

  .results-page .results-top .field {
    width: 100%;
    font-size: 0.78rem;
  }

  .results-page .results-top .field select {
    min-height: 40px;
    font-size: 0.84rem;
  }

  .results-page .vehicle-main h4 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .results-page .supplier-row {
    gap: 0.4rem;
  }

  .results-page .supplier-logo {
    width: 78px;
    height: 24px;
  }

  .results-page .specs {
    gap: 0.48rem;
    font-size: 0.8rem;
  }

  .results-page .price-breakdown {
    padding: 0.48rem;
  }

  .results-page .price-breakdown div {
    font-size: 0.78rem;
  }

  .results-page .vehicle-price .btn,
  .results-page .vehicle-price .btn-primary,
  .results-page .vehicle-price .btn-blue {
    width: 100%;
    min-height: 40px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .results-page .filters-head p {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .results-page .filter-group legend {
    font-size: 0.8rem;
  }

  .results-page .filter-option {
    font-size: 0.78rem;
    min-height: 24px;
  }

  .results-page .inline-fields {
    grid-template-columns: 1fr;
  }

  .results-page .search-summary {
    padding: 0.55rem;
  }

  .results-page .filters {
    padding: 0.52rem;
  }

  .results-page .filter-group {
    padding: 0.48rem 0.5rem;
  }

  .results-page .vehicle-card {
    grid-template-columns: 84px 1fr;
    padding: 0.5rem;
  }

  .results-page .vehicle-thumb {
    min-height: 66px;
    height: 66px;
  }
}

@media (max-width: 375px) {
  .results-page .search-summary h2 {
    font-size: 0.95rem;
  }

  .results-page .results-top strong {
    font-size: 0.86rem;
  }

  .results-page .vehicle-main h4 {
    font-size: 0.88rem;
  }

  .results-page .specs {
    font-size: 0.72rem;
  }

  .results-page .vehicle-price .total {
    font-size: 0.94rem;
  }
}

.admin-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem 0.9rem;
  align-items: center;
}

/* Search Results - Booking-like mobile */
@media (max-width: 760px) {
  .mobile-results-header {
    display: block;
    margin: 0 0 0.55rem;
  }

  .mobile-results-search {
    background: #fff;
    border: 2px solid #febb02;
    border-radius: 10px;
    padding: 0.6rem 0.65rem;
    font-size: 0.78rem;
    color: #27384d;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.45rem;
  }

  .mobile-results-toolbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .mobile-tool-btn {
    border: 1px solid #d6e1f1;
    border-radius: 8px;
    background: #fff;
    min-height: 34px;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    color: #314562;
    padding: 0.25rem 0.3rem;
  }

  .results-page .search-summary {
    display: none;
  }

  .results-page .results-layout {
    grid-template-columns: 1fr !important;
    gap: 0.55rem;
  }

  .results-page .filters {
    display: none;
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-bottom: 0.2rem;
  }

  .results-page.filters-open .filters {
    display: block;
  }

  .results-page .results-top {
    margin-bottom: 0.45rem;
  }

  .results-page .vehicle-list {
    gap: 0.48rem;
  }

  .results-page .vehicle-card {
    grid-template-columns: 1fr 106px !important;
    gap: 0.45rem;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .results-page .vehicle-main {
    order: 1;
  }

  .results-page .vehicle-thumb {
    order: 2;
    min-height: 72px;
    height: 72px;
  }

  .results-page .vehicle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.1rem;
  }

  .results-page .vehicle-price {
    order: 3;
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.38rem;
    gap: 0.24rem;
  }

  .results-page .vehicle-price .total {
    font-size: 0.98rem;
  }

  .results-page .price-breakdown {
    display: none;
  }

  .results-page .badge-row .badge,
  .results-page .cta-badges .cta-badge {
    font-size: 0.66rem;
    padding: 0.16rem 0.4rem;
  }

  .results-page .specs {
    font-size: 0.74rem;
    gap: 0.3rem;
  }

  .results-page .vehicle-price .btn,
  .results-page .vehicle-price .btn-primary,
  .results-page .vehicle-price .btn-blue {
    min-height: 34px;
    font-size: 0.78rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mobile-results-search {
    font-size: 0.73rem;
    padding: 0.5rem 0.55rem;
  }

  .mobile-tool-btn {
    font-size: 0.73rem;
    min-height: 32px;
  }

  .results-page .vehicle-card {
    grid-template-columns: 1fr 92px !important;
    padding: 0.44rem;
  }

  .results-page .vehicle-thumb {
    min-height: 64px;
    height: 64px;
  }

  .results-page .vehicle-main h4 {
    font-size: 0.9rem;
  }
}

@media (max-width: 390px) {
  .mobile-results-search {
    font-size: 0.68rem;
    padding: 0.42rem 0.48rem;
    border-radius: 8px;
  }

  .mobile-results-toolbar {
    gap: 0.22rem;
  }

  .mobile-tool-btn {
    font-size: 0.66rem;
    min-height: 30px;
    padding: 0.18rem 0.12rem;
  }

  .results-page .results-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    margin-bottom: 0.38rem;
  }

  .results-page .results-top strong {
    font-size: 0.8rem;
  }

  .results-page .results-top .field {
    margin: 0;
    font-size: 0.72rem;
  }

  .results-page .results-top .field select {
    min-height: 34px;
    font-size: 0.76rem;
    padding: 0.24rem 0.36rem;
  }

  .results-page .filters {
    padding: 0.45rem;
    border-radius: 8px;
  }

  .results-page .filter-group {
    padding: 0.4rem 0.42rem;
  }

  .results-page .filter-group legend {
    font-size: 0.76rem;
  }

  .results-page .filter-option {
    font-size: 0.72rem;
    min-height: 22px;
  }

  .results-page .vehicle-card {
    grid-template-columns: 1fr 78px !important;
    gap: 0.35rem;
    padding: 0.38rem;
    border-radius: 8px;
  }

  .results-page .vehicle-thumb {
    min-height: 52px;
    height: 52px;
  }

  .results-page .vehicle-main h4 {
    font-size: 0.82rem;
    margin-bottom: 0.12rem;
  }

  .results-page .supplier-row {
    gap: 0.28rem;
  }

  .results-page .supplier-logo {
    width: 64px;
    height: 20px;
  }

  .results-page .badge-row .badge,
  .results-page .cta-badges .cta-badge {
    font-size: 0.62rem;
    padding: 0.12rem 0.3rem;
  }

  .results-page .specs {
    font-size: 0.68rem;
    gap: 0.2rem;
  }

  .results-page .vehicle-price {
    padding-top: 0.3rem;
    gap: 0.18rem;
  }

  .results-page .vehicle-price .total {
    font-size: 0.88rem;
  }

  .results-page .vehicle-price .note {
    font-size: 0.66rem;
  }

  .results-page .vehicle-price .btn,
  .results-page .vehicle-price .btn-primary,
  .results-page .vehicle-price .btn-blue {
    min-height: 32px;
    font-size: 0.72rem;
    border-radius: 7px;
  }
}

@media (max-width: 375px) {
  .mobile-results-toolbar {
    gap: 0.25rem;
  }

  .mobile-tool-btn {
    font-size: 0.68rem;
    min-height: 30px;
    padding: 0.2rem;
  }

  .results-page .vehicle-card {
    grid-template-columns: 1fr 86px !important;
  }

  .results-page .vehicle-thumb {
    min-height: 58px;
    height: 58px;
  }
}

.admin-block {
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
}

.auth-page {
  background: linear-gradient(180deg, #f4f8ff, #ffffff);
}

.auth-wrap {
  display: grid;
  place-items: center;
}

.auth-card {
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid #dfe8f6;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 18px 44px rgba(17, 56, 116, 0.12);
}

.auth-card h1 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin-bottom: 0.35rem;
}

.auth-sub {
  color: #50627d;
  margin-bottom: 0.9rem;
}

.auth-form {
  display: grid;
  gap: 0.62rem;
}

.auth-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.5rem;
  align-items: flex-start;
  color: #4a5d78;
  font-size: 0.9rem;
}

.auth-check input[type="checkbox"] {
  margin-top: 0.2rem;
}

.auth-submit {
  width: 100%;
  min-height: 48px;
  font-size: 1rem;
}

.auth-divider {
  margin: 0.9rem 0 0.7rem;
  position: relative;
  text-align: center;
  color: #5c6f89;
  font-size: 0.86rem;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dce6f5;
}

.auth-divider span {
  position: relative;
  background: #fff;
  padding: 0 0.5rem;
}

.auth-socials {
  display: grid;
  gap: 0.45rem;
}

.auth-social {
  width: 100%;
  border: 1px solid #cfdcf0;
  border-radius: 10px;
  background: #fff;
  color: #1e3d73;
  font-weight: 700;
  min-height: 44px;
  cursor: pointer;
}

.auth-social:hover {
  background: #f4f8ff;
}

.auth-footnote {
  margin-top: 0.8rem;
  color: #4d607b;
  text-align: center;
  font-size: 0.92rem;
}

.auth-footnote a {
  color: #0d4aa3;
  font-weight: 700;
}

.auth-status {
  min-height: 1.1rem;
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
}

.auth-status.success {
  color: #0a6d45;
}

.auth-status.error {
  color: #bb1f2d;
}

.auth-submit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.admin-block h3 {
  margin-bottom: 0.35rem;
}

.admin-block-transfer {
  border-color: #0f7b6f;
  background: linear-gradient(180deg, #f2fffc, #ffffff);
}

.admin-block-transfer h3 {
  color: #0b5d54;
}

.admin-block-pricing {
  border-color: #1857a8;
  background: linear-gradient(180deg, #f1f7ff, #ffffff);
}

.admin-block-pricing h3 {
  color: #11458d;
}

.admin-block-general {
  border-color: #f1b71c;
  background: linear-gradient(180deg, #fffdf4, #ffffff);
}

.admin-block-general h3 {
  color: #8a6100;
}

.route-picker {
  position: relative;
}

.route-suggestions {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  max-height: 220px;
  overflow: auto;
  background: #fff;
  border: 1px solid #cfd9e7;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(16, 37, 64, 0.12);
}

.route-suggestions.is-open {
  display: block;
}

.route-suggestions button {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #edf2fa;
  background: #fff;
  padding: 0.58rem 0.65rem;
  font: inherit;
  cursor: pointer;
}

.route-suggestions button:hover {
  background: #f2f7ff;
}

.admin-option-grid .inline-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  white-space: normal;
  word-break: break-word;
  margin: 0;
  min-height: 38px;
  padding: 0.28rem 0.35rem;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
}

.admin-option-grid .inline-check input {
  margin: 0;
  flex: 0 0 auto;
}

.admin-preview-image {
  max-width: 280px;
  max-height: 140px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  object-position: center;
  padding: 0.25rem;
}

@media (max-width: 1120px) {
  .admin-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-option-grid {
    grid-template-columns: 1fr;
  }

  .admin-preview-image {
    max-width: 100%;
  }
}

/* Booking Form V2 */
.booking-shell .search-grid {
  display: grid;
  gap: 0.42rem;
  align-items: end;
}

.booking-shell:not(.dropoff-enabled) .search-grid {
  grid-template-columns: minmax(240px, 2.8fr) minmax(150px, 1fr) minmax(110px, 0.72fr) minmax(150px, 1fr) minmax(110px, 0.72fr) minmax(170px, 0.9fr);
}

.booking-shell.dropoff-enabled .search-grid {
  grid-template-columns: minmax(190px, 1.7fr) minmax(190px, 1.7fr) minmax(140px, 1fr) minmax(105px, 0.72fr) minmax(140px, 1fr) minmax(105px, 0.72fr) minmax(140px, 0.9fr);
}

.booking-shell .field-pickup {
  grid-column: 1;
}

.booking-shell .field-dropoff {
  grid-column: 2;
}

.booking-shell:not(.dropoff-enabled) .field-dropoff {
  display: none;
}

.booking-shell .field-pickup-date {
  grid-column: 2;
}

.booking-shell .field-pickup-time {
  grid-column: 3;
}

.booking-shell .field-dropoff-date {
  grid-column: 4;
}

.booking-shell .field-dropoff-time {
  grid-column: 5;
}

.booking-shell .search-btn {
  grid-column: 6;
  align-self: stretch;
  max-width: none;
}

.booking-shell.dropoff-enabled .field-pickup-date {
  grid-column: 3;
}

.booking-shell.dropoff-enabled .field-pickup-time {
  grid-column: 4;
}

.booking-shell.dropoff-enabled .field-dropoff-date {
  grid-column: 5;
}

.booking-shell.dropoff-enabled .field-dropoff-time {
  grid-column: 6;
}

.booking-shell.dropoff-enabled .search-btn {
  grid-column: 7;
}

.booking-shell .field-age {
  display: none !important;
}

.booking-shell .field-location {
  position: relative;
  padding-left: 1.9rem;
}

.booking-shell .field-location::after {
  content: "✕";
  position: absolute;
  right: 0.58rem;
  top: 50%;
  transform: translateY(-50%);
  color: #33465f;
  font-size: 1.18rem;
  line-height: 1;
  opacity: 0.85;
}

@media (max-width: 760px) {
  .booking-shell:not(.dropoff-enabled) .search-grid,
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 0;
    border: 2px solid #febb02;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .booking-shell .field {
    border-right: 1px solid #febb02;
    border-bottom: 1px solid #febb02;
    border-radius: 0;
    background: #fff;
    min-width: 0;
  }

  .booking-shell .field-pickup {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .booking-shell .field-dropoff {
    grid-column: 1 / -1;
    grid-row: 2;
    border-right: 0;
  }

  .booking-shell .field-pickup-date {
    grid-column: 1 / 2;
  }

  .booking-shell .field-pickup-time {
    grid-column: 2 / 3;
    border-right: 0;
  }

  .booking-shell .field-dropoff-date {
    grid-column: 1 / 2;
  }

  .booking-shell .field-dropoff-time {
    grid-column: 2 / 3;
    border-right: 0;
  }

  .booking-shell:not(.dropoff-enabled) .field-pickup-date,
  .booking-shell:not(.dropoff-enabled) .field-pickup-time {
    grid-row: 2;
  }

  .booking-shell:not(.dropoff-enabled) .field-dropoff-date,
  .booking-shell:not(.dropoff-enabled) .field-dropoff-time {
    grid-row: 3;
  }

  .booking-shell.dropoff-enabled .field-pickup-date,
  .booking-shell.dropoff-enabled .field-pickup-time {
    grid-row: 3;
  }

  .booking-shell.dropoff-enabled .field-dropoff-date,
  .booking-shell.dropoff-enabled .field-dropoff-time {
    grid-row: 4;
  }

  .booking-shell .search-btn,
  .booking-shell.dropoff-enabled .search-btn {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    min-height: 42px;
    max-width: none;
    border-radius: 0;
  }

  .booking-shell.dropoff-enabled .search-btn {
    grid-row: 5;
  }

  .booking-shell .field-location::after {
    right: 0.5rem;
    font-size: 1.08rem;
  }
}

@media (max-width: 390px) {
  .booking-shell:not(.dropoff-enabled) .search-grid,
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 76px;
  }
}

/* Booking Form Final Stabilizer */
.booking-shell {
  overflow: visible;
}

.booking-shell .search-grid {
  display: grid !important;
  align-items: end;
  gap: 0.45rem;
}

.booking-shell .field {
  min-width: 0;
}

.booking-shell .field-label {
  font-size: 0.79rem;
  font-weight: 700;
  color: #3e4f67;
  margin-bottom: 0.2rem;
}

.booking-shell .field input,
.booking-shell .field select {
  width: 100%;
}

.booking-shell:not(.dropoff-enabled) .field-dropoff {
  display: none !important;
}

.booking-shell:not(.dropoff-enabled) .search-grid {
  grid-template-columns: minmax(240px, 2.8fr) minmax(145px, 1fr) minmax(108px, 0.72fr) minmax(145px, 1fr) minmax(108px, 0.72fr) minmax(170px, 0.95fr) !important;
}

.booking-shell:not(.dropoff-enabled) .field-pickup {
  grid-column: 1 !important;
}

.booking-shell:not(.dropoff-enabled) .field-pickup-date {
  grid-column: 2 !important;
}

.booking-shell:not(.dropoff-enabled) .field-pickup-time {
  grid-column: 3 !important;
}

.booking-shell:not(.dropoff-enabled) .field-dropoff-date {
  grid-column: 4 !important;
}

.booking-shell:not(.dropoff-enabled) .field-dropoff-time {
  grid-column: 5 !important;
}

.booking-shell:not(.dropoff-enabled) .search-btn {
  grid-column: 6 !important;
}

.booking-shell.dropoff-enabled .search-grid {
  grid-template-columns: minmax(185px, 1.7fr) minmax(185px, 1.7fr) minmax(132px, 1fr) minmax(102px, 0.72fr) minmax(132px, 1fr) minmax(102px, 0.72fr) minmax(146px, 0.92fr) !important;
}

.booking-shell.dropoff-enabled .field-pickup {
  grid-column: 1 !important;
}

.booking-shell.dropoff-enabled .field-dropoff {
  display: block !important;
  grid-column: 2 !important;
}

.booking-shell.dropoff-enabled .field-pickup-date {
  grid-column: 3 !important;
}

.booking-shell.dropoff-enabled .field-pickup-time {
  grid-column: 4 !important;
}

.booking-shell.dropoff-enabled .field-dropoff-date {
  grid-column: 5 !important;
}

.booking-shell.dropoff-enabled .field-dropoff-time {
  grid-column: 6 !important;
}

.booking-shell.dropoff-enabled .search-btn {
  grid-column: 7 !important;
}

.booking-shell .search-btn {
  width: 100%;
  max-width: none;
  min-height: 48px;
  border-radius: 12px;
}

@media (max-width: 760px) {
  .booking-shell:not(.dropoff-enabled) .search-grid,
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 88px !important;
    gap: 0 !important;
    border: 2px solid #febb02;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .booking-shell .field {
    border-right: 1px solid #febb02 !important;
    border-bottom: 1px solid #febb02 !important;
    border-radius: 0 !important;
    background: #fff;
    padding: 0.34rem 0.44rem 0.34rem 1.7rem !important;
  }

  .booking-shell .field-label {
    font-size: 0.72rem;
    margin-bottom: 0.12rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 24px !important;
    padding: 0 !important;
    font-size: 0.92rem !important;
  }

  .booking-shell .field-pickup {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  .booking-shell .field-dropoff {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    border-right: 0 !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-pickup-date {
    grid-column: 1 / 2 !important;
    grid-row: 2 !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-pickup-time {
    grid-column: 2 / 3 !important;
    grid-row: 2 !important;
    border-right: 0 !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-dropoff-date {
    grid-column: 1 / 2 !important;
    grid-row: 3 !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-dropoff-time {
    grid-column: 2 / 3 !important;
    grid-row: 3 !important;
    border-right: 0 !important;
  }

  .booking-shell.dropoff-enabled .field-pickup-date {
    grid-column: 1 / 2 !important;
    grid-row: 3 !important;
  }

  .booking-shell.dropoff-enabled .field-pickup-time {
    grid-column: 2 / 3 !important;
    grid-row: 3 !important;
    border-right: 0 !important;
  }

  .booking-shell.dropoff-enabled .field-dropoff-date {
    grid-column: 1 / 2 !important;
    grid-row: 4 !important;
  }

  .booking-shell.dropoff-enabled .field-dropoff-time {
    grid-column: 2 / 3 !important;
    grid-row: 4 !important;
    border-right: 0 !important;
  }

  .booking-shell:not(.dropoff-enabled) .search-btn {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
  }

  .booking-shell.dropoff-enabled .search-btn {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
  }

  .booking-shell .search-btn {
    min-height: 42px !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 390px) {
  .booking-shell:not(.dropoff-enabled) .search-grid,
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 76px !important;
  }

  .booking-shell .field {
    padding: 0.28rem 0.36rem 0.28rem 1.58rem !important;
  }

  .booking-shell .field-label {
    font-size: 0.66rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    font-size: 0.84rem !important;
  }
}

/* Booking Form Fix V3 */
@media (min-width: 761px) {
  .booking-shell:not(.dropoff-enabled) .search-grid {
    grid-template-columns: minmax(260px, 2.8fr) minmax(170px, 1fr) minmax(120px, 0.72fr) minmax(170px, 1fr) minmax(120px, 0.72fr) minmax(200px, 1fr) !important;
    gap: 0.5rem !important;
  }

  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(200px, 1.8fr) minmax(200px, 1.8fr) minmax(150px, 1fr) minmax(110px, 0.72fr) minmax(150px, 1fr) minmax(110px, 0.72fr) minmax(165px, 0.95fr) !important;
    gap: 0.5rem !important;
  }

  .booking-shell .field-pickup,
  .booking-shell .field-dropoff,
  .booking-shell .field-pickup-date,
  .booking-shell .field-pickup-time,
  .booking-shell .field-dropoff-date,
  .booking-shell .field-dropoff-time,
  .booking-shell .search-btn {
    grid-row: 1 !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-dropoff {
    display: none !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-pickup { grid-column: 1 !important; }
  .booking-shell:not(.dropoff-enabled) .field-pickup-date { grid-column: 2 !important; }
  .booking-shell:not(.dropoff-enabled) .field-pickup-time { grid-column: 3 !important; }
  .booking-shell:not(.dropoff-enabled) .field-dropoff-date { grid-column: 4 !important; }
  .booking-shell:not(.dropoff-enabled) .field-dropoff-time { grid-column: 5 !important; }
  .booking-shell:not(.dropoff-enabled) .search-btn { grid-column: 6 !important; }

  .booking-shell.dropoff-enabled .field-pickup { grid-column: 1 !important; }
  .booking-shell.dropoff-enabled .field-dropoff { display: block !important; grid-column: 2 !important; }
  .booking-shell.dropoff-enabled .field-pickup-date { grid-column: 3 !important; }
  .booking-shell.dropoff-enabled .field-pickup-time { grid-column: 4 !important; }
  .booking-shell.dropoff-enabled .field-dropoff-date { grid-column: 5 !important; }
  .booking-shell.dropoff-enabled .field-dropoff-time { grid-column: 6 !important; }
  .booking-shell.dropoff-enabled .search-btn { grid-column: 7 !important; }

  .booking-shell .search-btn {
    align-self: end !important;
    min-height: 48px !important;
  }
}

@media (max-width: 760px) {
  .booking-shell:not(.dropoff-enabled) .field-dropoff {
    display: none !important;
  }

  .booking-shell:not(.dropoff-enabled) .field-pickup { grid-row: 1 !important; }
  .booking-shell:not(.dropoff-enabled) .field-pickup-date { grid-row: 2 !important; }
  .booking-shell:not(.dropoff-enabled) .field-pickup-time { grid-row: 2 !important; }
  .booking-shell:not(.dropoff-enabled) .field-dropoff-date { grid-row: 3 !important; }
  .booking-shell:not(.dropoff-enabled) .field-dropoff-time { grid-row: 3 !important; }
  .booking-shell:not(.dropoff-enabled) .search-btn { grid-row: 4 !important; }

  .booking-shell.dropoff-enabled .field-pickup { grid-row: 1 !important; }
  .booking-shell.dropoff-enabled .field-dropoff { display: block !important; grid-row: 2 !important; }
  .booking-shell.dropoff-enabled .field-pickup-date { grid-row: 3 !important; }
  .booking-shell.dropoff-enabled .field-pickup-time { grid-row: 3 !important; }
  .booking-shell.dropoff-enabled .field-dropoff-date { grid-row: 4 !important; }
  .booking-shell.dropoff-enabled .field-dropoff-time { grid-row: 4 !important; }
  .booking-shell.dropoff-enabled .search-btn { grid-row: 5 !important; }
}

/* Mobile Dropoff Toggle Hard Fix */
@media (max-width: 760px) {
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 88px !important;
    gap: 0 !important;
  }

  .booking-shell.dropoff-enabled .field-pickup {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  .booking-shell.dropoff-enabled .field-dropoff {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    border-right: 0 !important;
  }

  .booking-shell.dropoff-enabled .field-pickup-date {
    grid-column: 1 / 2 !important;
    grid-row: 3 !important;
  }

  .booking-shell.dropoff-enabled .field-pickup-time {
    grid-column: 2 / 3 !important;
    grid-row: 3 !important;
    border-right: 0 !important;
  }

  .booking-shell.dropoff-enabled .field-dropoff-date {
    grid-column: 1 / 2 !important;
    grid-row: 4 !important;
  }

  .booking-shell.dropoff-enabled .field-dropoff-time {
    grid-column: 2 / 3 !important;
    grid-row: 4 !important;
    border-right: 0 !important;
  }

  .booking-shell.dropoff-enabled .search-btn {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
  }
}

@media (max-width: 390px) {
  .booking-shell.dropoff-enabled .search-grid {
    grid-template-columns: minmax(0, 1fr) 76px !important;
  }
}

/* Mobile Sort Sheet */
@media (max-width: 760px) {
  #mobileSortModal .quick-filter-sheet h3 {
    font-size: 1.45rem;
  }

  #mobileSortModal .quick-switch-list label {
    font-size: 0.94rem;
    border-bottom: 1px solid #ebeff5;
    padding-bottom: 0.46rem;
  }

  #mobileSortModal .quick-switch-list label:last-child {
    border-bottom: 0;
  }

  #mobileSortModal .quick-switch-list input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #006ce4;
  }
}

/* GEO Landing Article Skin (content-safe visual layer) */
.geo-article {
  max-width: 980px;
  margin: 0 auto;
  color: #1c2733;
}

.geo-article > header,
.geo-article > nav,
.geo-article > section {
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  padding: 22px;
  margin: 0 0 18px;
  box-shadow: 0 6px 18px rgba(0, 47, 108, 0.05);
}

.geo-article > header h1 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.geo-article h2 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
}

.geo-article h3 {
  margin: 16px 0 8px;
  font-size: 1.04rem;
}

.geo-article p,
.geo-article li {
  line-height: 1.72;
}

.geo-article ul {
  padding-left: 20px;
}

.geo-article hr {
  border: 0;
  height: 1px;
  margin: 6px 0 18px;
  background: linear-gradient(90deg, rgba(0, 108, 228, 0), rgba(0, 108, 228, 0.35), rgba(0, 108, 228, 0));
}

.geo-article nav[aria-label="İçindekiler"] ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.geo-article nav[aria-label="İçindekiler"] a {
  display: block;
  text-decoration: none;
  background: #f4f8fd;
  border: 1px solid #dbe8f7;
  border-radius: 10px;
  padding: 10px 12px;
  color: #0a59b0;
  font-weight: 600;
}

.geo-article table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dbe8f7;
}

.geo-article th,
.geo-article td {
  border: 1px solid #dbe8f7;
  padding: 10px 12px;
  text-align: left;
}

.geo-article th {
  background: #eef5ff;
  color: #123d74;
}

.geo-article a[style*="font-size:20px"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006ce4;
  color: #fff;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration: none;
}

.geo-article a[style*="font-size:20px"]:hover {
  background: #0059bc;
}

@media (max-width: 760px) {
  .geo-article > header,
  .geo-article > nav,
  .geo-article > section {
    padding: 16px;
  }

  .geo-article nav[aria-label="İçindekiler"] ul {
    grid-template-columns: 1fr;
  }
}

/* Stacked article layout (article > .container > section) */
.geo-stack > .container > header,
.geo-stack > .container > section {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  padding: 22px;
  margin: 0 0 18px;
  box-shadow: 0 6px 18px rgba(0, 47, 108, 0.05);
}

.geo-stack > .container > hr {
  border: 0;
  height: 1px;
  margin: 6px 0 18px;
  background: linear-gradient(90deg, rgba(0, 108, 228, 0), rgba(0, 108, 228, 0.35), rgba(0, 108, 228, 0));
}

.geo-stack > .container > header h1 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.geo-stack > .container h2 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
}

.geo-stack > .container p,
.geo-stack > .container li {
  line-height: 1.72;
}

.geo-stack > .container table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbe8f7;
  border-radius: 10px;
  overflow: hidden;
}

.geo-stack > .container th,
.geo-stack > .container td {
  border: 1px solid #dbe8f7;
  padding: 10px 12px;
  text-align: left;
}

.geo-stack > .container th {
  background: #eef5ff;
  color: #123d74;
}

.geo-stack > .container a[style*="font-size:20px"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006ce4;
  color: #fff;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration: none;
}

.geo-stack > .container a[style*="font-size:20px"]:hover {
  background: #0059bc;
}

@media (max-width: 760px) {
  .geo-stack > .container > header,
  .geo-stack > .container > section {
    padding: 16px;
  }
}

/* Blog table upgrade */
.pricing-table,
.blog-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0 16px;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(14, 64, 120, 0.08);
  table-layout: fixed;
}

.pricing-table thead th,
.blog-card table thead th {
  background: linear-gradient(180deg, #0a67d1 0%, #0958b2 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.2px;
  border: 0;
  padding: 10px 12px;
  vertical-align: middle;
  line-height: 1.35;
}

.pricing-table tbody td,
.blog-card table tbody td {
  border: 0;
  border-top: 1px solid #e6eef8;
  padding: 10px 12px;
  color: #203246;
  font-weight: 600;
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
}

.pricing-table tbody tr:nth-child(even) td,
.blog-card table tbody tr:nth-child(even) td {
  background: #f7fbff;
}

.pricing-table tbody tr:hover td,
.blog-card table tbody tr:hover td {
  background: #eef6ff;
}

.pricing-table th,
.pricing-table td {
  width: 33.33%;
}

@media (max-width: 760px) {
  .pricing-table,
  .blog-card table {
    display: block;
    overflow-x: auto;
    white-space: normal;
    border-radius: 12px;
  }

  .pricing-table thead th,
  .blog-card table thead th,
  .pricing-table tbody td,
  .blog-card table tbody td {
    font-size: 0.84rem;
    padding: 9px 10px;
  }
}

/* Professional Blog Layout */
.blog-pro-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.blog-pro-hero {
  background: radial-gradient(circle at 90% 10%, #d9ecff 0%, #f7fbff 45%, #ffffff 100%);
  border: 1px solid #dbe8f7;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(13, 71, 142, 0.08);
}

.blog-pro-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: center;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.tag-chip {
  background: #eef6ff;
  color: #0b59b1;
  border: 1px solid #cfe2fb;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-media-card {
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.hero-media-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.insight-card {
  background: #fff;
  border: 1px solid #e2ecf8;
  border-radius: 12px;
  padding: 12px;
}

.insight-card h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #12467f;
}

.blog-section-card {
  background: #ffffff;
  border: 1px solid #e2ecf8;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
  box-shadow: 0 6px 18px rgba(16, 64, 122, 0.06);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.option-card {
  border: 1px solid #dbe8f7;
  border-radius: 12px;
  padding: 10px;
  background: #f9fcff;
}

.option-card h4 {
  margin: 0 0 6px;
  font-size: 0.92rem;
  color: #154f8f;
}

.option-card img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

@media (max-width: 920px) {
  .blog-pro-hero-grid {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .option-grid {
    grid-template-columns: 1fr;
  }
}
