/* ============================================================
   Waypoint Medical Transport — Noffsinger Transport LLC
   Louisville, Ohio. NEMT for Stark County + Northeast Ohio.
   Warm navy + honey. Mobile-first, big type for older eyes.
   ============================================================ */

:root {
  --navy: #122a42;
  --navy-2: #1a3a59;
  --navy-3: #24496d;
  --honey: #d89a3f;
  --honey-bright: #e9b25b;
  --cream: #f8f0e0;
  --paper: #fffdf6;
  --ink: #23303d;
  --ink-2: #55636f;
  --line: #e7dec9;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(18, 42, 66, 0.10);
  --shadow-lift: 0 16px 40px rgba(18, 42, 66, 0.16);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }

h1, h2, h3, .display {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

a { color: inherit; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header / nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 42, 66, 0.97);
  border-bottom: 1px solid rgba(216, 154, 63, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #fff;
  margin-right: auto;
}

.brand svg { width: 42px; height: 42px; flex: none; }

.brand-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.brand-sub {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--honey-bright);
  font-weight: 600;
  margin-top: 3px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-links a {
  display: block;
  padding: 10px 12px;
  color: #e2e9f1;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}

.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }

.nav-links a.active { color: var(--honey-bright); }

.nav-links .nav-links-pay { display: none; }

.nav-phone {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15.5px;
  white-space: nowrap;
  padding: 10px 4px;
}

.nav-phone:hover { color: var(--honey-bright); }

.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--honey);
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 11px 16px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background 0.15s, transform 0.15s;
}

.btn-book:hover { background: var(--honey-bright); transform: translateY(-1px); }

.btn-payfare {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  padding: 10px 14px;
  border-radius: 10px;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s;
}

.btn-payfare:hover { border-color: #fff; background: rgba(255, 255, 255, 0.07); }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding: 7px 11px;
  cursor: pointer;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn-gold {
  background: var(--honey);
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(216, 154, 63, 0.35);
}

.btn-gold:hover { background: var(--honey-bright); transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-ghost:hover { border-color: #fff; transform: translateY(-2px); }

.btn-navy { background: var(--navy-2); color: #fff; }

.btn-navy:hover { background: var(--navy-3); transform: translateY(-2px); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(216, 154, 63, 0.16), transparent 60%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 70%, var(--navy-3) 100%);
  color: #fff;
  overflow: hidden;
}

.hero-pattern { position: absolute; inset: 0; opacity: 0.35; pointer-events: none; }

.hero-inner { position: relative; padding: 76px 0 84px; max-width: 800px; }

.pill-notice {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(216, 154, 63, 0.15);
  border: 1px solid rgba(216, 154, 63, 0.55);
  color: var(--honey-bright);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.hero h1 {
  font-size: clamp(42px, 6.4vw, 72px);
  margin-bottom: 18px;
}

.hero h1 .gold { color: var(--honey-bright); }

.hero-tagline {
  font-size: clamp(19px, 2.4vw, 23px);
  color: #cdd8e3;
  max-width: 640px;
  margin-bottom: 36px;
}

.offer-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(233, 178, 91, 0.13);
  border: 1.5px dashed rgba(233, 178, 91, 0.65);
  color: #f3d9a8;
  font-size: 16.5px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 12px;
  margin-bottom: 32px;
}

.offer-line svg { color: var(--honey-bright); flex: none; }

.offer-line strong { color: var(--honey-bright); }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  padding: 0;
  list-style: none;
  color: #b4c1cf;
  font-size: 16px;
  font-weight: 500;
}

.hero-points li { display: flex; align-items: center; gap: 9px; }

.hero-points svg { width: 18px; height: 18px; color: var(--honey); flex: none; }

/* ---------- Sections ---------- */

.section { padding: 80px 0; }

.section-dark { background: var(--navy); color: #fff; }

.section-paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.kicker {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 12px;
}

.section h2 { font-size: clamp(33px, 4.4vw, 50px); margin-bottom: 16px; }

.section-intro {
  font-size: 19px;
  color: var(--ink-2);
  max-width: 680px;
  margin-bottom: 42px;
}

.section-dark .section-intro { color: #bcc9d6; }

/* ---------- Promise block ---------- */

.promise {
  max-width: 800px;
  font-size: 20px;
  color: #33414f;
}

.promise p { margin-bottom: 18px; }

.promise strong { color: var(--navy-2); }

.promise .sig {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy-2);
  letter-spacing: 0.03em;
}

/* ---------- Trust badge row ---------- */

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.badge-row li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--navy-2);
  box-shadow: var(--shadow);
}

.badge-row svg { width: 17px; height: 17px; color: var(--honey); flex: none; }

/* ---------- Map section ---------- */

.map-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 52px;
  align-items: center;
}

