@charset "UTF-8";
.container-fluid {
  max-width: 1200px !important;
  max-width: 100%;
}

.container-xl {
  max-width: 1408px;
}

header {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
header nav {
  background: transparent !important;
  transition: opacity 1s;
}
header nav .navbar-brand {
  opacity: 1;
  transition: opacity 0.5s;
}
header nav .collapse {
  opacity: 1;
  transition: opacity 0.5s;
}
header nav.small .navbar-brand {
  opacity: 0;
  transition: opacity 0.5s;
}
header nav.small .collapse {
  opacity: 0;
  transition: opacity 0.5s;
}
header .navbar-brand img {
  height: 4.375rem;
}
header .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: FontMedium, serif;
}
header .nav-link:hover {
  color: rgb(252, 234, 16);
}
header .nav-link.active {
  color: rgb(252, 234, 16) !important;
}
header .nav-link-separator {
  color: white;
}
header button.navbar-toggler {
  background-color: white;
  border-radius: 1.5rem;
  width: 38px;
  height: 38px;
  border: solid 1px black;
}
header button.navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler-icon {
  display: block;
  width: 1rem;
  height: 2.5px;
  margin-top: 3.5px;
  background-image: none;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header .navbar-toggler-icon:nth-child(1) {
  margin-top: 0;
}

#hero {
  width: 100%;
  background-color: black;
}
#hero .hero {
  z-index: 100;
  height: 100%;
}
#hero p {
  max-width: 50rem;
}
#hero .titleAnim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .play {
  aspect-ratio: 497/280;
  padding-top: 14rem;
  max-width: 497px;
  background-size: 100% 100%;
  cursor: pointer;
  white-space: nowrap;
}
#hero .play .round {
  border: solid lightblue;
  border-radius: 100%;
  padding: 0.4rem;
  width: 2.5rem;
}
#hero .play .round svg {
  fill: lightblue;
  transform: rotate(90deg);
}
#hero .play h3 {
  color: lightblue;
  position: relative;
  top: -5px;
}
#hero .play .play-svg {
  display: block;
}
#hero .play .stop-svg {
  display: none;
}
#hero .play.active .round {
  border: solid white;
}
#hero .play.active .round svg {
  fill: white;
}
#hero .play.active .round .play-svg {
  display: none;
}
#hero .play.active .round .stop-svg {
  display: block;
}
#hero .play.active h3 {
  color: white;
}
#hero .first {
  background-image: url("../images/virtualni-recepce/1.png");
}
#hero .first:hover {
  background-image: url("../images/virtualni-recepce/over.gif");
}
#hero .second {
  background-image: url("../images/virtualni-recepce/2.png");
}
#hero .second:hover {
  background-image: url("../images/virtualni-recepce/over.gif");
}
#hero .third {
  background-image: url("../images/virtualni-recepce/3.png");
}
#hero .third:hover {
  background-image: url("../images/virtualni-recepce/over.gif");
}
#hero .fourth {
  background-image: url("../images/virtualni-recepce/4.png");
}
#hero .fourth:hover {
  background-image: url("../images/virtualni-recepce/over.gif");
}
#hero h4 {
  background-size: cover;
  font-family: FontBold;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#info p, #info-2 p, #info-3 p {
  color: #000;
  max-width: 50rem;
}
#info .buttons, #info-2 .buttons, #info-3 .buttons {
  height: 142px;
}
#info button, #info-2 button, #info-3 button {
  max-width: 381px;
}
#info .layout, #info-2 .layout, #info-3 .layout {
  max-width: 73rem;
}
#info .panel, #info-2 .panel, #info-3 .panel {
  aspect-ratio: 1900/2940;
  background: #cdd4d3;
  border-radius: 1.8rem;
  max-width: 900px;
}
#info .icons, #info-2 .icons, #info-3 .icons {
  max-height: 25rem;
}
#info .label img, #info-2 .label img, #info-3 .label img {
  max-width: 100px;
}
#info .label2, #info-2 .label2, #info-3 .label2 {
  box-shadow: 8px 8px 17px lightgray;
  border-radius: 1.3rem;
}
#info .label2 h4, #info-2 .label2 h4, #info-3 .label2 h4 {
  color: #75378e;
  font-family: "FontRegular";
}
#info h3, #info-2 h3, #info-3 h3 {
  font-family: FontBold, serif;
  font-weight: 700;
  color: black;
  letter-spacing: -0.05em;
  background-size: cover;
  line-height: 1.25em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#info .prinosy .h4, #info-2 .prinosy .h4, #info-3 .prinosy .h4 {
  display: block;
  margin-bottom: 2rem;
}
#info .prinosy .h4:nth-of-type(4), #info-2 .prinosy .h4:nth-of-type(4), #info-3 .prinosy .h4:nth-of-type(4) {
  margin-bottom: 4rem !important;
}
#info .prinosy .p, #info-2 .prinosy .p, #info-3 .prinosy .p {
  display: block;
}

