/* ============================================================
   121 CARS LTD — Premium Chauffeur Service
   Global Stylesheet — Poppins / High Contrast
   ============================================================ */

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

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --gold:        #A8883A;
  --gold-light:  #C9A84C;
  --gold-pale:   #F5EDD6;
  --gold-rule:   #D4B96A;

  /* High contrast text colors */
  --ink:         #0A0A0A;
  --ink-mid:     #1A1A1A;
  --ink-soft:    #3D3D3D;
  --ink-muted:   #666666;

  --cream:       #FFFFFF;
  --cream-mid:   #F5F5F5;
  --white:       #FFFFFF;
  --border:      #E0E0E0;

  --ff-serif:    'Poppins', sans-serif;
  --font-display:'Poppins', sans-serif;
  --font-body:   'Poppins', sans-serif;

  --nav-h: 80px;
  --max-w: 1240px;
  --radius: 2px;

  --shadow-sm: 0 2px 12px rgba(0,0,0,.08);
  --shadow-md: 0 8px 40px rgba(0,0,0,.12);
  --shadow-lg: 0 20px 80px rgba(0,0,0,.16);

  --transition: .35s cubic-bezier(.25,.46,.45,.94);
}

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--ink-mid);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── UTILITY ───────────────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 60px 0; }
.text-center { text-align: center; }

.label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: .7rem;
  font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
}
.label::before {
  content: ''; display: block; width: 28px; height: 1.5px;
  background: var(--gold-rule);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600; line-height: 1.2;
  color: var(--ink); margin-top: 12px;
  letter-spacing: -.02em;
}
.section-title em {
  font-style: italic; color: var(--gold);
  font-weight: 400;
}

.section-sub {
  font-size: .95rem; color: var(--ink-soft); max-width: 540px;
  margin-top: 16px; font-weight: 400; line-height: 1.75;
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; font-family: var(--font-body);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  transition: var(--transition); position: relative; overflow: hidden;
}

.btn-gold {
  background: var(--gold); color: #fff;
  border: 2px solid var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light); border-color: var(--gold-light);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(168,136,58,.4);
}
.btn-outline {
  background: transparent; color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline:hover {
  background: var(--ink); color: #fff;
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}
.btn-outline-white:hover {
  background: #fff; color: var(--ink);
}
.btn-icon { font-size: 1rem; transition: transform .25s; }
.btn:hover .btn-icon { transform: translateX(4px); }

/* ── GOLD RULE ─────────────────────────────────────────────── */
.gold-rule {
  width: 48px; height: 2.5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 20px 0;
}

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

.header-top {
  background: #0A0A0A; color: rgba(255,255,255,.8);
  font-size: .73rem; letter-spacing: .06em; font-weight: 400;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08);
  transition: all var(--transition);
}
.header-top .container {
  display: flex; align-items: center; justify-content: space-between;
}
.header-top a { color: rgba(255,255,255,.8); transition: color .2s; }
.header-top a:hover { color: var(--gold-light); }
.top-left, .top-right { display: flex; align-items: center; gap: 20px; }
.top-item { display: flex; align-items: center; gap: 7px; }
.top-icon { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; }

.header-main {
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-main .container {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h);
}
.logo { display: flex; flex-direction: column; gap: 0; text-decoration: none; }
.logo-name {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 700; letter-spacing: -.01em; color: var(--ink);
  line-height: 1;
}
.logo-name span { color: var(--gold); }
.logo-tag {
  font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-muted); font-weight: 500; margin-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block; padding: 10px 14px;
  font-size: .74rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-mid);
  transition: color .2s; position: relative;
}
.nav-links > li > a::after {
  content: ''; position: absolute; bottom: 4px; left: 14px; right: 14px;
  height: 2px; background: var(--gold); transform: scaleX(0);
  transform-origin: left; transition: transform .3s;
}
.nav-links > li > a:hover::after,
.nav-links > li > a.active::after { transform: scaleX(1); }
.nav-links > li > a:hover,
.nav-links > li > a.active { color: var(--ink); }

.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 220px; background: #fff;
  border: 1px solid var(--border); border-top: 2.5px solid var(--gold);
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s; z-index: 100;
}
.has-dropdown:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a {
  display: block; padding: 12px 20px;
  font-size: .76rem; color: var(--ink-mid); letter-spacing: .04em;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: background .2s, color .2s;
}
.dropdown li:last-child a { border-bottom: none; }
.dropdown li a:hover { background: var(--gold-pale); color: var(--gold); }

