@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@600;700&family=Roboto:wght@400;500&display=swap');
.strip[data-id="23e7b5"] {
  --section-id: "23e7b5";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/23e7b5";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/23e7b5";
  /* Dropdown Arrow */
  /* Dropdown Styles */
  /* Mobile Toggle */
  /* Mobile Menu Overlay */
}
.strip[data-id="23e7b5"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.strip[data-id="23e7b5"] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="23e7b5"] .logo-link {
  display: block;
  height: 55px;
  transition: transform 0.3s ease;
}
.strip[data-id="23e7b5"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="23e7b5"] .logo-link img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.strip[data-id="23e7b5"] .desktop-nav {
  display: block;
}
.strip[data-id="23e7b5"] .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="23e7b5"] .nav-list > li {
  position: relative;
  padding: 15px 0;
}
.strip[data-id="23e7b5"] .nav-list > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  letter-spacing: 0.5px;
}
.strip[data-id="23e7b5"] .nav-list > li > a:hover,
.strip[data-id="23e7b5"] .nav-list > li.active > a {
  color: #004a99;
}
.strip[data-id="23e7b5"] .nav-list > li > a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #004a99;
  transition: width 0.3s ease;
  border-radius: 2px;
}
.strip[data-id="23e7b5"] .nav-list > li > a:hover::after,
.strip[data-id="23e7b5"] .nav-list > li.active > a::after {
  width: 100%;
}
.strip[data-id="23e7b5"] .arrow-down {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s ease;
}
.strip[data-id="23e7b5"] .dropdown:hover .arrow-down {
  transform: rotate(-135deg) translateY(-2px);
}
.strip[data-id="23e7b5"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  background-color: #ffffff;
  min-width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-top: 4px solid #004a99;
  border-radius: 0 0 4px 4px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1001;
}
.strip[data-id="23e7b5"] .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.strip[data-id="23e7b5"] .dropdown-menu li a {
  display: block;
  padding: 12px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.strip[data-id="23e7b5"] .dropdown-menu li a:hover {
  background-color: #f4f7fa;
  color: #004a99;
  border-left-color: #004a99;
  padding-left: 30px;
}
.strip[data-id="23e7b5"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id="23e7b5"] .mobile-toggle span {
  width: 100%;
  height: 3px;
  background-color: #004a99;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id="23e7b5"] .mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  padding: 100px 30px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.strip[data-id="23e7b5"] .mobile-overlay.active {
  transform: translateX(0);
}
.strip[data-id="23e7b5"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="23e7b5"] .mobile-nav-list > li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}
.strip[data-id="23e7b5"] .mobile-nav-list > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="23e7b5"] .mobile-dropdown-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9f9f9;
  margin: 10px -30px 0;
  padding: 0 30px;
}
.strip[data-id="23e7b5"] .mobile-nav-list li.open .mobile-dropdown-items {
  max-height: 500px;
  padding: 15px 30px;
}
.strip[data-id="23e7b5"] .mobile-dropdown-items a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-weight: 500;
}
.strip[data-id="23e7b5"] .mobile-dropdown-items a:hover {
  color: #004a99;
}
@media (max-width: 1100px) {
  .strip[data-id="23e7b5"] .desktop-nav {
    display: none;
  }
  .strip[data-id="23e7b5"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="23e7b5"] .header-section {
    height: 70px;
  }
}.strip[data-id=ff4fe8] {
  --section-id: "ff4fe8";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/ff4fe8";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/ff4fe8";
  /* Subtle radial glow to center the content */
}
.strip[data-id=ff4fe8] section {
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #004a99 0%, #002d5e 100%);
  padding: 100px 0;
}
.strip[data-id=ff4fe8] .technical-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
  pointer-events: none;
}
.strip[data-id=ff4fe8] section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(0, 74, 153, 0.2) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=ff4fe8] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id=ff4fe8] .content-column {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 60px;
}
.strip[data-id=ff4fe8] .visual-column {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=ff4fe8] .title-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.strip[data-id=ff4fe8] .vertical-divider {
  width: 5px;
  background-color: #d1d1d1;
  margin-right: 25px;
  box-shadow: 0 0 15px rgba(209, 209, 209, 0.3);
}
.strip[data-id=ff4fe8] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=ff4fe8] h1 span {
  color: #d1d1d1;
  display: block;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.strip[data-id=ff4fe8] p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 45px 0;
  max-width: 90%;
}
.strip[data-id=ff4fe8] .cta-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: #ffffff;
  color: #004a99;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=ff4fe8] .cta-button:hover {
  background-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=ff4fe8] .image-frame {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(209, 209, 209, 0.2);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  backdrop-filter: blur(5px);
  animation: floating 5s ease-in-out infinite;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.strip[data-id=ff4fe8] .image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent, rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.strip[data-id=ff4fe8] .image-frame img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@media (max-width: 1100px) {
  .strip[data-id=ff4fe8] h1 {
    font-size: 42px;
  }
  .strip[data-id=ff4fe8] .content-column {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ff4fe8] section {
    padding: 80px 0;
    min-height: auto;
  }
  .strip[data-id=ff4fe8] .content-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 60px;
  }
  .strip[data-id=ff4fe8] .visual-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .strip[data-id=ff4fe8] .title-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id=ff4fe8] .vertical-divider {
    width: 60px;
    height: 4px;
    margin: 0 0 20px 0;
  }
  .strip[data-id=ff4fe8] h1 {
    font-size: 38px;
  }
  .strip[data-id=ff4fe8] p {
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 576px) {
  .strip[data-id=ff4fe8] section {
    padding: 60px 0;
  }
  .strip[data-id=ff4fe8] h1 {
    font-size: 30px;
  }
  .strip[data-id=ff4fe8] p {
    font-size: 17px;
  }
  .strip[data-id=ff4fe8] .cta-button {
    width: 100%;
    padding: 16px 20px;
  }
  .strip[data-id=ff4fe8] .image-frame {
    padding: 10px;
  }
}.strip[data-id="17b474"] {
  --section-id: "17b474";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/17b474";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/17b474";
  /* Background decoration */
  /* Connecting Lines (Desktop only) */
  /* Lightbox */
}
.strip[data-id="17b474"] section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id="17b474"] section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#004a99 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  opacity: 0.03;
  pointer-events: none;
}
.strip[data-id="17b474"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="17b474"] .header-content {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="17b474"] h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id="17b474"] .intro-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}
.strip[data-id="17b474"] .infographic-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.strip[data-id="17b474"] .info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 2;
}
.strip[data-id="17b474"] .schema-main {
  flex: 1.5;
  text-align: center;
  position: relative;
  padding: 20px;
}
.strip[data-id="17b474"] .schema-main img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease;
}
.strip[data-id="17b474"] .schema-main:hover img {
  transform: translateY(-5px);
}
.strip[data-id="17b474"] .info-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 74, 153, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
.strip[data-id="17b474"] .info-item:hover {
  box-shadow: 0 15px 40px rgba(0, 74, 153, 0.08);
  transform: translateY(-3px);
  border-color: rgba(0, 74, 153, 0.3);
}
.strip[data-id="17b474"] .info-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #004a99;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="17b474"] .info-item .icon-box {
  width: 32px;
  height: 32px;
  background: #004a99;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.strip[data-id="17b474"] .info-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="17b474"] .visual-proof-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="17b474"] .visual-proof {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #004a99;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 74, 153, 0.15);
}
.strip[data-id="17b474"] .visual-proof::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 74, 153, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="17b474"] .visual-proof:hover::after {
  opacity: 1;
}
.strip[data-id="17b474"] .visual-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="17b474"] .connecting-line {
  position: absolute;
  pointer-events: none;
  stroke: #004a99;
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
  fill: none;
  opacity: 0.3;
}
.strip[data-id="17b474"] .marker-dot {
  fill: #004a99;
}
.strip[data-id="17b474"] .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  padding: 40px;
}
.strip[data-id="17b474"] .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.strip[data-id="17b474"] .lightbox img {
  max-width: 100%;
  max-height: 90vh;
  border: 4px solid white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.strip[data-id="17b474"] .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.strip[data-id="17b474"] .extra-note {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  background: #f0f7ff;
  border-radius: 12px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  color: #004a99;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .strip[data-id="17b474"] .connecting-line {
    display: none;
  }
  .strip[data-id="17b474"] .infographic-container {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="17b474"] .info-column {
    width: 100%;
    gap: 30px;
  }
  .strip[data-id="17b474"] .schema-main {
    order: -1;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="17b474"] section {
    padding: 60px 0;
  }
  .strip[data-id="17b474"] h2 {
    font-size: 28px;
  }
  .strip[data-id="17b474"] .intro-text {
    font-size: 16px;
  }
  .strip[data-id="17b474"] .info-item {
    padding: 20px;
  }
}.strip[data-id="9d334e"] {
  --section-id: "9d334e";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/9d334e";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/9d334e";
}
.strip[data-id="9d334e"] .standards-section {
  background-color: #f9f9f9;
  padding: 100px 20px;
  width: 100%;
}
.strip[data-id="9d334e"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="9d334e"] .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.strip[data-id="9d334e"] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #004a99;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.strip[data-id="9d334e"] .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #004a99;
  border-radius: 2px;
}
.strip[data-id="9d334e"] .section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #444444;
  max-width: 850px;
  margin: 20px auto 0;
  line-height: 1.7;
}
.strip[data-id="9d334e"] .standards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id="9d334e"] .standard-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 45px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: calc(33.333% - 20px);
  min-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="9d334e"] .standard-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 74, 153, 0.1);
  border-color: #004a99;
}
.strip[data-id="9d334e"] .card-index {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #004a99;
  opacity: 0.2;
  text-transform: uppercase;
}
.strip[data-id="9d334e"] .icon-circle {
  width: 110px;
  height: 110px;
  background-color: #f0f4f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}
.strip[data-id="9d334e"] .standard-card:hover .icon-circle {
  background-color: #e1e9f0;
}
.strip[data-id="9d334e"] .icon-circle img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}
.strip[data-id="9d334e"] .standard-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #004a99;
  margin-bottom: 18px;
  line-height: 1.4;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.strip[data-id="9d334e"] .standard-card p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="9d334e"] .standards-footer {
  text-align: center;
  margin-top: 60px;
}
.strip[data-id="9d334e"] .footer-note {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #888888;
  font-style: italic;
  background: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #eeeeee;
}
@media (max-width: 1100px) {
  .strip[data-id="9d334e"] .standard-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 680px) {
  .strip[data-id="9d334e"] .standards-section {
    padding: 70px 15px;
  }
  .strip[data-id="9d334e"] .standard-card {
    width: 100%;
    min-width: 0;
  }
  .strip[data-id="9d334e"] .section-title {
    font-size: 28px;
  }
}.strip[data-id=f0b836] {
  --section-id: "f0b836";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/f0b836";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/f0b836";
}
.strip[data-id=f0b836] .partners-section {
  background-color: #ffffff;
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
.strip[data-id=f0b836] .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=f0b836] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.strip[data-id=f0b836] .section-title::before,
.strip[data-id=f0b836] .section-title::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #e0e0e0;
}
.strip[data-id=f0b836] .partners-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.strip[data-id=f0b836] .partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id=f0b836] .partner-item img {
  max-height: 55px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.strip[data-id=f0b836] .partner-item:hover {
  transform: translateY(-5px);
}
.strip[data-id=f0b836] .partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 1024px) {
  .strip[data-id=f0b836] .partners-strip {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f0b836] .partners-section {
    padding: 60px 15px;
  }
  .strip[data-id=f0b836] .partners-strip {
    gap: 40px;
  }
  .strip[data-id=f0b836] .partner-item img {
    max-height: 45px;
  }
  .strip[data-id=f0b836] .section-title {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=f0b836] .partners-strip {
    gap: 35px;
  }
  .strip[data-id=f0b836] .section-title::before,
  .strip[data-id=f0b836] .section-title::after {
    width: 20px;
  }
}.strip[data-id="3c253b"] {
  --section-id: "3c253b";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/3c253b";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/3c253b";
}
.strip[data-id="3c253b"] .quick-links-industrial-cards {
  background-color: #004a99;
  padding: 100px 20px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.strip[data-id="3c253b"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="3c253b"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="3c253b"] .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="3c253b"] .section-header p {
  font-size: 18px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="3c253b"] .grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.strip[data-id="3c253b"] .card {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 45px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  box-sizing: border-box;
}
.strip[data-id="3c253b"] .card:hover {
  background-color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
}
.strip[data-id="3c253b"] .icon {
  margin-bottom: 30px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.strip[data-id="3c253b"] .card:hover .icon {
  color: #004a99;
}
.strip[data-id="3c253b"] .card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.strip[data-id="3c253b"] .card:hover h3 {
  color: #004a99;
}
.strip[data-id="3c253b"] .card p {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.85;
  margin: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.strip[data-id="3c253b"] .card:hover p {
  color: #004a99;
  opacity: 1;
}
.strip[data-id="3c253b"] .arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s ease;
}
.strip[data-id="3c253b"] .card:hover .arrow {
  color: #004a99;
  transform: translateX(8px);
}
@media (max-width: 1100px) {
  .strip[data-id="3c253b"] .grid {
    gap: 20px;
  }
  .strip[data-id="3c253b"] .card {
    padding: 35px 25px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="3c253b"] .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="3c253b"] .grid {
    flex-wrap: wrap;
  }
  .strip[data-id="3c253b"] .card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="3c253b"] .quick-links-industrial-cards {
    padding: 70px 20px;
  }
  .strip[data-id="3c253b"] .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id="3c253b"] .grid {
    flex-direction: column;
  }
  .strip[data-id="3c253b"] .card {
    flex: 1 1 auto;
    min-height: auto;
  }
}.strip[data-id=c76573] {
  --section-id: "c76573";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/c76573";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/c76573";
}
.strip[data-id=c76573] .global-reach-map-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background-color: #f4f7f9;
}
.strip[data-id=c76573] .background-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://preview-zzv-eur-cz.praweb.cz/_section/c76573/world-map-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.1, 0, 0.3, 1);
}
.strip[data-id=c76573] .global-reach-map-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 2;
}
.strip[data-id=c76573] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id=c76573] .content-wrapper {
  display: flex;
  justify-content: flex-start;
}
.strip[data-id=c76573] .info-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 60px;
  max-width: 580px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 30px 60px rgba(0, 40, 80, 0.12);
}
.strip[data-id=c76573] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #004a99;
  margin-bottom: 30px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.strip[data-id=c76573] .text-content {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #2c3e50;
  line-height: 1.7;
  margin-bottom: 40px;
}
.strip[data-id=c76573] .text-content p {
  margin-bottom: 20px;
}
.strip[data-id=c76573] .text-content p:last-child {
  margin-bottom: 0;
}
.strip[data-id=c76573] .micro-graphics {
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(0, 74, 153, 0.1);
  padding-top: 30px;
}
.strip[data-id=c76573] .graphic-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #004a99;
  transition: transform 0.3s ease;
}
.strip[data-id=c76573] .graphic-item:hover {
  transform: translateY(-2px);
}
.strip[data-id=c76573] .icon-wrapper {
  width: 36px;
  height: 36px;
  color: #004a99;
  flex-shrink: 0;
  background: rgba(0, 74, 153, 0.05);
  padding: 8px;
  border-radius: 8px;
}
.strip[data-id=c76573] .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=c76573] .map-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  transition: transform 0.3s ease-out;
}
.strip[data-id=c76573] .city-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #004a99;
  border-radius: 50%;
  z-index: 6;
}
.strip[data-id=c76573] .city-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  animation: pulse-ring 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.strip[data-id=c76573] .city-dot::after {
  content: attr(data-label);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #004a99;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.strip[data-id=c76573] .city-dot.prague {
  top: 45%;
  left: 48%;
}
.strip[data-id=c76573] .city-dot.kyiv {
  top: 48%;
  left: 62%;
}
.strip[data-id=c76573] .connection-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strip[data-id=c76573] .line-path {
  fill: none;
  stroke: #004a99;
  stroke-width: 2;
  stroke-dasharray: 6, 4;
  opacity: 0.4;
  stroke-linecap: round;
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.33);
    opacity: 1;
  }
  80%, 100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=c76573] .info-card {
    max-width: 500px;
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=c76573] .global-reach-map-section {
    padding: 60px 0;
    min-height: auto;
  }
  .strip[data-id=c76573] .content-wrapper {
    justify-content: center;
  }
  .strip[data-id=c76573] .info-card {
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .strip[data-id=c76573] .background-map {
    position: relative;
    height: 350px;
    order: 2;
    margin-top: 40px;
    transform: none !important;
  }
  .strip[data-id=c76573] .global-reach-map-section::after {
    display: none;
  }
  .strip[data-id=c76573] .map-decorations {
    display: none;
  }
  .strip[data-id=c76573] .content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .strip[data-id=c76573] .info-card {
    padding: 30px 20px;
  }
  .strip[data-id=c76573] h2 {
    font-size: 26px;
  }
  .strip[data-id=c76573] .micro-graphics {
    flex-direction: column;
    gap: 20px;
  }
}.strip[data-id=c2baaa] {
  --section-id: "c2baaa";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/c2baaa";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/c2baaa";
}
.strip[data-id=c2baaa] .industrial-footer {
  background-color: #1a1a1a;
  border-top: 4px solid #004a99;
  padding: 80px 0 0 0;
  color: #d1d1d1;
}
.strip[data-id=c2baaa] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c2baaa] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  padding-bottom: 60px;
}
.strip[data-id=c2baaa] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  position: relative;
}
.strip[data-id=c2baaa] h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background-color: #004a99;
}
.strip[data-id=c2baaa] p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.strip[data-id=c2baaa] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c2baaa] .contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.strip[data-id=c2baaa] .contact-list i {
  color: #004a99;
  width: 20px;
  margin-top: 4px;
  margin-right: 15px;
  font-size: 16px;
  text-align: center;
}
.strip[data-id=c2baaa] .contact-list a {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=c2baaa] .contact-list a:hover {
  color: #ffffff;
}
.strip[data-id=c2baaa] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.strip[data-id=c2baaa] .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=c2baaa] .social-links a:hover {
  background-color: #004a99;
  transform: translateY(-3px);
}
.strip[data-id=c2baaa] .map-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #333333;
}
.strip[data-id=c2baaa] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.85);
}
.strip[data-id=c2baaa] .footer-bottom {
  background-color: #111111;
  padding: 25px 0;
  border-top: 1px solid #222222;
}
.strip[data-id=c2baaa] .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #888888;
}
.strip[data-id=c2baaa] .footer-bottom a {
  color: #888888;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=c2baaa] .footer-bottom a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id=c2baaa] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id=c2baaa] .map-col {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c2baaa] .industrial-footer {
    padding: 60px 0 0 0;
  }
  .strip[data-id=c2baaa] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
  .strip[data-id=c2baaa] .map-col {
    grid-column: span 1;
  }
  .strip[data-id=c2baaa] .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}