/* ============================================================
   Edinburgh St Andrews Transfers — Main Stylesheet
   Premium Scottish Luxury Transfer Aesthetic
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --purple-deep:    #0f0020;
  --purple-dark:    #1a0030;
  --purple-mid:     #3d0066;
  --purple-bright:  #6b21a8;
  --purple-light:   #9333ea;
  --purple-pale:    #c084fc;
  --purple-mist:    #f3e8ff;
  --gold:           #c9a84c;
  --gold-light:     #e8cc7a;
  --white:          #ffffff;
  --grey-100:       #f8f7fb;
  --grey-200:       #f1eef8;
  --grey-300:       #e8e0f5;
  --grey-400:       #c4b5d9;
  --grey-600:       #6b5b82;
  --grey-800:       #2d1f3f;
  --text-primary:   #1a0030;
  --text-secondary: #4a3560;
  --text-muted:     #8a7a9a;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --shadow-sm:  0 2px 8px rgba(61,0,102,0.08);
  --shadow-md:  0 4px 24px rgba(61,0,102,0.12);
  --shadow-lg:  0 8px 48px rgba(61,0,102,0.18);
  --shadow-xl:  0 16px 64px rgba(61,0,102,0.24);

  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul, ol { list-style: none; }
input, select, textarea { font: inherit; }
table { border-collapse: collapse; width: 100%; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-primary);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.3rem; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.text-display {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--text-secondary);
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--wide  { max-width: 1400px; }
.container--narrow { max-width: 760px; }

.section { padding: 80px 0; }
.section--sm { padding: 48px 0; }
.section--lg { padding: 120px 0; }
.section--dark { background: var(--purple-dark); }
.section--grey { background: var(--grey-100); }
.section--purple-mist { background: var(--purple-mist); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 12px; }
.section-header .subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 12px;
}

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
  padding: 0;
}

.site-header.scrolled {
  background: rgba(26, 0, 48, 0.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 32px rgba(0,0,0,0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 72px;
}

.header--transparent .header-inner { height: 88px; }
.header--transparent.scrolled .header-inner { height: 72px; }

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-logo img {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-logo-text .name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.3px;
}

.site-logo-text .tagline {
  font-size: 0.65rem;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-nav a {
  display: block;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.78);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: white;
  background: rgba(255,255,255,0.08);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color var(--transition);
}

.header-phone:hover { color: var(--gold); }

.header-phone svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 6px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}

.hamburger:hover { background: rgba(255,255,255,0.1); }
.hamburger span {
  display: block; height: 2px; background: white; border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--purple-dark);
  padding: 100px 24px 40px;
  overflow-y: auto;
}

.mobile-nav.open { display: flex; flex-direction: column; }

.mobile-nav a {
  display: block;
  padding: 16px 0;
  font-size: 1.4rem;
  font-family: var(--font-display);
  color: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color var(--transition), padding-left var(--transition);
}

.mobile-nav a:hover {
  color: var(--gold-light);
  padding-left: 8px;
}

.mobile-nav .mobile-phone {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 1.1rem;
  font-weight: 500;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--purple-deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: saturate(0.3);
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15,0,32,0.96) 0%,
    rgba(26,0,48,0.88) 40%,
    rgba(61,0,102,0.70) 70%,
    rgba(107,33,168,0.50) 100%
  );
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(107,33,168,0.12) 0%, transparent 50%),
    radial-gradient(circle at 75% 70%, rgba(201,168,76,0.06) 0%, transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 0 80px;
}

.hero-text { max-width: 660px; margin-bottom: 48px; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  color: white;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.68);
  font-weight: 300;
  line-height: 1.7;
  max-width: 500px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
}

.hero-trust-item svg {
  width: 14px; height: 14px;
  color: var(--gold-light);
  flex-shrink: 0;
}

/* ============================================================
   BOOKING WIDGET
   ============================================================ */
.booking-widget {
  background: rgba(255,255,255,0.98);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.15);
}

.booking-widget-tabs {
  display: flex;
  background: var(--grey-100);
  border-bottom: 1px solid var(--grey-300);
}

.booking-tab {
  flex: 1;
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 3px solid transparent;
  transition: all var(--transition);
  cursor: pointer;
  text-align: center;
}

.booking-tab.active {
  color: var(--purple-mid);
  border-bottom-color: var(--purple-mid);
  background: white;
}

.booking-form-wrap { padding: 28px; }

.price-display {
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple-mid) 100%);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.price-display-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-display-amount {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}