.nav-cta { margin-left: 16px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--ink); transition: var(--transition);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-header.scrolled .header-top { display: none; }

/* ── PAGE HERO ─────────────────────────────────────────────── */
.page-hero {
  padding-top: calc(var(--nav-h) + 40px + 48px);
  padding-bottom: 80px;
  background: #0A0A0A center/cover no-repeat;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.72);
  z-index: 0;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  opacity: .25;
}
/* .page-hero .container handled above */
.page-hero-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-light); font-weight: 600;
}
.page-hero-label::before {
  content: ''; width: 28px; height: 1.5px; background: var(--gold-rule);
}
.page-hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.15;
  color: #fff; margin-top: 12px; letter-spacing: -.02em;
}
.page-hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.page-hero p {
  color: rgba(255,255,255,.75); font-size: .95rem; font-weight: 400;
  max-width: 520px; margin-top: 16px; line-height: 1.7;
}
.page-hero-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .7rem; letter-spacing: .06em;
  color: rgba(255,255,255,.4); margin-top: 28px; font-weight: 500;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,.5); transition: color .2s; }
.page-hero-breadcrumb a:hover { color: var(--gold-light); }
.page-hero-breadcrumb span { color: rgba(255,255,255,.25); }

/* ── TRUST BAR ─────────────────────────────────────────────── */
.trust-bar {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.trust-bar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-mid);
}
.trust-item svg { width: 20px; height: 20px; fill: var(--gold); flex-shrink: 0; }

/* ── HOMEPAGE HERO ─────────────────────────────────────────── */
.home-hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: calc(var(--nav-h) + 40px);
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/hero/hero-main.jpg') center/cover no-repeat;
}
/* Strong dark overlay for maximum text readability */
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.70) 50%,
    rgba(0,0,0,.45) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 700px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .68rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-light); font-weight: 700; margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: ''; width: 36px; height: 1.5px; background: var(--gold-rule);
}
.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 700; line-height: 1.1; color: #fff;
  letter-spacing: -.03em;
}
.hero-h1 em {
  font-style: italic; color: var(--gold-light);
  font-weight: 400;
}
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.85); font-weight: 400;
  max-width: 480px; margin: 22px 0 38px; line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust {
  display: flex; align-items: center; gap: 24px;
  margin-top: 52px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.15);
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: .72rem; color: rgba(255,255,255,.75);
  letter-spacing: .06em; font-weight: 500;
}
.hero-trust-item svg { width: 16px; height: 16px; fill: var(--gold-light); flex-shrink: 0; }

/* ── QUICK QUOTE FORM ──────────────────────────────────────── */
.quick-quote {
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-md);
  padding: 32px 0;
}
.quick-quote .container {
  display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap;
  row-gap: 8px;
}
.qq-field-sm { flex: 0 1 160px; }
.qq-field { flex: 1 1 180px; display: flex; flex-direction: column; gap: 6px; }
.qq-field label {
  font-size: .65rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 700;
}
.qq-field input, .qq-field select {
  padding: 13px 16px; border: 2px solid var(--border);
  background: #fff; font-family: var(--font-body);
  font-size: .88rem; color: var(--ink); outline: none;
  transition: border-color .2s;
}
.qq-field input:focus, .qq-field select:focus { border-color: var(--gold); }
.qq-field select { appearance: none; cursor: pointer; }
.qq-submit { flex-shrink: 0; }

/* ── SERVICES SECTION ──────────────────────────────────────── */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}
.service-card {
  background: #fff; padding: 40px 32px;
  position: relative; overflow: hidden;
  transition: background var(--transition);
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gold); transform: scaleX(0);
  transform-origin: left; transition: transform .4s;
}
.service-card:hover { background: var(--gold-pale); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-icon { width: 44px; height: 44px; margin-bottom: 20px; fill: var(--gold); }
.service-card h3 {
  font-family: var(--font-display); font-size: 1.15rem;
  font-weight: 600; color: var(--ink); margin-bottom: 10px;
}
.service-card p {
  font-size: .85rem; color: var(--ink-soft); line-height: 1.75;
  margin-bottom: 20px;
}
.service-card-link {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--gold);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .2s;
}
.service-card:hover .service-card-link { gap: 14px; }