#info-3 img {
  width: 7rem;
}

#cover-label p {
  color: #000;
}
#cover-label h1 {
  font-size: 5rem;
}
#cover-label .buttons {
  height: 142px;
}
#cover-label button {
  max-width: 381px;
}
#cover-label .layout {
  max-width: 73rem;
}
#cover-label .panel {
  background: #dfdee4;
  border-radius: 1.8rem;
  aspect-ratio: auto;
}
#cover-label .container-fluid {
  position: relative;
  z-index: 101;
}
#cover-label .background {
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  width: 100vw;
  height: 70%;
  z-index: 100;
}
#cover-label a {
  text-decoration: none;
}
#cover-label img {
  border-radius: 1.8rem;
}

#logos .container-fluid {
  max-width: 100% !important;
}
#logos .logo-strip {
  margin: 20px auto;
}
#logos .logo-item {
  padding: 10px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 239px;
}
#logos .logo-item img {
  max-width: 100%;
  /* můžeš upravit podle designu */
}

#reference .panel {
  aspect-ratio: 1140/360;
  background-size: cover;
  border-radius: 1.875rem;
}
#reference .gmm {
  max-width: 7.125rem;
}
#reference .logo {
  max-height: 6.25rem;
}
#reference p {
  color: black;
}
#reference a.ref {
  text-decoration: none;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}
#reference a.ref .panel {
  border: solid 1px white;
  transition: all 0.3s;
}
#reference a.ref p {
  color: black;
  text-decoration: none;
}
#reference a.ref:hover {
  text-decoration: none;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}
#reference a.ref:hover p {
  color: black;
}
#reference a.ref:hover .panel {
  border: solid 1px black;
}
#reference a.ref:hover .btn-third {
  background: black;
  color: #fff;
  border: solid 3px black;
}

#reference2 {
  overflow-x: hidden;
  border-radius: 2rem;
}
#reference2 .reference-carousel {
  max-width: none;
}
#reference2 .slick-list {
  width: 2000px;
}
#reference2 .panel {
  overflow: hidden;
  aspect-ratio: 1/2;
  margin-right: 1rem;
  border-radius: 2rem;
}
#reference2 .panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
#reference2 .panel .text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#reference2 .panel .over {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2rem;
  opacity: 0;
  color: white;
  text-decoration: none;
  z-index: 50;
}
#reference2 .panel .over img {
  height: 20px;
  width: auto;
  margin-top: 2px;
}
#reference2 .panel h5 {
  font-family: FontBold;
}
#reference2 .panel .plus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  transition: width 0.2s ease-in-out;
  z-index: 200;
}
#reference2 .panel:hover .over {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#reference2 .panel:hover .plus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
}
#reference2 .panel:hover img {
  transform: scale(1.1);
}
#reference2 .slick-prev, #reference2 .slick-next {
  top: auto;
  bottom: -5rem;
}
#reference2 .slick-prev {
  left: calc(85% - 37px);
}
#reference2 .slick-next {
  right: calc(15% - 37px);
}
#reference2 .slick-prev:before, #reference2 .slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  opacity: 0.75;
  color: gray;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#reference2 .slick-prev:before {
  content: "";
}
#reference2 .slick-prev {
  background-image: url("../images/ui/arrow.svg");
  background-position: 100% 100%;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
#reference2 .slick-next:before {
  content: "";
}
#reference2 .slick-next {
  background-image: url("../images/ui/arrow.svg");
  background-position: 100% 100%;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
}

.anim-background .titleAnimForm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.anim-background .vanta-canvas {
  height: 100% !important;
}

