.elementor-4420 .elementor-element.elementor-element-756b545{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-4420 .elementor-element.elementor-element-429b0f2{--display:flex;--background-transition:0.3s;}/* Start custom CSS */.breadcroumb-area {
  display: none !important;
}

.page-id-4420 {
  --rl-surface: #ffffff;
  --rl-surface-soft: #f7fbfb;
  --rl-border: #d8e5e5;
  --rl-text: #102028;
  --rl-muted: #63757b;
  --rl-primary: #117b78;
  --rl-primary-dark: #0c5d5a;
  --rl-radius-xl: 28px;
  --rl-radius-lg: 22px;
  --rl-radius-md: 18px;
  --rl-shadow: 0 24px 60px rgba(16, 32, 40, 0.08);
}

.rental-lockers-section {
  padding: 96px 0;
}

.rental-lockers-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.rental-lockers-eyebrow,
.rental-lockers-mini-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rl-primary);
}

.rental-lockers-eyebrow::before,
.rental-lockers-mini-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--rl-primary);
  box-shadow: 0 0 0 6px rgba(17, 123, 120, 0.12);
}

.rental-lockers-title {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 5vw, 60px) !important;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--rl-text);
  max-width: 820px;
}

.rental-lockers-lead {
  margin: 0 0 28px;
  max-width: 780px;
  color: var(--rl-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.rental-lockers-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}

.rental-lockers-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.rental-lockers-checks li {
  position: relative;
  padding-left: 28px;
  color: var(--rl-text);
  line-height: 1.7;
}

.rental-lockers-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rl-primary);
  font-weight: 800;
}

.rental-lockers-main-image-card,
.rental-lockers-process-image-card,
.rental-lockers-info-card,
.rental-lockers-gallery-card,
.rental-lockers-payments-card,
.rental-lockers-feature-card,
.rental-lockers-steps-card,
.rental-lockers-process,
.rental-lockers-features {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 123, 120, 0.12);
  box-shadow: var(--rl-shadow);
  backdrop-filter: blur(8px);
}

.rental-lockers-main-image-card {
  border-radius: var(--rl-radius-xl);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f3f7f7;
}

.rental-lockers-main-image-card img {
  width: 100%;
  height: auto;
  max-height: 560px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.rental-lockers-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.rental-lockers-info-card {
  border-radius: var(--rl-radius-lg);
  padding: 28px;
}

.rental-lockers-info-card h3 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: 1.24rem;
}

.rental-lockers-info-card p {
  margin: 0;
  color: var(--rl-muted);
  line-height: 1.75;
}

.rental-lockers-process,
.rental-lockers-features {
  border-radius: var(--rl-radius-xl);
  padding: 40px;
}

.rental-lockers-process {
  margin-bottom: 32px;
}

.rental-lockers-section-head {
  margin-bottom: 28px;
  max-width: 900px;
}

.rental-lockers-section-head--small {
  margin-bottom: 22px;
}

.rental-lockers-section-head--center {
  text-align: left;
  max-width: none;
  margin-bottom: 28px;
}

.rental-lockers-section-head h3 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.rental-lockers-section-head p {
  margin: 0;
  color: var(--rl-muted);
  line-height: 1.75;
}

.rental-lockers-process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.rental-lockers-steps-card {
  border-radius: 24px;
  padding: 28px;
}

.rental-lockers-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--rl-border);
}

.rental-lockers-step:first-child {
  padding-top: 0;
}

.rental-lockers-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rental-lockers-step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(17, 123, 120, 0.1);
  color: var(--rl-primary);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rental-lockers-step p {
  margin: 4px 0 0;
  color: var(--rl-text);
  line-height: 1.65;
}

.rental-lockers-process-image-card {
  border-radius: 24px;
  overflow: hidden;
}

.rental-lockers-process-image-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.rental-lockers-gallery-card,
.rental-lockers-payments-card {
  border-radius: 26px;
  padding: 32px;
}

.rental-lockers-gallery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rental-lockers-gallery-card .rental-lockers-section-head {
  margin-bottom: 30px;
}

.rental-lockers-gallery-card .showcase-composition {
  margin-top: 54px;
}

.rental-lockers-payments-content {
  display: grid;
  gap: 24px;
}

.rental-lockers-payments-block h4 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: 1.06rem;
}

.rental-lockers-payments-block ul,
.rental-lockers-feature-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--rl-text);
  line-height: 1.75;
}

.rental-lockers-payments-block li + li,
.rental-lockers-feature-card li + li {
  margin-top: 4px;
}

