:root {
  --navy-950: #030916;
  --navy-900: #071426;
  --navy-800: #0a2240;
  --navy-700: #113a6b;
  --blue: #24b7ff;
  --blue-soft: #77d5ff;
  --green: #9cf24a;
  --green-soft: #cdfaa0;
  --coral: #ff5353;
  --purple: #7f7bff;
  --ink: #121821;
  --muted: #64707f;
  --line: #d8dee8;
  --panel: #ffffff;
  --paper: #f3f5f8;
  --silver: #d5dce7;
  --shadow: 0 24px 70px rgba(3, 9, 22, 0.18);
}

/* ── Military / First Responder bar ──────────────────────────── */
.mil-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #0a1a3a 0%, #0d2560 50%, #0a1a3a 100%);
  border-bottom: 3px solid #c8102e;
  padding: 10px 20px;
  font-size: 0.88rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
}

.mil-flag {
  font-size: 1.2rem;
}

.mil-bar strong {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mil-sep {
  color: rgba(255,255,255,0.4);
}

.mil-bar span:not(.mil-flag):not(.mil-sep) {
  color: rgba(255,255,255,0.75);
}

.mil-cta {
  display: inline-block;
  background: #c8102e;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 4px 14px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 6px;
  transition: background 0.2s;
  white-space: nowrap;
}

.mil-cta:hover {
  background: #a00d25;
}

@media (max-width: 600px) {
  .mil-bar {
    font-size: 0.78rem;
    gap: 6px;
    padding: 8px 14px;
  }
  .mil-flag { display: none; }
}
/* ─────────────────────────────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--navy-950);
  color: #fff;
  box-shadow: 0 12px 34px rgba(3, 9, 22, 0.32);
}

.brand-band {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  background:
    radial-gradient(circle at 30% 0%, rgba(36, 183, 255, 0.18), transparent 36%),
    linear-gradient(180deg, #080c13 0%, #030916 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-lockup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.motion-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}

.motion-mark::before,
.motion-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 3px solid rgba(36, 183, 255, 0.72);
  border-left-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 9px rgba(36, 183, 255, 0.55));
  transform: rotate(-22deg);
}

.motion-mark::after {
  inset: 16px;
  border-color: rgba(255, 83, 83, 0.72);
  border-right-color: transparent;
  filter: drop-shadow(0 0 8px rgba(255, 83, 83, 0.42));
  transform: rotate(36deg);
}

.motion-mark span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: rotate(42deg);
  right: 8px;
  top: 18px;
}

.motion-mark span:last-child {
  left: 10px;
  right: auto;
  top: auto;
  bottom: 15px;
  border-color: var(--coral);
  transform: rotate(222deg);
}

.brand-logo {
  height: 82px;
  width: auto;
  display: block;
  flex-shrink: 0;
  mix-blend-mode: screen;
}

.wordmark-wrap {
  display: grid;
  gap: 1px;
}

.wordmark {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(3.1rem, 8vw, 5.8rem);
  line-height: 0.82;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  color: transparent;
  background:
    linear-gradient(180deg, #fff 0%, #dfe6ef 34%, #8f9baa 55%, #f6fbff 72%, #94a6b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.24);
  text-shadow:
    1px 1px 0 rgba(255, 83, 83, 0.25),
    -1px 0 0 rgba(36, 183, 255, 0.32),
    0 10px 24px rgba(0, 0, 0, 0.7);
}

.wordmark-sub {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(0.9rem, 2vw, 1.32rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--silver);
  letter-spacing: 0;
}

.ride-tagline {
  margin: 0;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.5rem, 4vw, 3.1rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #d9f6ff;
  text-shadow:
    0 0 8px rgba(36, 183, 255, 0.75),
    0 0 22px rgba(36, 183, 255, 0.48),
    0 0 48px rgba(36, 183, 255, 0.24);
  animation: neonPulse 3.8s ease-in-out infinite;
}

@keyframes neonPulse {
  0%,
  100% {
    opacity: 0.82;
    text-shadow:
      0 0 7px rgba(36, 183, 255, 0.52),
      0 0 18px rgba(36, 183, 255, 0.34);
  }
  50% {
    opacity: 1;
    text-shadow:
      0 0 10px rgba(36, 183, 255, 0.95),
      0 0 28px rgba(36, 183, 255, 0.62),
      0 0 58px rgba(36, 183, 255, 0.3);
  }
}

.contact-strip {
  padding: 8px 16px;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-strip span {
  margin-inline: 10px;
  color: rgba(255, 255, 255, 0.32);
}

.contact-strip a {
  color: #fff;
  font-weight: 800;
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(213, 220, 231, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(17, 58, 107, 0.76), rgba(7, 20, 38, 0.86));
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.nav a:hover {
  border-color: rgba(36, 183, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.25), 0 0 18px rgba(36, 183, 255, 0.22);
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-link {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #174f99, #0d2f5c);
  color: #fff;
  border-color: rgba(36, 183, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.14), 0 12px 28px rgba(13, 47, 92, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 0 0 1px rgba(156, 242, 74, 0.36), 0 0 24px rgba(36, 183, 255, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--navy-900);
  border-color: var(--line);
}

.hero .btn-secondary,
.tow-panel .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.btn-lg {
  min-height: 52px;
  padding-inline: 24px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  place-items: center;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 16px;
}

.mobile-nav.open {
  display: grid;
  gap: 8px;
}

.mobile-nav a {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.hero {
  min-height: calc(100vh - 196px);
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  background: #fff;
}

.hero-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 9, 22, 0.03), rgba(3, 9, 22, 0.88)),
    url("assets/site/revup-window.jpg");
  background-position: 50% 40%;
  background-size: cover;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 28%, rgba(36, 183, 255, 0.24), transparent 30%),
    linear-gradient(105deg, rgba(3, 9, 22, 0.74), transparent 48%);
}

.hero-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72%;
  height: 5px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, var(--blue), var(--green));
  box-shadow: 0 0 24px rgba(36, 183, 255, 0.62);
}

.hero-badge {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
  width: min(310px, calc(100% - 64px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 9, 22, 0.74);
  color: #fff;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-badge span {
  display: block;
  color: var(--blue-soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-badge strong {
  display: block;
  margin-top: 4px;
  font-size: 1.06rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 86px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(243, 245, 248, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(36, 183, 255, 0.12), transparent 30%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--navy-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-blue {
  color: var(--blue-soft);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  color: var(--navy-950);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(3.3rem, 7vw, 5.7rem);
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 660px;
  color: #475363;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.mini-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy-800);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 2px 14px rgba(3, 9, 22, 0.06);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-block: 1px solid var(--line);
}

.trust-card {
  display: flex;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.trust-card:last-child {
  border-right: none;
}

.trust-card .icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
}

.trust-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-card h2 {
  margin-bottom: 6px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-insurance .icon {
  color: var(--coral);
  background: rgba(255, 83, 83, 0.1);
}

.trust-discount {
  background: linear-gradient(135deg, #0a1a3a 0%, #0d2560 100%);
  border-right: 1px solid rgba(200,16,46,0.4);
  position: relative;
}

.trust-discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c8102e, #002868, #c8102e);
}

.trust-discount h2 {
  color: #fff;
}

.trust-discount p {
  color: rgba(255,255,255,0.7);
}

.trust-discount .icon {
  color: #fff;
  background: #c8102e;
}

.trust-discount svg {
  stroke: #fff;
}

.trust-warranty .icon {
  color: #4d9c10;
  background: rgba(156, 242, 74, 0.14);
}

.section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-light {
  background: var(--paper);
}

#services {
  background: var(--navy-950);
}

#services .eyebrow {
  color: var(--green);
}

#services .section-heading h2 {
  color: #fff;
}

#services .section-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading h2,
.about-copy h2,
.estimate-intro h2,
.faq-grid h2,
.map-grid h2,
.tow-panel h2 {
  margin-bottom: 16px;
  color: var(--navy-950);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading p,
.about-copy p,
.estimate-intro p,
.tow-panel p,
.faq-list p {
  color: var(--muted);
  font-size: 1rem;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(156, 242, 74, 0.15);
  border-radius: 8px;
  background: var(--navy-900);
  box-shadow: 0 10px 28px rgba(3, 9, 22, 0.35);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 54px;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 14px rgba(156, 242, 74, 0.45);
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.45);
  box-shadow: 0 16px 36px rgba(3, 9, 22, 0.5), 0 0 20px rgba(57, 255, 20, 0.12);
}

.service-icon {
  color: var(--blue);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.service-card h3 {
  margin: 12px 0 10px;
  color: #39FF14;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.service-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.93rem;
}

.service-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--blue-soft);
  font-weight: 900;
}

.service-card a:hover {
  color: #39FF14;
}

.tow-panel {
  background:
    linear-gradient(90deg, rgba(3, 9, 22, 0.94), rgba(10, 34, 64, 0.94)),
    radial-gradient(circle at 8% 50%, rgba(36, 183, 255, 0.18), transparent 28%);
  color: #fff;
  border-block: 1px solid rgba(36, 183, 255, 0.25);
}

.tow-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding-block: 34px;
}

.tow-panel h2 {
  color: #fff;
  margin-bottom: 8px;
}

.tow-panel p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.tow-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(36, 183, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--blue-soft);
  box-shadow: 0 0 30px rgba(36, 183, 255, 0.16);
}

.tow-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.about-side {
  display: grid;
  gap: 16px;
}

.about-photo,
.estimate-photo {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-photo {
  aspect-ratio: 4 / 3;
}

.process-card {
  padding: 30px;
  border: 1px solid rgba(36, 183, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 34, 64, 0.96), rgba(3, 9, 22, 0.98));
  color: #fff;
  box-shadow: var(--shadow);
}

.process-card h3 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.process-card ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 20px;
}

.process-card li {
  color: rgba(255, 255, 255, 0.78);
}

.process-card strong {
  color: #fff;
}

.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 14px;
}

.gallery-tile {
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.gallery-tile span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(3, 9, 22, 0.76);
  color: #fff;
  font-weight: 900;
}

.tile-body {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 9, 22, 0.78)),
    url("assets/site/revup-counter.jpg");
  background-position: center 40%;
}

.tile-paint {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 9, 22, 0.78)),
    url("assets/site/revup-award-plaque.jpg");
  background-position: center 20%;
}

.tile-wheel {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 9, 22, 0.78)),
    url("assets/site/revup-instagram-sign.jpg");
  background-position: center 60%;
}

.estimate-section {
  background:
    linear-gradient(135deg, #eef1f5 0%, #fff 54%, #eef7ff 100%);
}

.estimate-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy-900);
  font-weight: 800;
}

.estimate-photo {
  aspect-ratio: 16 / 10;
  margin-top: 18px;
}

.contact-stack a {
  color: var(--navy-700);
}

.estimate-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(10, 34, 64, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy-950);
  font-size: 0.84rem;
  font-weight: 900;
}

label span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

label em {
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  min-height: 48px;
  border: 2px solid #2aff00;
  border-radius: 6px;
  background: #39FF14;
  color: #111;
  padding: 12px 14px;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

input::placeholder,
textarea::placeholder {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

textarea {
  min-height: 132px;
  resize: vertical;
  text-transform: none;
}

textarea::placeholder {
  text-transform: none;
  letter-spacing: normal;
}

input:focus,
textarea:focus {
  border-color: #00ff00;
  background: #5dff2a;
  box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.35), 0 0 18px rgba(57, 255, 20, 0.4);
}

input.invalid,
textarea.invalid {
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 83, 83, 0.12);
}

.field-error {
  min-height: 18px;
  color: #b42323;
  font-size: 0.76rem;
  font-weight: 700;
}

.btn-submit {
  width: 100%;
  margin-top: 2px;
  cursor: pointer;
}

.btn-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.82rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(26px, 5vw, 64px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(3, 9, 22, 0.04);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy-950);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.map-section {
  background: #fff;
}

.map-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 28px;
  align-items: stretch;
}

.location-list {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  color: var(--muted);
}

.location-list p {
  margin: 0;
}

.location-list strong {
  color: var(--navy-950);
}

.location-list a {
  color: var(--navy-700);
  font-weight: 900;
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.footer {
  padding: 54px 0 24px;
  background: #03060d;
  color: rgba(255, 255, 255, 0.7);
}

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

.footer-brand {
  display: inline-grid;
  margin-bottom: 16px;
}

.footer-logo {
  height: 60px;
  width: auto;
  display: block;
  mix-blend-mode: screen;
  margin-bottom: 4px;
}

.footer-brand .wordmark {
  font-size: 3.5rem;
}

.footer-brand span:last-child {
  color: #fff;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.footer p {
  margin: 0 0 9px;
}

.footer a {
  color: #fff;
}

.footer nav {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer strong {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.footer nav a {
  color: rgba(255, 255, 255, 0.62);
}

.footer nav a:hover {
  color: var(--blue-soft);
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
}

.mobile-cta {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1040px) {
  .brand-band {
    justify-content: flex-start;
  }

  .nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 390px;
  }

  .trust-strip,
  .services-grid,
  .about-grid,
  .estimate-grid,
  .faq-grid,
  .map-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .trust-card:last-child {
    border-bottom: none;
  }

  .tow-inner {
    grid-template-columns: auto 1fr;
  }

  .tow-inner .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 66px;
  }

  .brand-band {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }

  .motion-mark {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .wordmark {
    font-size: 3.25rem;
  }

  .wordmark-sub {
    font-size: 0.92rem;
  }

  .ride-tagline {
    padding-left: 68px;
    font-size: 1.55rem;
  }

  .contact-strip {
    font-size: 0.76rem;
  }

  .nav-shell {
    min-height: 58px;
  }

  .call-link,
  .nav-actions .btn {
    display: none;
  }

  .hero-image {
    min-height: 320px;
  }

  .hero-badge {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .hero-copy {
    padding: 34px 16px 48px;
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 4.4rem);
  }

  .hero-actions .btn,
  .tow-inner .btn {
    width: 100%;
  }

  .mini-proof {
    display: grid;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading h2,
  .about-copy h2,
  .estimate-intro h2,
  .faq-grid h2,
  .map-grid h2,
  .tow-panel h2 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .trust-card {
    padding-inline: 16px;
  }

  .services-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .tow-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tow-icon {
    width: 64px;
    height: 64px;
  }

  .process-card,
  .estimate-card {
    padding: 22px;
  }

  label span {
    display: grid;
  }

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

  .copyright {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding: 8px;
    background: rgba(3, 9, 22, 0.94);
    border-top: 1px solid rgba(36, 183, 255, 0.2);
    backdrop-filter: blur(12px);
  }

  .mobile-cta a {
    display: grid;
    min-height: 46px;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--navy-700), var(--navy-900));
    color: #fff;
    font-size: 0.84rem;
    font-weight: 900;
  }
}
