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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --white:   #ffffff;
  --bg:      #f5f5f7;
  --bg2:     #e8e8ed;
  --text:    #1d1d1f;
  --text2:   #3a3a3c;
  --text3:   #6e6e73;
  --border:  rgba(0,0,0,0.1);
  --shadow-s: 0 2px 16px rgba(0,0,0,0.07);
  --shadow-m: 0 8px 40px rgba(0,0,0,0.11);
  --shadow-l: 0 20px 60px rgba(0,0,0,0.15);
  --r-s: 10px;
  --r-m: 16px;
  --r-l: 20px;
  --r-xl: 28px;
  --max: 1080px;
  --fd: 'Cormorant Garamond', Georgia, serif;
  --fb: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: var(--white); color: var(--text); font-family: var(--fb); font-size: 16px; line-height: 1.65; overflow-x: hidden; }

/* ── Utility ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
.section-tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text3); font-weight: 600; margin-bottom: 0.6rem; }
.section-title { font-family: var(--fd); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; line-height: 1.06; color: var(--text); }
.section-title em { font-style: italic; font-weight: 400; }
.section-sub { font-size: 1.05rem; color: var(--text2); line-height: 1.7; max-width: 520px; margin-top: 0.85rem; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header .section-sub { margin: 0.85rem auto 0; }

/* ── Buttons ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--text); color: #fff; padding: 0.875rem 1.75rem; border-radius: 980px; font-size: 0.875rem; font-weight: 500; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.2s, transform 0.2s; }
.btn-primary:hover { opacity: 0.85; transform: scale(1.015); }
.btn-secondary { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,0,0,0.07); color: var(--text); padding: 0.875rem 1.75rem; border-radius: 980px; font-size: 0.875rem; font-weight: 500; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; }
.btn-secondary:hover { background: rgba(0,0,0,0.12); }
.btn-white { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--text); padding: 0.875rem 1.75rem; border-radius: 980px; font-size: 0.875rem; font-weight: 500; text-decoration: none; transition: opacity 0.2s; }
.btn-white:hover { opacity: 0.9; }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.25); padding: 0.875rem 1.75rem; border-radius: 980px; font-size: 0.875rem; font-weight: 500; text-decoration: none; transition: background 0.2s; }
.btn-outline-white:hover { background: rgba(255,255,255,0.2); }

/* ── Nav ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s; border-bottom: 1px solid transparent; }
nav.scrolled { background: rgba(255,255,255,0.88); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom-color: var(--border); }
.nav-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 56px; }
.nav-logo { text-decoration: none; display: flex; flex-direction: column; justify-content: center; line-height: 1; }
.logo-script { font-family: var(--fd); font-style: italic; font-size: 2rem; font-weight: 500; color: var(--text); line-height: 1; }
.logo-sub { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text3); margin-top: 2px; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text2); font-size: 0.85rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { background: var(--text); color: #fff; padding: 0.5rem 1.1rem; border-radius: 980px; font-size: 0.8rem; font-weight: 500; text-decoration: none; transition: opacity 0.2s; white-space: nowrap; }
.nav-cta:hover { opacity: 0.8; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* ── Hero ── */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-img-wrap { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(255,255,255,0.97) 38%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.05) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 580px; padding: 9rem 2rem 4rem; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.hero-eyebrow-line { width: 28px; height: 1px; background: var(--text3); }
.hero-eyebrow span { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text3); font-weight: 600; }
.hero h1 { font-family: var(--fd); font-size: clamp(3.5rem, 7.5vw, 6.5rem); font-weight: 500; line-height: 1.0; color: var(--text); margin-bottom: 1.25rem; }
.hero h1 em { font-style: italic; font-weight: 400; }
.hero-sub { font-size: 1.1rem; color: var(--text2); line-height: 1.75; max-width: 420px; margin-bottom: 2.5rem; font-weight: 400; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-stats { display: flex; gap: 2.5rem; }
.h-stat-n { font-family: var(--fd); font-size: 2.2rem; font-weight: 500; color: var(--text); line-height: 1; }
.h-stat-l { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); margin-top: 4px; font-weight: 600; }
.scroll-hint { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; z-index: 2; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; }
.scroll-hint-line { width: 1px; height: 36px; background: linear-gradient(180deg, transparent, var(--text3)); }
.scroll-hint span { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text3); font-weight: 600; }
@keyframes fadeIn { to { opacity: 1; } }