#form {
  background-color: transparent;
}
#form .panel {
  background-color: transparent;
  border-radius: 1.875rem;
}
#form .form-wrapper {
  max-width: 760px;
  margin: 0 auto;
}
#form h3 {
  font-family: FontMedium, serif;
  color: white;
}
#form h4 {
  font-family: FontMedium, serif;
  color: white;
}
#form p {
  color: white;
}
#form a {
  font-size: 2.125rem;
  text-decoration: none;
  font-family: FontBold, serif;
  color: white;
}
#form h2, #form h3, #form p, #form a, #form label {
  color: white !important;
  text-decoration: none;
}
#form input[type=text], #form input[type=email], #form textarea {
  background-color: white !important;
}
#form a {
  color: white !important;
  text-decoration: none;
  font-size: 0.875rem;
  text-decoration: underline;
}
#form a:hover {
  text-decoration: none;
}
#form .form-control {
  font-size: 1.5rem;
}
#form .container-fluid {
  position: relative;
  z-index: 100;
}
#form .btn {
  color: white;
}

#label {
  background: transparent;
  position: relative;
  z-index: 100;
}
#label .container-fluid {
  position: inherit;
  z-index: 100;
}
#label .titleAnimLabel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
#label .blok {
  max-width: 760px;
}

#label-black {
  background: black;
  position: relative;
  z-index: 100;
}

.panel-label {
  background-color: #444;
  border-radius: 2rem;
  height: 51px;
  margin-top: 20px;
}
.panel-label img {
  height: 36px;
  margin-left: 20px;
}
.panel-label .label {
  color: white;
  font-family: FontBold, serif;
  font-size: 16px;
}

#tasks .panel-label {
  background-color: #444;
  border-radius: 2rem;
  height: 3.625rem;
  margin-top: 1.25rem;
  position: relative;
}
#tasks .panel-label img {
  height: 2.25rem;
  margin-left: 1.25rem;
}
#tasks .panel-label .label {
  color: white;
  font-family: FontBold, serif;
  font-size: 1rem;
}
#tasks .panel-label::before {
  background-color: rgba(0, 0, 0, 0.78);
  background-image: url("../images/reference/UI/mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 100%;
  content: "";
  display: block;
  height: 2.5rem;
  top: 0.5625rem;
  left: 0.5625rem;
  position: absolute;
  width: 2.25rem;
}

#label-wide h6, #label-wide h4, #label-wide p {
  color: white;
}
#label-wide h2 {
  font-family: FontRegular;
  color: white;
  -webkit-text-fill-color: white;
}
#label-wide h6 {
  font-family: FontRegular;
}
#label-wide a.h5 {
  color: white;
  text-decoration: none;
}
#label-wide a.h5:hover {
  color: white;
  text-decoration: underline;
}

#advertising .panel {
  min-height: 680px;
  background-position: center center;
  background-size: cover;
  border-radius: 1.875rem;
}
#advertising .panel-small {
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  border-radius: 1.875rem;
}
#advertising .panel-1 h5 {
  color: white !important;
  background: none;
  -webkit-text-fill-color: white;
}
#advertising .panel-2 h5 {
  color: black !important;
  background: none;
  -webkit-text-fill-color: black;
}
#advertising .panel-2 p {
  color: black;
}
#advertising .panel-3 {
  min-height: 464px;
}
#advertising .panel-3 h5 {
  color: white !important;
  background: none;
  -webkit-text-fill-color: white;
}
#advertising .panel-4 h5 {
  color: black !important;
  background: none;
  -webkit-text-fill-color: black;
}
#advertising .panel-4 p {
  color: black;
}
#advertising .panel-5 h5 {
  color: white !important;
  background: none;
  -webkit-text-fill-color: white;
}
#advertising .panel-5 p {
  color: white;
}
#advertising .panel-6 h5 {
  color: white !important;
  background: none;
  -webkit-text-fill-color: white;
}
#advertising .panel-6 p {
  color: white;
}

#reference-info .image {
  aspect-ratio: 504/302;
}
#reference-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reference-info h3, #reference-info p {
  -webkit-text-fill-color: black;
}
#reference-info iframe {
  aspect-ratio: 1140/642.25;
}
#reference-info .reference-logo {
  height: 11.4rem;
}

#detail-info {
  background: #f2f2f4;
}
#detail-info .panel {
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 2rem;
  transform: scale(1);
  transition: transform 0.3s ease-in;
}
#detail-info .panel:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
#detail-info img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
#detail-info .blok {
  max-width: 760px;
}

