/* Page-specific composition for Cesta k podnikavosti. */
.entrepreneurship-path .v2-hero {
  background: #092431;
}

.entrepreneurship-path .v2-hero__media {
  z-index: 0;
}

.entrepreneurship-path .v2-hero::before,
.entrepreneurship-path .v2-hero::after {
  z-index: 1;
}

.entrepreneurship-path .v2-hero > .v2-frame {
  position: relative;
  z-index: 2;
}

.entrepreneurship-path .v2-hero__partners {
  display: grid;
  justify-items: start;
  gap: .65rem;
  margin-top: .5rem;
}

.entrepreneurship-path .v2-hero__partners-label {
  margin: 0;
  color: rgb(255 255 255 / .72);
  font-size: .82rem;
  line-height: 1.4;
}

.entrepreneurship-path .v2-hero__partners-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.entrepreneurship-path .v2-hero__partners img {
  width: auto;
  max-width: 8.5rem;
  height: 2.6rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / .28));
}

.entrepreneurship-path .v2-hero::after {
  background:
    linear-gradient(90deg, rgb(3 16 23 / .96) 0%, rgb(3 16 23 / .82) 38%, rgb(3 16 23 / .32) 66%, rgb(3 16 23 / .16) 100%),
    linear-gradient(180deg, rgb(3 16 23 / .28) 0%, transparent 42%, rgb(3 16 23 / .76) 100%);
}

.entrepreneurship-path .v2-card-logo-slot {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
}

.entrepreneurship-path .v2-card-logo-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .75rem;
  width: 100%;
}

.entrepreneurship-path .v2-card-logo-group .v2-cards-section__logo {
  flex: 0 1 auto;
  max-width: calc(50% - .375rem);
}

.entrepreneurship-path .v2-cards-section__logo {
  width: auto;
  max-width: 100%;
  height: 4rem;
  object-fit: contain;
  object-position: left center;
}

.entrepreneurship-path .v2-cards-section__logo--adaptivio {
  height: 3rem;
}

.entrepreneurship-path .v2-timeline-card__step {
  color: #0aa0b1;
}

.entrepreneurship-path .v2-quote .v2-title-1 {
  max-width: 8ch;
}

@media (min-width: 1024px) {
  .entrepreneurship-path .v2-quote__shell > .v2-quote__main {
    grid-column: 2 / span 5;
  }

  .entrepreneurship-path .v2-quote__shell > .v2-quote__aside {
    grid-column: 7 / span 5;
  }
}

@media (min-width: 1280px) {
  .entrepreneurship-path .v2-hero__body .v2-shell__main {
    grid-template-columns: max-content minmax(13rem, 1fr);
    column-gap: clamp(1.5rem, 2.5vw, 2.5rem);
    row-gap: var(--v2-space-5);
  }

  .entrepreneurship-path .v2-hero__body .v2-kicker {
    grid-column: 1 / -1;
  }

  .entrepreneurship-path .v2-hero__body .v2-cluster {
    grid-column: 1;
    align-self: center;
  }

  .entrepreneurship-path .v2-hero__partners {
    grid-column: 2;
    align-self: center;
    gap: .45rem;
    margin: 0;
    padding-left: clamp(1.25rem, 2vw, 2rem);
    border-left: 1px solid rgb(255 255 255 / .2);
  }

  .entrepreneurship-path .v2-hero__partners img {
    max-width: 6.75rem;
    height: 2rem;
  }
}

@media (max-width: 767px) {
  .entrepreneurship-path .v2-hero::after {
    background: linear-gradient(180deg, rgb(0 0 0 / .62) 0%, rgb(0 0 0 / .42) 36%, rgb(0 0 0 / .88) 100%);
  }

  .entrepreneurship-path .v2-hero__body .v2-shell__main {
    gap: var(--v2-space-4);
  }

  .entrepreneurship-path .v2-hero .v2-title-1 {
    max-width: 10ch;
    font-size: clamp(2.9rem, 13vw, 3.35rem);
    line-height: 1.02;
  }

  .entrepreneurship-path .v2-hero .v2-lead {
    max-width: 33ch;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .entrepreneurship-path .v2-hero__body .v2-cluster {
    flex-wrap: nowrap;
  }

  .entrepreneurship-path .v2-hero__body .v2-button {
    min-width: 0;
    padding-inline: .875rem;
    font-size: .875rem;
    white-space: nowrap;
  }

  .entrepreneurship-path .v2-hero__partners {
    gap: .5rem;
    margin-top: 0;
  }

  .entrepreneurship-path .v2-hero__partners img {
    max-width: 7.25rem;
    height: 2.25rem;
  }

  .entrepreneurship-path .scroll-cue {
    right: max(1rem, env(safe-area-inset-right, 0px));
    translate: 0;
  }

  .entrepreneurship-path .scroll-cue:hover,
  .entrepreneurship-path .scroll-cue:focus-visible {
    translate: 0 -2px;
  }

  .entrepreneurship-path .scroll-cue.is-hidden {
    translate: 0 8px;
  }

}