/* ── STATS BAND ────────────────────────────────────────────── */
.stats-band {
  background: #0A0A0A; padding: 80px 0;
  position: relative; overflow: hidden;
}
.stats-band::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 40px,
    rgba(168,136,58,.04) 40px, rgba(168,136,58,.04) 41px
  );
}
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px; position: relative;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: var(--font-display); font-size: 3.2rem;
  font-weight: 700; color: #fff; line-height: 1;
}
.stat-number span { color: var(--gold-light); }
.stat-label {
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-top: 10px; font-weight: 500;
}

/* ── FLEET CARDS ───────────────────────────────────────────── */
.fleet-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.fleet-card {
  background: #fff; border: 1.5px solid var(--border);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.fleet-card:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-md);
}
.fleet-card-image {
  width: 100%; height: 220px;
  background: var(--cream-mid);
  position: relative; overflow: hidden;
}
.fleet-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.fleet-card:hover .fleet-card-image img { transform: scale(1.04); }
.fleet-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
  display: flex; align-items: center; justify-content: center;
  color: #ccc; font-size: 3rem;
}
.fleet-card-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--gold); color: #fff;
  font-size: .62rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: 4px 12px;
}
.fleet-card-body { padding: 28px; }
.fleet-card-cat {
  font-size: .65rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 8px;
}
.fleet-card-name {
  font-family: var(--font-display); font-size: 1.3rem;
  font-weight: 600; color: var(--ink); margin-bottom: 12px;
}
.fleet-card-specs {
  display: flex; gap: 20px; flex-wrap: wrap;
  font-size: .78rem; color: var(--ink-soft); margin-bottom: 20px;
}
.fleet-spec { display: flex; align-items: center; gap: 6px; }
.fleet-spec svg { width: 14px; height: 14px; fill: var(--gold); }
.fleet-card-price {
  font-family: var(--font-display); font-size: 1.1rem;
  color: var(--gold); font-weight: 700;
}
.fleet-card-price small {
  font-size: .75rem; color: var(--ink-soft); font-family: var(--font-body); font-weight: 400;
}
.fleet-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px; border-top: 1px solid #f0f0f0;
  background: #fafafa;
}

/* ── TESTIMONIALS ──────────────────────────────────────────── */
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.testi-card {
  background: #fff; border: 1.5px solid var(--border);
  padding: 36px 32px; position: relative;
}
.testi-card::before {
  content: '\201C';
  font-family: Georgia, serif; font-size: 7rem;
  line-height: .65; color: #f0f0f0;
  position: absolute; top: 24px; left: 28px; z-index: 0;
}
.testi-stars {
  display: flex; gap: 3px; margin-bottom: 16px; position: relative; z-index: 1;
}
.testi-stars svg { width: 15px; height: 15px; fill: var(--gold); }
.testi-text {
  font-size: .92rem; color: var(--ink-soft); line-height: 1.8;
  position: relative; z-index: 1; margin-bottom: 24px;
  font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream-mid); overflow: hidden; flex-shrink: 0;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name {
  font-size: .85rem; font-weight: 700; color: var(--ink);
  display: block;
}
.testi-location { font-size: .75rem; color: var(--ink-muted); }

/* ── CTA BAND ──────────────────────────────────────────────── */
.cta-band {
  background: var(--gold); padding: 80px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 30px,
    rgba(0,0,0,.05) 30px, rgba(0,0,0,.05) 31px
  );
}
.cta-band .container { position: relative; }
.cta-band .section-title { color: #fff; }
.cta-band .section-sub { color: rgba(255,255,255,.85); margin: 0 auto 36px; }

/* ── AIRPORTS STRIP ────────────────────────────────────────── */
.airports-strip { background: var(--cream-mid); }
.airports-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px; margin-top: 48px;
}
.airport-card {
  background: #fff; border: 1.5px solid var(--border);
  padding: 28px 20px; text-align: center;
  transition: border-color .2s, box-shadow .2s;
}
.airport-card:hover {
  border-color: var(--gold); box-shadow: var(--shadow-sm);
}
.airport-code {
  font-family: var(--font-display); font-size: 2rem;
  font-weight: 700; color: var(--gold); line-height: 1;
}
.airport-name {
  font-size: .78rem; color: var(--ink); font-weight: 600;
  margin: 8px 0 4px; letter-spacing: .04em;
}
.airport-dist { font-size: .72rem; color: var(--ink-muted); }

