.review-card {
    width: 360px;
    min-width: 360px;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-main);
  }

  .reviews-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: scroll-loop-slow 70s linear infinite;
  }

  .reviews-track > * {
    flex-shrink: 0;
  }

  .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media (max-width: 767px) {
    .review-card {
      width: 300px;
      min-width: 300px;
    }

    .reviews-track {
      animation-duration: 52s;
    }

    .review-text {
      -webkit-line-clamp: 6;
    }
  }

  .hero-bg {
    transform: scale(1.03);
    transform-origin: center;
    transition: transform 18s ease-out;
  }

  .hero-bg:hover {
    transform: scale(1.06);
  }
  .realizace-img {
  border-radius: 24px;
  border: 1px solid rgba(148,163,184,0.35);
  transition: all 0.22s ease;
  box-shadow:
    0 10px 25px rgba(15,23,42,0.15),
    0 0 0 1px rgba(255,255,255,0.6);
}

.realizace-img:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(16,185,129,0.55);
  box-shadow:
    0 22px 55px rgba(15,23,42,0.28),
    0 0 0 1px rgba(16,185,129,0.45);
}
  
  .gs-soft-grid {
  position: relative;
  overflow: hidden;
}

.gs-soft-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    linear-gradient(rgba(15, 23, 42, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.055) 1px, transparent 1px);

  background-size: 34px 34px;
  opacity: 0.65;

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 14%,
    black 86%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 14%,
    black 86%,
    transparent 100%
  );
}
  
  .gs-soft-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);

  background-size: 34px 34px;
  opacity: 0.65;

  mask-image: linear-gradient(
    to bottom,
    black 0%,
    rgba(0,0,0,0.9) 35%,
    rgba(0,0,0,0.45) 68%,
    rgba(0,0,0,0.12) 86%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    rgba(0,0,0,0.9) 35%,
    rgba(0,0,0,0.45) 68%,
    rgba(0,0,0,0.12) 86%,
    transparent 100%
  );
}
  
.gs-soft-grid-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);

  background-size: 34px 34px;
  opacity: 0.7;

  mask-image: linear-gradient(
    to top,
    black 0%,
    rgba(0,0,0,0.85) 22%,
    rgba(0,0,0,0.42) 52%,
    rgba(0,0,0,0.12) 76%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to top,
    black 0%,
    rgba(0,0,0,0.85) 22%,
    rgba(0,0,0,0.42) 52%,
    rgba(0,0,0,0.12) 76%,
    transparent 100%
  );
}
  
  .gs-soft-grid-reviews {
  position: relative;
  overflow: hidden;
}

  .rp-process-line {
  position: absolute;
  top: 40px;
  left: calc(100% - 8px);
  width: 48px;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(22, 101, 52, 0.35),
    rgba(22, 101, 52, 0.12)
  );

  z-index: 0;
}

/* Mobil */
@media (max-width: 767px) {
  .rp-process-line {
    display: none;
  }
}
