﻿: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, #0d3d8a, #0059cf);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  line-height: 1;
}

.brand span { color: #ffd266; }

.nav {
  display: flex;
  gap: 0.42rem;
  flex-wrap: wrap;
  width: 100%;
}

.nav a {
  padding: 0.55rem 0.9rem;
  border-radius: 10px 10px 0 0;
  color: #e7f1ff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.nav a.active,
.nav a:hover {
  background: #fff;
  color: #0e428f;
  border-color: #fff;
}

.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;
}

.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: 1rem;
}

.search-grid {
  display: grid;
  gap: 0.55rem;
  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%;
}

.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); }

.search-btn {
  align-self: end;
  min-height: 44px;
}

.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;
}

.search-options input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.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;
}

.supplier-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
}

.supplier-wall img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.4rem;
}

.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-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: cover;
  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: #0f2e61;
  color: #d8e8ff;
}

.footer .container {
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.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: #ffffff;
}

.footer-col p {
  color: #d8e8ff;
  font-size: 0.9rem;
}

.footer-col a {
  display: block;
  color: #d8e8ff;
  font-size: 0.9rem;
  margin-bottom: 0.32rem;
}

.footer-col a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 0.35rem;
}

/* 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: 300px 1fr;
  gap: 1rem;
}

.filters {
  position: sticky;
  top: 0.9rem;
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
}

.filters h3 { margin-bottom: 0.7rem; }

.filter-group {
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.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: linear-gradient(160deg, #dbe9ff, #f2f6ff);
  border: 1px solid #cfdcf3;
  min-height: 110px;
  overflow: hidden;
}

.vehicle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}

.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-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.mini-note {
  color: #5b6a7d;
  font-size: 0.84rem;
}

.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: 1fr 240px;
  gap: 0.8rem;
  align-items: center;
}

.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%;
  object-fit: cover;
}

.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;
}

/* 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; }
  .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) {
  .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;
  }

  .slider-btn {
    width: 100%;
    border-radius: 10px;
    height: 36px;
  }

  .nav-bar { flex-direction: column; align-items: flex-start; }
  .nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem;
  }
  .nav a {
    white-space: nowrap;
    flex: 0 0 auto;
    border-radius: 10px;
  }

  .booking-shell {
    padding: 0.62rem;
    border-radius: 10px;
    border-width: 3px;
  }

  .booking-shell .search-grid {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .booking-shell .field {
    background: #fff;
    border: 1px solid #d8e3f3;
    border-radius: 10px;
    padding: 0.45rem 0.5rem;
    font-size: 0.78rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 44px;
    padding: 0.62rem 0.66rem;
    font-size: 0.95rem;
  }

  .booking-shell .search-btn {
    width: 100%;
    min-height: 48px;
    font-size: 1.03rem;
    border-radius: 10px;
  }

  .search-options {
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.8rem;
  }

  .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.95rem 0 1.6rem;
  }

  .booking-hero h1 {
    font-size: 1.52rem;
    line-height: 1.18;
  }

  .booking-hero p {
    font-size: 0.92rem;
  }

  .section {
    padding: 1.6rem 0;
  }

  .section-title h2 {
    font-size: 1.25rem;
  }

  .section-title p {
    font-size: 0.9rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .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;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(1180px, 95vw);
  }

  .top-strip .container {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .brand {
    font-size: 1.34rem;
  }

  .nav a {
    padding: 0.48rem 0.7rem;
    font-size: 0.86rem;
  }

  .booking-shell {
    margin-top: 0.75rem;
  }

  .booking-shell .field {
    padding: 0.42rem;
  }

  .booking-shell .field input,
  .booking-shell .field select {
    min-height: 46px;
    font-size: 0.94rem;
  }

  .search-badges span {
    font-size: 0.7rem;
  }

  .campaign-track {
    min-height: 250px;
  }
}