/* ── ABOUT STRIP ───────────────────────────────────────────── */
.about-strip .container {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.about-image-wrap { position: relative; }
.about-image {
  width: 100%; aspect-ratio: 16/10;
  background: var(--cream-mid); overflow: hidden;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.about-accent {
  position: absolute; bottom: -24px; right: -24px;
  width: 120px; height: 120px;
  background: var(--gold); display: flex; flex-direction: column;
  align-items: center; justify-content: center; z-index: 1;
}
.about-accent-num {
  font-family: var(--font-display); font-size: 2.2rem;
  font-weight: 700; color: #fff; line-height: 1;
}
.about-accent-txt {
  font-size: .58rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.8); margin-top: 4px; text-align: center;
}
.about-text .section-sub { max-width: 100%; }
.about-features { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.about-feature { display: flex; align-items: flex-start; gap: 14px; }
.about-feature-icon {
  width: 20px; height: 20px; fill: var(--gold); flex-shrink: 0; margin-top: 2px;
}
.about-feature-text { font-size: .88rem; color: var(--ink-soft); line-height: 1.65; }
.about-feature-text strong {
  color: var(--ink); display: block; font-weight: 700;
  font-size: .84rem; letter-spacing: .02em; margin-bottom: 2px;
}

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1.5px solid var(--border); }
.faq-question {
  width: 100%; text-align: left; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-size: .92rem; font-weight: 600; color: var(--ink);
  letter-spacing: .01em; cursor: pointer;
}
.faq-question-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  fill: var(--gold); transition: transform .3s;
}
.faq-item.open .faq-question-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.25,.46,.45,.94), padding .3s;
}
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer p {
  font-size: .88rem; color: var(--ink-soft); padding-bottom: 22px;
  line-height: 1.8;
}

/* ── CONTACT FORM PAGE ─────────────────────────────────────── */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 380px;
  gap: 60px; align-items: start;
}
.form-section { background: #fff; padding: 48px; border: 1.5px solid var(--border); }
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--ink-soft);
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px; border: 2px solid var(--border);
  background: #fff; font-family: var(--font-body);
  font-size: .9rem; color: var(--ink); outline: none;
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-phone-wrap { display: flex; gap: 8px; }
.form-phone-wrap select { width: 100px; flex-shrink: 0; }
.form-phone-wrap input { flex: 1; }

.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  background: #fff; border: 1.5px solid var(--border); padding: 32px;
}
.contact-info-card h3 {
  font-family: var(--font-display); font-size: 1.15rem;
  font-weight: 600; color: var(--ink); margin-bottom: 20px;
}
.contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: .88rem; color: var(--ink-soft); margin-bottom: 16px;
}
.contact-item-icon { width: 18px; height: 18px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-item a { color: var(--ink-soft); transition: color .2s; }
.contact-item a:hover { color: var(--gold); }
.map-embed {
  background: var(--cream-mid); border: 1.5px solid var(--border);
  overflow: hidden; aspect-ratio: 4/3;
}
.map-embed iframe { width: 100%; height: 100%; border: none; }

/* ── FOOTER ────────────────────────────────────────────────── */
.site-footer {
  background: #0A0A0A; color: rgba(255,255,255,.6);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo-name { color: #fff; font-size: 1.5rem; }
.footer-brand .logo-tag { color: rgba(255,255,255,.35); }
.footer-brand p {
  font-size: .83rem; margin-top: 16px; line-height: 1.8;
  max-width: 280px;
}
.footer-col h4 {
  font-size: .66rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: rgba(255,255,255,.4);
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: .83rem; color: rgba(255,255,255,.55);
  transition: color .2s; display: inline-flex; align-items: center; gap: 8px;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-col ul li a::before {
  content: ''; width: 0; height: 1px; background: var(--gold);
  transition: width .2s;
}
.footer-col ul li a:hover::before { width: 10px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; font-size: .75rem;
  color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 12px;
}
.footer-bottom a { color: rgba(255,255,255,.3); transition: color .2s; }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-legal { display: flex; gap: 20px; }

/* ── FLOATING BTNS ─────────────────────────────────────────── */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 800;
  width: 56px; height: 56px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: transform .2s, box-shadow .2s;
}
.float-wa:hover {
  transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.5);
}
.float-wa svg { width: 26px; height: 26px; fill: white; }
.float-call {
  position: fixed; bottom: 96px; right: 28px; z-index: 800;
  width: 48px; height: 48px;
  background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(168,136,58,.4);
  transition: transform .2s;
}
.float-call:hover { transform: scale(1.1); }
.float-call svg { width: 20px; height: 20px; fill: white; }

.sticky-quote {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 700;
  background: var(--gold); padding: 14px 20px;
  text-align: center;
  font-size: .76rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #fff;
}

/* ── SUCCESS POPUP ─────────────────────────────────────────── */
.popup-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,.65); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s;
}
.popup-overlay.show { opacity: 1; visibility: visible; }
.popup-box {
  background: #fff; padding: 48px; max-width: 440px;
  text-align: center; margin: 20px;
  transform: scale(.95); transition: transform .3s;
}
.popup-overlay.show .popup-box { transform: scale(1); }
.popup-icon { font-size: 3rem; margin-bottom: 16px; }
.popup-box h3 {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 700;
  color: var(--ink); margin-bottom: 12px;
}
.popup-box p { font-size: .88rem; color: var(--ink-soft); margin-bottom: 28px; }

