:root {
  --ink: #111827;
  --muted: #667085;
  --line: #e3e7ed;
  --paper: #f4f6f8;
  --white: #ffffff;
  --accent: #d21f35;
  --accent-dark: #941525;
  --gold: #d7a541;
  --blue: #38bdf8;
  --charcoal: #111820;
  --navy: #172536;
  --shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
  --soft-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#process,
#contact {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 18%, rgba(56, 189, 248, 0.1), transparent 26rem),
    linear-gradient(180deg, #f7f8fa 0%, #eef2f5 100%);
  font-family: Inter, Arial, sans-serif;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  right: clamp(16px, 4vw, 48px);
  left: clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(11, 18, 28, 0.58);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand-logo {
  display: block;
  width: clamp(150px, 17vw, 218px);
  height: auto;
  border-radius: 6px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.04;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

nav a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.header-cta,
.header-phone,
.header-whatsapp,
.header-instagram,
.button,
.quote-form button,
.search-band a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.header-whatsapp {
  min-height: 40px;
  margin-left: -10px;
  padding: 0 14px;
  border: 1px solid rgba(37, 211, 102, 0.34);
  background: rgba(37, 211, 102, 0.12);
  color: rgba(235, 255, 243, 0.96);
  font-size: 0.9rem;
}

.header-instagram {
  min-height: 40px;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(45, 183, 232, 0.34);
  background: rgba(45, 183, 232, 0.11);
  color: rgba(236, 248, 255, 0.96);
  font-size: 0.9rem;
}

.ig-mark {
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
}

.ig-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-phone {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.header-cta {
  padding: 0 18px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(56, 189, 248, 0.22), transparent 24rem),
    radial-gradient(circle at 84% 70%, rgba(210, 31, 53, 0.18), transparent 28rem),
    linear-gradient(135deg, #0c1118 0%, #172536 58%, #101721 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22vh;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0), var(--paper));
  content: "";
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 11, 18, 0.64) 0%, rgba(6, 11, 18, 0.2) 64%),
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 34px
    );
}

.hero-overlay::before {
  position: absolute;
  right: clamp(24px, 8vw, 120px);
  bottom: 18%;
  width: min(42vw, 560px);
  aspect-ratio: 1.7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 70% 45%, rgba(56, 189, 248, 0.22), transparent 38%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 40px 120px rgba(0, 0, 0, 0.26);
  transform: rotate(-8deg);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 164px clamp(20px, 6vw, 78px) 118px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8.5vw, 7.6rem);
  line-height: 0.89;
  letter-spacing: -0.05em;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.58;
}

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

.button {
  min-height: 52px;
  padding: 0 22px;
}

.button.primary {
  background: linear-gradient(135deg, var(--accent), #f04455);
  color: var(--white);
  box-shadow: 0 16px 44px rgba(210, 31, 53, 0.3);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.button.music {
  position: relative;
  gap: 9px;
  border: 1px solid rgba(214, 170, 75, 0.38);
  background:
    linear-gradient(135deg, rgba(214, 170, 75, 0.2), rgba(255, 255, 255, 0.075));
  color: #f6d782;
  backdrop-filter: blur(16px);
}

.button.music::before {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(214, 170, 75, 0.18);
  color: #ffe19a;
  font-size: 0.72rem;
  content: "♪";
}

.music-panel {
  display: none;
  width: min(720px, 100%);
  margin: 22px auto 0;
  overflow: hidden;
  border: 1px solid rgba(214, 170, 75, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(7, 11, 18, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.music-panel.is-open {
  display: block;
}

.music-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: var(--white);
}

.music-close {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.music-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.music-panel a {
  color: #f6d782;
  font-weight: 850;
}

.music-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.music-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(214, 170, 75, 0.32);
  border-radius: 50%;
  background: rgba(214, 170, 75, 0.14);
  color: #f6d782;
  font-size: 1.2rem;
}

.music-player {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.music-player p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.music-player audio {
  width: 100%;
  max-width: 560px;
  accent-color: var(--gold);
}

.music-player small {
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.45;
}

.music-fallback {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(214, 170, 75, 0.3);
  border-radius: 8px;
  background: rgba(214, 170, 75, 0.12);
  color: #f6d782;
  font-weight: 850;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-meta span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.search-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  max-width: min(1040px, calc(100% - 40px));
  margin: 48px auto 0;
  padding: 16px 18px 16px 22px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: var(--white);
  box-shadow: var(--soft-shadow);
}

.search-band span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 800;
}

.search-band strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-band a {
  min-height: 40px;
  padding: 0 16px;
  background: var(--blue);
  color: #06111b;
  font-size: 0.9rem;
}

.request-ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
  overflow: hidden;
  padding: 12px 0 12px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background:
    radial-gradient(circle at 0% 50%, rgba(45, 183, 232, 0.14), transparent 14rem),
    #ffffff;
  box-shadow: 0 16px 44px rgba(12, 19, 32, 0.08);
}

.request-ticker strong {
  color: #101827;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-window {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.ticker-track {
  display: flex;
  gap: 10px;
  width: max-content;
  will-change: transform;
  animation: tickerMove 38s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(45, 183, 232, 0.16);
  border-radius: 999px;
  background: rgba(45, 183, 232, 0.08);
  color: #344154;
  font-size: 0.86rem;
  font-weight: 850;
  white-space: nowrap;
}

.request-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px clamp(20px, 4vw, 44px);
}

.intro {
  max-width: 900px;
  margin-top: 0;
  text-align: center;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.6vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.intro p,
.split p,
.quote-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.split,
.quote-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.steps p,
footer p {
  color: var(--muted);
  line-height: 1.58;
}

.process {
  position: relative;
  --process-progress: 0;
  --process-marker: 0%;
  --road-marker: 50%;
  max-width: none;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(210, 31, 53, 0.16), rgba(56, 189, 248, 0.1)),
    var(--navy);
}

.process::before {
  position: absolute;
  inset: auto -12% -34% 28%;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 68%);
  opacity: 0;
  transform: translateY(28px) scale(0.82);
  transition: opacity 900ms ease, transform 900ms ease;
  content: "";
}

.process.is-visible::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process > * {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 38px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps::before {
  position: absolute;
  top: 45px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--blue));
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.42);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
  content: "";
}

.process.is-visible .steps::before {
  transform: scaleX(1);
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  height: 72px;
  max-width: 980px;
  margin: 30px auto 4px;
  padding: 0 42px;
}

.process-flow::before,
.process-flow::after {
  position: absolute;
  top: 34px;
  right: 42px;
  left: 42px;
  height: 4px;
  border-radius: 999px;
  content: "";
}

.process-flow::before {
  background: rgba(255, 255, 255, 0.16);
}

.process-flow::after {
  width: calc(var(--process-progress) * 1);
  max-width: calc(100% - 84px);
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--blue));
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.42);
  transition: width 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.process-flow span::before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: #172536;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
  content: "";
}

.process-flow span::after {
  position: absolute;
  top: 51px;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  content: "";
}

.process-flow-marker {
  position: absolute;
}

.process-flow::marker {
  content: "";
}

.process-flow > span:nth-child(1)::before {
  animation-delay: 0ms;
}

.process-flow > span:nth-child(2)::before {
  animation-delay: 1400ms;
}

.process-flow > span:nth-child(3)::before {
  animation-delay: 2800ms;
}

.process-flow > span:nth-child(4)::before {
  animation-delay: 4200ms;
}

.process-flow::selection {
  background: transparent;
}

.process.is-visible .process-flow span::before {
  animation: flowDot 5600ms ease-in-out infinite;
}

.process-flow span:first-child::after,
.process-flow span:last-child::after {
  opacity: 0.48;
}

.process-flow::backdrop {
  display: none;
}

.process-flow + .steps {
  margin-top: 14px;
}

.process-flow .marker {
  display: none;
}

.process-flow::after {
  transform-origin: left;
}

.process-flow span:nth-child(1) {
  justify-items: start;
}

.process-flow span:nth-child(4) {
  justify-items: end;
}

.process-flow::before {
  overflow: hidden;
}

.process-flow::after {
  overflow: hidden;
}

.process-flow::part(marker) {
  display: none;
}

.process-flow span {
  pointer-events: none;
}

.process-flow .car {
  display: none;
}

.process-flow::after {
  clip-path: inset(0 0 0 0 round 999px);
}

.process-flow::before {
  clip-path: inset(0 0 0 0 round 999px);
}

.process-flow::after {
  content: "";
}

.process-flow::before {
  content: "";
}