#kontakt .panel {
  max-width: 980px;
}
#kontakt p {
  color: black;
}
#kontakt a {
  color: black;
}
#kontakt a:hover {
  text-decoration: none;
}

.kontakt h2, .kontakt h3, .kontakt p, .kontakt a, .kontakt label {
  color: white !important;
  text-decoration: none;
}
.kontakt input[type=text], .kontakt input[type=email], .kontakt textarea {
  background-color: white !important;
}
.kontakt .btn {
  color: white;
  border: solid 2px white !important;
}
.kontakt a {
  color: white !important;
  text-decoration: underline;
}
.kontakt a:hover {
  text-decoration: none;
}
.kontakt .form-control {
  font-size: 1.5rem;
}

.kontakt-headline {
  background: black;
}
.kontakt-headline .container-fluid {
  background-color: transparent;
}
.kontakt-headline h3 {
  color: white;
}

.mapa {
  position: relative;
  z-index: 100;
  background-color: black;
}
.mapa h5 {
  color: #88bab1 !important;
  font-family: FontBold, serif;
}

#map {
  height: 600px;
  width: 100%;
  background-color: black;
  overflow: visible;
}
#map .container-fluid {
  top: -100px;
  left: 0;
}

#webovy-portal h4,
#webovy-portal-preview h4 {
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#webovy-portal p,
#webovy-portal-preview p {
  color: white !important;
  max-width: 50rem;
}
#webovy-portal .webovy-portal-slider .slide img,
#webovy-portal-preview .webovy-portal-slider .slide img {
  width: 100%;
  aspect-ratio: 2996/1718 !important;
  height: auto;
}
#webovy-portal .slick-prev,
#webovy-portal-preview .slick-prev {
  background-image: url(../images/ui/arrow.svg);
  background-position: 100% 100%;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  left: calc(50% - 35px);
}
#webovy-portal .slick-next,
#webovy-portal-preview .slick-next {
  background-image: url(../images/ui/arrow.svg);
  background-position: 100% 100%;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  right: calc(50% - 35px);
}
#webovy-portal .slick-prev:before, #webovy-portal .slick-next:before,
#webovy-portal-preview .slick-prev:before,
#webovy-portal-preview .slick-next:before {
  content: "";
}
#webovy-portal .slick-next, #webovy-portal .slick-prev,
#webovy-portal-preview .slick-next,
#webovy-portal-preview .slick-prev {
  z-index: 1;
  top: auto !important;
  bottom: -4rem;
}
#webovy-portal .nadpis-webovy-portal strong,
#webovy-portal-preview .nadpis-webovy-portal strong {
  color: #dd7eb1 !important;
}

#gdpr article, #politika-cookies article {
  max-width: 50rem;
  margin: 0 auto;
}
#gdpr h2, #politika-cookies h2 {
  -webkit-text-fill-color: unset;
}

footer {
  background-color: rgb(8, 8, 8);
  position: relative;
  z-index: 100;
}
footer a {
  color: rgb(136, 136, 136);
  display: block;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 14px;
}
footer a:hover {
  text-decoration: none;
  color: rgb(252, 234, 16);
}
footer a.active {
  color: white;
}
footer .text-uppercase {
  text-transform: capitalize;
}
footer .yellow-btn {
  background-color: rgb(252, 234, 16);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .yellow-fb span {
  background-image: url("../images/footer/facebook.svg");
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
footer .yellow-fb:hover span {
  transform: scale(1.4);
}
footer .yellow-in span {
  background-image: url("../images/footer/linkedin.svg");
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}
footer .yellow-in:hover span {
  transform: scale(1.3);
}
footer img.logo {
  height: 40px;
}
footer a.second {
  color: white;
  text-decoration: none;
}
footer a.second:hover {
  text-decoration: none;
  color: rgb(252, 234, 16);
}
footer a.link {
  color: white;
  text-decoration: underline;
}
footer a.link:hover {
  text-decoration: none;
  color: rgb(252, 234, 16);
}
footer .phone {
  background-image: url("../images/footer/phone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  opacity: 0.8;
  margin-right: 7px;
  vertical-align: middle;
  width: 18px;
}
footer .email {
  background-image: url("../images/footer/mail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  opacity: 0.8;
  margin-right: 7px;
  vertical-align: middle;
  width: 18px;
}
footer p {
  color: white;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-body {
  color: white;
}

#hero .hero-benefits {
  position: relative;
  overflow: hidden;
  margin-top: 1.65rem;
  background: transparent;
  border-radius: 0;
  padding: 0.75rem 0;
}

#hero .hero-benefits::before {
  content: none;
}

#hero .hero-benefits::after {
  content: none;
}

#hero .hero-benefits .prinosy {
  position: relative;
  z-index: 2;
}

#hero .hero-benefits .prinosy-card {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  max-width: 1280px;
  margin: 0 auto;
}

