:root {
  --ink: #102033;
  --muted: #52606f;
  --line: #d7dee8;
  --paper: #f6f8fb;
  --white: #ffffff;
  --green: #22b87a;
  --green-dark: #0c8f5c;
  --yellow: #ffcf4a;
  --blue: #246bfe;
  --navy: #071526;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: rgba(235, 241, 247, 0.82);
  box-shadow: 0 14px 42px rgba(7, 21, 38, 0.16);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(270px, 100%);
  min-width: 0;
}

.brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(7, 21, 38, 0.12));
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.icon-link,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.icon-link {
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgba(16, 32, 51, 0.11);
  background: rgba(255, 255, 255, 0.46);
  font-size: 14px;
}

.icon-link-strong {
  color: var(--white);
  border-color: transparent;
  background: var(--green-dark);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 142px max(24px, calc((100vw - 1180px) / 2)) 84px;
  color: var(--white);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(115deg, rgba(7, 21, 38, 0.94) 0%, rgba(7, 21, 38, 0.8) 44%, rgba(7, 21, 38, 0.34) 100%),
    linear-gradient(180deg, #42617b 0%, #d6e2ec 52%, #697a6d 53%, #273928 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10vw -26vh -10vw;
  z-index: -1;
  height: 58vh;
  background:
    linear-gradient(102deg, transparent 0 31%, rgba(255, 207, 74, 0.92) 31.2% 32.4%, transparent 32.6%),
    linear-gradient(78deg, transparent 0 52%, rgba(255, 255, 255, 0.78) 52.2% 53.2%, transparent 53.4%),
    linear-gradient(100deg, #1b2b31 0%, #263a40 58%, #18262b 100%);
  clip-path: polygon(9% 0, 100% 18%, 100% 100%, 0 100%, 0 20%);
  transform: perspective(600px) rotateX(54deg);
  transform-origin: bottom;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.sun {
  position: absolute;
  right: 13%;
  top: 18%;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 207, 74, 0.98), rgba(255, 207, 74, 0.1) 70%);
  filter: blur(1px);
}

.camera {
  position: absolute;
  right: clamp(120px, 18vw, 300px);
  top: clamp(158px, 30vh, 280px);
  width: 220px;
  height: 142px;
  transform: rotate(-5deg);
}

.camera-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 166px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbff 0%, #d8e2ec 68%, #b7c6d5 100%);
  box-shadow: var(--shadow);
  transform: skewX(-7deg);
}

.camera-body::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 16px;
  width: 34px;
  height: 52px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #9eb1c3, #68788a);
}

.camera-lens {
  position: absolute;
  right: 27px;
  top: 18px;
  width: 48px;
  aspect-ratio: 1;
  border: 8px solid #102033;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
}

.camera-leds {
  position: absolute;
  right: 92px;
  top: 20px;
  width: 46px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.camera-leds span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(36, 107, 254, 0.22);
  box-shadow: 0 0 14px rgba(102, 226, 163, 0.7);
  animation: ledBlink 3s ease-in-out infinite;
}

.camera-label {
  position: absolute;
  right: 94px;
  top: 56px;
  padding: 4px 8px;
  border-radius: 5px;
  color: var(--white);
  background: #102033;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.camera-arm {
  position: absolute;
  left: 4px;
  top: 83px;
  width: 190px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(178, 195, 211, 0.86));
  transform: rotate(-6deg);
}

.scan {
  position: absolute;
  right: 26px;
  top: 58px;
  width: 250px;
  height: 250px;
  background: linear-gradient(180deg, rgba(102, 226, 163, 0.32), rgba(102, 226, 163, 0));
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
  mix-blend-mode: screen;
  animation: scan 4s ease-in-out infinite;
}

.phone {
  position: absolute;
  right: clamp(36px, 9vw, 160px);
  bottom: clamp(108px, 15vh, 170px);
  width: 116px;
  height: 202px;
  border: 8px solid #111b29;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fcff, #dfe7ef);
  box-shadow: var(--shadow);
  transform: rotate(7deg);
}

.phone-top {
  width: 40px;
  height: 5px;
  margin: 13px auto 18px;
  border-radius: 999px;
  background: #6d7c8b;
}

.phone-line,
.phone-ticket {
  width: 72px;
  height: 10px;
  margin: 12px auto;
  border-radius: 999px;
  background: #b8c6d4;
}

.phone-line.short {
  width: 48px;
  background: var(--green);
}