.process-flow span::before {
  transition: border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.process-flow::after {
  z-index: 0;
}

.process-flow::before {
  z-index: 0;
}

.process-flow span {
  z-index: 1;
}

.process-flow::after {
  left: 42px;
}

.process-flow::before {
  left: 42px;
}

.process-flow::after {
  right: auto;
}

.process-flow::before {
  right: 42px;
}

.process-flow::after {
  width: calc((100% - 84px) * var(--process-progress) / 100%);
}

.process-flow::before {
  width: calc(100% - 84px);
}

.process-flow::after,
.process-flow::before {
  transform: none;
}

.process-flow::after {
  transition: width 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-flow::before {
  transition: none;
}

.process-flow::after {
  box-sizing: border-box;
}

.process-flow::before {
  box-sizing: border-box;
}

.process-flow::after {
  opacity: 1;
}

.process-flow::before {
  opacity: 1;
}

.process-flow::after {
  pointer-events: none;
}

.process-flow::before {
  pointer-events: none;
}

.process-flow::after {
  animation: roadGlow 1800ms ease-in-out infinite alternate;
}

.process-flow::before {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.12) 0 48%,
    rgba(255, 255, 255, 0.28) 48% 52%,
    rgba(255, 255, 255, 0.12) 52% 100%
  );
  background-size: 52px 100%;
  animation: laneDash 1200ms linear infinite;
}

.process-flow::after {
  background-size: 180% 100%;
}

.process-flow::before,
.process-flow::after {
  top: 34px;
}

.process-flow span::before {
  position: relative;
}

.process::after {
  position: absolute;
  top: calc(96px + 9.8rem);
  left: calc(50% - 490px + 34px + (var(--process-progress) * 8.9));
  z-index: 2;
  width: 54px;
  height: 26px;
  border-radius: 15px 18px 10px 10px;
  background:
    radial-gradient(circle at 14px 22px, #101827 0 4px, transparent 4px),
    radial-gradient(circle at 40px 22px, #101827 0 4px, transparent 4px),
    linear-gradient(135deg, #ffffff, #c7e8ff 42%, var(--blue) 43% 100%);
  box-shadow:
    0 0 26px rgba(56, 189, 248, 0.44),
    0 14px 26px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
  transition:
    left 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    transform 360ms ease;
  content: "";
}

.process.is-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.steps li {
  position: relative;
  z-index: 1;
  min-height: 232px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0);
  counter-increment: steps;
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.steps li::after {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(210, 31, 53, 0.26), rgba(56, 189, 248, 0.24)),
    rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 260ms ease, transform 260ms ease;
  content: "";
}

.steps li:nth-child(2) {
  transition-delay: 120ms;
}

.steps li:nth-child(3) {
  transition-delay: 240ms;
}

.steps li:nth-child(4) {
  transition-delay: 360ms;
}

.process.is-visible .steps li {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.steps li:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  transform: translateY(-6px) scale(1.01);
}

.steps li.is-active {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.24),
    0 0 40px rgba(56, 189, 248, 0.16);
  transform: translateY(-8px) scale(1.02);
}

.steps li.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.steps li::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(215, 165, 65, 0.14);
  color: var(--gold);
  font-weight: 900;
  content: "0" counter(steps);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.steps li:hover::before {
  background: var(--gold);
  color: #121820;
  transform: scale(1.08);
}

.steps li.is-active::before {
  animation: stepPulse 1400ms ease-in-out infinite;
  background: var(--gold);
  color: #121820;
}

.steps li.is-complete::before {
  background: rgba(56, 189, 248, 0.22);
  color: var(--blue);
}

.steps li.is-complete {
  border-color: rgba(56, 189, 248, 0.22);
}

.steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}

.steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes stepPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(215, 165, 65, 0.38);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(215, 165, 65, 0);
    transform: scale(1.1);
  }
}

@keyframes laneDash {
  to {
    background-position: 52px 0;
  }
}

@keyframes roadGlow {
  from {
    filter: saturate(0.95);
  }

  to {
    filter: saturate(1.3) brightness(1.12);
  }
}

@keyframes flowDot {
  0%,
  20%,
  100% {
    border-color: rgba(255, 255, 255, 0.32);
    background: #172536;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
  }

  8%,
  14% {
    border-color: rgba(215, 165, 65, 0.95);
    background: var(--gold);
    box-shadow: 0 0 0 10px rgba(215, 165, 65, 0.14);
  }
}

.process::after {
  display: none;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 980px;
  height: 78px;
  margin: 34px auto 10px;
  padding: 0;
}

.process-flow::before,
.process-flow::after {
  top: 36px;
  right: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 999px;
}

.process-flow::before {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.14) 0 44%,
      rgba(255, 255, 255, 0.36) 44% 50%,
      rgba(255, 255, 255, 0.14) 50% 100%
    );
  background-size: 48px 100%;
  animation: laneDash 1200ms linear infinite;
}

.process-flow::after {
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--blue));
  box-shadow: 0 0 32px rgba(56, 189, 248, 0.44);
  transform: scaleX(var(--process-progress));
  transform-origin: left;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-flow b {
  position: absolute;
  top: 18px;
  left: var(--process-marker);
  z-index: 3;
  width: 58px;
  height: 29px;
  border-radius: 18px 20px 12px 12px;
  background:
    radial-gradient(circle at 15px 24px, #0d1420 0 4px, transparent 4px),
    radial-gradient(circle at 43px 24px, #0d1420 0 4px, transparent 4px),
    linear-gradient(135deg, #ffffff, #c9ecff 46%, var(--blue) 47% 100%);
  box-shadow:
    0 0 28px rgba(56, 189, 248, 0.46),
    0 14px 28px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%);
  transition: left 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-flow b::before {
  position: absolute;
  top: 7px;
  left: 15px;
  width: 22px;
  height: 8px;
  border-radius: 999px 999px 2px 2px;
  background: rgba(13, 20, 32, 0.22);
  content: "";
}

.process-flow span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.process-flow span::before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: #172536;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
  content: "";
}

.process.is-visible .process-flow span::before {
  animation: flowDot 5600ms ease-in-out infinite;
}

.process-flow span:nth-of-type(2)::before {
  animation-delay: 1400ms;
}

.process-flow span:nth-of-type(3)::before {
  animation-delay: 2800ms;
}

.process-flow span:nth-of-type(4)::before {
  animation-delay: 4200ms;
}

.process {
  --process-progress: 0;
  --process-marker: 0%;
  --road-marker: 50%;
  padding-top: 104px;
  padding-bottom: 112px;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 165, 65, 0.16), transparent 26rem),
    radial-gradient(circle at 84% 24%, rgba(56, 189, 248, 0.2), transparent 28rem),
    linear-gradient(135deg, #101721 0%, #172536 52%, #0e1d2a 100%);
}

.process::before {
  inset: 12% auto auto 50%;
  width: min(760px, 70vw);
  height: 360px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 68%);
  filter: blur(8px);
  transform: translateX(-50%) translateY(22px) scale(0.92);
}

.process.is-visible::before {
  transform: translateX(-50%) translateY(0) scale(1);
}

.process .section-kicker,
.process h2 {
  max-width: 1180px;
}

.process h2 {
  max-width: 1180px;
  margin-bottom: 8px;
  font-size: clamp(4.2rem, 10vw, 8.8rem);
  line-height: 0.82;
  text-align: center;
  letter-spacing: 0.02em;
}

.process .steps::before {
  display: none;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 92px;
  max-width: 1040px;
  margin: 36px auto 18px;
  padding: 0;
}

.process-flow::before,
.process-flow::after {
  top: 44px;
  right: 0;
  left: 0;
  height: 6px;
  border-radius: 999px;
}

.process-flow::before {
  width: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 24px,
      rgba(255, 255, 255, 0.26) 24px 28px,
      transparent 28px 48px
    );
  animation: laneDash 1600ms linear infinite;
}