.rental-lockers-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rental-lockers-feature-card {
  border-radius: var(--rl-radius-lg);
  padding: 28px;
}

.rental-lockers-feature-card h4 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: 1.08rem;
}

.showcase-composition.split-image {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 6px;
}

.split-grid .tile {
  background-image: url("https://danube.digital/wp-content/uploads/2026/03/image2.jpeg");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  background-color: #dfe8e8;
  transition: transform 0.35s ease;
  min-height: 180px;
}

.split-grid .t1 { background-position: 0% 0%; }
.split-grid .t2 { background-position: 50% 0%; }
.split-grid .t3 { background-position: 100% 0%; }
.split-grid .t4 { background-position: 0% 100%; }
.split-grid .t5 { background-position: 50% 100%; }
.split-grid .t6 { background-position: 100% 100%; }

.split-grid .tile:hover {
  transform: scale(1.02);
  z-index: 2;
}

.rental-lockers-process--clean {
  margin-bottom: 32px;
}

.rental-lockers-process-clean-grid {
  display: block;
}

.rental-lockers-process-note {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 123, 120, 0.12);
  box-shadow: var(--rl-shadow);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rental-lockers-process-note h4 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: 1.3rem;
}

.rental-lockers-process-note p {
  margin: 0;
  color: var(--rl-muted);
  line-height: 1.8;
}

.rental-lockers-gallery-showcase {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 123, 120, 0.12);
  box-shadow: var(--rl-shadow);
  border-radius: 28px;
  padding: 40px;
}

.split-image--large {
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.split-image--large .split-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 6px;
}

.split-image--large .tile {
  background-image: url("https://danube.digital/wp-content/uploads/2026/03/image2.jpeg");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  background-color: #dfe8e8;
  min-height: 220px;
  transition: transform 0.35s ease;
}

.split-image--large .t1 { background-position: 0% 0%; }
.split-image--large .t2 { background-position: 50% 0%; }
.split-image--large .t3 { background-position: 100% 0%; }
.split-image--large .t4 { background-position: 0% 100%; }
.split-image--large .t5 { background-position: 50% 100%; }
.split-image--large .t6 { background-position: 100% 100%; }

.split-image--large .tile:hover {
  transform: scale(1.02);
  z-index: 2;
}

.rental-lockers-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

.rental-lockers-process--clean,
.rental-lockers-showcase--single {
  margin-bottom: 0;
  height: 100%;
}

.rental-lockers-showcase--single {
  display: block;
}

.rental-lockers-showcase--single .rental-lockers-gallery-card {
  height: 100%;
}

.rental-lockers-payments-card--full {
  margin-bottom: 32px;
}

.rental-lockers-payments-card--enhanced {
  padding: 36px;
  margin-bottom: 30px;
}

.rental-lockers-payments-card--enhanced .rental-lockers-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.rental-lockers-payments-card--enhanced .rental-lockers-section-head p {
  margin-top: 10px;
  color: var(--rl-muted);
  line-height: 1.75;
}

.payments-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.payments-feature-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid rgba(17, 123, 120, 0.12);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 14px 32px rgba(16, 32, 40, 0.05);
}

.payments-feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(17, 123, 120, 0.08);
  font-size: 1.35rem;
}

.payments-feature-box h4 {
  margin: 0 0 14px;
  color: var(--rl-text);
  font-size: 1.18rem;
  line-height: 1.3;
}

.payments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.payments-list li {
  position: relative;
  padding-left: 22px;
  color: var(--rl-text);
  line-height: 1.65;
}

.payments-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rl-primary);
}

.rental-lockers-hero--enhanced {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}

.rental-lockers-hero--enhanced .rental-lockers-title {
  max-width: 760px;
  margin-bottom: 22px;
}

.rental-lockers-hero--enhanced .rental-lockers-lead {
  max-width: 760px;
  margin-bottom: 28px;
}

.rental-lockers-checks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
  align-items: start;
}

.rental-lockers-checks-grid .rental-lockers-checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.rental-lockers-checks-grid .rental-lockers-checks li {
  position: relative;
  padding-left: 28px;
  color: var(--rl-text);
  line-height: 1.7;
}

.rental-lockers-checks-grid .rental-lockers-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rl-primary);
  font-weight: 800;
}

.rental-lockers-hero__media--enhanced {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rental-lockers-main-image-card--enhanced {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(247,251,251,0.92) 100%);
  border: 1px solid rgba(17, 123, 120, 0.12);
  box-shadow: 0 24px 60px rgba(16, 32, 40, 0.08);
}

