:root {
  --max-width: 1200px;
  --gutter: clamp(16px, 3vw, 32px);
  --section-spacing: clamp(32px, 8vw, 80px);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 40px 80px -40px rgba(17, 24, 39, 0.45);
  --shadow-hover: 0 25px 50px -20px rgba(91, 33, 182, 0.5);
  --bg-gradient: radial-gradient(circle at top left, rgba(107, 33, 168, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.1), transparent 55%);
}

body {
  background: var(--bg-gradient), #fbfbfe;
  color: #202020;
  font-feature-settings: "liga" on, "kern" on;
}

main {
  display: flex;
  flex-direction: column;
  gap: var(--section-spacing);
}

section {
  padding-block: clamp(48px, 8vw, 72px);
}

main > section + section {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: inset 0 20px 40px -40px rgba(15, 23, 42, 0.25);
}

.section-heading {
  margin-bottom: clamp(32px, 5vw, 56px);
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.section-heading .eyebrow {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(107, 33, 168, 0.08);
  color: var(--primary);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.section-heading p {
  color: #4b5563;
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-top: 18px;
}

/* Header */
.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.navbar {
  gap: clamp(16px, 2vw, 32px);
  min-height: 72px;
}

.nav-links a {
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  color: #5b5f6b;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--primary);
}

.cta-buttons .btn {
  padding-inline: clamp(18px, 2.6vw, 28px);
  border-radius: 999px;
  font-size: 0.95rem;
}

.btn-gradient {
  background: linear-gradient(135deg, #6b21a8 0%, #7c3aed 50%, #2563eb 100%);
  color: #fff;
  border: none;
  box-shadow: var(--shadow-soft);
}

.btn-gradient:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Hero */
.hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  align-items: center;
  padding-top: 120px;
  padding-bottom: clamp(48px, 8vw, 90px);
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.8) 10%, rgba(30, 41, 59, 0.7) 40%, rgba(76, 29, 149, 0.88) 100%), url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2000&q=80') center/cover;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(244, 114, 182, 0.12), transparent 55%), radial-gradient(circle at 70% 80%, rgba(14, 165, 233, 0.15), transparent 55%);
  pointer-events: none;
}

.hero-content {
  text-align: left;
  max-width: 680px;
  padding: clamp(16px, 4vw, 40px);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(22px);
  border-radius: 34px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  position: relative;
  box-shadow: 0 60px 90px -50px rgba(17, 24, 39, 0.7);
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.hero h2 {
  font-size: clamp(1.65rem, 3.6vw, 2.4rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.hero .subtitle {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: rgba(248, 250, 252, 0.88);
  margin-top: 16px;
  margin-bottom: 22px;
}

.hero-buttons {
  justify-content: flex-start;
  gap: 14px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: clamp(16px, 3vw, 24px);
  margin-top: clamp(24px, 4vw, 48px);
}

.hero-stat-card {
  padding: 18px clamp(16px, 2.5vw, 28px);
  background: rgba(15, 23, 42, 0.55);
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 250, 252, 0.1);
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-stat-card i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-stat-card .label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}

.hero-stat-card .value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

/* Featured fleet carousel cards */
.featured-cars {
  background: transparent;
  padding-top: clamp(16px, 4vw, 32px);
  padding-bottom: clamp(16px, 4vw, 32px);
}

.featured-cars .car-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 4vw, 40px);
}

.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 3vw, 24px);
  margin-bottom: clamp(24px, 4vw, 32px);
  flex-wrap: wrap;
}

.header .nav-links {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
}

.header .nav-links a {
  margin: 0;
  padding: 6px 0;
  color: #4b5563;
  font-weight: 500;
}

.header .nav-links a:hover,
.header .nav-links a.active {
  color: var(--primary);
}

.header .cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  margin-left: clamp(18px, 3.5vw, 32px);
}

.header .cta-buttons .btn {
  padding: 8px 18px;
  font-size: 0.92rem;
  line-height: 1.2;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
}

.header .cta-buttons .btn-outline {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 100%);
  color: var(--primary);
  border: 2px solid rgba(107, 33, 168, 0.8);
}