.process-flow::after {
  width: auto;
  right: 0;
  background: linear-gradient(90deg, var(--gold), #f04455, var(--blue));
  box-shadow:
    0 0 22px rgba(56, 189, 248, 0.32),
    0 0 42px rgba(210, 31, 53, 0.18);
  transform: scaleX(var(--process-progress));
  transform-origin: left;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-flow b {
  top: 23px;
  left: var(--process-marker);
  width: 64px;
  height: 32px;
  border-radius: 18px 22px 12px 12px;
  background:
    radial-gradient(circle at 16px 27px, #0b1220 0 4px, transparent 4px),
    radial-gradient(circle at 48px 27px, #0b1220 0 4px, transparent 4px),
    linear-gradient(135deg, #ffffff 0 38%, #c9efff 39% 62%, #38bdf8 63% 100%);
  box-shadow:
    0 0 34px rgba(56, 189, 248, 0.48),
    0 18px 34px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.process-flow b::before {
  top: 8px;
  left: 17px;
  width: 25px;
  height: 9px;
  background: rgba(15, 23, 42, 0.24);
}

.process-flow span::before {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: #101721;
  box-shadow:
    0 0 0 9px rgba(255, 255, 255, 0.05),
    inset 0 0 0 4px rgba(255, 255, 255, 0.05);
}

.process .steps {
  gap: 18px;
  margin-top: 20px;
}

.process .steps li {
  min-height: 250px;
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.process .steps li::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(56, 189, 248, 0.1)),
    linear-gradient(135deg, rgba(210, 31, 53, 0.2), rgba(215, 165, 65, 0.12));
}

.process .steps li::before {
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.process .steps li.is-active {
  border-color: rgba(56, 189, 248, 0.42);
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 26px 64px rgba(0, 0, 0, 0.28),
    0 0 44px rgba(56, 189, 248, 0.16);
}

.process .steps li.is-active::before {
  background: var(--blue);
  color: #07121d;
}

.process .steps li.is-complete {
  border-color: rgba(215, 165, 65, 0.32);
}

.process .steps li.is-complete::before {
  background: rgba(215, 165, 65, 0.18);
  color: var(--gold);
}

.process .steps strong {
  font-size: 1.12rem;
}

.process .steps p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-wrap {
  align-items: center;
  padding-top: 124px;
}

.contact-note {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(210, 31, 53, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.contact-note span {
  color: var(--muted);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.form-head {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 4px;
}

.form-head span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.form-head strong {
  color: var(--muted);
  font-size: 0.9rem;
  text-align: right;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

.quote-form .full,
.quote-form button,
.form-status {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  min-height: 50px;
}

select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(56, 189, 248, 0.72);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.14);
}

textarea {
  resize: vertical;
}

.quote-form button {
  min-height: 54px;
  background: linear-gradient(135deg, var(--accent), #f04455);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(210, 31, 53, 0.26);
}

.form-status {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

footer {
  display: flex;
  justify-content: center;
  padding: 28px clamp(20px, 5vw, 64px) 124px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

footer p {
  margin: 0;
}

/* Enhanced How It Works treatment */
.process {
  padding-top: 118px;
  padding-bottom: 126px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 18% 20%, rgba(214, 170, 75, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 26%, rgba(45, 183, 232, 0.24), transparent 30rem),
    linear-gradient(135deg, #080d15 0%, #152337 55%, #09131f 100%);
}

.process::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.42;
  filter: none;
  transform: none;
}

.process.is-visible::before {
  transform: none;
}

.process h2 {
  position: relative;
  max-width: 1180px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow:
    0 18px 60px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(45, 183, 232, 0.14);
}

.process h2::after {
  display: block;
  width: min(460px, 55vw);
  height: 4px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--accent), var(--blue), transparent);
  box-shadow: 0 0 28px rgba(45, 183, 232, 0.28);
  content: "";
}

.process-flow {
  max-width: 1060px;
  height: 104px;
  margin-top: 34px;
  margin-bottom: 24px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(5, 10, 18, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.process-flow::before,
.process-flow::after {
  top: 52px;
  right: 26px;
  left: 26px;
  width: auto;
}

.process-flow b {
  top: 35px;
}

.process-flow span::before {
  width: 20px;
  height: 20px;
  border-width: 3px;
  background: #0e1726;
}

.process .steps {
  gap: 20px;
}

.process .steps li {
  min-height: 270px;
  padding: 28px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 72px rgba(0, 0, 0, 0.18);
}

.process .steps li::after {
  background:
    linear-gradient(135deg, rgba(45, 183, 232, 0.18), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
}

.process .steps li::before {
  display: none;
}

.process .steps li.is-active {
  transform: translateY(-10px) scale(1.025);
}

.process .steps li.is-active::after {
  opacity: 1;
}

.process .steps strong {
  font-size: 1.18rem;
}

.process .steps p {
  font-size: 0.98rem;
}

/* Professional polish layer */
:root {
  --ink: #0d1320;
  --muted: #596575;
  --line: #d7dde6;
  --paper: #f1f4f7;
  --accent: #c9182b;
  --accent-dark: #7c1020;
  --gold: #d6aa4b;
  --blue: #2db7e8;
  --shadow: 0 24px 70px rgba(12, 19, 32, 0.18);
  --soft-shadow: 0 14px 38px rgba(12, 19, 32, 0.11);
}

body {
  background:
    linear-gradient(135deg, rgba(12, 19, 32, 0.035) 0 25%, transparent 25% 50%, rgba(12, 19, 32, 0.025) 50% 75%, transparent 75%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
  background-size: 44px 44px, auto;
}

.site-header {
  top: 16px;
  border-radius: 12px;
  background: rgba(9, 14, 23, 0.86);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

nav {
  border-radius: 10px;
}

nav a,
.header-cta,
.header-phone,
.button,
.quote-form button,
.search-band a {
  border-radius: 8px;
}

.header-cta {
  background: linear-gradient(135deg, #ffffff, #edf3f8);
}

.header-phone {
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  min-height: 88vh;
  background:
    linear-gradient(126deg, rgba(201, 24, 43, 0.2), transparent 34%),
    linear-gradient(310deg, rgba(45, 183, 232, 0.2), transparent 38%),
    linear-gradient(135deg, #080d15 0%, #142234 54%, #0b111c 100%);
}

.hero::before {
  position: absolute;
  inset: 12% 7% 18% auto;
  width: min(42vw, 540px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.3);
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  content: "";
}

.hero-overlay::before {
  display: none;
}

.hero-content {
  max-width: 840px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(214, 170, 75, 0.36);
  border-radius: 8px;
  background: rgba(214, 170, 75, 0.09);
}

h1 {
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.button.primary,
.quote-form button {
  background:
    linear-gradient(135deg, #f04455, var(--accent) 54%, var(--accent-dark));
  box-shadow:
    0 18px 42px rgba(201, 24, 43, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.hero-meta span {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.search-band {
  position: relative;
  z-index: 4;
  margin-top: -34px;
  border-color: rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 22, 34, 0.97), rgba(22, 35, 52, 0.94));
  box-shadow: 0 20px 55px rgba(12, 19, 32, 0.22);
}

.search-band a {
  background: linear-gradient(135deg, var(--blue), #8be3ff);
  font-weight: 900;
}

.intro {
  max-width: 980px;
  margin-top: 22px;
  padding-bottom: 84px;
}

.intro h2 {
  color: #101827;
}

.process {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(12, 19, 32, 0.12);
}

.process .steps li,
.quote-form,
.contact-note {
  border-radius: 8px;
}

.process .steps li {
  border-color: rgba(255, 255, 255, 0.18);
}

.process .steps li.is-active {
  border-color: rgba(45, 183, 232, 0.56);
}

.quote-wrap {
  max-width: 1220px;
}

.quote-copy h2 {
  color: #101827;
}

.contact-note {
  border-color: rgba(201, 24, 43, 0.2);
  background: linear-gradient(135deg, #ffffff, #f7f9fb);
  box-shadow: var(--soft-shadow);
}

.contact-note strong {
  color: var(--ink);
}

.contact-note a {
  color: var(--accent);
  font-weight: 900;
}

.quote-form {
  border-color: rgba(12, 19, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 28px 80px rgba(12, 19, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

input,
select,
textarea {
  border-radius: 8px;
  background: #ffffff;
}

footer {
  background: #ffffff;
}

/* Centered contact-first quote layout */
.quote-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  max-width: 980px;
  padding-top: 104px;
}

.quote-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.quote-copy .section-kicker {
  display: block;
  margin-top: 30px;
}

.quote-copy p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.contact-note {
  width: min(620px, 100%);
  margin: 0 auto 0;
  justify-items: center;
  text-align: center;
}

.quote-form {
  width: min(860px, 100%);
  margin: 0 auto;
}

/* Centered homepage hero */
.hero {
  justify-items: center;
}

.hero-content {
  width: min(980px, calc(100% - 40px));
  max-width: 980px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.hero .eyebrow {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 14px;
  border-color: rgba(214, 170, 75, 0.58);
  background:
    linear-gradient(135deg, rgba(214, 170, 75, 0.18), rgba(214, 170, 75, 0.08));
  box-shadow: 0 12px 34px rgba(214, 170, 75, 0.12);
  color: #f3cd72;
  font-size: clamp(0.88rem, 1.6vw, 1.08rem);
  letter-spacing: 0.14em;
}

.hero h1,
.hero-copy {
  margin-right: auto;
  margin-left: auto;
}

.hero h1 {
  max-width: 920px;
}

.hero-actions,
.hero-meta {
  justify-content: center;
}

/* Final How It Works enhancement */
.process {
  padding-top: 118px;
  padding-bottom: 126px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 18% 20%, rgba(214, 170, 75, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 26%, rgba(45, 183, 232, 0.24), transparent 30rem),
    linear-gradient(135deg, #080d15 0%, #152337 55%, #09131f 100%);
}

.process::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.42;
  filter: none;
  transform: none;
}

.process.is-visible::before {
  transform: none;
}

.process h2 {
  max-width: 1180px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow:
    0 18px 60px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(45, 183, 232, 0.14);
}

.process h2::after {
  display: block;
  width: min(460px, 55vw);
  height: 4px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--accent), var(--blue), transparent);
  box-shadow: 0 0 28px rgba(45, 183, 232, 0.28);
  content: "";
}

.process-flow {
  max-width: 1060px;
  height: 104px;
  margin-top: 34px;
  margin-bottom: 24px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(5, 10, 18, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.process-flow::before,
.process-flow::after {
  top: 52px;
  right: 26px;
  left: 26px;
  width: auto;
}

.process-flow b {
  top: 35px;
}

.process-flow span::before {
  width: 20px;
  height: 20px;
  border-width: 3px;
  background: #0e1726;
}

.process .steps {
  gap: 20px;
}

.process .steps li {
  min-height: 270px;
  padding: 28px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 72px rgba(0, 0, 0, 0.18);
}

.process .steps li::after {
  background:
    linear-gradient(135deg, rgba(45, 183, 232, 0.18), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
}

.process .steps li::before {
  margin-bottom: 64px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.process .steps li.is-active {
  transform: translateY(-10px) scale(1.025);
}

.process .steps li.is-active::after {
  opacity: 1;
}

.process .steps strong {
  font-size: 1.18rem;
}

.process .steps p {
  font-size: 0.98rem;
}

/* Executive process marker refresh */
.process-flow {
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 21, 0.42);
}

.process-flow::before {
  height: 3px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.14) 0 18px,
      rgba(255, 255, 255, 0.36) 18px 22px,
      rgba(255, 255, 255, 0.14) 22px 42px
    );
}

.process-flow::after {
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #ffffff 42%, var(--blue));
  box-shadow:
    0 0 18px rgba(45, 183, 232, 0.38),
    0 0 34px rgba(214, 170, 75, 0.18);
}

.process-flow b {
  top: 39px;
  width: 42px;
  height: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 70% 50%, #ffffff 0 3px, transparent 3px),
    linear-gradient(135deg, var(--gold), #ffffff 48%, var(--blue));
  box-shadow:
    0 0 0 8px rgba(45, 183, 232, 0.08),
    0 0 30px rgba(45, 183, 232, 0.5),
    0 16px 28px rgba(0, 0, 0, 0.3);
}

.process-flow b::before {
  top: 50%;
  left: -20px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7));
  transform: translateY(-50%);
}

.process-flow b::after {
  position: absolute;
  top: 50%;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--blue);
  transform: translateY(-50%);
  content: "";
}

.process-flow span::before {
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, 0.3);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.36) 0 2px, transparent 2px),
    #0b1422;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.04),
    inset 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.process .steps li {
  border-radius: 10px;
  cursor: default;
}

.process .steps li.is-active {
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(45, 183, 232, 0.075)),
    rgba(255, 255, 255, 0.05);
}

.process .steps li.is-active::before {
  background: linear-gradient(135deg, #ffffff, var(--blue));
}

/* Process rail alignment fix */
.process-flow {
  overflow: visible;
}

.process-flow::before,
.process-flow::after {
  left: 0;
  right: 0;
  width: 100%;
}

.process-flow span {
  position: absolute;
  top: 52px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
}

.process-flow span:nth-of-type(1) {
  left: 0;
}

.process-flow span:nth-of-type(2) {
  left: 33.333%;
}

.process-flow span:nth-of-type(3) {
  left: 66.666%;
}

.process-flow span:nth-of-type(4) {
  left: 100%;
}

.process-flow span::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.process-flow span::after {
  display: none;
}

.process .steps li:focus-visible {
  outline: 3px solid rgba(45, 183, 232, 0.72);
  outline-offset: 4px;
}

.process .steps li:hover,
.process .steps li:focus-visible {
  z-index: 6;
  border-color: rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(45, 183, 232, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 76px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(45, 183, 232, 0.2);
  transform: translateY(-16px) scale(1.07);
}

.process .steps li:hover::after,
.process .steps li:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 940px) {
  .site-header {
    position: absolute;
    align-items: center;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 11, 18, 0.94), rgba(6, 11, 18, 0.58)),
      linear-gradient(180deg, rgba(6, 11, 18, 0.2), rgba(6, 11, 18, 0.56));
  }

  .hero-content {
    padding-top: 146px;
  }

  .steps,
  .split,
  .quote-wrap {
    grid-template-columns: 1fr;
  }

  .search-band {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .search-band strong {
    white-space: normal;
  }

  .search-band a {
    width: fit-content;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: auto;
  }

  .steps::before {
    top: 30px;
    bottom: 30px;
    left: 45px;
    width: 2px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .process.is-visible .steps::before {
    transform: scaleY(1);
  }

  .steps li::before {
    margin-bottom: 28px;
  }

  footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 12px;
    right: 12px;
    left: 12px;
    border-radius: 24px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 132px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-width: 106px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .header-phone {
    display: none;
  }

  .header-whatsapp,
  .header-instagram {
    display: none;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-head {
    display: grid;
  }

  .form-head strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process::before,
  .process-flow::before,
  .process-flow::after,
  .process-flow b,
  .process-flow span::before,
  .steps::before,
  .steps li,
  .steps li::before,
  .proof-card,
  .proof-icon {
    animation: none;
    transition: none;
  }

  .steps li,
  .proof-card {
    opacity: 1;
    transform: none;
  }

  .steps::before {
    transform: none;
  }
}

/* Graphics refinement pass */
.site-header {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(20, 28, 40, 0.92), rgba(9, 14, 23, 0.88));
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand strong {
  letter-spacing: -0.02em;
}

.hero {
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.28), rgba(7, 11, 18, 0.78)),
    linear-gradient(90deg, rgba(7, 11, 18, 0.18), rgba(7, 11, 18, 0.08)),
    url("./hero-pavement-lines.png"),
    linear-gradient(135deg, #070b12 0%, #121d2c 48%, #070d16 100%);
  background-position: center;
  background-size: cover;
}

.hero::before {
  inset: 15% 8% 18% auto;
  width: min(38vw, 500px);
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 22px);
  opacity: 0.78;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.2), rgba(7, 11, 18, 0.58)),
    linear-gradient(90deg, rgba(7, 11, 18, 0.28), rgba(7, 11, 18, 0.04)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 38px);
}

.hero .eyebrow {
  position: relative;
  overflow: hidden;
  border-color: rgba(246, 211, 126, 0.7);
  background:
    linear-gradient(135deg, rgba(214, 170, 75, 0.2), rgba(255, 255, 255, 0.05));
  box-shadow:
    0 14px 34px rgba(214, 170, 75, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero .eyebrow::after {
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  animation: badgeShine 4.8s ease-in-out infinite;
  content: "";
}

/* Hero road-line graphic */
.hero::before {
  display: none;
}

.hero::after {
  z-index: 1;
}

.hero-overlay::after {
  display: none;
}

.hero h1 {
  letter-spacing: -0.06em;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
}

.search-band {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(12, 19, 32, 0.98), rgba(21, 34, 50, 0.96));
}

.process {
  background:
    radial-gradient(circle at 16% 20%, rgba(214, 170, 75, 0.13), transparent 22rem),
    radial-gradient(circle at 86% 28%, rgba(45, 183, 232, 0.18), transparent 28rem),
    linear-gradient(135deg, #080d15 0%, #111d2d 52%, #07111c 100%);
}

.process h2::after {
  height: 3px;
  opacity: 0.9;
}

.process-flow {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 14, 0.46);
}

/* Road-line process slider */
.process-flow {
  height: 154px;
  padding: 0 46px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 48% 42%, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 32%, rgba(0, 0, 0, 0.5) 100%),
    repeating-linear-gradient(
      12deg,
      rgba(255, 255, 255, 0.028) 0 1px,
      transparent 1px 7px
    ),
    repeating-linear-gradient(
      98deg,
      rgba(255, 255, 255, 0.022) 0 1px,
      transparent 1px 11px
    ),
    linear-gradient(180deg, #1a1f23 0%, #0d1115 52%, #07090d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 36px 70px rgba(255, 255, 255, 0.035),
    inset 0 -44px 90px rgba(0, 0, 0, 0.54),
    0 30px 82px rgba(0, 0, 0, 0.32);
}

.process-flow::before,
.process-flow::after {
  top: auto;
  right: auto;
  left: 50%;
  width: 44%;
  height: 8px;
  border-radius: 999px;
  transform-origin: left center;
}

.process-flow::before {
  bottom: 38px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(214, 170, 75, 0.92) 0 28px,
      transparent 28px 48px
    );
  background-size: 48px 100%;
  filter: drop-shadow(0 0 10px rgba(214, 170, 75, 0.2));
  opacity: 0.84;
  transform: perspective(420px) rotateX(54deg) rotateZ(-18deg) translateX(-8%);
  animation: none;
}

.process-flow::after {
  bottom: 38px;
  background:
    linear-gradient(90deg, rgba(214, 170, 75, 0.15), rgba(214, 170, 75, 0.96) 52%, rgba(255, 255, 255, 0.88));
  box-shadow:
    0 0 18px rgba(214, 170, 75, 0.3),
    0 0 34px rgba(255, 255, 255, 0.16);
  transform: perspective(420px) rotateX(54deg) rotateZ(-18deg) translateX(-8%) scaleX(var(--process-progress));
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  animation: none;
}

.process-flow b {
  top: auto;
  bottom: 28px;
  left: var(--road-marker);
  width: 44px;
  height: 20px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 78% 50%, #ffffff 0 3px, transparent 3px),
    radial-gradient(circle at 62% 50%, #ffffff 0 2px, transparent 2px),
    linear-gradient(135deg, #f7fbff, #f7cf6e 58%, var(--gold));
  box-shadow:
    -16px 0 26px rgba(255, 255, 255, 0.14),
    0 0 0 8px rgba(214, 170, 75, 0.08),
    0 0 28px rgba(214, 170, 75, 0.36),
    0 18px 30px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%) rotate(-18deg);
}

.process-flow b::before {
  top: 50%;
  left: -28px;
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62));
  transform: translateY(-50%);
}

.process-flow b::after {
  display: none;
}

.process-flow span {
  top: 120px;
}

.process-flow span::before {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.58) 0 2px, transparent 2px),
    #101824;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.045),
    0 0 22px rgba(45, 183, 232, 0.1);
}

.process-flow .road-edge {
  position: absolute;
  z-index: 1;
  display: block;
  width: 58%;
  height: 86px;
  border-top: 5px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.16));
  opacity: 0.76;
  pointer-events: none;
}

.process-flow .road-edge-left {
  bottom: -38px;
  left: -9%;
  transform: rotate(-7deg);
}

.process-flow .road-edge-right {
  right: -12%;
  bottom: -34px;
  transform: rotate(12deg);
}

.process .steps li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.025);
}

.quote-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32));
}

.contact-note {
  border-color: rgba(201, 24, 43, 0.14);
  background:
    linear-gradient(135deg, #ffffff, #f8fbfd),
    radial-gradient(circle at 100% 0%, rgba(45, 183, 232, 0.12), transparent 12rem);
}

.quote-form {
  border-color: rgba(12, 19, 32, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 254, 0.94));
}

.quote-form input,
.quote-form select {
  min-height: 50px;
}

.quote-form select {
  appearance: none;
  padding-right: 42px;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Premium quote section backdrop */
.quote-wrap {
  position: relative;
  isolation: isolate;
  padding-top: 118px;
  padding-bottom: 122px;
  background: transparent;
}

.quote-wrap::before {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 18% 24%, rgba(201, 24, 43, 0.18), transparent 24rem),
    radial-gradient(circle at 84% 28%, rgba(45, 183, 232, 0.18), transparent 28rem),
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 28px
    ),
    linear-gradient(135deg, #080d15 0%, #121d2b 54%, #070b12 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 70px 90px rgba(0, 0, 0, 0.18),
    inset 0 -80px 110px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  content: "";
}

.quote-wrap::after {
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: 54px;
  width: min(720px, 78vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(214, 170, 75, 0.86), rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(50%);
  box-shadow:
    0 0 28px rgba(214, 170, 75, 0.28),
    0 0 54px rgba(45, 183, 232, 0.14);
  content: "";
}

.quote-copy h2 {
  color: #ffffff;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-copy .section-kicker {
  color: var(--gold);
}

.contact-note,
.quote-form {
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 30px 84px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-note {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(45, 183, 232, 0.12), transparent 12rem);
}

/* Full-site premium polish */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 183, 232, 0.09), transparent 22rem),
    radial-gradient(circle at 88% 14%, rgba(201, 24, 43, 0.075), transparent 24rem),
    linear-gradient(180deg, #f8fafc 0%, #eef3f7 54%, #f7f9fb 100%);
}

.site-header {
  top: 18px;
  padding: 9px 10px 9px 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 27, 40, 0.92), rgba(7, 11, 18, 0.86));
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.brand strong {
  font-size: 1.02rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.62);
}

nav a,
.header-phone,
.header-whatsapp,
.header-instagram,
.header-cta,
.button,
.search-band a,
.quote-form button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

nav a:hover,
.header-phone:hover,
.header-whatsapp:hover,
.header-instagram:hover,
.header-cta:hover,
.button:hover,
.search-band a:hover,
.quote-form button:hover {
  transform: translateY(-2px);
}

.header-cta,
.button.primary,
.quote-form button {
  box-shadow:
    0 18px 42px rgba(201, 24, 43, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header-whatsapp {
  border-color: rgba(37, 211, 102, 0.38);
  background: rgba(37, 211, 102, 0.14);
}

.header-instagram {
  border-color: rgba(45, 183, 232, 0.4);
  background: rgba(45, 183, 232, 0.14);
}

.hero {
  min-height: 90vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero::after {
  height: 26vh;
  background: linear-gradient(180deg, rgba(247, 249, 251, 0), #f8fafc 92%);
}

.hero-content {
  padding-top: 172px;
  padding-bottom: 132px;
}

.hero .eyebrow {
  letter-spacing: 0.16em;
  text-shadow: 0 0 18px rgba(214, 170, 75, 0.16);
}

.hero h1 {
  margin-bottom: 20px;
  text-wrap: balance;
}

.hero-logo {
  display: block;
  width: min(760px, 92vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto 22px;
  border-radius: 10px;
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.3);
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.hero-meta span {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.search-band {
  max-width: min(1100px, calc(100% - 40px));
  padding: 18px 20px 18px 24px;
  transform: translateY(-4px);
}

.search-band strong {
  letter-spacing: -0.01em;
}

.intro {
  position: relative;
  padding-top: 94px;
}

.intro::before {
  display: block;
  width: 74px;
  height: 4px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--blue));
  box-shadow: 0 0 28px rgba(45, 183, 232, 0.2);
  content: "";
}

.intro h2,
.quote-copy h2 {
  text-wrap: balance;
}

.intro p {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.process {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.process .steps {
  align-items: stretch;
}

.process .steps li {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 70px rgba(0, 0, 0, 0.2);
}

.process .steps strong {
  color: #ffffff;
}

.process .steps p {
  color: rgba(255, 255, 255, 0.74);
}

.quote-wrap {
  margin-top: 0;
}

.contact-note {
  gap: 10px;
  padding: 22px;
}

.contact-note strong {
  font-size: 1.02rem;
}

.quote-form {
  gap: 18px;
  padding: clamp(26px, 4vw, 38px);
}

.form-head {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(12, 19, 32, 0.08);
}

.quote-form label {
  gap: 9px;
}

input,
select,
textarea {
  border-color: rgba(12, 19, 32, 0.12);
  box-shadow: inset 0 1px 0 rgba(12, 19, 32, 0.025);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(45, 183, 232, 0.34);
}

.form-status {
  min-height: 1.3em;
}

footer {
  align-items: center;
  border-top: 1px solid rgba(12, 19, 32, 0.08);
  background:
    linear-gradient(180deg, #ffffff, #f4f7fa);
}

footer a {
  font-weight: 850;
}

/* Logo, proof, reviews, and conversion upgrades */
.brand {
  gap: 10px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 170, 75, 0.45);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(214, 170, 75, 0.26), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  color: #f4d27c;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.brand-mark::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  content: "";
}

.brand-promise {
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.proof {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1180px;
  padding-top: 38px;
  padding-bottom: 104px;
}

.proof::before {
  position: absolute;
  top: 104px;
  right: clamp(28px, 5vw, 70px);
  left: clamp(28px, 5vw, 70px);
  height: 4px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(214, 170, 75, 0.78) 0 32px,
      transparent 32px 54px
    );
  box-shadow: 0 0 26px rgba(214, 170, 75, 0.18);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 520ms ease, transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
  content: "";
}

.proof.is-visible::before {
  opacity: 0.48;
  transform: scaleX(1);
}

.proof article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 19, 32, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.94));
  box-shadow:
    0 22px 62px rgba(12, 19, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.proof article {
  min-height: 285px;
  padding: 22px;
}

.proof-card {
  opacity: 0;
  transform: translateY(34px) scale(0.95);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.proof.is-visible .proof-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.proof.is-visible .proof-card:nth-child(2) {
  transition-delay: 120ms;
}

.proof.is-visible .proof-card:nth-child(3) {
  transition-delay: 240ms;
}

.proof.is-visible .proof-card:nth-child(4) {
  transition-delay: 360ms;
}

.proof-card:hover {
  border-color: rgba(45, 183, 232, 0.28);
  box-shadow:
    0 34px 86px rgba(12, 19, 32, 0.18),
    0 0 44px rgba(45, 183, 232, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-12px) scale(1.025);
}

.proof article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--blue));
  content: "";
}

.proof span {
  display: none;
  position: relative;
  z-index: 2;
  margin-bottom: 128px;
  color: rgba(201, 24, 43, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.proof-icon {
  position: absolute;
  top: 58px;
  right: 18px;
  left: 18px;
  display: block;
  width: auto;
  height: 96px;
  overflow: hidden;
  border: 1px solid rgba(12, 19, 32, 0.075);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, rgba(236, 242, 247, 0.98), rgba(214, 223, 232, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -18px 34px rgba(12, 19, 32, 0.08);
  opacity: 0.96;
}

.proof-icon {
  transform: translateY(8px);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.proof.is-visible .proof-icon {
  transform: translateY(0);
}

.proof-icon::before {
  z-index: 2;
}

.proof-icon::after {
  z-index: 1;
}

.proof-icon::before,
.proof-icon::after {
  position: absolute;
  content: "";
}

.proof-vehicle .proof-icon::before {
  right: 26px;
  bottom: 25px;
  width: 112px;
  height: 44px;
  border-radius: 28px 32px 14px 14px;
  background:
    radial-gradient(circle at 24px 40px, #0d1320 0 7px, transparent 7px),
    radial-gradient(circle at 88px 40px, #0d1320 0 7px, transparent 7px),
    linear-gradient(135deg, #ffffff, #c7ecff 52%, var(--blue));
  box-shadow:
    0 18px 32px rgba(45, 183, 232, 0.18),
    -42px 0 34px rgba(45, 183, 232, 0.12);
}

.proof-vehicle .proof-icon::after {
  right: 22px;
  bottom: 20px;
  left: 22px;
  height: 3px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 22px, transparent 22px 36px),
    #222b36;
}

.proof-business .proof-icon::before {
  right: 48px;
  bottom: 19px;
  width: 86px;
  height: 58px;
  border: 3px solid rgba(201, 24, 43, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(201, 24, 43, 0.38) 47% 53%, transparent 53%),
    linear-gradient(180deg, rgba(201, 24, 43, 0.08), rgba(214, 170, 75, 0.16));
  box-shadow: 0 18px 34px rgba(201, 24, 43, 0.12);
}

.proof-business .proof-icon::after {
  top: 16px;
  right: 82px;
  width: 30px;
  height: 16px;
  border: 3px solid rgba(201, 24, 43, 0.62);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.proof-terms .proof-icon::before {
  right: 54px;
  bottom: 13px;
  width: 76px;
  height: 68px;
  border: 3px solid rgba(214, 170, 75, 0.72);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(214, 170, 75, 0.26) 0 34%, transparent 34%),
    repeating-linear-gradient(180deg, transparent 0 13px, rgba(13, 19, 32, 0.18) 13px 16px);
  box-shadow: 0 18px 34px rgba(214, 170, 75, 0.12);
}

.proof-terms .proof-icon::after {
  right: 38px;
  bottom: 19px;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(45, 183, 232, 0.78);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 183, 232, 0.18), transparent 60%);
}

.proof-delivery .proof-icon::before {
  right: 28px;
  bottom: 22px;
  width: 112px;
  height: 46px;
  border-radius: 14px 22px 14px 14px;
  background:
    radial-gradient(circle at 24px 43px, #0d1320 0 7px, transparent 7px),
    radial-gradient(circle at 88px 43px, #0d1320 0 7px, transparent 7px),
    linear-gradient(135deg, #ffffff, #f3cf76 52%, var(--gold));
  box-shadow:
    0 18px 34px rgba(214, 170, 75, 0.18),
    -38px 0 34px rgba(201, 24, 43, 0.1);
}

.proof-delivery .proof-icon::after {
  right: 132px;
  bottom: 47px;
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(201, 24, 43, 0.72));
}

.proof-card:hover .proof-icon {
  animation: proofIconFloat 900ms ease-in-out infinite alternate;
}

.proof-card:hover .proof-icon::before {
  filter: brightness(1.04) saturate(1.08);
}

.proof strong {
  display: block;
  margin-top: 128px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.04rem;
}

.proof p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

/* Match proof cards to the How It Works visual system */
.proof {
  padding-top: 54px;
  padding-bottom: 112px;
}

.proof::before {
  top: 112px;
  height: 3px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.14) 0 22px,
      rgba(214, 170, 75, 0.72) 22px 28px,
      rgba(255, 255, 255, 0.14) 28px 50px
    );
  box-shadow:
    0 0 18px rgba(214, 170, 75, 0.2),
    0 0 32px rgba(45, 183, 232, 0.12);
}

.proof article {
  min-height: 292px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    linear-gradient(135deg, rgba(8, 13, 21, 0.96), rgba(20, 35, 54, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 26px 70px rgba(12, 19, 32, 0.22);
  backdrop-filter: blur(14px);
}

.proof article::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), #ffffff, var(--blue), transparent);
  opacity: 0.88;
}

.proof article::after {
  position: absolute;
  inset: auto 18px 18px;
  height: 2px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 0 18px,
      rgba(255, 255, 255, 0.56) 18px 22px,
      rgba(255, 255, 255, 0.18) 22px 42px
    );
  opacity: 0.38;
  content: "";
}

.proof-card:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(45, 183, 232, 0.08)),
    linear-gradient(135deg, rgba(9, 15, 24, 0.98), rgba(24, 43, 66, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 34px 88px rgba(0, 0, 0, 0.28),
    0 0 46px rgba(45, 183, 232, 0.14);
}

.proof-icon {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.18), transparent 31%),
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 18px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 14, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -20px 38px rgba(0, 0, 0, 0.26),
    0 16px 44px rgba(0, 0, 0, 0.18);
}

.proof-vehicle .proof-icon::after,
.proof-delivery .proof-icon::after {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0 20px, transparent 20px 34px),
    #121b27;
}

.proof strong {
  color: #ffffff;
}

.proof p {
  color: rgba(255, 255, 255, 0.72);
}

/* Cleaned proof card treatment */
.proof {
  gap: 16px;
  padding-top: 42px;
  padding-bottom: 96px;
}

.proof::before {
  display: none;
}

.proof article {
  min-height: 248px;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.038)),
    #111b2a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 58px rgba(12, 19, 32, 0.22);
}

.proof article::before {
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.72), var(--blue));
  opacity: 0.7;
}

.proof article::after {
  display: none;
}

.proof-icon {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  height: 86px;
  margin-bottom: 24px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(4, 9, 16, 0.46);
}

.proof-vehicle .proof-icon::before,
.proof-delivery .proof-icon::before {
  right: 50%;
  bottom: 22px;
  width: 86px;
  height: 34px;
  transform: translateX(50%);
}

.proof-vehicle .proof-icon::after,
.proof-delivery .proof-icon::after {
  right: 18px;
  bottom: 16px;
  left: 18px;
  height: 2px;
}

.proof-business .proof-icon::before {
  right: 50%;
  bottom: 19px;
  width: 64px;
  height: 44px;
  transform: translateX(50%);
}

.proof-business .proof-icon::after {
  top: 17px;
  right: 50%;
  width: 24px;
  height: 12px;
  transform: translateX(50%);
}

.proof-terms .proof-icon::before {
  right: 50%;
  bottom: 15px;
  width: 54px;
  height: 54px;
  transform: translateX(50%);
}

.proof-terms .proof-icon::after {
  right: calc(50% - 34px);
  bottom: 20px;
  width: 28px;
  height: 28px;
}

.proof strong {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.proof p {
  color: rgba(255, 255, 255, 0.7);
}

.proof-card:hover {
  transform: translateY(-8px) scale(1.018);
}

.proof-card.is-active {
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(45, 183, 232, 0.085)),
    #132337;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 30px 76px rgba(0, 0, 0, 0.25),
    0 0 44px rgba(45, 183, 232, 0.14);
  transform: translateY(-8px) scale(1.018);
}

.proof-card.is-active .proof-icon {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -20px 38px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(45, 183, 232, 0.16);
}

.proof-card.is-complete {
  border-color: rgba(214, 170, 75, 0.24);
}

.contact-note a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--blue);
  text-shadow: 0 0 18px rgba(45, 183, 232, 0.12);
}