.map-figure {
  background:
    radial-gradient(600px 400px at 55% 40%, rgba(216, 154, 63, 0.10), transparent 65%),
    var(--navy);
  border-radius: 20px;
  padding: 26px 22px 16px;
  box-shadow: var(--shadow-lift);
}

.map-caption {
  text-align: center;
  color: #9aa9ba;
  font-size: 14.5px;
  padding: 12px 6px 6px;
}

.map-caption strong { color: var(--honey-bright); }

@keyframes homePulse {
  0%   { r: 10; opacity: 0.85; }
  70%  { r: 26; opacity: 0; }
  100% { r: 26; opacity: 0; }
}

.home-pulse { animation: homePulse 2.6s ease-out infinite; transform-box: fill-box; }

.reach-list { list-style: none; display: grid; gap: 22px; }

.reach-list li { display: flex; gap: 16px; }

.reach-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--honey-bright);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reach-ico svg { width: 24px; height: 24px; }

.reach-list h3 { font-size: 21px; margin-bottom: 4px; letter-spacing: 0.03em; }

.reach-list p { color: var(--ink-2); font-size: 16.5px; }

/* ---------- Cards ---------- */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.card-link { text-decoration: none; color: inherit; cursor: pointer; }

.card-link:hover .card-note { background: var(--honey); color: var(--navy); }

.card-ico {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--navy-2), var(--navy));
  color: var(--honey-bright);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ico svg { width: 27px; height: 27px; }

.card h3 { font-size: 23px; letter-spacing: 0.03em; }

.card p { color: var(--ink-2); font-size: 16.5px; flex: 1; }

.card .card-note {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy-2);
  background: rgba(216, 154, 63, 0.15);
  border-radius: 8px;
  padding: 7px 12px;
  align-self: flex-start;
  flex: none;
}

/* ---------- Ride checklist ---------- */

.ride-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  max-width: 900px;
}

.ride-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 17px;
  box-shadow: var(--shadow);
}

.ride-list svg { width: 21px; height: 21px; color: var(--honey); flex: none; margin-top: 3px; }

.ride-list strong { color: var(--navy-2); }

/* ---------- Pricing table ---------- */

.price-wrap { overflow-x: auto; }

.price-table {
  width: 100%;
  max-width: 780px;
  border-collapse: collapse;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  font-size: 17px;
}

.price-table th {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 17px;
  text-align: left;
  background: var(--navy);
  color: var(--honey-bright);
  padding: 14px 20px;
}

.price-table td { padding: 15px 20px; border-top: 1px solid var(--line); }

.price-table td:last-child {
  font-weight: 700;
  color: var(--navy-2);
  white-space: nowrap;
  text-align: right;
}

.price-note { margin-top: 20px; color: var(--ink-2); font-size: 16.5px; max-width: 720px; }

