body.is-lp-fotokoutek {
  margin: 0 !important;
  background: #070E27 !important;
}

/* Skrytí běžného Shoptet layoutu pouze na této landing page */
body.is-lp-fotokoutek #header,
body.is-lp-fotokoutek .header,
body.is-lp-fotokoutek .top-navigation-bar,
body.is-lp-fotokoutek .navigation-wrapper,
body.is-lp-fotokoutek .breadcrumbs,
body.is-lp-fotokoutek .breadcrumb,
body.is-lp-fotokoutek .sidebar,
body.is-lp-fotokoutek #footer,
body.is-lp-fotokoutek .footer,
body.is-lp-fotokoutek header[itemprop="headline"] {
  display: none !important;
}

/* Roztažení Shoptet obsahu */
body.is-lp-fotokoutek .overall-wrapper,
body.is-lp-fotokoutek .content-wrapper,
body.is-lp-fotokoutek .content,
body.is-lp-fotokoutek .content-inner,
body.is-lp-fotokoutek main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #070E27 !important;
}

.lp-fotokoutek {
  min-height: 100vh;
  background: #070E27;
  color: #ffffff;
  overflow-x: hidden;
}

.lp-fotokoutek * {
  box-sizing: border-box;
}

.lp-fotokoutek a {
  text-decoration: none !important;
}

/* Horní menu */

.lp-fotokoutek-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 64px;
  background: rgba(7, 14, 39, 0.92);
  border-bottom: 0.5px solid #3D68F7;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lp-fotokoutek-header__inner {
  min-height: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp-fotokoutek-header__back {
  display: none;
}

.lp-fotokoutek-header__nav {
  flex: 1 1 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}