.contact-note a:hover {
  color: var(--gold);
}

/* Clean SVG proof icons */
.proof-icon::before,
.proof-icon::after {
  display: none;
}

.proof-icon {
  display: grid;
  place-items: center;
}

.proof-icon svg {
  width: 58px;
  height: 58px;
  color: #f3d27c;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(214, 170, 75, 0.18));
  transition: transform 220ms ease, color 220ms ease, filter 220ms ease;
}

.proof-vehicle .proof-icon svg,
.proof-delivery .proof-icon svg {
  color: #8be3ff;
  filter: drop-shadow(0 0 18px rgba(45, 183, 232, 0.2));
}

.proof-business .proof-icon svg {
  color: #f16f7f;
  filter: drop-shadow(0 0 18px rgba(201, 24, 43, 0.16));
}

.proof-card:hover .proof-icon svg,
.proof-card.is-active .proof-icon svg {
  transform: translateY(-3px) scale(1.06);
  color: #ffffff;
  filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.22));
}

/* How It Works step icons */
.process .steps li {
  display: flex;
  min-height: 252px;
  flex-direction: column;
}

.process .steps li::before {
  display: none;
}

.step-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 14, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 44px rgba(0, 0, 0, 0.18);
}

.step-icon svg {
  width: 42px;
  height: 42px;
  color: #8be3ff;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(45, 183, 232, 0.2));
  transition: transform 220ms ease, color 220ms ease, filter 220ms ease;
}