/* ── REVEAL ANIMATIONS ─────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── INNER PAGE CONTENT ────────────────────────────────────── */
.content-block { max-width: 800px; }
.content-block h2 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--ink); margin: 40px 0 16px;
}
.content-block h2:first-child { margin-top: 0; }
.content-block p {
  font-size: .92rem; color: var(--ink-soft); line-height: 1.85;
  margin-bottom: 16px;
}
.content-block ul { margin: 12px 0 20px 20px; }
.content-block ul li {
  font-size: .92rem; color: var(--ink-soft); line-height: 1.7;
  margin-bottom: 8px; list-style: disc; padding-left: 4px;
}
.content-block table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  font-size: .88rem;
}
.content-block table th {
  background: var(--ink); color: #fff;
  padding: 12px 16px; text-align: left;
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
}
.content-block table td {
  padding: 12px 16px; border-bottom: 1px solid var(--border);
  color: var(--ink-mid);
}
.content-block table tr:nth-child(even) td { background: #fafafa; }


.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.footer-social a:hover { background: var(--gold); }
.footer-social svg { width: 16px; height: 16px; fill: rgba(255,255,255,.7); }
.footer-social a:hover svg { fill: #fff; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .about-strip .container { grid-template-columns: 1fr; gap: 48px; }
  .about-image { aspect-ratio: 16/10; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .container { padding: 0 20px; }
  .section-pad { padding: 64px 0; }

  .header-top { display: none; }
  .site-header { top: 0; }
  .home-hero { padding-top: var(--nav-h); }
  .page-hero { padding-top: calc(var(--nav-h) + 24px); }

  .nav-links {
    display: none; position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch;
    gap: 0; padding: 0; border-top: 3px solid var(--gold);
    box-shadow: var(--shadow-md); overflow-y: auto;
    max-height: calc(100vh - var(--nav-h));
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { padding: 16px 24px; border-bottom: 1px solid #f0f0f0; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; border-left: 3px solid var(--gold-pale);
    background: #fafafa;
  }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .quick-quote { padding: 16px 0; }
  .quick-quote .container { flex-direction: column; gap: 6px; row-gap: 6px; align-items: stretch; }
  .qq-field-sm { flex: none; }
  .qq-field { min-width: 100%; gap: 3px; flex: none; margin: 0; }
  .qq-field label { margin: 0; }
  .qq-field input, .qq-field select { padding: 11px 14px; margin: 0; }
  .qq-submit { width: 100%; margin: 0; }
  .qq-submit .btn { width: 100%; justify-content: center; }

  .fleet-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .trust-bar .container { gap: 20px; }

  .sticky-quote { display: block; }
  .float-wa { bottom: 68px; }
  .float-call { bottom: 136px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
