.section {
  position: relative;
}

.auto-watermark {
  position: absolute;
  top: 110px;
  right: -80px;
  z-index: -1;
  width: min(520px, 54vw);
  height: 190px;
  opacity: 0.16;
  background:
    linear-gradient(7deg, transparent 42%, rgba(15, 59, 42, 0.9) 43% 45%, transparent 46%),
    linear-gradient(-8deg, transparent 53%, rgba(31, 122, 77, 0.55) 54% 56%, transparent 57%);
  border: 1px solid rgba(31, 122, 77, 0.28);
  border-radius: 62% 38% 16px 22px;
}

.auto-watermark::before,
.auto-watermark::after {
  position: absolute;
  bottom: -22px;
  width: 62px;
  height: 62px;
  content: "";
  border: 10px solid rgba(15, 59, 42, 0.45);
  border-radius: 50%;
}

.auto-watermark::before {
  left: 95px;
}

.auto-watermark::after {
  right: 105px;
}

.rent-head,
.fleet-grid,
.center-action {
  position: relative;
  z-index: 2;
}

.rent-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.54fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 38px;
}

.rent-head h2 {
  max-width: 840px;
}

.rent-head p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.rent-road {
  position: absolute;
  top: 145px;
  right: 0;
  left: 0;
  height: 260px;
  opacity: 0.18;
  background:
    linear-gradient(120deg, transparent 43%, rgba(15, 59, 42, 0.34) 44% 45%, transparent 46%),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(31, 122, 77, 0.22) 70px 92px, transparent 92px 160px);
  pointer-events: none;
  transform: skewY(-4deg);
}

.car-visual {
  position: relative;
  overflow: hidden;
}

.car-visual::before,
.car-visual::after {
  position: absolute;
  content: "";
}