.process .steps li:nth-child(3) .step-icon svg {
  color: #f3d27c;
}

.process .steps li.is-active .step-icon {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 34px rgba(45, 183, 232, 0.16);
}

.process .steps li.is-active .step-icon svg,
.process .steps li:hover .step-icon svg {
  color: #ffffff;
  transform: translateY(-3px) scale(1.06);
  filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.22));
}

/* Unified top cards with How It Works cards */
.proof {
  max-width: none;
  isolation: isolate;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 96px max(clamp(20px, 4vw, 44px), calc((100vw - 1180px) / 2)) 108px;
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 170, 75, 0.13), transparent 22rem),
    radial-gradient(circle at 86% 28%, rgba(45, 183, 232, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 22%, rgba(0, 0, 0, 0.36) 100%),
    repeating-linear-gradient(
      12deg,
      rgba(255, 255, 255, 0.026) 0 1px,
      transparent 1px 7px
    ),
    linear-gradient(135deg, #080d15 0%, #111d2d 54%, #07111c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.proof::after {
  position: absolute;
  right: max(clamp(20px, 4vw, 44px), calc((100vw - 1180px) / 2));
  bottom: 54px;
  left: max(clamp(20px, 4vw, 44px), calc((100vw - 1180px) / 2));
  height: 3px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.14) 0 18px,
      rgba(255, 255, 255, 0.52) 18px 22px,
      rgba(255, 255, 255, 0.14) 22px 42px
    );
  opacity: 0.3;
  content: "";
}