.rental-lockers-main-image-card--enhanced img {
  width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

.rental-lockers-image-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(16, 32, 40, 0.86);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.rental-lockers-image-badge__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.rental-lockers-usage-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 123, 120, 0.12);
  box-shadow: 0 24px 60px rgba(16, 32, 40, 0.08);
  border-radius: 28px;
  padding: 38px;
  margin-bottom: 32px;
}

.rental-lockers-usage-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.rental-lockers-usage-head h3 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--rl-text);
}

.rental-lockers-usage-head p {
  margin: 0;
  color: var(--rl-muted);
  line-height: 1.75;
}

.rental-lockers-usage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rental-lockers-usage-item {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid rgba(17, 123, 120, 0.10);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(16, 32, 40, 0.04);
}

.rental-lockers-usage-item--wide {
  grid-column: 1 / -1;
}

.rental-lockers-usage-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(17, 123, 120, 0.08);
  color: var(--rl-primary);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rental-lockers-usage-item h4 {
  margin: 0 0 12px;
  color: var(--rl-text);
  font-size: 1.22rem;
  line-height: 1.3;
}

.rental-lockers-usage-item p {
  margin: 0;
  color: var(--rl-muted);
  line-height: 1.8;
  font-size: 1rem;
}

@media (max-width: 1180px) {
  .rental-lockers-hero,
  .rental-lockers-process-grid,
  .rental-lockers-showcase,
  .rental-lockers-process-clean-grid,
  .rental-lockers-duo,
  .rental-lockers-hero--enhanced {
    grid-template-columns: 1fr;
  }

  .rental-lockers-info-grid,
  .rental-lockers-features-grid,
  .payments-feature-grid,
  .rental-lockers-checks-grid,
  .rental-lockers-usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rental-lockers-main-image-card img {
    max-height: 480px;
  }

  .split-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 150px);
  }

  .split-grid .tile {
    min-height: 150px;
  }

  .split-image--large .split-grid {
    grid-template-rows: repeat(2, 180px);
  }

  .split-image--large .tile {
    min-height: 180px;
  }

  .rental-lockers-main-image-card--enhanced {
    max-width: 100%;
  }

  .rental-lockers-main-image-card--enhanced img {
    max-height: 460px;
  }
}

@media (max-width: 767px) {
  .rental-lockers-section {
    padding: 72px 0;
  }

  .rental-lockers-container {
    width: min(100% - 24px, 1320px);
  }

  .rental-lockers-title {
    font-size: 2.6rem !important;
    line-height: 1;
  }

  .rental-lockers-lead {
    font-size: 1rem;
  }

  .rental-lockers-info-grid,
  .rental-lockers-features-grid,
  .payments-feature-grid,
  .rental-lockers-checks-grid,
  .rental-lockers-usage-grid {
    grid-template-columns: 1fr;
  }

  .rental-lockers-process,
  .rental-lockers-features,
  .rental-lockers-gallery-card,
  .rental-lockers-payments-card,
  .rental-lockers-info-card,
  .rental-lockers-steps-card,
  .rental-lockers-gallery-showcase,
  .rental-lockers-process-note,
  .rental-lockers-payments-card--enhanced,
  .rental-lockers-usage-card,
  .payments-feature-box {
    padding: 22px;
  }

  .rental-lockers-main-image-card {
    padding: 14px;
  }

  .rental-lockers-main-image-card img {
    max-height: 340px;
  }

  .rental-lockers-process-image-card img {
    min-height: 280px;
  }

  .showcase-composition.split-image,
  .split-image--large {
    padding: 6px;
    border-radius: 22px;
  }

  .split-grid,
  .split-image--large .split-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 120px);
  }

  .split-grid .tile,
  .split-image--large .tile {
    background-size: 200% 300%;
    min-height: 120px;
  }

  .split-grid .t1,
  .split-image--large .t1 { background-position: 0% 0%; }
  .split-grid .t2,
  .split-image--large .t2 { background-position: 100% 0%; }
  .split-grid .t3,
  .split-image--large .t3 { background-position: 0% 50%; }
  .split-grid .t4,
  .split-image--large .t4 { background-position: 100% 50%; }
  .split-grid .t5,
  .split-image--large .t5 { background-position: 0% 100%; }
  .split-grid .t6,
  .split-image--large .t6 { background-position: 100% 100%; }

  .rental-lockers-hero--enhanced {
    gap: 24px;
  }

  .rental-lockers-main-image-card--enhanced {
    padding: 14px;
    border-radius: 22px;
  }

  .rental-lockers-main-image-card--enhanced img {
    max-height: 320px;
    border-radius: 16px;
  }

  .rental-lockers-image-badge {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .rental-lockers-usage-card {
    border-radius: 22px;
  }

  .rental-lockers-usage-item--wide {
    grid-column: auto;
  }

  .rental-lockers-usage-item {
    padding: 22px;
  }
}