/* ---------- Steps / hours ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.step {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 30px 26px;
}

.step-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: var(--honey);
  line-height: 1;
  margin-bottom: 12px;
}

.step h3 { font-size: 22px; margin-bottom: 8px; letter-spacing: 0.03em; }

.step p { color: #bcc9d6; font-size: 16px; }

.hours-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 30px;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-left: 5px solid var(--honey);
  border-radius: 12px;
  padding: 20px 26px;
  font-size: 17px;
  box-shadow: var(--shadow);
}

.hours-strip strong {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 20px;
  color: var(--navy-2);
}

/* ---------- Service area lists ---------- */

.area-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.area-col {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 24px;
  box-shadow: var(--shadow);
}

.area-col h3 { font-size: 21px; letter-spacing: 0.04em; margin-bottom: 10px; color: var(--navy-2); }

.area-col p { color: var(--ink-2); font-size: 16.5px; line-height: 1.8; }

/* ---------- CTA band ---------- */

.cta-band {
  background: linear-gradient(140deg, var(--navy-2), var(--navy));
  border-radius: 22px;
  padding: 54px 46px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lift);
}

.cta-band h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 8px; }

.cta-band p { color: #bcc9d6; max-width: 500px; }

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

/* ---------- Forms ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.contact-card {
  background: var(--navy);
  color: #fff;
  border-radius: 20px;
  padding: 38px 32px;
  box-shadow: var(--shadow-lift);
}

.contact-card h3 { font-size: 26px; margin-bottom: 18px; letter-spacing: 0.03em; }

.contact-big-phone {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 700;
  color: var(--honey-bright);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.contact-big-phone:hover { color: #fff; }

.contact-card .hours { color: #bcc9d6; font-size: 16px; margin-bottom: 24px; }

.contact-actions { display: grid; gap: 12px; }

.contact-divider { border: none; border-top: 1px solid rgba(255, 255, 255, 0.15); margin: 26px 0; }

.contact-card .fine { color: #9aa9ba; font-size: 15px; }

.contact-card .fine a { color: var(--honey-bright); }

.form-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px 32px;
  box-shadow: var(--shadow);
}

.form-panel h3 { font-size: 26px; margin-bottom: 6px; letter-spacing: 0.03em; }

.form-panel > p { color: var(--ink-2); margin-bottom: 26px; font-size: 16.5px; }

.field { margin-bottom: 18px; }

.field label { display: block; font-weight: 600; font-size: 15.5px; margin-bottom: 7px; }

.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 15px;
  font-size: 17px;
  font-family: inherit;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--honey);
  box-shadow: 0 0 0 3px rgba(216, 154, 63, 0.22);
}

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-hint { font-size: 15px; color: var(--ink-2); margin-top: 14px; }

.honey-field { display: none; }

.sent-banner {
  display: none;
  background: #e8f3e4;
  border: 1.5px solid #79a568;
  color: #2c4a22;
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 28px;
}

.sent-banner.show { display: block; }

/* ---------- FAQ ---------- */

.faq { max-width: 820px; display: grid; gap: 14px; }

.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 17.5px;
  color: var(--navy-2);
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 400;
  color: var(--honey);
  line-height: 1;
  flex: none;
}

.faq details[open] summary::after { content: "\2212"; }

.faq details p { padding: 0 22px 20px; color: var(--ink-2); font-size: 16.5px; }

/* ---------- Values / about ---------- */

.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 52px; align-items: start; }