.proof article {
  z-index: 1;
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 72px rgba(0, 0, 0, 0.18);
}

.proof article::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), #ffffff, var(--blue), transparent);
  opacity: 0.72;
}

.proof-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 14, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 44px rgba(0, 0, 0, 0.18);
}

.proof-icon svg {
  width: 42px;
  height: 42px;
}

.proof strong {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.18rem;
}

.proof p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.proof-card:hover,
.proof-card.is-active {
  border-color: rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(45, 183, 232, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 76px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(45, 183, 232, 0.2);
  transform: translateY(-16px) scale(1.07);
}

.proof-card.is-active .proof-icon,
.proof-card:hover .proof-icon {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 34px rgba(45, 183, 232, 0.16);
}

.google-reviews {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(45, 183, 232, 0.1), transparent 18rem),
    radial-gradient(circle at 88% 12%, rgba(214, 170, 75, 0.14), transparent 18rem),
    linear-gradient(180deg, #ffffff, #f4f7fb);
  box-shadow: 0 24px 70px rgba(12, 19, 32, 0.12);
}

.google-reviews::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
  content: "";
}

.review-rating {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(126px, 14vw, 166px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(135deg, rgba(45, 183, 232, 0.14), rgba(214, 170, 75, 0.14)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 44px rgba(12, 19, 32, 0.1);
}

.review-rating span,
.review-rating strong {
  display: block;
  text-align: center;
}

.review-rating span {
  color: #101827;
  font-size: 1.04rem;
  font-weight: 950;
}

.review-rating strong {
  color: #d6aa4b;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.review-copy {
  position: relative;
  z-index: 1;
}

.review-copy h2 {
  max-width: 760px;
  color: #101827;
  text-transform: uppercase;
}

.review-copy p {
  max-width: 680px;
  margin-top: 12px;
  color: #5f6b7d;
  font-size: 1.02rem;
  line-height: 1.7;
}

.review-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.review-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-actions a:first-child {
  background: linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(45, 183, 232, 0.2);
}

.review-actions a:last-child {
  border: 1px solid rgba(214, 170, 75, 0.32);
  background: rgba(214, 170, 75, 0.12);
  color: #8a5a0a;
}

.review-actions a:hover {
  box-shadow: 0 22px 52px rgba(12, 19, 32, 0.14);
  transform: translateY(-3px);
}

.vehicle-compare {
  position: relative;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 8%, rgba(45, 183, 232, 0.12), transparent 18rem),
    radial-gradient(circle at 90% 8%, rgba(214, 170, 75, 0.11), transparent 18rem),
    linear-gradient(180deg, #ffffff, #f3f6fa);
  box-shadow: 0 24px 70px rgba(12, 19, 32, 0.12);
}

.vehicle-compare.is-on-hold {
  display: none;
}

.vehicle-compare::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--blue));
  content: "";
}

