@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="857fa9"] {
  --section-id: "857fa9";
  --storage-url: "https://preview-radkajahnova-cz.praweb.cz/_section/857fa9";
  --public-url: "https://preview-radkajahnova-cz.praweb.cz/_section/857fa9";
  /* Mobile styles */
}
.strip[data-id="857fa9"] .main-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="857fa9"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="857fa9"] .logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.strip[data-id="857fa9"] .logo-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="857fa9"] .logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="857fa9"] .logo-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="857fa9"] .logo-text .name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a3a5a;
  line-height: 1.2;
}
.strip[data-id="857fa9"] .logo-text .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4a90e2;
  letter-spacing: 0.5px;
}
.strip[data-id="857fa9"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="857fa9"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a3a5a;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id="857fa9"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4a90e2;
  transition: width 0.3s ease;
}
.strip[data-id="857fa9"] .nav-link:hover {
  color: #4a90e2;
}
.strip[data-id="857fa9"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="857fa9"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="857fa9"] .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1a3a5a;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id="857fa9"] .hamburger {
    display: flex;
  }
  .strip[data-id="857fa9"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    padding: 80px 40px;
    transition: all 0.4s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="857fa9"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="857fa9"] .nav-list {
    flex-direction: column;
    gap: 25px;
  }
  .strip[data-id="857fa9"] .nav-link {
    font-size: 18px;
  }
  .strip[data-id="857fa9"] .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="857fa9"] .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="857fa9"] .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}