.phone-ticket {
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 2px dashed rgba(16, 32, 51, 0.36);
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.barrier {
  position: absolute;
  right: clamp(210px, 23vw, 420px);
  bottom: clamp(96px, 18vh, 210px);
  width: 310px;
  height: 130px;
}

.barrier-post {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 34px;
  height: 112px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #f8fbfd, #aebdca);
}

.barrier-arm {
  position: absolute;
  right: 42px;
  bottom: 92px;
  width: 270px;
  height: 18px;
  border: 2px solid rgba(16, 32, 51, 0.18);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, #ffffff 0 35px, #e9364e 35px 68px);
  transform: rotate(-9deg);
  transform-origin: right center;
}

.parking-lines {
  position: absolute;
  inset: auto 0 0 34%;
  height: 48%;
  transform: perspective(760px) rotateX(56deg);
  transform-origin: bottom;
}

.parking-lines span {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
}

.parking-lines span:nth-child(1) {
  left: 4%;
  transform: rotate(9deg);
}

.parking-lines span:nth-child(2) {
  left: 31%;
  transform: rotate(3deg);
}

.parking-lines span:nth-child(3) {
  left: 58%;
  transform: rotate(-3deg);
}

.parking-lines span:nth-child(4) {
  left: 85%;
  transform: rotate(-9deg);
}

.hero-content {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 16px;
}

.button.primary {
  color: var(--navy);
  background: var(--yellow);
}

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

.proof {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
}

.proof article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 32, 51, 0.1);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.proof h2 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

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

.demo-section {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 32px;
  margin: 48px auto 0;
  padding: 38px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 32, 51, 0.1);
}

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

.demo-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: 0;
}

.demo-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.demo-stage {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(36, 107, 254, 0.08), transparent 42%),
    #eef3f8;
}

.demo-stage::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -110px;
  height: 240px;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.86) 18.3% 19%, transparent 19.3%),
    linear-gradient(90deg, transparent 0 48%, rgba(255, 207, 74, 0.95) 48.3% 49.2%, transparent 49.5%),
    #25353d;
  transform: perspective(520px) rotateX(55deg);
  transform-origin: bottom;
}

.demo-web,
.demo-app {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.14);
}

.demo-web {
  top: 24px;
  left: 24px;
  width: min(280px, calc(100% - 48px));
  padding: 14px;
  animation: floatPanel 6s ease-in-out infinite;
}

.panel-top {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.panel-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4ced8;
}

.form-row {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfe;
}

.form-row.active {
  border-color: rgba(34, 184, 122, 0.42);
  animation: rowPulse 6s ease-in-out infinite;
}

.form-row strong,
.demo-app strong {
  font-size: 14px;
}

.form-row small {
  color: var(--muted);
  font-weight: 700;
}

.submit-pill {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
  font-size: 14px;
  font-weight: 850;
  animation: submitFlash 6s ease-in-out infinite;
}

.demo-road {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.demo-camera {
  position: absolute;
  top: 156px;
  right: 126px;
  z-index: 5;
  width: 82px;
  height: 76px;
}

.demo-camera div {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #b7c9db);
  box-shadow: 0 14px 28px rgba(16, 32, 51, 0.18);
}

.demo-camera div::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 6px solid var(--ink);
  border-radius: 50%;
  background: var(--blue);
}

.demo-camera span {
  position: absolute;
  left: 5px;
  bottom: 4px;
  width: 14px;
  height: 62px;
  border-radius: 999px;
  background: #8b98a7;
}

.demo-beam {
  position: absolute;
  top: 198px;
  right: 140px;
  z-index: 3;
  width: 280px;
  height: 156px;
  background: linear-gradient(180deg, rgba(34, 184, 122, 0.38), rgba(34, 184, 122, 0));
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  animation: lprScan 6s ease-in-out infinite;
}

.demo-car {
  position: absolute;
  left: -150px;
  bottom: 108px;
  z-index: 5;
  width: 150px;
  height: 66px;
  border-radius: 36px 42px 14px 14px;
  background: linear-gradient(180deg, #237cff, #0953c8);
  box-shadow: 0 18px 24px rgba(16, 32, 51, 0.24);
  animation: carEntry 6s ease-in-out infinite;
}

.demo-car::before,
.demo-car::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 28px;
  height: 28px;
  border: 6px solid #172230;
  border-radius: 50%;
  background: #dfe8f0;
}

.demo-car::before {
  left: 20px;
}

.demo-car::after {
  right: 18px;
}

.car-window {
  position: absolute;
  left: 44px;
  top: 10px;
  width: 62px;
  height: 24px;
  border-radius: 22px 24px 8px 8px;
  background: rgba(255, 255, 255, 0.78);
}

.car-plate {
  position: absolute;
  right: 14px;
  bottom: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
}

.demo-gate {
  position: absolute;
  right: 42px;
  bottom: 132px;
  z-index: 6;
  width: 210px;
  height: 98px;
}

.gate-post {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 92px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #ffffff, #aebdca);
}

.gate-arm {
  position: absolute;
  right: 20px;
  bottom: 72px;
  width: 194px;
  height: 16px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, #ffffff 0 28px, #e9364e 28px 54px);
  transform-origin: right center;
  animation: gateOpen 6s ease-in-out infinite;
}

.lpr-badge {
  position: absolute;
  right: 112px;
  bottom: 258px;
  z-index: 7;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(10px);
  animation: badgePop 6s ease-in-out infinite;
}

.demo-app {
  right: 28px;
  top: 28px;
  width: 158px;
  min-height: 220px;
  padding: 18px 14px 14px;
  border: 7px solid #111b29;
  border-radius: 24px;
}

.phone-speaker {
  width: 38px;
  height: 5px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #7c8794;
}