.price-display-loading {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  font-style: italic;
}

/* FORM ELEMENTS */
.form-grid { display: grid; gap: 14px; }
.form-grid--2 { grid-template-columns: 1fr 1fr; }
.form-grid--3 { grid-template-columns: 1fr 1fr 1fr; }

.form-group { display: flex; flex-direction: column; gap: 5px; }

.form-label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.form-label .required { color: #e53e3e; margin-left: 2px; }

.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  color: var(--text-primary);
  background: white;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(61,0,102,0.08);
}

.form-control::placeholder { color: var(--grey-400); }
.form-control.error { border-color: #e53e3e; }

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b5b82' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.phone-input-wrap {
  display: flex;
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.phone-input-wrap:focus-within {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(61,0,102,0.08);
}

.phone-country {
  padding: 11px 10px 11px 14px;
  border-right: 1px solid var(--grey-300);
  background: var(--grey-100);
  font-size: 0.85rem;
  min-width: 90px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b5b82' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 24px;
}

.phone-number {
  flex: 1;
  padding: 11px 14px;
  border: none;
  outline: none;
  font: inherit;
  font-size: 0.92rem;
  color: var(--text-primary);
  background: transparent;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}

.form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  border: 1.5px solid var(--grey-300);
  border-radius: 4px;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--purple-mid);
}

.form-check label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.4;
  cursor: pointer;
}

.form-check label a {
  color: var(--purple-mid);
  text-decoration: underline;
}

.step-indicator {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.step {
  flex: 1;
  height: 3px;
  background: var(--grey-300);
  border-radius: 3px;
  transition: background var(--transition);
}

.step.active { background: var(--purple-mid); }
.step.done { background: var(--purple-bright); }

/* EXTRAS SECTION */
.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.extra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  background: var(--grey-100);
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition);
}

.extra-item:hover { border-color: var(--purple-light); background: var(--purple-mist); }
.extra-item.selected { border-color: var(--purple-mid); background: var(--purple-mist); }
.extra-item svg { width: 22px; height: 22px; color: var(--purple-mid); }
.extra-item .extra-label { font-size: 0.7rem; font-weight: 600; color: var(--text-secondary); text-align: center; }
.extra-item .extra-count { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--purple-mid); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition);
}

.btn:hover::before { opacity: 1; }

.btn-primary {
  background: linear-gradient(135deg, var(--purple-mid) 0%, var(--purple-bright) 100%);
  color: white;
  border-color: var(--purple-mid);
  box-shadow: 0 4px 20px rgba(61,0,102,0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(61,0,102,0.45);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--purple-deep);
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,168,76,0.45);
}

.btn-outline {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.35);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
}

.btn-outline-dark {
  background: transparent;
  color: var(--purple-mid);
  border-color: var(--purple-mid);
}

.btn-outline-dark:hover {
  background: var(--purple-mid);
  color: white;
}

.btn-lg { padding: 18px 36px; font-size: 0.95rem; }
.btn-sm { padding: 10px 18px; font-size: 0.78rem; }

.btn-full { width: 100%; }

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-loading::after {
  content: '';
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* STICKY MOBILE CTA */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  padding: 12px 16px;
  background: rgba(15,0,32,0.97);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(201,168,76,0.2);
  gap: 10px;
}

/* ============================================================
   ROUTE CARDS
   ============================================================ */
.route-card {
  background: white;
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.route-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--purple-mid), var(--purple-bright));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.route-card:hover {
  border-color: var(--purple-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.route-card:hover::before { transform: scaleX(1); }

.route-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: var(--purple-mist);
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

.route-icon svg { width: 24px; height: 24px; color: var(--purple-mid); }

.route-path {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.route-from, .route-to {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text-primary);
}

.route-arrow {
  color: var(--purple-light);
  flex-shrink: 0;
  font-size: 1.1rem;
}

.route-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.route-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.route-meta-item svg { width: 13px; height: 13px; }

.route-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 16px;
}

.route-price-from {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.route-price-amount {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--purple-mid);
}

/* ============================================================
   VEHICLE CARDS
   ============================================================ */
.vehicle-card {
  background: white;
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
}

.vehicle-card:hover {
  border-color: var(--purple-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.vehicle-card.featured {
  border-color: var(--gold);
  box-shadow: 0 4px 32px rgba(201,168,76,0.15);
}

.vehicle-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--purple-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 1;
}

.vehicle-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--grey-200);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle-img-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple-mid) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle-img-placeholder svg {
  width: 80px; height: 80px;
  color: rgba(255,255,255,0.15);
}

