:root {
  --bg: #070b10;
  --bg2: #0d141d;
  --card: #111a25;
  --card2: #0f1722;
  --line: rgba(255,255,255,.09);
  --gold: #d7b46a;
  --gold2: #f0d79a;
  --text: #e9eef5;
  --muted: #a9b4c2;
  --shadow: 0 24px 60px rgba(0,0,0,.35);
}

html { 
  scroll-behavior: smooth; 
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top, rgba(215,180,106,.11), transparent 25%), linear-gradient(180deg, var(--bg), #0a1017 55%, #070b10);
  color: var(--text);
  max-width: 100%;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, .display-font {
  font-family: 'Playfair Display', serif;
  letter-spacing: .2px;
}

.navbar {
  background: rgba(7,11,16,.75);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-mark {
  color: var(--gold);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #111;
  border: none;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(215,180,106,.18);
}

.btn-gold:hover { 
  opacity: .95; 
  transform: translateY(-1px); 
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,11,16,.92) 0%, rgba(7,11,16,.68) 55%, rgba(7,11,16,.28) 100%), url('https://towncarsinorlando.com/luxury-black-car-service-Orlando.webp') center/cover no-repeat;
  opacity: .9;
  z-index: -2;
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,11,16,.18), rgba(7,11,16,.92));
  z-index: -1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .85rem;
  border: 1px solid rgba(215,180,106,.28);
  border-radius: 999px;
  background: rgba(215,180,106,.08);
  color: var(--gold2);
  font-weight: 600;
  font-size: .92rem;
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 1.05;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .hero h1 { font-size: 4.6rem; }
}

.lead {
  color: rgba(233,238,245,.86);
  font-size: 1.08rem;
  max-width: 58ch;
}

.glass-card {
  background: linear-gradient(180deg, rgba(17,26,37,.95), rgba(11,16,24,.95));
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.fleet-card, .service-card, .testimonial-card, .feature-card {
  background: linear-gradient(180deg, rgba(17,26,37,.95), rgba(11,16,24,.95));
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  height: 100%;
}

.service-card:hover, .fleet-card:hover { 
  transform: translateY(-4px); 
  transition: transform 0.3s ease; 
}

.stat {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.stat strong {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}

.section-pad { padding: 90px 0; }

.section-title {
  font-size: clamp(2rem,3vw,3rem);
  margin-bottom: 1rem;
}

.section-sub {
  color: var(--muted);
  max-width: 70ch;
}

.icon-badge {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(215,180,106,.1);
  border: 1px solid rgba(215,180,106,.18);
  color: var(--gold2);
  font-size: 1.4rem;
}

.pill {
  display: inline-block;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  color: #dfe7f0;
  font-size: .88rem;
  margin: .25rem .35rem .25rem 0;
}

.price-tag {
  color: var(--gold2);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .82rem;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,180,106,.45), transparent);
  margin: 28px 0;
}

.bg-soft {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.form-control, .form-select {
  background: #0c131c;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  border-radius: 14px;
  padding: .9rem 1rem;
}

.form-control:focus, .form-select:focus {
  border-color: rgba(215,180,106,.55);
  box-shadow: 0 0 0 .25rem rgba(215,180,106,.12);
  background: #0c131c;
  color: #fff;
}

/* Enhanced Placeholder Contrast */
.form-control::placeholder, .form-select::placeholder {
  color: var(--muted);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: var(--muted);
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: var(--muted);
}

.small-muted { color: var(--muted); }

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

a { color: inherit; text-decoration: none; }

.sticky-cta {
  position: fixed;
  left: 0; 
  right: 0; 
  bottom: 0;
  z-index: 1050;
  background: rgba(7,11,16,.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding: 10px 15px;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
}

.sticky-cta .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .hero { min-height: auto; padding: 140px 0 80px; }
  .hero h1 { line-height: 1.02; }
}

.submitting { 
  opacity: 0.5; 
  pointer-events: none; 
  transition: opacity 0.3s ease; 
}

/* Tighten spacing directly above the quote form */
#contact.section-pad {
  padding-top: 20px;
}

/* --- Mobile Navigation Touch-Target & Expansion Enhancements --- */
@media (max-width: 991px) {
  /* Expand the mobile menu background to feel immersive and prominent */
  .navbar-collapse {
    background: rgba(7, 11, 16, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line);
    padding: 20px 20px 30px 20px;
    margin-top: 15px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  }

  /* Make main mobile links large and thumb-friendly with generous vertical padding */
  .navbar-nav .nav-link {
    font-size: 1.25rem !important;
    padding: 14px 18px !important;
    border-radius: 10px;
    transition: background 0.2s ease;
  }
  
  .navbar-nav .nav-link:hover, 
  .navbar-nav .nav-link:focus {
    background: rgba(215, 180, 106, 0.08);
    color: var(--gold2) !important;
  }

  /* Force the Services sub-links to display expanded, indented, and spaced for thumbs */
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding-left: 15px !important;
    margin-top: 5px !important;
    display: block !important;
  }

  /* Generous touch targets for every service sub-link */
  .navbar-nav .dropdown-item {
    font-size: 1.1rem !important;
    padding: 12px 18px !important;
    color: var(--muted) !important;
    border-radius: 8px;
    margin-bottom: 4px;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus {
    background: rgba(215, 180, 106, 0.12);
    color: #fff !important;
  }

  /* Hide the default dropdown toggle arrow on mobile since items are permanently expanded */
  .navbar-nav .dropdown-toggle::after {
    display: none;
  }

  /* Give the Get a Quote button prominent mobile breathing room */
  .navbar-nav .btn-gold {
    margin-top: 15px;
    padding: 14px !important;
    font-size: 1.1rem !important;
    text-align: center;
  }
}