.split-mobile {
  display: none;
}

@media (max-width: 467px) {

  .split-image .split-grid {
    display: none;
  }

  .split-mobile {
    display: block;
    width: 100%;
    border-radius: 16px;
  }

}

@media (max-width: 467px) {

  /* celkový spacing */
  .rental-lockers-section {
    padding: 56px 0 !important;
  }

  .rental-lockers-container {
    width: calc(100% - 24px) !important;
  }

  /* hero */
  .rental-lockers-hero,
  .rental-lockers-hero--enhanced,
  .rental-lockers-duo {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .rental-lockers-title {
    font-size: 2.3rem !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em;
  }

  .rental-lockers-lead {
    font-size: 1rem !important;
    line-height: 1.75 !important;
    margin-bottom: 22px !important;
  }

  .rental-lockers-checks-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .rental-lockers-checks {
    gap: 10px !important;
  }

  .rental-lockers-checks li {
    line-height: 1.7 !important;
  }

  .rental-lockers-hero__media,
  .rental-lockers-hero__media--enhanced {
    order: -1;
  }

  /* obrázok hore bez ťažkého card štýlu */
  .rental-lockers-main-image-card,
  .rental-lockers-main-image-card--enhanced {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 20px !important;
  }

  .rental-lockers-main-image-card img,
  .rental-lockers-main-image-card--enhanced img {
    width: 100% !important;
    max-height: none !important;
    border-radius: 20px !important;
  }

  /* hlavné box sekcie odľahčiť */
  .rental-lockers-usage-card,
  .rental-lockers-process,
  .rental-lockers-gallery-card,
  .rental-lockers-payments-card,
  .rental-lockers-payments-card--enhanced,
  .rental-lockers-features {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* nadpisy sekcií */
  .rental-lockers-usage-head,
  .rental-lockers-section-head,
  .rental-lockers-section-head--small {
    margin-bottom: 18px !important;
  }

  .rental-lockers-section-head h3,
  .rental-lockers-usage-head h3 {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em;
    margin-bottom: 10px !important;
  }

  .rental-lockers-section-head p,
  .rental-lockers-usage-head p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  /* registrácia / depozit / rezervácia */
  .rental-lockers-usage-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .rental-lockers-usage-item,
  .rental-lockers-usage-item--wide {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #d8e5e5 !important;
    grid-column: auto !important;
  }

  .rental-lockers-usage-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .rental-lockers-usage-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
    font-size: 0.95rem !important;
  }

  .rental-lockers-usage-item h4 {
    margin: 0 0 10px !important;
    font-size: 1.9rem !important;
    line-height: 1.15 !important;
  }

  .rental-lockers-usage-item p {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  /* ako to funguje */
  .rental-lockers-process-clean-grid {
    display: block !important;
  }

  .rental-lockers-steps-card {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .rental-lockers-step {
    grid-template-columns: 52px 1fr !important;
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  .rental-lockers-step-number {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    font-size: 0.95rem !important;
  }

  .rental-lockers-step p {
    margin: 2px 0 0 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  /* showcase */
  .showcase-composition.split-image {
    display: none !important;
  }

  .split-mobile {
    display: block !important;
    width: 100% !important;
    border-radius: 18px !important;
  }

  /* platby */
  .payments-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .payments-feature-box {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 22px !important;
    border-bottom: 1px solid #d8e5e5 !important;
  }

  .payments-feature-box:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .payments-feature-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
  }

  .payments-feature-box h4 {
    font-size: 1.5rem !important;
    margin-bottom: 12px !important;
  }

  .payments-list {
    gap: 10px !important;
  }

  .payments-list li {
    line-height: 1.75 !important;
  }

  /* feature karty dole */
  .rental-lockers-features-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .rental-lockers-feature-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #d8e5e5 !important;
  }

  .rental-lockers-feature-card:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .rental-lockers-feature-card h4 {
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
  }

  .rental-lockers-feature-card ul {
    padding-left: 18px !important;
    line-height: 1.75 !important;
  }

  /* jemne menší odstup medzi veľkými sekciami */
  .rental-lockers-usage-card,
  .rental-lockers-duo,
  .rental-lockers-payments-card--enhanced,
  .rental-lockers-features {
    margin-bottom: 40px !important;
  }
}/* End custom CSS */