.header .cta-buttons .btn-outline:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #ffffff;
  border-color: transparent;
}

.header .cta-buttons .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, #4338CA 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.header .cta-buttons .btn-primary:hover {
  filter: brightness(1.05);
}

.results-toolbar .controls .form-control {
  width: auto;
  min-width: 220px;
}

.car-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.car-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-hover);
}

.car-images {
  position: relative;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  overflow: hidden;
}

.car-images img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.car-details {
  padding: clamp(22px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.car-details h3 {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.car-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  font-size: 0.9rem;
}

.car-specs span {
  color: #475569;
  gap: 8px;
}

.car-price {
  border-radius: var(--radius-sm);
  background: rgba(107, 33, 168, 0.08);
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.car-price .daily {
  font-size: 1.55rem;
  color: var(--primary);
}

.car-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #475569;
  font-size: 0.92rem;
}

.car-features li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.car-features i {
  color: var(--primary);
  font-size: 0.85rem;
}

.car-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.car-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  width: 100%;
}

.car-actions .btn-outline {
  border: 2px solid rgba(79, 70, 229, 0.4);
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary);
}

.car-actions .btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.car-actions .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, #4338CA 100%);
  border: none;
  color: #fff;
}

/* Benefits section */
.benefits {
  position: relative;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 4vw, 32px);
}

.benefit-card {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 45px -35px rgba(15, 23, 42, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(107, 33, 168, 0.08), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}

.benefit-card:hover:after {
  opacity: 1;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(107, 33, 168, 0.12);
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.benefit-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

/* Fleet slider CTA */
.featured-banner {
  border-radius: var(--radius-lg);
  margin-inline: auto;
  width: min(100% - 2*var(--gutter), var(--max-width));
  background: linear-gradient(140deg, rgba(17, 24, 39, 0.96), rgba(76, 29, 149, 0.88));
  padding: clamp(32px, 6vw, 56px);
  color: #fff;
}

.featured-banner .banner-content {
  display: grid;
  gap: clamp(18px, 4vw, 28px);
  justify-items: center;
  text-align: center;
}

.banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


.banner-content h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.3rem);
  max-width: 640px;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.banner-content p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
}

.banner-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(16px, 3vw, 24px);
  width: 100%;
}

.banner-card {
  background: rgba(15, 23, 42, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: clamp(18px, 3.2vw, 26px);
  text-align: left;
  display: grid;
  gap: 10px;
  box-shadow: 0 18px 35px -28px rgba(15, 23, 42, 0.5);
}

.banner-card h3 {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  gap: 4px;
}

.banner-card h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.banner-card p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.featured-banner h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  letter-spacing: -0.02em;
}

.featured-banner p {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  opacity: 0.85;
}

.hero-compact {
  min-height: 320px;
  padding: clamp(120px, 18vw, 180px) 0 clamp(48px, 12vw, 80px);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(76, 29, 149, 0.85));
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-compact .hero-content {
  display: grid;
  gap: 16px;
  justify-items: center;
  width: min(100% - 2*var(--gutter), 720px);
  margin: 0 auto;
}

.faq-support {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 40px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 20px;
  position: sticky;
  top: 110px;
}

.faq-support .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(107, 33, 168, 0.12);
  color: var(--primary);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-support h3 {
  font-size: 1.45rem;
  color: var(--secondary);
}

.faq-support p {
  color: #475569;
  line-height: 1.65;
}

.contact-links {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.contact-links li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.contact-links i {
  color: var(--primary);
}

.contact-links a {
  color: var(--secondary);
  text-decoration: none;
}

.contact-links a:hover {
  color: var(--primary);
}

.faq-hours {
  background: rgba(15, 23, 42, 0.04);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  display: grid;
  gap: 6px;
  color: #475569;
}

.faq-hours span {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: rgba(71, 85, 105, 0.72);
}

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(16px, 3vw, 24px);
}