/* Hero animations */
.hero-content > * { opacity: 0; animation: slideUp 0.85s cubic-bezier(0.25,0.46,0.45,0.94) forwards; }
.hero-eyebrow { animation-delay: 0.2s; }
.hero h1     { animation-delay: 0.38s; }
.hero-sub    { animation-delay: 0.52s; }
.hero-actions{ animation-delay: 0.65s; }
.hero-stats  { animation-delay: 0.78s; }
@keyframes slideUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }

/* ── Trust strip ── */
.trust-strip { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 0.9rem 0; overflow-x: auto; }
.trust-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; white-space: nowrap; }
.t-item { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text2); padding: 0 1.6rem; font-weight: 600; flex-shrink: 0; border-right: 1px solid var(--border); }
.t-item:last-child { border-right: none; }
.t-dot { width: 4px; height: 4px; background: var(--text3); border-radius: 50%; flex-shrink: 0; }

/* ── Vehicle ── */
.vehicle-section { background: var(--white); }
.vehicle-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 5rem; align-items: center; }
.v-images { display: grid; grid-template-rows: 1fr auto; gap: 12px; }
.v-img-main { width: 100%; height: 360px; object-fit: cover; border-radius: var(--r-l); box-shadow: var(--shadow-m); }
.v-img-sub { width: 100%; height: 170px; object-fit: cover; border-radius: var(--r-m); box-shadow: var(--shadow-s); }
.v-badges { display: flex; gap: 8px; margin-bottom: 1.25rem; flex-wrap: wrap; }
.v-badge { background: var(--bg); border: 1px solid var(--border); padding: 5px 14px; border-radius: 980px; font-size: 0.72rem; font-weight: 600; color: var(--text2); }
.v-title { font-family: var(--fd); font-size: 1.9rem; font-weight: 500; color: var(--text); margin-bottom: 0.75rem; line-height: 1.15; }
.v-desc { font-size: 1rem; color: var(--text2); line-height: 1.75; margin-bottom: 2rem; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-m); overflow: hidden; margin-bottom: 2rem; }
.spec-cell { background: var(--white); padding: 1rem 1.25rem; }
.spec-label { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text3); margin-bottom: 4px; font-weight: 600; }
.spec-val { font-size: 0.95rem; font-weight: 600; color: var(--text); }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.amenity { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--text2); font-weight: 400; }
.a-dot { width: 5px; height: 5px; background: var(--text3); border-radius: 50%; flex-shrink: 0; }

/* ── Driver ── */
.driver-section { background: var(--bg); }
.driver-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.driver-info h2 { font-family: var(--fd); font-size: clamp(2.1rem, 3.5vw, 3rem); font-weight: 500; color: var(--text); line-height: 1.1; margin: 0.75rem 0 0.5rem; }
.driver-info h2 em { font-style: italic; font-weight: 400; }
.driver-tagline { font-size: 1rem; color: var(--text3); margin-bottom: 1.1rem; font-weight: 400; }
.driver-bio { font-size: 1rem; color: var(--text2); line-height: 1.8; margin-bottom: 2rem; }
.cred-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.5rem; }
.cred-item { display: flex; align-items: flex-start; gap: 14px; background: var(--white); border: 1px solid var(--border); padding: 1rem 1.25rem; border-radius: var(--r-s); box-shadow: var(--shadow-s); }
.cred-icon { width: 36px; height: 36px; background: var(--bg); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--text2); }
.cred-t { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.cred-s { font-size: 0.78rem; color: var(--text3); font-weight: 400; }
.local-note { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-m); padding: 1.25rem 1.5rem; display: flex; gap: 12px; align-items: flex-start; }
.local-note svg { color: var(--text3); flex-shrink: 0; margin-top: 3px; }
.local-note p { font-size: 0.92rem; color: var(--text2); line-height: 1.7; }