.car-visual::before {
  right: 26px;
  bottom: 24px;
  left: 26px;
  height: 56px;
  background:
    radial-gradient(circle at 24% 92%, #111827 0 13px, transparent 14px),
    radial-gradient(circle at 76% 92%, #111827 0 13px, transparent 14px),
    linear-gradient(8deg, transparent 26%, rgba(255, 255, 255, 0.88) 27% 56%, transparent 57%);
  filter: drop-shadow(0 14px 18px rgba(17, 24, 39, 0.22));
}

.car-visual::after {
  right: 34px;
  bottom: 50px;
  width: 42px;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: -170px 0 0 rgba(255, 255, 255, 0.8);
}

.fleet-grid .car-visual::before {
  inset: 0;
  height: auto;
  background:
    linear-gradient(180deg, rgba(6, 18, 15, 0.02) 34%, rgba(6, 18, 15, 0.5) 100%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.34), transparent 28%);
  filter: none;
}

.fleet-grid .car-visual::after {
  right: 18px;
  bottom: 16px;
  width: auto;
  height: auto;
  min-width: 94px;
  padding: 7px 14px 6px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(5, 35, 26, 0.88), rgba(23, 122, 77, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  box-shadow:
    0 14px 30px rgba(4, 16, 13, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  content: attr(data-plate);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero::before {
  position: absolute;
  right: 5vw;
  bottom: 70px;
  z-index: 1;
  width: min(680px, 72vw);
  height: 210px;
  content: "";
  opacity: 0.36;
  background:
    radial-gradient(circle at 24% 88%, rgba(159, 224, 184, 0.45) 0 18px, transparent 19px),
    radial-gradient(circle at 77% 88%, rgba(159, 224, 184, 0.45) 0 18px, transparent 19px),
    linear-gradient(8deg, transparent 37%, rgba(255, 255, 255, 0.18) 38% 56%, transparent 57%);
  border-bottom: 2px solid rgba(159, 224, 184, 0.32);
  pointer-events: none;
}

.invest-car-visual {
  position: relative;
  height: 118px;
  margin-bottom: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(159, 224, 184, 0.36), transparent 26%),
    linear-gradient(135deg, #0a1114, #0f3b2a 58%, #111827);
  border: 1px solid rgba(31, 122, 77, 0.18);
  border-radius: 24px;
}

.invest-car-visual::before {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(159, 224, 184, 0.9), transparent);
}

.invest-car-visual .asset-line,
.invest-car-visual .asset-car,
.invest-car-visual .asset-chart,
.invest-car-visual .asset-arrow {
  position: absolute;
  display: block;
}

.invest-car-visual .asset-line {
  right: 38px;
  bottom: 32px;
  left: 38px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(159, 224, 184, 0.8), rgba(201, 162, 74, 0.55), transparent);
}

.invest-car-visual .asset-car {
  left: 40px;
  bottom: 42px;
  width: 150px;
  height: 42px;
  background:
    radial-gradient(circle at 23% 96%, #081012 0 9px, transparent 10px),
    radial-gradient(circle at 79% 96%, #081012 0 9px, transparent 10px),
    linear-gradient(8deg, transparent 30%, rgba(255, 255, 255, 0.9) 31% 60%, transparent 61%),
    linear-gradient(90deg, rgba(159, 224, 184, 0.96), rgba(255, 255, 255, 0.84));
  border-radius: 999px 999px 12px 12px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.25));
}

.invest-car-visual .asset-chart {
  right: 84px;
  bottom: 42px;
  width: 18px;
  background: rgba(159, 224, 184, 0.88);
  border-radius: 999px 999px 0 0;
}

.invest-car-visual .bar-a {
  height: 24px;
  right: 118px;
}

.invest-car-visual .bar-b {
  height: 38px;
  right: 90px;
}

.invest-car-visual .bar-c {
  height: 56px;
  right: 62px;
  background: rgba(201, 162, 74, 0.78);
}

.invest-car-visual .asset-arrow {
  right: 42px;
  top: 30px;
  width: 82px;
  height: 48px;
  border-top: 3px solid rgba(255, 255, 255, 0.72);
  border-right: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 0 26px 0 0;
  transform: rotate(-16deg);
}

.invest-car-visual .asset-arrow::after {
  position: absolute;
  top: -8px;
  right: -7px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 3px solid rgba(255, 255, 255, 0.72);
  border-right: 3px solid rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
}

.rent-showcase {
  position: relative;
  width: min(320px, 100%);
  height: 112px;
  margin-left: auto;
  background:
    radial-gradient(circle at 70% 32%, rgba(31, 122, 77, 0.2), transparent 26%),
    rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(31, 122, 77, 0.18);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.showcase-car {
  position: absolute;
  right: 38px;
  bottom: 34px;
  left: 38px;
  height: 30px;
  background:
    radial-gradient(circle at 18% 94%, #111827 0 10px, transparent 11px),
    radial-gradient(circle at 82% 94%, #111827 0 10px, transparent 11px),
    linear-gradient(10deg, transparent 20%, #ffffff 21% 56%, transparent 57%),
    linear-gradient(90deg, #f07a1a, #ffffff, #0f3b2a);
  border-radius: 999px 999px 12px 12px;
  filter: drop-shadow(0 14px 18px rgba(17, 24, 39, 0.2));
}

.showcase-line {
  position: absolute;
  right: 30px;
  bottom: 22px;
  left: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 122, 77, 0.55), transparent);
}

.rent-load-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 80% 12%, rgba(159, 224, 184, 0.24), transparent 32%),
    linear-gradient(145deg, #0a1114, #0f3b2a 64%, #111827);
  border: 1px solid rgba(159, 224, 184, 0.2);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(15, 81, 50, 0.18);
}

.rent-load-panel strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.rent-load-panel p {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
}

.rent-load-visual {
  position: relative;
  height: 86px;
  margin-bottom: 20px;
  background:
    radial-gradient(circle at 72% 28%, rgba(159, 224, 184, 0.22), transparent 24%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
}

.load-car {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 34px;
  height: 32px;
  background:
    radial-gradient(circle at 18% 94%, #071012 0 9px, transparent 10px),
    radial-gradient(circle at 82% 94%, #071012 0 9px, transparent 10px),
    linear-gradient(10deg, transparent 20%, #ffffff 21% 56%, transparent 57%),
    linear-gradient(90deg, #f07a1a, #ffffff, #9fe0b8);
  border-radius: 999px 999px 11px 11px;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.26));
}

.load-line {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(159, 224, 184, 0.86), rgba(201, 162, 74, 0.58), transparent);
}

.rent-load-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rent-load-tags span {
  padding: 8px 11px;
  color: #b7f2ca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(159, 224, 184, 0.08);
  border: 1px solid rgba(159, 224, 184, 0.16);
  border-radius: 999px;
}

.import-route {
  position: relative;
  display: grid;
  width: min(520px, 100%);
  grid-template-columns: 86px 1fr 86px;
  gap: 16px;
  align-items: center;
  margin: 24px 0 28px;
  padding: 18px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(159, 224, 184, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(231, 244, 236, 0.56));
  border: 1px solid rgba(31, 122, 77, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.07);
}

.import-route::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(31, 122, 77, 0.72), rgba(201, 162, 74, 0.72), transparent);
}

.route-point {
  position: relative;
  z-index: 2;
  display: grid;
  width: 86px;
  height: 72px;
  place-items: center;
  padding: 10px;
  color: #0f5132;
  background: rgba(231, 244, 236, 0.86);
  border: 1px solid rgba(31, 122, 77, 0.18);
  border-radius: 20px;
}

.route-point strong,
.route-point span {
  display: block;
  text-align: center;
}

.route-point strong {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.route-point span {
  color: #667085;
  font-size: 12px;
}

.route-track {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 122, 77, 0.22), rgba(31, 122, 77, 0.8), rgba(201, 162, 74, 0.66));
}

.route-track::before,
.route-track::after {
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  content: "";
  background: #9fe0b8;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(159, 224, 184, 0.12);
}

.route-track::before {
  left: 0;
}

.route-track::after {
  right: 0;
  background: rgba(201, 162, 74, 0.86);
}

.import-route .route-track {
  overflow: visible;
}

.import-route::after {
  position: absolute;
  top: 50%;
  left: 118px;
  z-index: 4;
  width: 14px;
  height: 14px;
  content: "";
  background:
    radial-gradient(circle, #ffffff 0 16%, #b7f2ca 17% 40%, rgba(159, 224, 184, 0.2) 41% 72%, transparent 73%);
  border-radius: 50%;
  box-shadow:
    0 0 18px rgba(159, 224, 184, 0.76),
    0 0 36px rgba(201, 162, 74, 0.26);
  transform: translateY(-50%);
  animation: importPulse 4.2s ease-in-out infinite;
}

.route-car {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 3;
  width: 96px;
  height: 31px;
  background:
    radial-gradient(circle at 22% 96%, #111827 0 8px, transparent 9px),
    radial-gradient(circle at 78% 96%, #111827 0 8px, transparent 9px),
    linear-gradient(9deg, transparent 26%, rgba(255, 255, 255, 0.92) 27% 58%, transparent 59%),
    linear-gradient(90deg, rgba(159, 224, 184, 0.96), rgba(255, 255, 255, 0.86), rgba(201, 162, 74, 0.62));
  border-radius: 999px 999px 10px 10px;
  filter: drop-shadow(0 12px 14px rgba(17, 24, 39, 0.22));
  transform: translateX(-50%);
}

.import-system {
  position: relative;
}

.import-system::before {
  position: absolute;
  top: -18px;
  right: 20px;
  z-index: 0;
  width: 190px;
  height: 76px;
  content: "";
  opacity: 0.08;
  background:
    repeating-linear-gradient(90deg, rgba(15, 81, 50, 0.8) 0 16px, transparent 16px 28px),
    linear-gradient(8deg, transparent 36%, rgba(15, 81, 50, 0.8) 37% 40%, transparent 41%);
  border-radius: 22px;
  pointer-events: none;
}

.import-system > * {
  position: relative;
  z-index: 1;
}

@keyframes importPulse {
  0% {
    opacity: 0;
    transform: translate(0, -50%) scale(0.72);
  }

  12% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: translate(170px, -50%) scale(1);
  }

  88% {
    opacity: 0.95;
    transform: translate(340px, -50%) scale(0.9);
  }

  100% {
    opacity: 0;
    transform: translate(360px, -50%) scale(0.72);
  }
}

@media (max-width: 680px) {
  .auto-watermark,
  .rent-road,
  .hero::before,
  .rent-showcase {
    display: none;
  }

  .rent-head {
    grid-template-columns: 1fr;
  }

  .import-route {
    grid-template-columns: 1fr;
  }

  .route-track,
  .route-car {
    display: none;
  }
}