#hero .play {
  transform: scale(0.91);
  transform-origin: center;
}

#hero .hero-benefits .prinosy-card .row {
  align-items: flex-start;
}

#hero .hero-benefits .prinosy-copy {
  color: #ffffff;
  font-size: clamp(1.12rem, 1.28vw, 1.34rem);
  line-height: 1.82;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  max-width: 60ch;
}

#hero .hero-benefits .prinosy-copy + .prinosy-copy {
  margin-top: 0.9rem;
}

#hero .hero-benefits .prinosy-copy strong {
  font-weight: 700;
}

#hero .hero-benefits .benefits-panel {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.25rem 0 0 1.55rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

#hero .hero-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0;
  padding: 0.44rem 0;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.42;
  border-bottom: 0;
}

#hero .hero-benefits .benefit-icon {
  display: inline-block;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin-top: 0.08em;
  font-size: 1.18rem;
  font-weight: 900;
  font-family: monospace;
  color: #b05ec7;
  line-height: 1;
  letter-spacing: -0.06em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#hero .hero-benefits .benefit-icon svg {
  display: none;
}

@media (max-width: 991.98px) {
  #hero .play {
    transform: scale(0.93);
    transform-origin: center;
  }
  #hero .hero-benefits .prinosy-card {
    border-radius: 0;
    padding: 1.15rem 0.95rem 1.35rem;
  }
  #hero .hero-benefits .prinosy-copy {
    font-size: 1.02rem;
    line-height: 1.68;
    max-width: none;
  }
  #hero .hero-benefits .benefits-panel {
    padding: 0.7rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #hero .hero-benefits .benefit-item {
    font-size: 0.98rem;
  }
}
@media (min-width: 992px) {
  #hero .hero-benefits .prinosy-card .row {
    align-items: stretch;
  }
  #hero .hero-benefits .prinosy-copy {
    padding-right: 1.5rem;
  }
  #hero .hero-benefits .benefits-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    min-height: clamp(250px, 24vw, 340px);
    width: 100%;
    margin-left: auto;
    max-width: 560px;
    padding-left: 2rem;
    transform: translateX(20px);
  }
  #hero .hero-benefits .benefit-item {
    flex: 1 1 auto;
    font-size: 1.28rem;
    line-height: 1.36;
    padding: 0.3rem 0;
  }
  #hero .hero-benefits .benefit-icon {
    font-size: 1.4rem;
  }
}
#webovy-portal .integrations-shell,
#webovy-portal-preview .integrations-shell {
  margin-top: 1.75rem;
}

#webovy-portal,
#webovy-portal-preview {
  background: transparent;
}

#webovy-portal .webovy-portal-intro,
#webovy-portal-preview .webovy-portal-intro {
  background: transparent;
}

#webovy-portal .webovy-portal-dark,
#webovy-portal-preview .webovy-portal-dark {
  position: relative;
  overflow: hidden;
  background: transparent;
}

#webovy-portal .webovy-portal-dark > .row,
#webovy-portal-preview .webovy-portal-dark > .row {
  position: relative;
  z-index: 2;
}

#webovy-portal .titleAnimPortal,
#webovy-portal-preview .titleAnimPortal {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#webovy-portal .webovy-portal-dark .nadpis-webovy-portal,
#webovy-portal-preview .webovy-portal-dark .nadpis-webovy-portal,
#webovy-portal .webovy-portal-dark .why-intro,
#webovy-portal-preview .webovy-portal-dark .why-intro {
  color: black;
}

#webovy-portal .integration-brand-row,
#webovy-portal-preview .integration-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

#webovy-portal .integration-brand,
#webovy-portal-preview .integration-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

#webovy-portal .integration-logo,
#webovy-portal-preview .integration-logo {
  display: block;
  width: auto;
  max-height: 61px;
}

#webovy-portal .integration-logo-keyguru,
#webovy-portal-preview .integration-logo-keyguru {
  height: 40px;
  max-width: 165px;
}