.app-status {
  margin: 12px 0;
  padding: 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
  animation: appApprove 6s ease-in-out infinite;
}

.app-list {
  display: grid;
  gap: 8px;
}

.app-list span {
  display: block;
  padding: 8px;
  border-radius: 7px;
  color: var(--muted);
  background: #eef3f8;
  font-size: 12px;
  font-weight: 750;
}

.contact-band {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 38px auto 64px;
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(34, 184, 122, 0.24), rgba(36, 107, 254, 0.2)),
    var(--ink);
}

.contact-band .eyebrow {
  margin-bottom: 8px;
  color: var(--green);
}

.contact-band h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-list {
  display: grid;
  gap: 10px;
  justify-items: end;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 850;
}

.contact-list a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 6px;
}

@keyframes scan {
  0%,
  100% {
    opacity: 0.25;
    transform: translateX(-16px) skewX(-9deg);
  }

  50% {
    opacity: 0.72;
    transform: translateX(18px) skewX(9deg);
  }
}

@keyframes ledBlink {
  0%,
  100% {
    opacity: 0.35;
  }

  45%,
  60% {
    opacity: 1;
  }
}

@keyframes floatPanel {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes rowPulse {
  0%,
  18%,
  100% {
    background: #f8fbfe;
    box-shadow: none;
  }

  28%,
  70% {
    background: rgba(34, 184, 122, 0.1);
    box-shadow: 0 0 0 4px rgba(34, 184, 122, 0.08);
  }
}

@keyframes submitFlash {
  0%,
  18% {
    background: #8b98a7;
  }

  28%,
  100% {
    background: var(--green-dark);
  }
}

@keyframes lprScan {
  0%,
  34%,
  100% {
    opacity: 0;
    transform: translateX(-24px) skewX(-8deg);
  }

  45%,
  62% {
    opacity: 0.82;
    transform: translateX(12px) skewX(8deg);
  }
}

@keyframes carEntry {
  0%,
  28% {
    transform: translateX(0);
  }

  56%,
  74% {
    transform: translateX(310px);
  }

  100% {
    transform: translateX(720px);
  }
}

@keyframes gateOpen {
  0%,
  50% {
    transform: rotate(0deg);
  }

  64%,
  86% {
    transform: rotate(64deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes badgePop {
  0%,
  38%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }

  46%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appApprove {
  0%,
  36% {
    background: #8b98a7;
  }

  48%,
  100% {
    background: var(--green-dark);
  }
}

@media (max-width: 940px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    min-height: 900px;
    padding-top: 198px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 21, 38, 0.96) 0%, rgba(7, 21, 38, 0.74) 55%, rgba(7, 21, 38, 0.35) 100%),
      linear-gradient(180deg, #42617b 0%, #d6e2ec 52%, #697a6d 53%, #273928 100%);
  }

  .camera {
    right: 18%;
    top: auto;
    bottom: 340px;
    transform: scale(0.85);
  }

  .phone {
    right: 32px;
    bottom: 154px;
    transform: rotate(4deg) scale(0.86);
  }

  .barrier {
    right: 24%;
    bottom: 120px;
    transform: scale(0.86);
  }

  .proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-section {
    grid-template-columns: 1fr;
  }

  .demo-stage {
    min-height: 520px;
  }

  .contact-band {
    grid-template-columns: 1fr;
  }

  .contact-list {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .brand {
    width: 230px;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .icon-link {
    width: 100%;
    white-space: normal;
  }

  .hero {
    min-height: 940px;
    padding: 230px 18px 76px;
  }

  h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .lead {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .camera {
    right: 4%;
    bottom: 338px;
    transform: scale(0.72);
  }

  .phone {
    right: 10px;
    bottom: 126px;
    transform: rotate(4deg) scale(0.74);
  }

  .barrier {
    right: 4%;
    bottom: 96px;
    transform: scale(0.7);
  }

  .proof {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .proof article {
    min-height: auto;
  }

  .demo-section {
    width: calc(100% - 20px);
    padding: 22px;
  }

  .demo-stage {
    min-height: 620px;
  }

  .demo-web {
    left: 14px;
    top: 18px;
    width: calc(100% - 28px);
  }

  .demo-app {
    top: 210px;
    right: 16px;
    width: 146px;
  }

  .demo-camera {
    right: 34px;
    top: 392px;
    transform: scale(0.82);
  }

  .demo-beam {
    top: 424px;
    right: 26px;
    width: 250px;
  }

  .demo-car {
    bottom: 112px;
    animation-name: carEntryMobile;
  }

  .demo-gate {
    right: 20px;
    bottom: 132px;
    transform: scale(0.82);
  }

  .lpr-badge {
    right: 28px;
    bottom: 298px;
  }

  .contact-band {
    width: calc(100% - 20px);
    margin-bottom: 32px;
    padding: 24px;
  }
}

@keyframes carEntryMobile {
  0%,
  28% {
    transform: translateX(0);
  }

  56%,
  74% {
    transform: translateX(145px);
  }

  100% {
    transform: translateX(440px);
  }
}