.vehicle-body { padding: 24px; }

.vehicle-company {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 6px;
}

.vehicle-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.vehicle-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.6;
}

.vehicle-specs {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--grey-300);
  border-bottom: 1px solid var(--grey-300);
  margin-bottom: 16px;
}

.vehicle-spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 500;
}

.vehicle-spec svg { width: 16px; height: 16px; color: var(--purple-light); }

.vehicle-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: var(--purple-mist);
  color: var(--purple-mid);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 500;
}

.vehicle-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vehicle-price-from {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.vehicle-price-amount {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--purple-mid);
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-item {
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition);
  margin-bottom: 10px;
}

.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--purple-light); }

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  background: white;
  cursor: pointer;
  transition: background var(--transition);
  gap: 16px;
}

.faq-trigger:hover { background: var(--grey-100); }
.faq-item.open .faq-trigger { background: var(--purple-mist); }

.faq-question {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.3;
}

.faq-icon {
  width: 28px; height: 28px;
  border: 1.5px solid var(--grey-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
  color: var(--text-muted);
}

.faq-item.open .faq-icon {
  background: var(--purple-mid);
  border-color: var(--purple-mid);
  color: white;
  transform: rotate(180deg);
}

.faq-icon svg { width: 14px; height: 14px; }

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-body.open { max-height: 400px; }

.faq-answer {
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: white;
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; left: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--purple-mist);
  line-height: 1;
  pointer-events: none;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.testimonial-stars svg {
  width: 16px; height: 16px;
  color: var(--gold);
  fill: var(--gold);
}

.testimonial-text {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-primary);
}

.testimonial-route {
  font-size: 0.75rem;
  color: var(--purple-light);
  font-weight: 500;
}

.testimonial-platform {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============================================================
   TRUST SIGNALS
   ============================================================ */
.trust-bar {
  background: var(--purple-dark);
  padding: 20px 0;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
  font-weight: 400;
}

.trust-item svg { width: 20px; height: 20px; color: var(--gold-light); }

/* ============================================================
   STATS SECTION
   ============================================================ */
.stat-item { text-align: center; }

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--purple-deep);
  color: rgba(255,255,255,0.65);
  border-top: 1px solid rgba(201,168,76,0.15);
}

.footer-top {
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand .site-logo { margin-bottom: 16px; }

.footer-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.6);
}

.footer-contact-item svg { width: 15px; height: 15px; color: var(--gold-light); flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer-contact-item a:hover { color: var(--gold-light); }

.footer-heading {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.footer-links a {
  display: block;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.5);
  padding: 4px 0;
  transition: color var(--transition), padding-left var(--transition);
}

.footer-links a:hover { color: white; padding-left: 4px; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
  transition: color var(--transition);
}

.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ============================================================
   NOTICES / ALERTS
   ============================================================ */
.alert {
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.alert svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

.alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.alert-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.alert-info {
  background: var(--purple-mist);
  color: var(--purple-mid);
  border: 1px solid var(--grey-300);
}

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-header {
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple-mid) 100%);
  padding: 100px 0 48px;
  text-align: center;
}

.page-header h1 { color: white; margin-bottom: 12px; }

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

.breadcrumbs a { color: rgba(255,255,255,0.6); }
.breadcrumbs a:hover { color: white; }
.breadcrumbs span { color: rgba(255,255,255,0.35); }

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-white  { color: white; }
.text-gold   { color: var(--gold-light); }
.text-muted  { color: var(--text-muted); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-6 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid--3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .section--lg { padding: 72px 0; }

  .main-nav, .header-phone { display: none; }
  .hamburger { display: flex; }

  .sticky-mobile-cta { display: flex; }

  .hero { min-height: 100svh; }
  .hero-content { padding: 80px 0 100px; }

  .form-grid--2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .extras-grid { grid-template-columns: repeat(3, 1fr); }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }

  .footer-bottom { flex-direction: column; text-align: center; }

  .trust-items { gap: 24px; justify-content: center; }

  .booking-form-wrap { padding: 20px 16px; }

  .hero-trust { display: none; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .extras-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.animate-fade-up { animation: fadeUp 0.7s ease both; }
.animate-fade-up-delay-1 { animation: fadeUp 0.7s 0.1s ease both; }
.animate-fade-up-delay-2 { animation: fadeUp 0.7s 0.2s ease both; }
.animate-fade-up-delay-3 { animation: fadeUp 0.7s 0.3s ease both; }
