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

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="83dbe7"] {
  --section-id: "83dbe7";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/83dbe7";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/83dbe7";
  /* CTA style for Kontakt */
}
.strip[data-id="83dbe7"] .header-wrapper {
  background: hsla(0, 0%, 100%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 3px solid hsl(24, 100%, 50%);
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id="83dbe7"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.strip[data-id="83dbe7"] .logo-link {
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="83dbe7"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="83dbe7"] .logo-img {
  max-height: 50px;
  width: auto;
  display: block;
  border-radius: 4px;
}
.strip[data-id="83dbe7"] .main-nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.strip[data-id="83dbe7"] .nav-link {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(210, 100%, 20%);
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="83dbe7"] .nav-link i {
  font-size: 1.1em;
  color: hsl(210, 100%, 30%);
  transition: color 0.3s ease;
}
.strip[data-id="83dbe7"] .nav-link:hover {
  color: hsl(24, 100%, 50%);
}
.strip[data-id="83dbe7"] .nav-link:hover i {
  color: hsl(24, 100%, 50%);
}
.strip[data-id="83dbe7"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(24, 100%, 50%);
  transition: width 0.3s ease;
}
.strip[data-id="83dbe7"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="83dbe7"] .nav-item-cta .nav-link {
  background: hsl(210, 100%, 20%);
  color: white;
  padding: 8px 18px;
  border-radius: 50px;
}
.strip[data-id="83dbe7"] .nav-item-cta .nav-link i {
  color: white;
}
.strip[data-id="83dbe7"] .nav-item-cta .nav-link:hover {
  background: hsl(24, 100%, 50%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px hsla(24, 100%, 50%, 0.3);
}
.strip[data-id="83dbe7"] .nav-item-cta .nav-link:hover i {
  color: white;
}
.strip[data-id="83dbe7"] .nav-item-cta .nav-link::after {
  display: none;
}
.strip[data-id="83dbe7"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 100;
}
.strip[data-id="83dbe7"] .hamburger {
  display: block;
  width: 25px;
  height: 2px;
  background-color: hsl(24, 100%, 50%);
  position: relative;
  transition: background-color 0.3s ease;
}
.strip[data-id="83dbe7"] .hamburger::before,
.strip[data-id="83dbe7"] .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsl(24, 100%, 50%);
  left: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="83dbe7"] .hamburger::before {
  top: -8px;
}
.strip[data-id="83dbe7"] .hamburger::after {
  top: 8px;
}
.strip[data-id="83dbe7"] .mobile-toggle.active .hamburger {
  background-color: transparent;
}
.strip[data-id="83dbe7"] .mobile-toggle.active .hamburger::before {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="83dbe7"] .mobile-toggle.active .hamburger::after {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id="83dbe7"] .main-nav-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="83dbe7"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="83dbe7"] .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="83dbe7"] .main-nav.active {
    max-height: 500px;
  }
  .strip[data-id="83dbe7"] .main-nav-list {
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
    align-items: stretch;
  }
  .strip[data-id="83dbe7"] .nav-item {
    width: 100%;
  }
  .strip[data-id="83dbe7"] .nav-link {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
  }
  .strip[data-id="83dbe7"] .nav-link::after {
    display: none;
  }
  .strip[data-id="83dbe7"] .nav-item-cta .nav-link {
    border-radius: 0;
    background: transparent;
    color: hsl(210, 100%, 20%);
  }
  .strip[data-id="83dbe7"] .nav-item-cta .nav-link i {
    color: hsl(210, 100%, 30%);
  }
  .strip[data-id="83dbe7"] .nav-item-cta .nav-link:hover {
    background: hsl(24, 100%, 50%);
    color: white;
    transform: none;
    box-shadow: none;
  }
}.strip[data-id=e2de34] {
  --section-id: "e2de34";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/e2de34";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/e2de34";
}
.strip[data-id=e2de34] .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle, transparent 0%, hsla(210, 100%, 10%, 0.6) 100%), url(https://preview-zyxsro-cz.praweb.cz/_section/e2de34/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id=e2de34] .hero-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=e2de34] .hero-section .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=e2de34] .hero-section h1 {
  font-size: 64px;
  font-weight: 800;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  margin: 0 0 24px 0;
  text-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.7);
  line-height: 1.1;
}
.strip[data-id=e2de34] .hero-section p {
  font-size: 22px;
  color: hsl(0, 0%, 90%);
  max-width: 750px;
  margin: 0 0 48px 0;
  line-height: 1.6;
  text-shadow: 1px 1px 5px hsla(0, 0%, 0%, 0.5);
}
.strip[data-id=e2de34] .hero-section .cta-button {
  display: inline-block;
  padding: 20px 48px;
  background-color: hsl(24, 100%, 50%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  box-shadow: 0 10px 20px hsla(24, 100%, 50%, 0.2), inset 0 -4px 0 hsla(0, 0%, 0%, 0.2);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}
.strip[data-id=e2de34] .hero-section .cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px hsla(24, 100%, 50%, 0.4), inset 0 -4px 0 hsla(0, 0%, 0%, 0.2);
}
.strip[data-id=e2de34] .hero-section .decoration {
  position: absolute;
  width: 250px;
  height: 250px;
  pointer-events: none;
  opacity: 0.2;
  z-index: 1;
}
.strip[data-id=e2de34] .hero-section .decoration.decoration-top-left {
  top: 60px;
  left: 60px;
  border-top: 3px solid hsl(24, 100%, 50%);
  border-left: 3px solid hsl(24, 100%, 50%);
  background-image: radial-gradient(hsl(0, 0%, 100%) 1px, transparent 1px);
  background-size: 15px 15px;
}
.strip[data-id=e2de34] .hero-section .decoration.decoration-bottom-right {
  bottom: 60px;
  right: 60px;
  border-bottom: 3px solid hsl(24, 100%, 50%);
  border-right: 3px solid hsl(24, 100%, 50%);
  background-image: radial-gradient(hsl(0, 0%, 100%) 1px, transparent 1px);
  background-size: 15px 15px;
}
@media (max-width: 992px) {
  .strip[data-id=e2de34] .hero-section h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e2de34] .hero-section {
    min-height: 70vh;
    padding: 80px 20px;
  }
  .strip[data-id=e2de34] .hero-section h1 {
    font-size: 38px;
  }
  .strip[data-id=e2de34] .hero-section p {
    font-size: 18px;
  }
  .strip[data-id=e2de34] .hero-section .decoration {
    width: 120px;
    height: 120px;
    top: 20px !important;
    left: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
  }
}.strip[data-id=d0a8c5] {
  --section-id: "d0a8c5";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/d0a8c5";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/d0a8c5";
}
.strip[data-id=d0a8c5] .about-company {
  position: relative;
  background-color: hsl(210, 20%, 98%);
  background-image: linear-gradient(rgba(200, 210, 220, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 210, 220, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id=d0a8c5] .about-company .watermark {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 250px;
  font-weight: 900;
  color: hsl(210, 10%, 90%);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id=d0a8c5] .about-company .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=d0a8c5] .about-company .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id=d0a8c5] .about-company .content h2 {
  font-size: 36px;
  color: hsl(210, 100%, 20%);
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-weight: 700;
}
.strip[data-id=d0a8c5] .about-company .content .underline {
  width: 60px;
  height: 3px;
  background-color: hsl(30, 100%, 50%);
  margin-bottom: 30px;
}
.strip[data-id=d0a8c5] .about-company .content p {
  font-size: 18px;
  color: hsl(0, 0%, 20%);
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=d0a8c5] .about-company .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=d0a8c5] .about-company .image-wrapper .frame {
  background-color: transparent;
  border: 15px solid hsl(0, 0%, 25%);
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}
.strip[data-id=d0a8c5] .about-company .image-wrapper .frame::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-top: 2px solid hsl(30, 100%, 50%);
  border-right: 2px solid hsl(30, 100%, 50%);
  z-index: -1;
}
.strip[data-id=d0a8c5] .about-company .image-wrapper .frame img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .strip[data-id=d0a8c5] .about-company {
    padding: 60px 20px;
  }
  .strip[data-id=d0a8c5] .about-company .watermark {
    font-size: 150px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=d0a8c5] .about-company .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=d0a8c5] .about-company .content {
    text-align: center;
  }
  .strip[data-id=d0a8c5] .about-company .content .underline {
    margin: 0 auto 30px auto;
  }
  .strip[data-id=d0a8c5] .about-company .image-wrapper .frame {
    border-width: 10px;
    padding: 10px;
  }
  .strip[data-id=d0a8c5] .about-company .image-wrapper .frame::before {
    display: none;
  }
}.strip[data-id="4898a1"] {
  --section-id: "4898a1";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/4898a1";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/4898a1";
}
.strip[data-id="4898a1"] .hardware-section {
  background-color: hsl(210, 20%, 98%);
  padding: 100px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="4898a1"] .hardware-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, hsla(24, 100%, 50%, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="4898a1"] .hardware-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="4898a1"] .hardware-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="4898a1"] .hardware-section h2 {
  color: hsl(210, 100%, 15%);
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}
.strip[data-id="4898a1"] .hardware-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: hsl(24, 100%, 50%);
  margin: 15px auto 0;
  border-radius: 2px;
}
.strip[data-id="4898a1"] .hardware-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="4898a1"] .hardware-section .card {
  background-color: #ffffff;
  padding: 48px 32px;
  border-radius: 16px;
  border-top: 5px solid hsl(24, 100%, 50%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.strip[data-id="4898a1"] .hardware-section .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid hsla(24, 100%, 50%, 0.1);
}
.strip[data-id="4898a1"] .hardware-section .icon-wrapper {
  color: hsl(210, 100%, 20%);
  background-color: hsl(210, 100%, 97%);
  width: 72px;
  height: 72px;
  border-radius: 12px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="4898a1"] .hardware-section .card:hover .icon-wrapper {
  color: #ffffff;
  background-color: hsl(24, 100%, 50%);
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="4898a1"] .hardware-section .card-icon {
  width: 32px;
  height: 32px;
}
.strip[data-id="4898a1"] .hardware-section h3 {
  color: hsl(210, 100%, 15%);
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.strip[data-id="4898a1"] .hardware-section p {
  color: hsl(210, 10%, 40%);
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}
.strip[data-id="4898a1"] .hardware-section .card-content {
  width: 100%;
}
@media (max-width: 1024px) {
  .strip[data-id="4898a1"] .hardware-section .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4898a1"] .hardware-section {
    padding: 80px 0;
  }
  .strip[data-id="4898a1"] .hardware-section .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id="4898a1"] .hardware-section .cards-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="4898a1"] .hardware-section .card {
    padding: 40px 24px;
  }
}.strip[data-id="3caeb6"] {
  --section-id: "3caeb6";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/3caeb6";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/3caeb6";
}
.strip[data-id="3caeb6"] .network-section {
  position: relative;
  overflow: hidden;
  background-color: hsl(210, 100%, 7%);
  background-image: radial-gradient(circle at 20% 20%, hsla(210, 100%, 15%, 0.5) 0%, transparent 50%), radial-gradient(circle at 80% 80%, hsla(25, 100%, 20%, 0.15) 0%, transparent 50%);
  padding: 120px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="3caeb6"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.strip[data-id="3caeb6"] .grid {
  display: flex;
  align-items: center;
  gap: 100px;
}
.strip[data-id="3caeb6"] .text-content {
  flex: 1.2;
  z-index: 2;
}
.strip[data-id="3caeb6"] .image-content {
  flex: 0.8;
  z-index: 2;
}
.strip[data-id="3caeb6"] h2 {
  color: hsl(0, 0%, 100%);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="3caeb6"] p {
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 48px;
  opacity: 0.9;
  max-width: 600px;
}
.strip[data-id="3caeb6"] .fiber-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="3caeb6"] .fiber-list li {
  color: hsl(0, 0%, 100%);
  font-size: 1.125rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
}
.strip[data-id="3caeb6"] .fiber-list li::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, hsl(25, 100%, 50%), transparent);
  position: relative;
}
.strip[data-id="3caeb6"] .fiber-list li::after {
  content: "";
  position: absolute;
  left: 32px;
  width: 6px;
  height: 6px;
  background: hsl(25, 100%, 60%);
  border-radius: 50%;
  box-shadow: 0 0 15px 2px hsl(25, 100%, 50%);
}
.strip[data-id="3caeb6"] .img-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px hsla(0, 0%, 100%, 0.1);
  background-color: hsl(210, 100%, 5%);
  line-height: 0;
}
.strip[data-id="3caeb6"] .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="3caeb6"] .img-wrapper:hover img {
  transform: scale(1.08);
}
.strip[data-id="3caeb6"] .glow-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, hsla(210, 100%, 50%, 0.3), transparent);
  height: 1px;
  width: 150%;
  pointer-events: none;
  animation: glow-float 10s infinite ease-in-out;
}
@keyframes glow-float {
  0%, 100% {
    transform: translate(-10%, 0) rotate(var(--rot));
    opacity: 0.1;
  }
  50% {
    transform: translate(10%, 20px) rotate(var(--rot));
    opacity: 0.3;
  }
}
.strip[data-id="3caeb6"] .line-1 {
  top: 15%;
  left: -25%;
  --rot: -12deg;
}
.strip[data-id="3caeb6"] .line-2 {
  bottom: 20%;
  right: -25%;
  --rot: 15deg;
  animation-delay: -3s;
}
.strip[data-id="3caeb6"] .line-3 {
  top: 45%;
  left: -10%;
  --rot: 5deg;
  background: linear-gradient(90deg, transparent, hsla(25, 100%, 50%, 0.2), transparent);
  animation-delay: -5s;
}
@media (max-width: 1200px) {
  .strip[data-id="3caeb6"] .grid {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="3caeb6"] .network-section {
    padding: 80px 0;
  }
  .strip[data-id="3caeb6"] .grid {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="3caeb6"] p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="3caeb6"] .fiber-list {
    display: inline-block;
    text-align: left;
  }
  .strip[data-id="3caeb6"] .image-content {
    width: 100%;
    max-width: 540px;
  }
  .strip[data-id="3caeb6"] .img-wrapper img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 576px) {
  .strip[data-id="3caeb6"] h2 {
    font-size: 2.25rem;
  }
  .strip[data-id="3caeb6"] .fiber-list li {
    font-size: 1rem;
    gap: 16px;
  }
  .strip[data-id="3caeb6"] .fiber-list li::before {
    width: 30px;
  }
  .strip[data-id="3caeb6"] .fiber-list li::after {
    left: 24px;
  }
}.strip[data-id="463124"] {
  --section-id: "463124";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/463124";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/463124";
}
.strip[data-id="463124"] .service-repair-section {
  background-color: #f4f7f9;
  background-image: radial-gradient(#d1d9e0 0.5px, transparent 0.5px), radial-gradient(#d1d9e0 0.5px, #f4f7f9 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="463124"] .service-repair-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d1d9e0, transparent);
}
.strip[data-id="463124"] .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="463124"] .service-layout {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="463124"] .service-icon-side {
  flex: 0 0 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="463124"] .icon-wrapper {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 31, 63, 0.08), 0 5px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.strip[data-id="463124"] .icon-main {
  font-size: 90px;
  color: #001f3f;
  filter: drop-shadow(0 10px 15px rgba(0, 31, 63, 0.15));
}
.strip[data-id="463124"] .icon-badge {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6b00 100%);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 38px;
  box-shadow: 0 12px 25px rgba(255, 107, 0, 0.4);
  border: 4px solid #f4f7f9;
}
.strip[data-id="463124"] .service-content-side {
  flex: 1;
}
.strip[data-id="463124"] .section-label {
  display: inline-block;
  color: #ff8c00;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.strip[data-id="463124"] h2 {
  color: #001f3f;
  font-size: 2.8rem;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="463124"] p {
  color: #4a5568;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 600px;
}
.strip[data-id="463124"] .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
.strip[data-id="463124"] .service-list li {
  position: relative;
  padding: 12px 15px 12px 45px;
  font-size: 1.1rem;
  color: #2d3748;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  font-weight: 500;
}
.strip[data-id="463124"] .service-list li i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff8c00;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.strip[data-id="463124"] .service-list li:hover {
  background: rgba(255, 255, 255, 0.6);
  padding-left: 50px;
  color: #001f3f;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.strip[data-id="463124"] .service-list li:hover i {
  transform: translateY(-50%) scale(1.2);
}
@media (max-width: 992px) {
  .strip[data-id="463124"] .service-repair-section {
    padding: 80px 20px;
  }
  .strip[data-id="463124"] .service-layout {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="463124"] .service-icon-side {
    flex: 0 0 auto;
  }
  .strip[data-id="463124"] p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="463124"] .service-list {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .strip[data-id="463124"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="463124"] .service-repair-section {
    padding: 60px 20px;
  }
  .strip[data-id="463124"] .icon-wrapper {
    width: 180px;
    height: 180px;
  }
  .strip[data-id="463124"] .icon-main {
    font-size: 70px;
  }
  .strip[data-id="463124"] .icon-badge {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}.strip[data-id="40219d"] {
  --section-id: "40219d";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/40219d";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/40219d";
}
.strip[data-id="40219d"] .contact-info-section {
  background-color: hsl(0, 0%, 100%);
  padding: 100px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.strip[data-id="40219d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="40219d"] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}
.strip[data-id="40219d"] .section-title {
  color: hsl(0, 0%, 20%);
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}
.strip[data-id="40219d"] .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: hsl(24, 100%, 50%);
  border-radius: 2px;
}
.strip[data-id="40219d"] .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.strip[data-id="40219d"] .contact-card {
  background: hsl(0, 0%, 100%);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid hsl(210, 10%, 92%);
  border-top: 4px solid hsl(24, 100%, 50%);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="40219d"] .contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="40219d"] .card-icon-bg {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  color: hsl(210, 10%, 96%);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.strip[data-id="40219d"] .contact-card:hover .card-icon-bg {
  transform: scale(1.1) rotate(-5deg);
}
.strip[data-id="40219d"] .card-icon-bg svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="40219d"] .card-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="40219d"] .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.strip[data-id="40219d"] .card-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: hsl(24, 100%, 95%);
  color: hsl(24, 100%, 50%);
  border-radius: 10px;
  flex-shrink: 0;
}
.strip[data-id="40219d"] .card-header-icon svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="40219d"] .contact-card h3 {
  color: hsl(0, 0%, 15%);
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
.strip[data-id="40219d"] .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="40219d"] .details p {
  color: hsl(0, 0%, 30%);
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
}
.strip[data-id="40219d"] .small-text {
  font-size: 13.5px;
  color: hsl(0, 0%, 45%);
  margin-top: 10px !important;
  padding-top: 15px;
  border-top: 1px dashed hsl(210, 10%, 90%);
}
.strip[data-id="40219d"] .contact-link {
  color: hsl(210, 60%, 20%);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="40219d"] .contact-link:hover {
  color: hsl(24, 100%, 50%);
  border-bottom-color: hsl(24, 100%, 50%);
}
.strip[data-id="40219d"] .map-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background: #eee;
}
.strip[data-id="40219d"] .map-container {
  height: 450px;
  width: 100%;
}
.strip[data-id="40219d"] .map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 1024px) {
  .strip[data-id="40219d"] .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="40219d"] .contact-info-section {
    padding: 70px 0;
  }
  .strip[data-id="40219d"] .section-title {
    font-size: 32px;
  }
  .strip[data-id="40219d"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="40219d"] .contact-card {
    padding: 40px 30px;
  }
  .strip[data-id="40219d"] .map-container {
    height: 350px;
  }
}.strip[data-id=c6128c] {
  --section-id: "c6128c";
  --storage-url: "https://preview-zyxsro-cz.praweb.cz/_section/c6128c";
  --public-url: "https://preview-zyxsro-cz.praweb.cz/_section/c6128c";
}
.strip[data-id=c6128c] .footer-section {
  background-color: hsl(0, 0%, 12%);
  padding: 60px 0;
  border-top: 1px solid hsl(210, 100%, 15%);
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=c6128c] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id=c6128c] .footer-section .footer-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.strip[data-id=c6128c] .footer-section .copyright-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: hsl(0, 0%, 65%);
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .strip[data-id=c6128c] .footer-section .copyright-text {
    font-size: 13px;
  }
}
.strip[data-id=c6128c] .footer-section .back-to-top-btn {
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 25%);
  color: hsl(0, 0%, 60%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  outline: none;
}
.strip[data-id=c6128c] .footer-section .back-to-top-btn:hover {
  background-color: hsl(210, 100%, 20%);
  border-color: hsl(210, 100%, 30%);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id=c6128c] .footer-section .back-to-top-btn:active {
  transform: translateY(-2px);
}
.strip[data-id=c6128c] .footer-section .back-to-top-btn svg {
  display: block;
}