.faq-chip {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(255, 255, 255, 0.85);
  color: var(--secondary);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.faq-chip:hover {
  border-color: rgba(107, 33, 168, 0.6);
  color: var(--primary);
}

.faq-chip.active {
  background: linear-gradient(135deg, rgba(107, 33, 168, 0.92), rgba(76, 29, 149, 0.92));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 30px -18px rgba(79, 70, 229, 0.8);
}

.faq-list {
  display: grid;
  gap: clamp(14px, 3vw, 20px);
  margin-top: clamp(24px, 4vw, 32px);
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 40px -35px rgba(15, 23, 42, 0.35);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: clamp(18px, 3vw, 24px);
  background: transparent;
  border: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 clamp(20px, 3vw, 28px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding-bottom: clamp(18px, 3vw, 26px);
  color: #475569;
  line-height: 1.65;
}

.faq-item[hidden] {
  display: none;
}

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

  .faq-support {
    position: static;
    order: 2;
  }

  .faq-support .badge {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .faq-question {
    font-size: 1rem;
  }

  .banner-cards {
    grid-template-columns: 1fr;
  }

  .faq-categories {
    justify-content: flex-start;
  }
}

.featured-banner .cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Booking steps */
.booking-steps {
  background: rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.12);
  padding: clamp(32px, 6vw, 48px);
  box-shadow: var(--shadow-soft);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 4vw, 40px);
}

.step-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: 0 15px 40px -25px rgba(15, 23, 42, 0.3);
}

.step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(107, 33, 168, 0.12);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

/* Testimonials */
.testimonial-slider {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}

.testimonial {
  position: relative;
  padding: clamp(32px, 5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
}

.testimonial .quote {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: #1f2937;
}

.testimonial .author {
  font-size: 1rem;
  color: #475569;
}

/* CTA */
.cta-section {
  border-radius: var(--radius-lg);
  margin-inline: auto;
  width: min(100% - 2*var(--gutter), var(--max-width));
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(76, 29, 149, 0.95));
  padding: clamp(48px, 8vw, 72px);
}

.cta-content {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.cta-content h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

/* Footer */
.footer {
  margin-top: clamp(80px, 10vw, 120px);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: clamp(64px, 8vw, 96px);
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: rgba(226, 232, 240, 0.8);
}

.footer-grid {
  gap: clamp(24px, 5vw, 48px);
}

.footer-links h4,
.footer-contact h4,
.footer-newsletter h4 {
  color: rgba(248, 250, 252, 0.95);
}

.footer-contact ul li {
  color: rgba(226, 232, 240, 0.7);
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding-top: 28px;
  margin-top: clamp(40px, 6vw, 56px);
  justify-content: center;
  gap: 28px;
}

/* Cookie consent */
.cookie-consent {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 360px;
  background: rgba(15, 23, 42, 0.92);
  color: rgba(241, 245, 249, 0.85);
  padding: 22px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.25);
  z-index: 2000;
}

.cookie-consent .btn {
  width: 100%;
  margin-top: 18px;
}

/* Sticky mobile bar */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.98);
  padding: 14px clamp(16px, 4vw, 24px);
  display: none;
  gap: 12px;
  box-shadow: 0 -12px 30px -20px rgba(15, 23, 42, 0.4);
  z-index: 1200;
}

.mobile-cta-bar .btn {
  flex: 1;
  border-radius: 999px;
  padding-block: 12px;
}

/* Fleet filter refinements */
.page-header {
  padding-block: clamp(96px, 14vw, 140px);
  background: linear-gradient(135deg, rgba(107, 33, 168, 0.85), rgba(37, 99, 235, 0.75));
  color: #fff;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 55%);
}

.page-header .container {
  display: grid;
  gap: clamp(12px, 3vw, 20px);
  text-align: center;
  justify-items: center;
}

.page-header p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
}

.page-header h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #ffffff;
  margin: 0;
}

.fleet-filter {
  margin-top: clamp(-64px, -9vw, -28px);
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .page-header {
    padding-top: clamp(120px, 20vw, 160px);
  }

  .fleet-filter {
    margin-top: clamp(-28px, -5vw, -12px);
  }
}