/* ── Services ── */
.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-card { border-radius: var(--r-l); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-s); background: var(--white); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.service-img { height: 180px; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-img img { transform: scale(1.04); }
.service-body { padding: 1.5rem; }
.service-icon-wrap { width: 38px; height: 38px; background: var(--bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 0.75rem; }
.service-card h3 { font-family: var(--fd); font-size: 1.2rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; }
.service-card p { font-size: 0.88rem; color: var(--text2); line-height: 1.7; }

/* ── Promise section ── */
.promise-section { background: var(--text); padding: 7rem 0; position: relative; overflow: hidden; }
.promise-bg-img { position: absolute; inset: 0; opacity: 0.1; }
.promise-bg-img img { width: 100%; height: 100%; object-fit: cover; }
.promise-inner { position: relative; z-index: 2; text-align: center; max-width: 680px; margin: 0 auto; padding: 0 2rem; }
.promise-quote { font-family: var(--fd); font-style: italic; font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.45; color: rgba(255,255,255,0.95); margin-bottom: 1.5rem; }
.promise-cite { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); font-weight: 600; }
.promise-actions { margin-top: 2.5rem; display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── Area ── */
.area-section { background: var(--bg); }
.area-cities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.city-tag { background: var(--white); border: 1px solid var(--border); padding: 9px 20px; border-radius: 980px; font-size: 0.85rem; color: var(--text2); font-weight: 500; transition: all 0.2s; box-shadow: var(--shadow-s); cursor: default; }
.city-tag:hover { background: var(--text); color: #fff; border-color: var(--text); }
.city-tag.featured { background: var(--text); color: #fff; border-color: var(--text); }

/* ── Reviews ── */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.review-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-l); padding: 2rem; transition: box-shadow 0.3s ease; }
.review-card:hover { box-shadow: var(--shadow-m); }
.review-stars { font-size: 0.85rem; letter-spacing: 2px; color: var(--text); margin-bottom: 1rem; }
.review-text { font-family: var(--fd); font-style: italic; font-size: 1.1rem; font-weight: 400; color: var(--text); line-height: 1.65; margin-bottom: 1.25rem; }
.review-author { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); font-weight: 600; }

/* ── Contact ── */
.contact-section { background: var(--white); border-top: 1px solid var(--border); padding: 6rem 0; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; }
.contact-text h2 { font-family: var(--fd); font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.1; margin-bottom: 1rem; }
.contact-text p { font-size: 1rem; color: var(--text2); line-height: 1.75; margin-bottom: 2rem; }
.contact-items { display: flex; flex-direction: column; gap: 10px; }
.c-item { display: flex; align-items: center; gap: 1rem; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-m); padding: 1rem 1.25rem; text-decoration: none; color: var(--text); transition: all 0.25s ease; }
.c-item:hover { background: var(--text); color: #fff; border-color: var(--text); }
.c-item:hover .c-icon { background: rgba(255,255,255,0.12); color: #fff; }
.c-item:hover .c-lbl { color: rgba(255,255,255,0.55); }
.c-icon { width: 40px; height: 40px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--text2); flex-shrink: 0; box-shadow: var(--shadow-s); transition: all 0.25s; }
.c-lbl { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text3); font-weight: 600; transition: color 0.25s; }
.c-val { font-size: 0.95rem; font-weight: 600; }
.contact-img-col { position: relative; padding-bottom: 4rem; }
.contact-img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-l); }
.csb { position: absolute; bottom: 0; left: 1rem; right: 1rem; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.75); border-radius: var(--r-m); padding: 1.1rem 1.5rem; display: grid; grid-template-columns: repeat(3,1fr); box-shadow: var(--shadow-m); }
.csb-item { text-align: center; border-right: 1px solid var(--border); }
.csb-item:last-child { border-right: none; }
.csb-n { font-family: var(--fd); font-size: 1.6rem; font-weight: 500; color: var(--text); line-height: 1; }
.csb-l { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); margin-top: 3px; font-weight: 600; }

/* ── Footer ── */
footer { background: var(--text); padding: 4.5rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; margin-bottom: 3rem; }
.footer-logo { font-family: var(--fd); font-style: italic; font-size: 2rem; font-weight: 500; color: #fff; margin-bottom: 0.75rem; }
.footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 300px; margin-bottom: 1.25rem; }
.footer-phone { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 1rem; font-weight: 500; transition: color 0.2s; }
.footer-phone:hover { color: #fff; }
.footer-col-title { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1rem; font-weight: 600; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.9rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; font-weight: 400; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.75s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.75s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal.visible { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .vehicle-layout, .driver-layout, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .contact-img-col { padding-bottom: 4.5rem; }
  .services-grid, .reviews-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .section { padding: 5rem 0; }
}
@media (max-width: 640px) {
  .section { padding: 4rem 0; }
  .nav-links { display: none; flex-direction: column; position: fixed; inset: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); justify-content: center; align-items: center; gap: 2rem; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.15rem; }
  .hamburger { display: flex; z-index: 1001; }
  .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: 3.2rem; }
  .trust-strip { overflow-x: auto; }
}