.compare-head {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto 28px;
  text-align: center;
}

.compare-head h2 {
  color: #101827;
  text-transform: uppercase;
}

.compare-head p {
  margin: 14px auto 0;
  color: #5f6b7d;
  font-size: 1.04rem;
  line-height: 1.7;
}

.compare-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.compare-form fieldset {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(12, 19, 32, 0.08);
}

.compare-form legend {
  padding: 0 8px;
  color: #1769a9;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-form legend span {
  color: #8a95a6;
}

.compare-form label {
  display: grid;
  gap: 8px;
  color: #5f6b7d;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 12px;
  background: #ffffff;
  color: #101827;
  font: inherit;
  outline: none;
}

.compare-form input::placeholder {
  color: #8a95a6;
}

.compare-form input:focus {
  border-color: rgba(45, 183, 232, 0.46);
  box-shadow: 0 0 0 4px rgba(45, 183, 232, 0.1);
}

.compare-form button {
  grid-column: 1 / -1;
  min-height: 54px;
  border: 1px solid rgba(45, 183, 232, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow:
    0 18px 46px rgba(45, 183, 232, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.compare-form button:hover {
  box-shadow:
    0 24px 56px rgba(45, 183, 232, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.compare-status {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #5f6b7d;
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
}

.compare-data {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.compare-data-card {
  padding: 18px;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 12%, rgba(45, 183, 232, 0.1), transparent 9rem),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(12, 19, 32, 0.08);
}

.compare-data-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #1769a9;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-data-card strong {
  display: block;
  color: #101827;
  font-size: 1rem;
  line-height: 1.35;
}

.compare-data-card p {
  margin: 10px 0 14px;
  color: #5f6b7d;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

.compare-data-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compare-data-card a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(45, 183, 232, 0.22);
  border-radius: 999px;
  background: rgba(45, 183, 232, 0.09);
  color: #1769a9;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.compare-chart {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(12, 19, 32, 0.08);
}

.compare-chart table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.compare-chart th,
.compare-chart td {
  padding: 16px;
  border-bottom: 1px solid rgba(10, 18, 30, 0.07);
  text-align: left;
}

.compare-chart thead th {
  background: rgba(45, 183, 232, 0.1);
  color: #101827;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-chart tbody th {
  color: #1769a9;
  font-size: 0.88rem;
  font-weight: 950;
}

.compare-chart td {
  color: #5f6b7d;
  font-weight: 750;
}

.compare-chart tr:last-child th,
.compare-chart tr:last-child td {
  border-bottom: 0;
}

.compare-cta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 16%, rgba(45, 183, 232, 0.12), transparent 12rem),
    #ffffff;
  box-shadow: 0 16px 42px rgba(12, 19, 32, 0.08);
}

.compare-cta strong {
  color: #101827;
  font-size: 1.08rem;
}

.compare-cta p {
  margin: 6px 0 0;
  color: #5f6b7d;
}

.compare-cta a {
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(45, 183, 232, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.compare-cta a:hover {
  box-shadow: 0 22px 52px rgba(45, 183, 232, 0.3);
  transform: translateY(-3px);
}

.industry-news {
  position: relative;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 183, 232, 0.12), transparent 18rem),
    linear-gradient(180deg, #ffffff, #f3f6fa);
  box-shadow: 0 24px 70px rgba(12, 19, 32, 0.12);
}

.industry-news::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--blue));
  content: "";
}

.news-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  text-align: center;
}

.news-head > div {
  display: none;
}