@media (max-width: 540px) {
  .page-header {
    padding-top: clamp(140px, 24vw, 180px);
  }

  .fleet-filter {
    margin-top: 8px;
  }
}

.filter-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 32px);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.filter-group label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #475569;
  margin-bottom: 8px;
  display: block;
}

.form-control,
select,
input,
textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(107, 33, 168, 0.6);
  box-shadow: 0 0 0 4px rgba(107, 33, 168, 0.12);
}

/* Contact page */
.contact-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: flex-start;
  gap: clamp(32px, 6vw, 48px);
}

.contact-card {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  padding: clamp(28px, 5vw, 40px);
  box-shadow: var(--shadow-soft);
}

.contact-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-item i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(107, 33, 168, 0.12);
  display: grid;
  place-items: center;
  color: var(--primary);
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.2);
  min-height: 360px;
}

/* Booking form */
.booking-summary,
.booking-form {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.16);
  padding: clamp(28px, 5vw, 40px);
  box-shadow: var(--shadow-soft);
}

.booking-layout {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.booking-summary .price-breakdown {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  color: #475569;
}

.price-row.total {
  font-weight: 600;
  color: #111827;
  font-size: 1.08rem;
}

/* Legal pages */
.legal-content {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(32px, 6vw, 48px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 24px;
}

.legal-content h2 {
  font-size: 1.6rem;
  color: var(--primary);
}

.legal-content h3 {
  font-size: 1.25rem;
  margin-top: 18px;
}

.legal-content ul {
  list-style: disc;
  padding-left: 22px;
  color: #475569;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Utility */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
}

.badge i {
  color: var(--primary);
}

.card {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 32px);
}

.grid-2 {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-3 {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Animations */
.animate {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .hero {
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 88px;
  }
  main {
    gap: clamp(32px, 10vw, 56px);
  }
  section {
    padding-block: clamp(40px, 12vw, 64px);
  }
  .hero {
    min-height: auto;
    text-align: center;
    padding-top: clamp(140px, 24vw, 200px);
    padding-bottom: clamp(48px, 12vw, 80px);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .hero-content {
    text-align: center;
    margin-inline: auto;
    padding: clamp(18px, 6vw, 32px);
    gap: 18px;
  }
  .hero h1 {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
  .hero h2 {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }
  .hero .subtitle {
    font-size: clamp(0.95rem, 3.6vw, 1.1rem);
  }
  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-stats {
    display: none;
  }
  .section-heading {
    margin-bottom: clamp(24px, 8vw, 40px);
    padding-inline: clamp(8px, 4vw, 24px);
  }
  .benefits-grid,
  .steps-grid,
  .featured-banner .banner-cards,
  .features-grid,
  .car-card .car-specs {
    grid-template-columns: 1fr;
  }
  .car-card .car-specs {
    gap: 8px;
  }
  .featured-banner {
    border-radius: 32px;
    padding: clamp(28px, 10vw, 44px);
  }
  .featured-banner .cta {
    flex-direction: column;
  }
  .results-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .results-toolbar .controls {
    width: 100%;
    display: grid;
    gap: 12px;
  }
  .results-toolbar .controls .form-control,
  .results-toolbar input[type="search"],
  .results-toolbar select {
    width: 100%;
  }
  .mobile-cta-bar {
    display: flex;
  }
}

@media (max-width: 540px) {
  .banner-content h2,
  .cta-content h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }
  .benefit-card,
  .card,
  .booking-steps {
    padding: clamp(20px, 8vw, 32px);
  }
  .faq-question {
    padding: clamp(16px, 6vw, 22px);
  }
}

@media (max-width: 420px) {
  body {
    padding-bottom: 92px;
  }
  .hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }
  .hero h2 {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }
  .badge,
  .hero .badge,
  .section-heading .eyebrow {
    font-size: 0.7rem;
  }
  .hero .subtitle {
    font-size: clamp(0.9rem, 4.8vw, 1.05rem);
  }
}

@media (max-width: 640px) {
  section {
    padding-block: 56px;
  }
  .car-actions {
    grid-template-columns: 1fr;
  }
  .filter-container {
    grid-template-columns: 1fr;
  }
}