#webovy-portal .integration-panel,
#webovy-portal-preview .integration-panel {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(147, 50, 141, 0.25);
  background: #000000;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.4);
}

#webovy-portal .integration-detail,
#webovy-portal-preview .integration-detail {
  height: 100%;
  padding: 1.35rem 1.4rem 1.45rem;
}

#webovy-portal .integration-detail + .integration-detail,
#webovy-portal-preview .integration-detail + .integration-detail {
  border-left: 1px solid rgba(147, 50, 141, 0.3);
}

#webovy-portal .integration-eyebrow,
#webovy-portal-preview .integration-eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b41b5;
}

#webovy-portal .integration-title,
#webovy-portal-preview .integration-title {
  margin-bottom: 0.45rem;
  color: #201a2e;
  font-size: 1.15rem;
  font-weight: 700;
}

#webovy-portal .integration-copy,
#webovy-portal-preview .integration-copy {
  margin: 0;
  color: #e8e8e8;
  line-height: 1.75;
}

#webovy-portal .why-row,
#webovy-portal-preview .why-row {
  margin-top: clamp(2.1rem, 4vw, 3.6rem);
}

#webovy-portal .why-intro,
#webovy-portal-preview .why-intro {
  margin-top: 1rem;
  margin-bottom: 1.35rem;
  line-height: 1.8;
}

#webovy-portal .why-graphic,
#webovy-portal-preview .why-graphic {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(147, 50, 141, 0.3);
  background: radial-gradient(circle at 18% 20%, rgba(221, 126, 177, 0.2), transparent 42%), radial-gradient(circle at 85% 80%, rgba(123, 65, 181, 0.2), transparent 45%), #0b0b10;
  padding: clamp(1rem, 2.2vw, 1.4rem);
  box-shadow: 0 18px 34px rgba(17, 8, 25, 0.35);
  overflow: hidden;
}

#webovy-portal .why-graphic-grid,
#webovy-portal-preview .why-graphic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

#webovy-portal .why-card,
#webovy-portal-preview .why-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.8rem 0.9rem;
  min-height: 96px;
}

#webovy-portal .why-card--wide,
#webovy-portal-preview .why-card--wide {
  grid-column: 1/-1;
}

#webovy-portal .why-card-index,
#webovy-portal-preview .why-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: 0.45rem;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  background: linear-gradient(140deg, #93328d, #7b41b5, #dd7eb1);
}

#webovy-portal .why-card-title,
#webovy-portal-preview .why-card-title {
  margin: 0;
  color: #f3ebff;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  #webovy-portal .integration-panel,
#webovy-portal-preview .integration-panel {
    border-radius: 18px;
  }
  #webovy-portal .integration-detail + .integration-detail,
#webovy-portal-preview .integration-detail + .integration-detail {
    border-left: 0;
    border-top: 1px solid rgba(147, 50, 141, 0.3);
  }
  #webovy-portal .integration-detail,
#webovy-portal-preview .integration-detail {
    padding: 1.1rem 1rem 1.2rem;
  }
  #webovy-portal .integration-logo-keyguru,
#webovy-portal-preview .integration-logo-keyguru {
    height: 22px;
    max-width: 150px;
  }
  #webovy-portal .why-graphic-grid,
#webovy-portal-preview .why-graphic-grid {
    grid-template-columns: 1fr;
  }
  #webovy-portal .why-card,
#webovy-portal-preview .why-card {
    min-height: auto;
  }
}
.info2-point {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 2rem;
  line-height: 1.65;
  font-size: 1.05rem;
}

.info2-point strong:first-child {
  font-size: 1.18rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.2rem;
}

.info2-point > div {
  padding-top: 0.05rem;
}

.info2-point + .info2-point {
  margin-top: 0.5rem;
}

.info2-extra {
  margin-top: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(147, 50, 141, 0.25);
}

.info2-demo-link {
  margin-top: 1rem;
}

.info2-demo-link a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

.info2-demo-link a:hover {
  color: #dd9df0;
  text-decoration: underline;
}