.news-head a {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 28px;
  border: 1px solid rgba(45, 183, 232, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  font-size: clamp(0.96rem, 1.7vw, 1.12rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 18px 46px rgba(45, 183, 232, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-head a::after {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.news-head a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 24px 56px rgba(45, 183, 232, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.news-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.news-grid a {
  display: flex;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, #f8fafc, #e9eef5);
  color: #101827;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(12, 19, 32, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-grid a:hover {
  border-color: rgba(45, 183, 232, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 24px 54px rgba(12, 19, 32, 0.14);
  transform: translateY(-8px);
}

.news-grid span {
  margin-bottom: 10px;
  color: #1769a9;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-grid strong {
  color: #101827;
  font-size: 1.08rem;
  line-height: 1.25;
}

.news-grid small {
  margin-top: 12px;
  color: #5f6b7d;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

.recall-feed {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 16%, rgba(45, 183, 232, 0.16), transparent 18rem),
    radial-gradient(circle at 86% 22%, rgba(214, 170, 75, 0.12), transparent 19rem),
    repeating-linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 24px
    ),
    linear-gradient(135deg, #080d15, #111b29 62%, #070b12);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 76px rgba(12, 19, 32, 0.22);
}

.recall-feed::before {
  position: absolute;
  right: -8%;
  bottom: 34px;
  left: 44%;
  height: 3px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 0 18px,
      rgba(255, 255, 255, 0.48) 18px 23px,
      rgba(255, 255, 255, 0.12) 23px 42px
    );
  opacity: 0.28;
  content: "";
  transform: rotate(-4deg);
}

.recall-copy,
.recall-form {
  position: relative;
  z-index: 1;
}

.recall-copy h2 {
  margin-bottom: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.recall-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.7;
}

.recall-copy a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid rgba(214, 170, 75, 0.34);
  border-radius: 999px;
  background: rgba(214, 170, 75, 0.12);
  color: #f6d782;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.recall-copy a:hover {
  background: rgba(214, 170, 75, 0.18);
  box-shadow: 0 16px 38px rgba(214, 170, 75, 0.14);
  transform: translateY(-3px);
}

.recall-form {
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.2);
}

.recall-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.recall-fields label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recall-fields input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  outline: none;
}

.recall-fields input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.recall-fields input:focus {
  border-color: rgba(45, 183, 232, 0.56);
  box-shadow: 0 0 0 4px rgba(45, 183, 232, 0.12);
}

.recall-fields button {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(45, 183, 232, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow:
    0 18px 46px rgba(45, 183, 232, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.recall-fields button:hover {
  box-shadow:
    0 24px 56px rgba(45, 183, 232, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.recall-status {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 750;
}

.recall-results {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.recall-vin-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(214, 170, 75, 0.34);
  border-radius: 999px;
  background: rgba(214, 170, 75, 0.12);
  color: #f6d782;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.recall-card {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.recall-card strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.recall-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f6d782;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recall-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ev-rebates {
  position: relative;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 10%, rgba(37, 211, 102, 0.075), transparent 16rem),
    radial-gradient(circle at 90% 12%, rgba(45, 183, 232, 0.1), transparent 16rem),
    linear-gradient(180deg, #ffffff, #f6f8fb);
  box-shadow: 0 18px 54px rgba(12, 19, 32, 0.1);
}

.ev-rebates::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #25d366, var(--blue), var(--gold));
  content: "";
}

.rebate-head {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.rebate-head h2 {
  color: #101827;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.rebate-head p {
  margin: 10px auto 0;
  color: #5f6b7d;
  font-size: 0.98rem;
  line-height: 1.6;
}

.rebate-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rebate-grid a {
  display: flex;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.92)),
    #ffffff;
  color: #101827;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 34px rgba(12, 19, 32, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rebate-grid a:hover {
  border-color: rgba(37, 211, 102, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 18px 44px rgba(12, 19, 32, 0.12);
  transform: translateY(-5px);
}

.rebate-grid span {
  margin-bottom: 10px;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rebate-grid strong {
  display: block;
  min-height: 2.5em;
  color: #101827;
  font-size: 1rem;
  line-height: 1.25;
}

.rebate-grid small {
  margin-top: 10px;
  color: #5f6b7d;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.55;
}

.lease-expiration {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(45, 183, 232, 0.16), transparent 18rem),
    radial-gradient(circle at 82% 16%, rgba(214, 170, 75, 0.12), transparent 19rem),
    linear-gradient(135deg, #080d15, #121c2b 62%, #070b12);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 76px rgba(12, 19, 32, 0.22);
}

.lease-expiration::before {
  position: absolute;
  right: clamp(24px, 5vw, 60px);
  bottom: 38px;
  left: clamp(24px, 5vw, 60px);
  height: 3px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 0 18px,
      rgba(255, 255, 255, 0.5) 18px 23px,
      rgba(255, 255, 255, 0.1) 23px 42px
    );
  opacity: 0.2;
  content: "";
}

.lease-expiration-copy,
.expiration-form {
  position: relative;
  z-index: 1;
}

.lease-expiration-copy h2 {
  margin-bottom: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.lease-expiration-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.7;
}

.expiration-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.2);
}

.expiration-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expiration-form .full,
.expiration-form button,
.expiration-status {
  grid-column: 1 / -1;
}

.expiration-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  color-scheme: dark;
  font: inherit;
  outline: none;
}

.expiration-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.expiration-form input:focus {
  border-color: rgba(45, 183, 232, 0.56);
  box-shadow: 0 0 0 4px rgba(45, 183, 232, 0.12);
}

.expiration-form button {
  min-height: 54px;
  border: 1px solid rgba(45, 183, 232, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, #2db7e8, #1769a9);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow:
    0 18px 46px rgba(45, 183, 232, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.expiration-form button:hover {
  box-shadow:
    0 24px 56px rgba(45, 183, 232, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.expiration-status {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 750;
}

.referral-tool {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
  max-width: 1180px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 14%, rgba(214, 170, 75, 0.13), transparent 18rem),
    radial-gradient(circle at 88% 10%, rgba(45, 183, 232, 0.12), transparent 18rem),
    linear-gradient(180deg, #ffffff, #f4f7fb);
  color: #101827;
  box-shadow: 0 24px 70px rgba(12, 19, 32, 0.12);
}

.referral-tool::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--gold));
  content: "";
}

.referral-copy,
.referral-form {
  position: relative;
  z-index: 1;
}

.referral-copy h2 {
  margin-bottom: 16px;
  color: #101827;
  text-transform: uppercase;
}

.referral-copy p {
  max-width: 540px;
  color: #5f6b7d;
  font-size: 1.04rem;
  line-height: 1.7;
}

.referral-copy p::after {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 22px;
  padding: 0 14px;
  border: 1px solid rgba(214, 170, 75, 0.32);
  border-radius: 999px;
  background: rgba(214, 170, 75, 0.12);
  color: #8a5a0a;
  content: "$100 gift card when the referral leases";
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.referral-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(10, 18, 30, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 58px rgba(12, 19, 32, 0.1);
}

.referral-form label {
  display: grid;
  gap: 8px;
  color: #5f6b7d;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.referral-form .full,
.referral-form button,
.referral-status {
  grid-column: 1 / -1;
}

.referral-form input,
.referral-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(10, 18, 30, 0.1);
  border-radius: 12px;
  background: #ffffff;
  color: #101827;
  font: inherit;
  outline: none;
}

.referral-form textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.referral-form input::placeholder,
.referral-form textarea::placeholder {
  color: #8a95a6;
}

.referral-form input:focus,
.referral-form textarea:focus {
  border-color: rgba(45, 183, 232, 0.46);
  box-shadow: 0 0 0 4px rgba(45, 183, 232, 0.1);
}

.referral-form button {
  min-height: 54px;
  border: 1px solid rgba(214, 170, 75, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 26%),
    linear-gradient(135deg, #d6aa4b, #a97419);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow:
    0 18px 46px rgba(214, 170, 75, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.referral-form button:hover {
  box-shadow:
    0 24px 56px rgba(214, 170, 75, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.referral-status {
  min-height: 20px;
  margin: 0;
  color: #5f6b7d;
  font-size: 0.92rem;
  font-weight: 750;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 22px);
  max-width: 980px;
  margin-top: -14px;
  margin-bottom: 34px;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 30%, rgba(45, 183, 232, 0.16), transparent 18rem),
    radial-gradient(circle at 86% 50%, rgba(37, 211, 102, 0.12), transparent 18rem),
    linear-gradient(135deg, #080d15, #111b29 58%, #070b12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(12, 19, 32, 0.2);
}

.contact-strip-button {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem);
  font-weight: 950;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-strip-button.call {
  border: 1px solid rgba(45, 183, 232, 0.46);
  background: linear-gradient(135deg, #2db7e8, #1769a9);
  box-shadow: 0 18px 42px rgba(45, 183, 232, 0.22);
}

.contact-strip-button.whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.44);
  background: linear-gradient(135deg, #25d366, #15803d);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.22);
}

.contact-strip-button:hover {
  transform: translateY(-3px);
}

.contact-strip-button.call:hover {
  box-shadow: 0 22px 52px rgba(45, 183, 232, 0.3);
}

.contact-strip-button.whatsapp:hover {
  box-shadow: 0 22px 52px rgba(37, 211, 102, 0.3);
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 30;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.98), rgba(22, 163, 74, 0.98));
  color: #ffffff;
  font-weight: 900;
  box-shadow:
    0 20px 54px rgba(22, 163, 74, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 62px rgba(22, 163, 74, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 940px) {
  .proof,
  .google-reviews,
  .compare-form,
  .compare-data,
  .news-grid,
  .rebate-grid,
  .lease-expiration,
  .referral-tool,
  .recall-feed {
    grid-template-columns: 1fr 1fr;
  }

  .lease-expiration,
  .google-reviews,
  .referral-tool,
  .recall-feed {
    grid-template-columns: 1fr;
  }

  .proof::before {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 84px;
  }

  .proof,
  .google-reviews,
  .compare-form,
  .compare-data,
  .news-grid,
  .rebate-grid,
  .expiration-form,
  .referral-form,
  .recall-fields,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .news-head {
    display: block;
  }

  .news-head a {
    margin-top: 18px;
  }

  .review-rating {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1.25;
  }

  .review-actions {
    justify-content: stretch;
  }

  .review-actions a {
    width: 100%;
  }

  .compare-cta {
    display: block;
  }

  .compare-cta a {
    width: 100%;
    margin-top: 16px;
  }

  .news-grid a {
    min-height: auto;
  }

  .rebate-grid a {
    min-height: auto;
  }

  .proof article {
    min-height: auto;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(18, 27, 40, 0.96), rgba(7, 11, 18, 0.94));
    box-shadow:
      0 18px 54px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
  }

  .mobile-contact-bar a:nth-child(2) {
    background: rgba(37, 211, 102, 0.16);
    color: #eafff1;
  }

  .mobile-contact-bar a:nth-child(3) {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  }
}

@keyframes proofIconFloat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-5px);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 940px) {
  .search-band {
    transform: none;
  }

  .process-flow {
    height: 132px;
  }

  .process-flow .road-edge {
    width: 68%;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
  }

  .hero-content {
    width: min(100% - 28px, 980px);
    padding-top: 138px;
  }

  .hero .eyebrow {
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-logo {
    width: min(100%, 520px);
    margin-bottom: 18px;
  }

  .search-band,
  .request-ticker,
  .quote-form,
  .contact-note {
    width: min(100%, calc(100vw - 28px));
  }

  .request-ticker {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 18px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

@keyframes badgeShine {
  0%,
  62%,
  100% {
    left: -45%;
  }

  76% {
    left: 112%;
  }
}