.lp-fotokoutek-header__nav a {
  position: relative;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: #A2A2A2 !important;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.lp-fotokoutek-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  opacity: 0;
  background: linear-gradient(90deg, #7753FC 11.76%, #0A40D8 93.14%);
  transition: opacity 0.2s ease;
}

.lp-fotokoutek-header__nav a:hover,
.lp-fotokoutek-header__nav a.is-active {
  color: #ffffff !important;
}

.lp-fotokoutek-header__nav a:hover::after,
.lp-fotokoutek-header__nav a.is-active::after {
  opacity: 1;
}

/* Tlačítko Rezervace vpravo */

.lp-fotokoutek-header__cta {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  background:
    linear-gradient(90deg, #7E3DD9 0%, #0C37A0 100%) padding-box,
    linear-gradient(180deg, #4D4AFF 0%, rgba(77, 74, 255, 0) 50%) border-box;
  color: #ffffff !important;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.lp-fotokoutek-header__cta:hover {
  background:
    linear-gradient(90deg, #7E54FF 0%, #003ED5 100%) padding-box,
    linear-gradient(270deg, #4D4AFF 0%, rgba(77, 74, 255, 0) 50%) border-box;
  box-shadow: 0px 0px 4px 0px #4D4AFFF2 !important;
  color: #ffffff !important;
  transform: none !important;
}

.lp-fotokoutek-header__toggle {
  display: none;
}

.lp-fotokoutek-mobile-menu {
  display: none;
}

/* Postranní menu — glass expandable sidebar */

.lp-fotokoutek-side-nav {
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 1100;
  width: 58px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  transform: translateY(-50%);
  border: 1px solid rgba(61, 104, 247, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(61, 104, 247, 0.12), rgba(7, 14, 39, 0.54)),
    rgba(7, 14, 39, 0.62);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: width 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.lp-fotokoutek-side-nav:hover,
.lp-fotokoutek-side-nav:focus-within {
  width: 196px;
  border-color: rgba(61, 104, 247, 0.5);
  background:
    linear-gradient(180deg, rgba(61, 104, 247, 0.16), rgba(7, 14, 39, 0.7)),
    rgba(7, 14, 39, 0.78);
}

.lp-fotokoutek-side-nav__back,
.lp-fotokoutek-side-nav__nav a {
  width: 180px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  border-radius: 22px;
  color: #A2A2A2 !important;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 100%;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lp-fotokoutek-side-nav__back {
  margin-bottom: 6px;
  color: #ffffff !important;
}

.lp-fotokoutek-side-nav__nav {
  display: grid;
  gap: 6px;
}

.lp-fotokoutek-side-nav__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: #A2A2A2;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lp-fotokoutek-side-nav__icon i {
  font-size: 14px;
  line-height: 1;
}

.lp-fotokoutek-side-nav__label {
  opacity: 0;
  transform: translateX(8px);
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-fotokoutek-side-nav:hover .lp-fotokoutek-side-nav__label,
.lp-fotokoutek-side-nav:focus-within .lp-fotokoutek-side-nav__label {
  opacity: 1;
  transform: translateX(0);
}

.lp-fotokoutek-side-nav__back:hover,
.lp-fotokoutek-side-nav__nav a:hover,
.lp-fotokoutek-side-nav__nav a.is-active {
  color: #ffffff !important;
  background: rgba(61, 104, 247, 0.12);
}

.lp-fotokoutek-side-nav__back:hover .lp-fotokoutek-side-nav__icon,
.lp-fotokoutek-side-nav__nav a:hover .lp-fotokoutek-side-nav__icon,
.lp-fotokoutek-side-nav__nav a.is-active .lp-fotokoutek-side-nav__icon {
  color: #ffffff;
  background:
    linear-gradient(90deg, #7E54FF 0%, #003ED5 100%);
  box-shadow: 0px 0px 4px 0px #4D4AFFF2;
}

.lp-fotokoutek-side-nav__nav a.is-active {
  box-shadow: inset 3px 0 0 #3D68F7;
}

/* Sekce */

.lp-fotokoutek-main {
  background: #070E27;
}

.lp-fotokoutek-section,
.lp-fotokoutek-section:nth-child(even),
.lp-fotokoutek-section--hero,
.lp-fotokoutek-section--reservation {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 0;
  background: #070E27 !important;
  scroll-margin-top: 88px;
}

.lp-fotokoutek-section__inner {
  color: #ffffff;
}

.lp-fotokoutek-section__eyebrow {
  margin: 0 0 18px;
  color: #3D68F7;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.lp-fotokoutek-section h1,
.lp-fotokoutek-section h2 {
  max-width: 860px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.lp-fotokoutek-section p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.55;
}

.lp-fotokoutek-js-check {
  display: inline-flex;
  margin-top: 30px;
  padding: 12px 18px;
  border: 1px solid rgba(61, 104, 247, 0.35);
  border-radius: 999px;
  background: rgba(61, 104, 247, 0.12);
  color: #ffffff;
  font-weight: 800;
}

/* Mobil */

@media (max-width: 900px) {
  .lp-fotokoutek-header {
    height: 64px;
  }

  .lp-fotokoutek-header__inner {
    min-height: 64px;
    height: 64px;
    gap: 14px;
  }

  .lp-fotokoutek-header__back {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #A2A2A2;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    transition: color 0.2s ease;
  }

  .lp-fotokoutek-header__back i {
    font-size: 14px;
  }

  .lp-fotokoutek-header__back:hover {
    color: #ffffff;
  }

  .lp-fotokoutek-header__nav,
  .lp-fotokoutek-header__cta {
    display: none;
  }

  .lp-fotokoutek-header__toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(61, 104, 247, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
  }

  .lp-fotokoutek-header__toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .lp-fotokoutek.is-mobile-menu-open .lp-fotokoutek-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .lp-fotokoutek.is-mobile-menu-open .lp-fotokoutek-header__toggle span:nth-child(2) {
    opacity: 0;
  }

  .lp-fotokoutek.is-mobile-menu-open .lp-fotokoutek-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .lp-fotokoutek-mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    background: rgba(7, 14, 39, 0.98);
    border-bottom: 0.5px solid #3D68F7;
    transition: max-height 0.25s ease;
  }

  .lp-fotokoutek.is-mobile-menu-open .lp-fotokoutek-mobile-menu {
    max-height: 420px;
  }

  .lp-fotokoutek-mobile-menu__inner {
    display: grid;
    gap: 4px;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .lp-fotokoutek-mobile-menu__inner a {
    min-height: 46px;
    display: flex;
    align-items: center;
    color: #A2A2A2;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
  }

  .lp-fotokoutek-mobile-menu__inner a:hover,
  .lp-fotokoutek-mobile-menu__inner a.is-active {
    color: #ffffff;
  }

  .lp-fotokoutek-mobile-menu__cta {
    justify-content: center;
    margin-top: 8px;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 30px;
    background:
      linear-gradient(90deg, #7E3DD9 0%, #0C37A0 100%) padding-box,
      linear-gradient(180deg, #4D4AFF 0%, rgba(77, 74, 255, 0) 50%) border-box;
    color: #ffffff !important;
  }

  .lp-fotokoutek-mobile-menu__cta:hover {
    background:
      linear-gradient(90deg, #7E54FF 0%, #003ED5 100%) padding-box,
      linear-gradient(270deg, #4D4AFF 0%, rgba(77, 74, 255, 0) 50%) border-box;
    box-shadow: 0px 0px 4px 0px #4D4AFFF2;
  }

  .lp-fotokoutek-side-nav {
    display: none;
  }

  .lp-fotokoutek-section,
  .lp-fotokoutek-section:nth-child(even),
  .lp-fotokoutek-section--hero,
  .lp-fotokoutek-section--reservation {
    min-height: 82vh;
    padding: 78px 0;
    background: #070E27 !important;
    scroll-margin-top: 76px;
  }

  .lp-fotokoutek-section h1,
  .lp-fotokoutek-section h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .lp-fotokoutek-section p {
    font-size: 17px;
  }
}