@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;500;700;800;900&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=daec55] {
  --section-id: "daec55";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/daec55";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/daec55";
  /* Scroll Indicator */
}
.strip[data-id=daec55] .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://preview-jadrove-vrty-cz.proweb.cz/_section/daec55/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.strip[data-id=daec55] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.strip[data-id=daec55] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.strip[data-id=daec55] .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=daec55] .title-group {
  display: flex;
  align-items: stretch;
}
.strip[data-id=daec55] .vertical-line {
  width: 6px;
  background-color: #ff6600;
  margin-right: 30px;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
  animation: growLine 1.5s ease-out forwards;
}
@keyframes growLine {
  from {
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.strip[data-id=daec55] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=daec55] h1 .accent {
  color: #ff6600;
}
.strip[data-id=daec55] .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 650px;
  margin: 0 0 40px 0;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}
.strip[data-id=daec55] .button-group {
  display: flex;
  gap: 20px;
}
.strip[data-id=daec55] .cta-button {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ff6600;
  color: #ffffff;
  padding: 20px 45px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.strip[data-id=daec55] .cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.strip[data-id=daec55] .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
}
.strip[data-id=daec55] .cta-button:hover::after {
  left: 100%;
}
.strip[data-id=daec55] .cta-button:hover .btn-icon {
  transform: translateX(5px);
}
.strip[data-id=daec55] .cta-button .btn-icon {
  transition: transform 0.3s ease;
  font-size: 22px;
}
.strip[data-id=daec55] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  opacity: 0.7;
}
.strip[data-id=daec55] .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  position: relative;
}
.strip[data-id=daec55] .mouse .wheel {
  width: 4px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
  }
}
.strip[data-id=daec55] .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin: -5px;
  animation: arrowDown 2s infinite;
}
.strip[data-id=daec55] .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
@keyframes arrowDown {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=daec55] .hero-section {
    min-height: 80vh;
    padding: 60px 0;
  }
  .strip[data-id=daec55] .container {
    padding: 0 20px;
  }
  .strip[data-id=daec55] .vertical-line {
    width: 4px;
    margin-right: 15px;
  }
  .strip[data-id=daec55] .subtitle {
    margin-bottom: 30px;
  }
  .strip[data-id=daec55] .cta-button {
    padding: 16px 30px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
  }
  .strip[data-id=daec55] .scroll-indicator {
    display: none;
  }
}.strip[data-id="3d46da"] {
  --section-id: "3d46da";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/3d46da";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/3d46da";
}
.strip[data-id="3d46da"] .about-tech-section {
  background-color: hsl(0, 0%, 10%);
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.strip[data-id="3d46da"] .about-tech-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="3d46da"] .about-tech-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="3d46da"] .about-tech-section .content-column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="3d46da"] .about-tech-section h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.strip[data-id="3d46da"] .about-tech-section .description {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #bbbbbb;
  margin: 0;
}
.strip[data-id="3d46da"] .about-tech-section .description p {
  margin: 0;
}
.strip[data-id="3d46da"] .about-tech-section .tech-box {
  background-color: hsl(0, 0%, 13%);
  border-left: 4px solid #ff6600;
  padding: 35px;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3d46da"] .about-tech-section .tech-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id="3d46da"] .about-tech-section .tech-details li {
  display: flex;
  gap: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #eeeeee;
}
.strip[data-id="3d46da"] .about-tech-section .tech-details li .icon {
  color: #ff6600;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="3d46da"] .about-tech-section .tech-details li .icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="3d46da"] .about-tech-section .keywords-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="3d46da"] .about-tech-section .keywords-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff6600;
  font-weight: 700;
}
.strip[data-id="3d46da"] .about-tech-section .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.strip[data-id="3d46da"] .about-tech-section .tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(255, 102, 0, 0.4);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.strip[data-id="3d46da"] .about-tech-section .tag:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}
.strip[data-id="3d46da"] .about-tech-section .image-column {
  position: relative;
}
.strip[data-id="3d46da"] .about-tech-section .image-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.strip[data-id="3d46da"] .about-tech-section .image-wrapper::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: -25px;
  bottom: -25px;
  border: 3px solid #ff6600;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
}
.strip[data-id="3d46da"] .about-tech-section .image-wrapper:hover::after {
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
}
.strip[data-id="3d46da"] .about-tech-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.strip[data-id="3d46da"] .about-tech-section .image-wrapper:hover img {
  transform: scale(1.02);
}
@media (max-width: 1100px) {
  .strip[data-id="3d46da"] .about-tech-section .grid {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="3d46da"] .about-tech-section {
    padding: 80px 20px;
  }
  .strip[data-id="3d46da"] .about-tech-section .grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="3d46da"] .about-tech-section .image-column {
    order: -1;
    max-width: 800px;
    margin: 0 auto 30px;
    width: 100%;
  }
  .strip[data-id="3d46da"] .about-tech-section h2 {
    font-size: 36px;
    text-align: center;
  }
  .strip[data-id="3d46da"] .about-tech-section .description {
    text-align: center;
  }
  .strip[data-id="3d46da"] .about-tech-section .tech-box {
    border-radius: 8px;
    border-left: none;
    border-top: 4px solid #ff6600;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3d46da"] .about-tech-section {
    padding: 60px 15px;
  }
  .strip[data-id="3d46da"] .about-tech-section h2 {
    font-size: 28px;
  }
  .strip[data-id="3d46da"] .about-tech-section .image-wrapper::after {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
  .strip[data-id="3d46da"] .about-tech-section .tech-box {
    padding: 25px 20px;
  }
}@charset "UTF-8";
.strip[data-id=b6ed0b] {
  --section-id: "b6ed0b";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/b6ed0b";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/b6ed0b";
}
.strip[data-id=b6ed0b] .usage-params-section {
  background-color: #000000;
  color: #ffffff;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  /* Technical corner markers */
}
.strip[data-id=b6ed0b] .usage-params-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=b6ed0b] .usage-params-section .corner-marker {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 102, 0, 0.2);
  pointer-events: none;
  user-select: none;
}
.strip[data-id=b6ed0b] .usage-params-section .corner-marker::before, .strip[data-id=b6ed0b] .usage-params-section .corner-marker::after {
  content: "";
  position: absolute;
  background: #ff6600;
}
.strip[data-id=b6ed0b] .usage-params-section .top-left {
  top: 40px;
  left: 40px;
}
.strip[data-id=b6ed0b] .usage-params-section .top-left::before {
  top: -1px;
  left: -1px;
  width: 15px;
  height: 2px;
}
.strip[data-id=b6ed0b] .usage-params-section .top-left::after {
  top: -1px;
  left: -1px;
  width: 2px;
  height: 15px;
}
.strip[data-id=b6ed0b] .usage-params-section .top-right {
  top: 40px;
  right: 40px;
}
.strip[data-id=b6ed0b] .usage-params-section .top-right::before {
  top: -1px;
  right: -1px;
  width: 15px;
  height: 2px;
}
.strip[data-id=b6ed0b] .usage-params-section .top-right::after {
  top: -1px;
  right: -1px;
  width: 2px;
  height: 15px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-left {
  bottom: 40px;
  left: 40px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-left::before {
  bottom: -1px;
  left: -1px;
  width: 15px;
  height: 2px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-left::after {
  bottom: -1px;
  left: -1px;
  width: 2px;
  height: 15px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-right {
  bottom: 40px;
  right: 40px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-right::before {
  bottom: -1px;
  right: -1px;
  width: 15px;
  height: 2px;
}
.strip[data-id=b6ed0b] .usage-params-section .bottom-right::after {
  bottom: -1px;
  right: -1px;
  width: 2px;
  height: 15px;
}
.strip[data-id=b6ed0b] .usage-params-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=b6ed0b] .usage-params-section .section-header .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=b6ed0b] .usage-params-section .section-header .section-title span {
  color: #ff6600;
}
.strip[data-id=b6ed0b] .usage-params-section .section-header .section-intro {
  font-size: 18px;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto;
  color: #b0b0b0;
  line-height: 1.7;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 100px;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card {
  background: #0a0a0a;
  padding: 60px 40px;
  border-radius: 4px;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  width: calc(33.333% - 17px);
  min-width: 300px;
  min-height: 220px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:nth-child(1) {
  animation-delay: 0.15s;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:nth-child(2) {
  animation-delay: 0.3s;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:nth-child(3) {
  animation-delay: 0.45s;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:nth-child(4) {
  animation-delay: 0.6s;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:nth-child(5) {
  animation-delay: 0.75s;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 102, 0, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff6600;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: left;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card .card-number {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 102, 0, 0.08); /* Zvýšeno z 0.03 pro lepší čitelnost */
  line-height: 1;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  pointer-events: none;
  user-select: none;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card .app-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 102, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:hover::before {
  opacity: 1;
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:hover::after {
  transform: scaleX(1);
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:hover .card-number {
  color: rgba(255, 102, 0, 0.15); /* Zvýšeno z 0.08 */
  transform: translateY(10px) scale(1.1);
}
.strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card:hover .app-text {
  color: #ffffff;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs::after {
  content: "TECHNICAL SPECIFICATIONS";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  padding: 0 20px;
  font-size: 10px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs .spec-item .spec-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs .spec-item .spec-header .spec-icon {
  width: 20px;
  height: 20px;
  color: #ff6600;
  flex-shrink: 0;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs .spec-item .spec-header .spec-label {
  font-size: 13px;
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.strip[data-id=b6ed0b] .usage-params-section .technical-specs .spec-item .spec-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #d0d0d0;
  margin: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
  .strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card {
    width: calc(50% - 13px);
  }
}
@media (max-width: 992px) {
  .strip[data-id=b6ed0b] .usage-params-section .technical-specs {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=b6ed0b] .usage-params-section .technical-specs .spec-header {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b6ed0b] .usage-params-section {
    padding: 70px 20px;
  }
  .strip[data-id=b6ed0b] .usage-params-section .section-header .section-title {
    font-size: 32px;
  }
  .strip[data-id=b6ed0b] .usage-params-section .applications-grid .app-card {
    width: 100%;
    min-width: 0;
    padding: 40px 30px;
    min-height: 160px;
  }
}.strip[data-id=f54c39] {
  --section-id: "f54c39";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/f54c39";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/f54c39";
}
.strip[data-id=f54c39] .why-choose-us-section {
  background-color: #121212;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  /* Special handling for 7 items to make it look balanced */
}
.strip[data-id=f54c39] .why-choose-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #333, transparent);
}
.strip[data-id=f54c39] .why-choose-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.strip[data-id=f54c39] .why-choose-us-section .header-area {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
.strip[data-id=f54c39] .why-choose-us-section .badges-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  perspective: 1000px;
}
.strip[data-id=f54c39] .why-choose-us-section .badge-stamp {
  border: 2px dashed #ff6600;
  color: #ff6600;
  padding: 6px 15px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  background: rgba(255, 102, 0, 0.05);
  opacity: 0.9;
  letter-spacing: 2px;
  display: inline-block;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.strip[data-id=f54c39] .why-choose-us-section .badge-stamp:nth-child(1) {
  transform: rotate(-8deg) translateY(5px);
}
.strip[data-id=f54c39] .why-choose-us-section .badge-stamp:nth-child(2) {
  transform: rotate(4deg);
  border-style: solid;
}
.strip[data-id=f54c39] .why-choose-us-section .badge-stamp:nth-child(3) {
  transform: rotate(-3deg) translateY(-5px);
}
.strip[data-id=f54c39] .why-choose-us-section .section-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.strip[data-id=f54c39] .why-choose-us-section .section-title span {
  color: #ff6600;
}
.strip[data-id=f54c39] .why-choose-us-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-content: center;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 45px 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Centering the last row if it has fewer items */
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff6600;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card:hover {
  border-color: #444;
  transform: translateY(-10px);
  background-color: #222;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
  color: #ff8533;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card .benefit-icon {
  font-size: 54px;
  color: #ff6600;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card .benefit-text {
  color: #e0e0e0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.strip[data-id=f54c39] .why-choose-us-section .benefit-card:nth-child(n+5) {
  grid-column: span 1;
}
.strip[data-id=f54c39] .why-choose-us-section .benefits-grid .benefit-card:nth-child(5) {
  grid-column: 1/2;
  grid-row: 2;
  margin-left: 50%;
  width: 100%;
}
.strip[data-id=f54c39] .why-choose-us-section .benefits-grid .benefit-card:nth-child(6) {
  grid-column: 2/3;
  grid-row: 2;
  margin-left: 50%;
  width: 100%;
}
.strip[data-id=f54c39] .why-choose-us-section .benefits-grid .benefit-card:nth-child(7) {
  grid-column: 3/4;
  grid-row: 2;
  margin-left: 50%;
  width: 100%;
}
@media (max-width: 1200px) {
  .strip[data-id=f54c39] .why-choose-us-section .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .strip[data-id=f54c39] .why-choose-us-section .benefits-grid .benefit-card:nth-child(n) {
    grid-column: auto !important;
    margin-left: 0 !important;
    width: auto !important;
  }
}
@media (max-width: 992px) {
  .strip[data-id=f54c39] .why-choose-us-section {
    padding: 80px 0;
  }
  .strip[data-id=f54c39] .why-choose-us-section .section-title {
    font-size: 32px;
  }
  .strip[data-id=f54c39] .why-choose-us-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id=f54c39] .why-choose-us-section {
    padding: 60px 0;
  }
  .strip[data-id=f54c39] .why-choose-us-section .section-title {
    font-size: 28px;
  }
  .strip[data-id=f54c39] .why-choose-us-section .benefits-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f54c39] .why-choose-us-section .badge-stamp {
    font-size: 10px;
    padding: 4px 10px;
  }
}.strip[data-id="6d7c69"] {
  --section-id: "6d7c69";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/6d7c69";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/6d7c69";
}
.strip[data-id="6d7c69"] .nonstop-cta-section {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://preview-jadrove-vrty-cz.proweb.cz/_section/6d7c69/background-drilling.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 20px;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .industrial-stripe {
  position: absolute;
  width: 120px;
  height: 180%;
  background: repeating-linear-gradient(45deg, #ff8c00, #ff8c00 20px, #1a1a1a 20px, #1a1a1a 40px);
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
  filter: blur(1px);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .industrial-stripe.left {
  left: -60px;
  top: -40%;
  transform: rotate(-20deg);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .industrial-stripe.right {
  right: -60px;
  bottom: -40%;
  transform: rotate(-20deg);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .container {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  color: #ffffff;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .badge {
  display: inline-block;
  background-color: #ff8c00;
  color: #000;
  padding: 5px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.strip[data-id="6d7c69"] .nonstop-cta-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 52px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1.1;
  letter-spacing: -1px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id="6d7c69"] .nonstop-cta-section h2 i {
  color: #ff8c00;
  margin-right: 15px;
  font-size: 0.9em;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .phone-wrapper {
  margin-bottom: 40px;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .phone-number {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: #ff8c00;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-shadow: 0 4px 15px rgba(255, 140, 0, 0.2);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .phone-number i {
  font-size: 0.8em;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .phone-number:hover {
  transform: scale(1.05);
  color: #ffa533;
  text-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .cta-button {
  display: inline-block;
  background-color: #ff8c00;
  color: #ffffff;
  padding: 20px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.7);
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.strip[data-id="6d7c69"] .nonstop-cta-section .cta-button:hover {
  background-color: #e67e00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="6d7c69"] .nonstop-cta-section .cta-button:active {
  transform: translateY(-1px);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 140, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0);
  }
}
@media (max-width: 992px) {
  .strip[data-id="6d7c69"] .nonstop-cta-section h2 {
    font-size: 42px;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section .phone-number {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6d7c69"] .nonstop-cta-section {
    background-attachment: scroll;
    padding: 60px 20px;
    min-height: auto;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section .industrial-stripe {
    width: 80px;
    opacity: 0.25;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section h2 {
    font-size: 32px;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section h2 i {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section .phone-number {
    font-size: 36px;
    gap: 10px;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section .description {
    font-size: 18px;
  }
  .strip[data-id="6d7c69"] .nonstop-cta-section .cta-button {
    padding: 15px 35px;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
  }
}.strip[data-id=ab87bb] {
  --section-id: "ab87bb";
  --storage-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/ab87bb";
  --public-url: "https://preview-jadrove-vrty-cz.proweb.cz/_section/ab87bb";
}
.strip[data-id=ab87bb] .contact-map-section {
  background-color: #121212;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 102, 0, 0.05) 1px, transparent 0);
  background-size: 30px 30px;
  color: #ffffff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.strip[data-id=ab87bb] .contact-map-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(255, 102, 0, 0.02) 100%);
  pointer-events: none;
}
.strip[data-id=ab87bb] .contact-map-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=ab87bb] .contact-map-section .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info {
  flex: 1 1 450px;
  max-width: 45%;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #ffffff;
  position: relative;
  padding-left: 25px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background-color: #ff6600;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item {
  margin-bottom: 35px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 12px;
  letter-spacing: 2px;
  opacity: 0.9;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .info-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .info-content i {
  color: #ff6600;
  font-size: 22px;
  margin-top: 3px;
  width: 24px;
  text-align: center;
  filter: drop-shadow(0 0 5px rgba(255, 102, 0, 0.3));
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .info-content p, .strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .info-content .contact-link {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.4;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .info-content .contact-link:hover {
  color: #ff6600;
  transform: translateX(8px);
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-left: 44px;
  color: #ff6600;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .map-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .info-item .map-link i {
  font-size: 12px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .social-links {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .social-links .facebook-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2);
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .social-links .facebook-icon i {
  font-size: 22px;
}
.strip[data-id=ab87bb] .contact-map-section .contact-info .social-links .facebook-icon:hover {
  transform: translateY(-5px);
  background-color: #e65c00;
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.4);
}
.strip[data-id=ab87bb] .contact-map-section .map-container {
  flex: 1 1 500px;
  height: 550px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 102, 0, 0.1);
}
.strip[data-id=ab87bb] .contact-map-section .map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1) invert(0.88) brightness(0.9) contrast(1.1);
  display: block;
  border: 0;
}
.strip[data-id=ab87bb] .contact-map-section .map-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .strip[data-id=ab87bb] .contact-map-section .contact-grid {
    gap: 50px;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .strip[data-id=ab87bb] .contact-map-section {
    padding: 80px 0;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info h2 {
    padding-left: 0;
    display: inline-block;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info h2::before {
    left: -20px;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info .info-content {
    justify-content: center;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info .map-link {
    margin-left: 0;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info .social-links {
    justify-content: center;
  }
  .strip[data-id=ab87bb] .contact-map-section .map-container {
    flex: 1 1 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ab87bb] .contact-map-section {
    padding: 60px 0;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info h2 {
    font-size: 32px;
  }
  .strip[data-id=ab87bb] .contact-map-section .contact-info .info-content p, .strip[data-id=ab87bb] .contact-map-section .contact-info .info-content .contact-link {
    font-size: 18px;
  }
  .strip[data-id=ab87bb] .contact-map-section .map-container {
    height: 350px;
  }
}.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;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  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;
  }
}