/* ── Driver Identity Card (no photo) ── */
.driver-identity-card {
  background: #1d1d1f;
  border-radius: var(--r-xl);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  box-shadow: var(--shadow-l);
  min-height: 500px;
  justify-content: center;
}

/* Big monogram circle */
.di-monogram {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  color: #1d1d1f;
  font-family: var(--fd);
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.di-name {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin-top: -0.5rem;
}

.di-title {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  text-align: center;
  margin-top: -0.75rem;
}

/* Stats strip */
.di-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 980px;
  padding: 0.85rem 2rem;
  width: 100%;
  justify-content: center;
}

.di-stat { text-align: center; }
.di-stat-n {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.di-stat-l {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 3px;
  font-weight: 600;
}
.di-divider {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.15);
}

/* Promise quote */
.di-promise {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}
.di-promise svg {
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
  margin-top: 2px;
}
.di-promise p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* Certification badges */
.di-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.di-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.6rem 0.9rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}
.di-badge svg {
  color: rgba(255,255,255,0.55);
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .driver-identity-card { min-height: auto; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   DRIVER VISUAL — no photo design
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.driver-section-header { margin-bottom: 3rem; }

.driver-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Name card ── */
.dv-name-card {
  background: #1d1d1f;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.dv-initials {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  color: #1d1d1f;
  font-family: var(--fd);
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}

.dv-name {
  font-family: var(--fd);
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}

.dv-role {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  margin-top: 5px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* ── Large stats block ── */
.dv-stats-block {
  background: #f5f5f7;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dv-stat { padding: 1rem 0; }

.dv-stat-num {
  font-family: var(--fd);
  font-size: 3.5rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1;
  letter-spacing: -0.02em;
}

.dv-plus {
  font-size: 2rem;
  vertical-align: super;
  font-weight: 400;
}

.dv-stat-label {
  font-size: 0.88rem;
  color: #6e6e73;
  line-height: 1.45;
  margin-top: 6px;
  font-weight: 400;
  max-width: 200px;
}

.dv-stat-sep {
  height: 1px;
  background: rgba(0,0,0,0.08);
}

/* ── Certification grid ── */
.dv-cert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dv-cert {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dv-cert:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.09);
}

.dv-cert-icon {
  width: 36px;
  height: 36px;
  background: #1d1d1f;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv-cert-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.35;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .dv-stats-block { flex-direction: row; padding: 1.5rem; gap: 0; }
  .dv-stat { flex: 1; padding: 0 1rem; border-right: 1px solid rgba(0,0,0,0.08); }
  .dv-stat:first-child { padding-left: 0; }
  .dv-stat:last-child { padding-right: 0; border-right: none; }
  .dv-stat-sep { display: none; }
  .dv-stat-num { font-size: 2.5rem; }
  .dv-stat-label { font-size: 0.78rem; }
}

@media (max-width: 640px) {
  .dv-stats-block { flex-direction: column; }
  .dv-stat { padding: 1rem 0; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); }
  .dv-stat:last-child { border-bottom: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RATES SECTION
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rates-section { background: #f5f5f7; }

.rates-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

/* Shared card base */
.rates-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.rates-card-header {
  padding: 1.75rem 1.75rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.rates-vehicle-tag {
  display: inline-block;
  background: #1d1d1f;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 980px;
  margin-bottom: 0.85rem;
}

.rates-vehicle-tag-dark {
  background: #f5f5f7;
  color: #1d1d1f;
  border: 1px solid rgba(0,0,0,0.12);
}

.rates-card-title {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.15;
  margin-bottom: 0.4rem;
}

.rates-card-sub {
  font-size: 0.88rem;
  color: #6e6e73;
  line-height: 1.6;
}

/* Sedan rate rows */
.rates-list {
  padding: 0.5rem 0;
  flex: 1;
}

.rates-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.75rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  gap: 1rem;
  transition: background 0.15s ease;
}

.rates-row:last-child { border-bottom: none; }
.rates-row:hover { background: #f9f9fb; }

.rates-route {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: 1;
  min-width: 0;
}

.rates-from {
  font-size: 0.92rem;
  font-weight: 500;
  color: #1d1d1f;
  white-space: nowrap;
}

.rates-arrow {
  color: #aeaeb2;
  flex-shrink: 0;
  display: flex;
}

.rates-to {
  font-size: 0.88rem;
  color: #6e6e73;
  white-space: nowrap;
}

.rates-price {
  font-family: var(--fd);
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1f;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}

.rates-footnote {
  font-size: 0.78rem;
  color: #6e6e73;
  padding: 1rem 1.75rem 1.5rem;
  line-height: 1.6;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* Contact card */
.rates-card-contact { background: #1d1d1f; border-color: transparent; }
.rates-card-contact .rates-card-header { border-bottom-color: rgba(255,255,255,0.1); }
.rates-card-contact .rates-card-title { color: #fff; }
.rates-card-contact .rates-card-sub { color: rgba(255,255,255,0.55); }
.rates-card-contact .rates-vehicle-tag-dark { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.15); }

.rates-contact-body {
  padding: 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.rates-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  font-weight: 400;
}

.rates-feature svg { color: rgba(255,255,255,0.45); flex-shrink: 0; }

.rates-contact-cta {
  padding: 0 1.75rem 1.75rem;
}

.rates-card-contact .btn-primary {
  background: #fff;
  color: #1d1d1f;
}
.rates-card-contact .btn-primary:hover { opacity: 0.88; }

.rates-card-contact .btn-secondary {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
}
.rates-card-contact .btn-secondary:hover { background: rgba(255,255,255,0.18); }

/* Responsive */
@media (max-width: 700px) {
  .rates-layout { grid-template-columns: 1fr; }
  .rates-row { padding: 1rem 1.25rem; }
  .rates-from, .rates-to { font-size: 0.85rem; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PRICING SECTION
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pricing-section { background: #f5f5f7; }

.pricing-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

/* ── Featured rate card ── */
.pricing-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.pricing-card-header {
  background: #1d1d1f;
  padding: 1.75rem 2rem 1.5rem;
}

.pricing-vehicle-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 980px;
  margin-bottom: 0.75rem;
}

.pricing-card-title {
  font-family: var(--fd);
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.pricing-routes {
  padding: 0.5rem 0;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 2rem;
}

.pricing-from-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 3px;
}

.pricing-from-sub {
  font-size: 0.78rem;
  color: #6e6e73;
  font-weight: 400;
}

.pricing-rate {
  font-family: var(--fd);
  font-size: 2.2rem;
  font-weight: 500;
  color: #1d1d1f;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.pricing-divider {
  height: 1px;
  background: rgba(0,0,0,0.07);
  margin: 0 2rem;
}

.pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0.5rem 2rem 1.75rem;
  background: #f5f5f7;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.8rem;
  color: #6e6e73;
  line-height: 1.55;
}

.pricing-note svg {
  color: #6e6e73;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Contact card ── */
.pricing-contact-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.pricing-contact-icon {
  width: 52px;
  height: 52px;
  background: #1d1d1f;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.pricing-contact-card h3 {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.15;
}

.pricing-contact-card p {
  font-size: 0.92rem;
  color: #3a3a3c;
  line-height: 1.75;
}

.pricing-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-vehicles-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.pv-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #3a3a3c;
  font-weight: 500;
}

.pv-item svg {
  color: #1d1d1f;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 760px) {
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-row { padding: 1.1rem 1.5rem; }
  .pricing-divider { margin: 0 1.5rem; }
  .pricing-note { margin: 0.5rem 1.5rem 1.5rem; }
  .pricing-card-header { padding: 1.5rem 1.5rem 1.25rem; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PRICING SECTION
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pricing-section { background: #f5f5f7; }

.pricing-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6e6e73;
  margin-bottom: 1.25rem;
}

/* Three-card grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.price-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

/* Featured middle card */
.price-card-featured {
  background: #1d1d1f;
  border-color: #1d1d1f;
}

.price-card-featured .price-route-icon { color: rgba(255,255,255,0.5); }
.price-card-featured .price-route { color: #fff; }
.price-card-featured .price-sub { color: rgba(255,255,255,0.45); }
.price-card-featured .price-amount { color: #fff; }
.price-card-featured .price-note { color: rgba(255,255,255,0.4); }

.price-route-icon {
  color: #aeaeb2;
  margin-bottom: 0.25rem;
}

.price-route {
  font-family: var(--fd);
  font-size: 1.4rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.1;
}

.price-sub {
  font-size: 0.78rem;
  color: #6e6e73;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.price-amount {
  font-family: var(--fd);
  font-size: 3rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: auto;
  padding-top: 1rem;
}

.price-note {
  font-size: 0.72rem;
  color: #aeaeb2;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* SUV / Van contact bar */
.pricing-contact-bar {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.pcb-left {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1;
  min-width: 240px;
}

.pcb-icon {
  width: 48px;
  height: 48px;
  background: #f5f5f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a3c;
  flex-shrink: 0;
}

.pcb-title {
  font-family: var(--fd);
  font-size: 1.2rem;
  font-weight: 500;
  color: #1d1d1f;
  margin-bottom: 4px;
}

.pcb-text {
  font-size: 0.9rem;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0;
}

.pcb-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Fine print */
.pricing-fine-print {
  font-size: 0.78rem;
  color: #aeaeb2;
  text-align: center;
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 760px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-contact-bar { flex-direction: column; align-items: flex-start; }
  .pcb-actions { width: 100%; }
  .pcb-actions a { flex: 1; justify-content: center; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PRICING SECTION
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pricing-section { background: #f5f5f7; }

.pricing-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

/* ── Vehicle type tag ── */
.pricing-vehicle-tag {
  display: inline-block;
  background: #1d1d1f;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 980px;
  margin-bottom: 1rem;
}
.pricing-vehicle-tag-light {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.25);
}

/* ── Main rates card ── */
.pricing-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.pricing-card-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pricing-card-title {
  font-family: var(--fd);
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.15;
  margin-bottom: 4px;
}

.pricing-card-sub {
  font-size: 0.85rem;
  color: #6e6e73;
  font-weight: 400;
}

/* ── Route rows ── */
.pricing-routes {
  padding: 0.5rem 0;
}

.pricing-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2rem;
  transition: background 0.2s;
}
.pricing-route:hover { background: #f5f5f7; }

.pricing-from-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aeaeb2;
  font-weight: 700;
  margin-bottom: 3px;
}

.pricing-from-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1d1d1f;
}

.pricing-route-arrow {
  color: #aeaeb2;
  flex-shrink: 0;
}

.pricing-route-dest {
  font-size: 0.9rem;
  color: #6e6e73;
  font-weight: 500;
}

.pricing-price {
  font-family: var(--fd);
  font-size: 2rem;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.pricing-divider {
  height: 1px;
  background: rgba(0,0,0,0.06);
  margin: 0 2rem;
}

.pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 1.25rem 2rem 1.75rem;
  font-size: 0.8rem;
  color: #6e6e73;
  line-height: 1.6;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.pricing-note svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #aeaeb2;
}

/* ── Contact card ── */
.pricing-contact-card {
  background: #1d1d1f;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: sticky;
  top: 76px;
}

.pricing-contact-title {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.pricing-contact-body {
  font-size: 0.98rem;
  color: #ffffff !important;
  line-height: 1.75;
  font-weight: 500;
}

.pricing-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-contact-actions .btn-primary {
  background: #fff;
  color: #1d1d1f;
  justify-content: center;
}
.pricing-contact-actions .btn-primary:hover {
  background: #f5f5f7;
  opacity: 1;
}

.pricing-contact-actions .btn-secondary {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.15);
  justify-content: center;
}
.pricing-contact-actions .btn-secondary:hover {
  background: rgba(255,255,255,0.18);
}

.pricing-vehicles-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.pv-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #ffffff !important;
  font-weight: 500;
}
.pv-item svg { color: rgba(255,255,255,0.7); flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 820px) {
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-contact-card { position: static; }
  .pricing-route { grid-template-columns: 1fr auto; gap: 0.5rem; }
  .pricing-route-arrow, .pricing-route-dest { display: none; }
}

@media (max-width: 500px) {
  .pricing-route { padding: 1.1rem 1.25rem; }
  .pricing-card-header { padding: 1.5rem 1.25rem 1.25rem; }
  .pricing-note { padding: 1rem 1.25rem 1.5rem; }
}
