@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&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="1a84b9"] {
  --section-id: "1a84b9";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/1a84b9";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/1a84b9";
  /* Back to Top Button */
  /* Scroll Animations */
}
.strip[data-id="1a84b9"] .header-section {
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="1a84b9"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1a84b9"] .logo-area a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.strip[data-id="1a84b9"] .logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="1a84b9"] .logo-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id="1a84b9"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="1a84b9"] .nav-item {
  position: relative;
}
.strip[data-id="1a84b9"] .nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0;
  display: block;
  transition: color 0.3s ease;
}
.strip[data-id="1a84b9"] .nav-link:hover {
  color: hsl(28, 91%, 54%);
}
.strip[data-id="1a84b9"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(28, 91%, 54%);
  transition: width 0.3s ease;
}
.strip[data-id="1a84b9"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="1a84b9"] .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.strip[data-id="1a84b9"] .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(30, 30, 30, 0.98);
  min-width: 240px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-top: 3px solid hsl(28, 91%, 54%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  border-radius: 0 0 4px 4px;
}
.strip[data-id="1a84b9"] .submenu-link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 25px;
  display: block;
  transition: all 0.3s ease;
}
.strip[data-id="1a84b9"] .submenu-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: hsl(28, 91%, 54%);
  padding-left: 30px;
}
.strip[data-id="1a84b9"] .burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id="1a84b9"] .burger-icon {
  width: 25px;
  height: 2px;
  background-color: hsl(28, 91%, 54%);
  display: block;
  position: relative;
  transition: background 0.3s ease;
}
.strip[data-id="1a84b9"] .burger-icon::before,
.strip[data-id="1a84b9"] .burger-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: hsl(28, 91%, 54%);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.strip[data-id="1a84b9"] .burger-icon::before {
  top: -8px;
}
.strip[data-id="1a84b9"] .burger-icon::after {
  bottom: -8px;
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon {
  background: transparent;
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.strip[data-id="1a84b9"] .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: hsl(28, 91%, 54%);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
}
.strip[data-id="1a84b9"] .back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="1a84b9"] .back-to-top:hover {
  background: hsl(28, 91%, 45%);
  transform: translateY(-5px);
}
.strip[data-id="1a84b9"] .back-to-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="1a84b9"] .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1a84b9"] .reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="1a84b9"] .reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1a84b9"] .reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="1a84b9"] .reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1a84b9"] .reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 992px) {
  .strip[data-id="1a84b9"] .header-container {
    padding: 12px 20px;
  }
  .strip[data-id="1a84b9"] .burger-btn {
    display: block;
  }
  .strip[data-id="1a84b9"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(20, 20, 20, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1050;
    padding: 40px;
  }
  .strip[data-id="1a84b9"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="1a84b9"] .nav-item {
    width: 100%;
    text-align: center;
  }
  .strip[data-id="1a84b9"] .nav-link {
    font-size: 20px;
    padding: 15px;
  }
  .strip[data-id="1a84b9"] .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: none;
    border: none;
    display: none;
    min-width: 100%;
    margin-top: 5px;
    border-radius: 0;
  }
  .strip[data-id="1a84b9"] .has-submenu.active .submenu {
    display: block;
  }
  .strip[data-id="1a84b9"] .submenu-link {
    font-size: 16px;
    padding: 12px;
  }
  .strip[data-id="1a84b9"] .submenu-link:hover {
    padding-left: 12px;
    background: transparent;
  }
  .strip[data-id="1a84b9"] .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}.strip[data-id=e43d29] {
  --section-id: "e43d29";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/e43d29";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/e43d29";
}
.strip[data-id=e43d29] .legal-section {
  background-color: #121212;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  min-height: 80vh;
}
.strip[data-id=e43d29] .legal-section .container {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id=e43d29] .legal-section h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #ffffff;
  padding-left: 25px;
  border-left: 6px solid #ff6600;
}
.strip[data-id=e43d29] .legal-section h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  color: #ff6600;
}
.strip[data-id=e43d29] .legal-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 20px;
}
.strip[data-id=e43d29] .legal-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.strip[data-id=e43d29] .legal-section ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .strip[data-id=e43d29] .legal-section {
    padding: 60px 20px;
  }
  .strip[data-id=e43d29] .legal-section h1 {
    font-size: 28px;
  }
  .strip[data-id=e43d29] .legal-section h2 {
    font-size: 18px;
  }
}.strip[data-id="014841"] {
  --section-id: "014841";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/014841";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/014841";
}
.strip[data-id="014841"] .footer-section {
  background-color: #0b0b0b;
  border-top: 4px solid #FF8C00;
  padding: 80px 0 40px 0;
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.strip[data-id="014841"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% -20%, rgba(255, 140, 0, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="014841"] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.strip[data-id="014841"] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="014841"] .footer-section .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="014841"] .footer-section .footer-col h4 {
  color: #FFFFFF;
  margin: 0 0 30px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
.strip[data-id="014841"] .footer-section .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #FF8C00;
}
.strip[data-id="014841"] .footer-section .footer-col p {
  line-height: 1.8;
  margin: 0;
  color: #b0b0b0;
}
.strip[data-id="014841"] .footer-section .footer-logo-link {
  display: inline-block;
  margin-bottom: 30px;
}
.strip[data-id="014841"] .footer-section .footer-logo {
  max-width: 160px;
  height: auto;
  /* Removed filter and low opacity to show colored version */
  opacity: 0.9;
  transition: all 0.4s ease;
}
.strip[data-id="014841"] .footer-section .footer-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}
.strip[data-id="014841"] .footer-section .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="014841"] .footer-section .footer-nav li {
  margin-bottom: 15px;
}
.strip[data-id="014841"] .footer-section .footer-nav li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="014841"] .footer-section .footer-nav li a i {
  font-size: 10px;
  color: #FF8C00;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.strip[data-id="014841"] .footer-section .footer-nav li a:hover {
  color: #FFFFFF;
  transform: translateX(5px);
}
.strip[data-id="014841"] .footer-section .footer-nav li a:hover i {
  opacity: 1;
  transform: translateX(3px);
}
.strip[data-id="014841"] .footer-section .social-wrapper {
  margin-bottom: 40px;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  border: 1px solid transparent;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links a:hover {
  background-color: #FF8C00;
  color: #000000;
  transform: translateY(-5px);
  border-color: #FF8C00;
  box-shadow: 0 10px 20px rgba(255, 140, 0, 0.2);
}
.strip[data-id="014841"] .footer-section .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="014841"] .footer-section .copyright-text {
  font-size: 13px;
  opacity: 0.6;
  margin: 0;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links a:hover {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .strip[data-id="014841"] .footer-section .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .strip[data-id="014841"] .footer-section .about-col {
    grid-column: span 2;
    text-align: center;
  }
  .strip[data-id="014841"] .footer-section .about-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="014841"] .footer-section .footer-logo-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .strip[data-id="014841"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="014841"] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="014841"] .footer-section .about-col, .strip[data-id="014841"] .footer-section .links-col, .strip[data-id="014841"] .footer-section .contact-col {
    grid-column: span 1;
  }
  .strip[data-id="014841"] .footer-section .footer-nav li a {
    justify-content: center;
  }
  .strip[data-id="014841"] .footer-section .social-links {
    justify-content: center;
  }
  .strip[data-id="014841"] .footer-section .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="014841"] .footer-section h4::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}