.about-copy p { margin-bottom: 18px; font-size: 18px; color: #33414f; }

.about-copy p strong { color: var(--navy-2); }

.value-stack { display: grid; gap: 18px; }

.value {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 5px solid var(--honey);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: var(--shadow);
}

.value h3 { font-size: 21px; margin-bottom: 5px; letter-spacing: 0.03em; }

.value p { color: var(--ink-2); font-size: 16px; }

.photo-slot {
  background: linear-gradient(150deg, var(--navy-2), var(--navy));
  border-radius: 16px;
  color: #9aa9ba;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 220px;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}

.photo-slot svg { width: 44px; height: 44px; color: var(--honey); opacity: 0.7; }

/* ---------- Page hero ---------- */

.page-hero {
  background:
    radial-gradient(900px 400px at 80% -20%, rgba(216, 154, 63, 0.15), transparent 60%),
    linear-gradient(160deg, var(--navy), var(--navy-2));
  color: #fff;
  padding: 62px 0 56px;
}

.page-hero h1 { font-size: clamp(36px, 5.4vw, 58px); margin-bottom: 12px; }

.page-hero p { color: #cdd8e3; font-size: 20px; max-width: 680px; }

/* ---------- Info strip (SAM / facilities) ---------- */

.sam-strip {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 30px;
  box-shadow: var(--shadow);
}

.sam-strip .sam-ico {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: var(--navy);
  color: var(--honey-bright);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sam-strip .sam-ico svg { width: 28px; height: 28px; }

.sam-strip-copy { flex: 1; min-width: 260px; }

.sam-strip h3 { font-size: 22px; letter-spacing: 0.03em; margin-bottom: 4px; }

.sam-strip p { color: var(--ink-2); font-size: 16px; }

/* ---------- Pay page ---------- */

.pay-panel {
  max-width: 640px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 44px 38px;
  box-shadow: var(--shadow-lift);
  text-align: center;
}

.pay-panel h2 { font-size: 34px; margin-bottom: 14px; }

.pay-panel p { color: var(--ink-2); font-size: 17.5px; margin-bottom: 16px; }

.pay-methods {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--ink-2);
  font-size: 15.5px;
  font-weight: 600;
  margin: 22px 0 28px;
}

.pay-methods span { display: inline-flex; align-items: center; gap: 7px; }

.pay-methods svg { width: 18px; height: 18px; color: var(--honey); }

/* ---------- Mobile call bar ---------- */

.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: var(--navy);
  border-top: 2px solid var(--honey);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}

.mobile-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16.5px;
  padding: 13px 10px;
  border-radius: 10px;
}

.mobile-cta .m-call { background: var(--honey); color: var(--navy); }

.mobile-cta .m-book { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }

/* ---------- Footer ---------- */

.site-footer { background: var(--navy); color: #b4c1cf; padding: 62px 0 30px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; margin-bottom: 16px; }

.footer-brand svg { width: 38px; height: 38px; }

.footer-grid p { font-size: 15.5px; }

.footer-grid h4 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 17px;
  color: var(--honey);
  margin-bottom: 14px;
}

.footer-grid ul { list-style: none; display: grid; gap: 10px; }

.footer-grid a { color: #b4c1cf; text-decoration: none; font-size: 15.5px; }

.footer-grid a:hover { color: #fff; }

.footer-vet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--honey-bright);
  font-size: 14.5px;
  font-weight: 700;
}

.footer-legal {
  padding-top: 26px;
  font-size: 14px;
  color: #8496a9;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 1020px) {
  .nav-phone, .btn-payfare { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--navy);
    border-bottom: 2px solid var(--honey);
    padding: 10px 16px 16px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 12px; font-size: 17.5px; }
  .nav-links .nav-links-pay { display: block; }
}

@media (max-width: 960px) {
  .cards, .steps, .area-cols { grid-template-columns: 1fr 1fr; }
  .map-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ride-list { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .section { padding: 58px 0; }
  .hero-inner { padding: 56px 0 64px; }
  .cards, .steps, .footer-grid, .field-row, .area-cols { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 28px; }
  .wrap { padding: 0 18px; }
  .nav { gap: 10px; height: 70px; }
  .nav-links { top: 70px; }
  .brand { gap: 8px; }
  .brand svg { width: 34px; height: 34px; }
  .brand-name { font-size: 20px; }
  .brand-sub { letter-spacing: 0.16em; font-size: 10.5px; }
  .nav-toggle { padding: 6px 10px; font-size: 19px; }
  .btn-book { padding: 9px 12px; font-size: 14px; }
  .map-figure { padding: 18px 12px 12px; }
  .promise { font-size: 18px; }
}