.info2-dot {
  flex: 0 0 auto;
  font-size: 1.55rem;
  font-weight: 900;
  font-family: monospace;
  color: #b05ec7;
  line-height: 1;
  margin-top: 0.15em;
  letter-spacing: -0.06em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.info2-integrace {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
  line-height: 1.75;
  opacity: 0.88;
}

.portal-collage {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}

.portal-collage-img {
  position: absolute;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
}

.portal-collage-img img {
  width: 100%;
  height: auto;
  display: block;
}

.portal-collage-img--3 {
  top: 0;
  left: 8%;
  transform: rotate(-3.5deg);
  z-index: 1;
  opacity: 0.55;
}

.portal-collage-img--2 {
  top: 6%;
  left: 4%;
  transform: rotate(1.8deg);
  z-index: 2;
  opacity: 0.8;
}

.portal-collage-img--1 {
  top: 13%;
  left: 0;
  transform: rotate(-0.5deg);
  z-index: 3;
}

@media (max-width: 991.98px) {
  .portal-collage {
    padding-bottom: 74%;
    margin-bottom: 1rem;
  }
}
#info-2 #cover-label {
  margin-top: 0.75rem;
}

#info-2 .demo-split {
  background: transparent;
  border: 0;
  box-shadow: none;
}

#info-2 .demo-split .row {
  --bs-gutter-x: 1.05rem;
  --bs-gutter-y: 1.05rem;
}

#info-2 .demo-split-left {
  position: relative;
  height: 100%;
  min-height: 580px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  background: #e4e3e9;
  color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(56, 18, 77, 0.28);
}

#info-2 .demo-left-copy {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  max-width: none;
  padding: 0;
}

#info-2 .demo-left-label {
  display: inline-block;
  margin-bottom: 0.1rem;
  font-weight: 700;
  line-height: 1.35;
  background-image: linear-gradient(80deg, #93328d, #7b41b5, #dd7eb1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.5);
}

#info-2 .demo-line {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
}

#info-2 .demo-phone {
  display: inline-block;
  margin-top: 0.35rem;
  background-image: linear-gradient(80deg, #93328d, #7b41b5, #dd7eb1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration: none;
  font-size: clamp(1.85rem, 2.9vw, 2.55rem);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.55);
}

#info-2 .demo-phone:hover {
  color: transparent;
  text-decoration: underline;
}

#info-2 .demo-split-right {
  height: 100%;
  min-height: 580px;
  padding: clamp(1.9rem, 3vw, 2.85rem) clamp(1.7rem, 2.9vw, 2.6rem);
  background-color: #ffffff;
  background-image: radial-gradient(circle at 84% 18%, rgba(221, 126, 177, 0.2) 0 16px, transparent 17px), radial-gradient(circle at 93% 48%, rgba(123, 65, 181, 0.17) 0 22px, transparent 23px), radial-gradient(circle at 80% 78%, rgba(147, 50, 141, 0.14) 0 14px, transparent 15px);
  background-repeat: no-repeat;
  color: #32233e;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 24px;
  border: 1px solid rgba(221, 126, 177, 0.45);
  box-shadow: 0 14px 30px rgba(143, 82, 139, 0.15);
}

#info-2 .demo-left-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: none;
  z-index: 2;
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
}

#info-2 .demo-left-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.18) 26%, rgba(255, 255, 255, 0) 44%, rgba(34, 10, 45, 0.2) 100%);
}

#info-2 .demo-split-right h5 {
  margin-bottom: 0.9rem;
  color: #422356;
  font-size: clamp(1.55rem, 2.05vw, 2rem);
  font-weight: 700;
}

#info-2 .demo-help {
  margin: 0 0 0.9rem;
  font-size: clamp(1.03rem, 1.1vw, 1.12rem);
  line-height: 1.6;
  color: rgba(60, 36, 78, 0.88);
  max-width: 46ch;
}

#info-2 .demo-split-right ul {
  margin: 0;
  padding-left: 1.2rem;
}

#info-2 .demo-split-right li {
  margin-bottom: 0.72rem;
  line-height: 1.6;
  color: #2f2340;
  font-size: clamp(1.2rem, 1.45vw, 1.5rem);
}

@media (max-width: 991.98px) {
  #info-2 .demo-split {
    border-radius: 18px;
  }
  #info-2 .demo-split-left {
    min-height: 430px;
    border-radius: 18px;
  }
  #info-2 .demo-split-right {
    min-height: 0;
    border-radius: 18px;
    padding-top: 1.45rem;
  }
  #info-2 .demo-left-image {
    -o-object-position: center;
       object-position: center;
    transform: none;
  }
}
/*# sourceMappingURL=index.css.map */