@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600;800&family=Inter:wght@400;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="942ba8"] {
  --section-id: "942ba8";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/942ba8";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/942ba8";
}
.strip[data-id="942ba8"] .main-header {
  background-color: rgba(44, 62, 80, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease;
}
.strip[data-id="942ba8"] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: height 0.4s ease;
}
.strip[data-id="942ba8"] .main-header.scrolled {
  background-color: rgba(44, 62, 80, 0.95);
}
.strip[data-id="942ba8"] .main-header.scrolled .header-container {
  height: 65px;
}
.strip[data-id="942ba8"] .main-header .logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id="942ba8"] .main-header .logo-wrapper:hover {
  transform: scale(1.02);
}
.strip[data-id="942ba8"] .main-header .logo-wrapper:hover .logo-icon {
  filter: drop-shadow(0 0 8px rgba(230, 126, 34, 0.5));
}
.strip[data-id="942ba8"] .main-header .logo-wrapper .logo-icon {
  width: 42px;
  height: 42px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.strip[data-id="942ba8"] .main-header .logo-wrapper .logo-text {
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.strip[data-id="942ba8"] .main-header .logo-wrapper .logo-text span {
  color: #e67e22;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
  letter-spacing: 0.5px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #e67e22;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a:hover, .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a.active {
  color: #ffffff;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a:hover:after, .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a.active:after {
  width: 100%;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a.active {
  color: #e67e22;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-family: "Exo 2", sans-serif;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick a i {
  color: #e67e22;
  font-size: 12px;
  width: 14px;
  text-align: center;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick a:hover {
  color: #ffffff;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .cta-button {
  background-color: #e67e22;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.2);
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .cta-button:hover {
  background-color: #d35400;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}
.strip[data-id="942ba8"] .main-header .nav-wrapper .cta-button:active {
  transform: translateY(0);
}
.strip[data-id="942ba8"] .main-header .mobile-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id="942ba8"] .main-header .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
}
.strip[data-id="942ba8"] .main-header .mobile-toggle.active span {
  background-color: #e67e22;
}
@media (max-width: 1100px) {
  .strip[data-id="942ba8"] .main-header .nav-wrapper {
    gap: 20px;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav {
    gap: 15px;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick {
    display: none;
  }
}
@media (max-width: 991px) {
  .strip[data-id="942ba8"] .main-header .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #1a252f;
    flex-direction: column;
    padding: 100px 30px 40px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 40px;
    overflow-y: auto;
    align-items: flex-start;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper.active {
    right: 0;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li {
    width: 100%;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a {
    font-size: 18px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .main-nav li a:after {
    display: none;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    border-left: none;
    margin-top: auto;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .contact-quick a {
    font-size: 15px;
  }
  .strip[data-id="942ba8"] .main-header .nav-wrapper .cta-button {
    width: 100%;
    text-align: center;
  }
  .strip[data-id="942ba8"] .main-header .mobile-toggle {
    display: block;
  }
  .strip[data-id="942ba8"] .main-header .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="942ba8"] .main-header .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="942ba8"] .main-header .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id=b5bf57] {
  --section-id: "b5bf57";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/b5bf57";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/b5bf57";
}
.strip[data-id=b5bf57] .high-tech-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1a252f;
  background-image: linear-gradient(135deg, rgba(26, 37, 47, 0.95) 0%, rgba(26, 37, 47, 0.4) 100%), url(https://test-0mjb2o72.praweb.cz/_section/b5bf57/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id=b5bf57] .high-tech-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(230, 126, 34, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 126, 34, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  animation: gridMove 30s linear infinite;
  z-index: 1;
}
.strip[data-id=b5bf57] .high-tech-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #1a252f, transparent);
  z-index: 1;
  pointer-events: none;
}
.strip[data-id=b5bf57] .high-tech-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=b5bf57] .high-tech-hero .hero-content {
  max-width: 850px;
  text-align: left;
  backdrop-filter: blur(2px);
  padding: 20px 0;
}
.strip[data-id=b5bf57] .high-tech-hero h1 {
  font-family: "Exo 2", sans-serif;
  font-size: clamp(36px, 8vw, 72px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 25px 0;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b5bf57] .high-tech-hero h1 span {
  color: #e67e22;
  display: block;
}
.strip[data-id=b5bf57] .high-tech-hero .divider-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.strip[data-id=b5bf57] .high-tech-hero .divider-wrapper .divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #e67e22, transparent);
  border-radius: 2px;
}
.strip[data-id=b5bf57] .high-tech-hero .divider-wrapper .dot {
  width: 8px;
  height: 8px;
  background-color: #e67e22;
  border-radius: 50%;
  box-shadow: 0 0 15px #e67e22;
  animation: pulse 2s infinite;
}
.strip[data-id=b5bf57] .high-tech-hero p {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  color: #bdc3c7;
  line-height: 1.6;
  margin: 0 0 45px 0;
  max-width: 650px;
  font-weight: 400;
}
.strip[data-id=b5bf57] .high-tech-hero .hero-buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.strip[data-id=b5bf57] .high-tech-hero .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 6px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.strip[data-id=b5bf57] .high-tech-hero .btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id=b5bf57] .high-tech-hero .btn-primary {
  background-color: #e67e22;
  color: #ffffff;
  border: 2px solid #e67e22;
  box-shadow: 0 10px 20px rgba(230, 126, 34, 0.2);
}
.strip[data-id=b5bf57] .high-tech-hero .btn-primary:hover {
  transform: translateY(-5px) scale(1.02);
  background-color: #d35400;
  border-color: #d35400;
  box-shadow: 0 15px 30px rgba(230, 126, 34, 0.4);
}
.strip[data-id=b5bf57] .high-tech-hero .btn-primary:hover i {
  transform: translateX(5px);
}
.strip[data-id=b5bf57] .high-tech-hero .btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
.strip[data-id=b5bf57] .high-tech-hero .btn-outline:hover {
  background-color: #ffffff;
  color: #1a252f;
  border-color: #ffffff;
  transform: translateY(-5px);
}
@keyframes gridMove {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(50px) rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=b5bf57] .high-tech-hero .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b5bf57] .high-tech-hero {
    height: auto;
    padding: 120px 0 80px 0;
    text-align: center;
    min-height: 100vh;
  }
  .strip[data-id=b5bf57] .high-tech-hero .container {
    align-items: center;
    padding: 0 20px;
  }
  .strip[data-id=b5bf57] .high-tech-hero .hero-content {
    text-align: center;
  }
  .strip[data-id=b5bf57] .high-tech-hero .divider-wrapper {
    justify-content: center;
  }
  .strip[data-id=b5bf57] .high-tech-hero .hero-buttons {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
  }
  .strip[data-id=b5bf57] .high-tech-hero .btn {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="123159"] {
  --section-id: "123159";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/123159";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/123159";
}
.strip[data-id="123159"] .services-grid-cards {
  background-color: #f8fafc;
  padding: 80px 0;
  width: 100%;
}
.strip[data-id="123159"] .services-grid-cards .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="123159"] .services-grid-cards .main-title {
  font-family: "Exo 2", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1a202c;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
}
.strip[data-id="123159"] .services-grid-cards .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="123159"] .services-grid-cards .service-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-bottom: 3px solid #e67e22;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.strip[data-id="123159"] .services-grid-cards .service-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-color: transparent;
}
.strip[data-id="123159"] .services-grid-cards .icon-box {
  width: 80px;
  height: 80px;
  background-color: #2c3e50;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 8px 15px rgba(44, 62, 80, 0.2);
  transition: transform 0.4s ease;
}
.strip[data-id="123159"] .services-grid-cards .service-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
  background-color: #e67e22;
}
.strip[data-id="123159"] .services-grid-cards .icon-box i {
  color: #e67e22;
  font-size: 32px;
  transition: color 0.4s ease;
}
.strip[data-id="123159"] .services-grid-cards .service-card:hover .icon-box i {
  color: #ffffff;
}
.strip[data-id="123159"] .services-grid-cards .service-card h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 18px;
  line-height: 1.2;
}
.strip[data-id="123159"] .services-grid-cards .service-card p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}
.strip[data-id="123159"] .services-grid-cards .card-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #e67e22;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.strip[data-id="123159"] .services-grid-cards .card-link:hover {
  gap: 12px;
}
@media (max-width: 1200px) {
  .strip[data-id="123159"] .services-grid-cards .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="123159"] .services-grid-cards {
    padding: 60px 0;
  }
  .strip[data-id="123159"] .services-grid-cards .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .strip[data-id="123159"] .services-grid-cards .main-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .strip[data-id="123159"] .services-grid-cards .service-card {
    padding: 40px 25px;
  }
}.strip[data-id="3c27ab"] {
  --section-id: "3c27ab";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/3c27ab";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/3c27ab";
  /* Subtle gradient overlay on image for better integration */
}
.strip[data-id="3c27ab"] .why-choose-us {
  padding: 100px 0;
  background-color: #f4f7f9;
}
.strip[data-id="3c27ab"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3c27ab"] .split-layout {
  display: flex;
  min-height: 650px;
  background-color: #2c3e50;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
}
.strip[data-id="3c27ab"] .visual-part {
  flex: 1;
  position: relative;
  min-height: 400px;
}
.strip[data-id="3c27ab"] .visual-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id="3c27ab"] .visual-part::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(44, 62, 80, 0) 70%, rgba(44, 62, 80, 0.2) 100%);
  pointer-events: none;
}
.strip[data-id="3c27ab"] .content-part {
  flex: 1;
  padding: 80px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /* Enhanced Blueprint effect */
  background-color: #2c3e50;
  background-image: linear-gradient(rgba(230, 126, 34, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 126, 34, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.02) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 2px, transparent 2px);
  background-size: 20px 20px, 20px 20px, 100px 100px, 100px 100px;
}
.strip[data-id="3c27ab"] .text-wrapper {
  position: relative;
  z-index: 2;
}
.strip[data-id="3c27ab"] h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 42px;
  color: #e67e22;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.strip[data-id="3c27ab"] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="3c27ab"] .benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  padding: 15px 0;
  transition: transform 0.3s ease;
}
.strip[data-id="3c27ab"] .benefit-item:hover {
  transform: translateX(10px);
}
.strip[data-id="3c27ab"] .benefit-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="3c27ab"] .bg-number {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Exo 2", sans-serif;
  font-size: 90px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  z-index: 0;
  user-select: none;
  pointer-events: none;
  line-height: 1;
}
.strip[data-id="3c27ab"] .check-icon {
  width: 28px;
  height: 28px;
  background-color: rgba(230, 126, 34, 0.1);
  border: 2px solid #e67e22;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 15px rgba(230, 126, 34, 0.2);
}
.strip[data-id="3c27ab"] .check-icon::after {
  content: "";
  width: 6px;
  height: 11px;
  border: solid #e67e22;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.strip[data-id="3c27ab"] .benefit-text {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .strip[data-id="3c27ab"] h2 {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="3c27ab"] .split-layout {
    flex-direction: column;
    min-height: auto;
    border-radius: 16px;
  }
  .strip[data-id="3c27ab"] .visual-part {
    height: 400px;
    flex: none;
  }
  .strip[data-id="3c27ab"] .content-part {
    padding: 60px 40px;
  }
  .strip[data-id="3c27ab"] h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .strip[data-id="3c27ab"] .bg-number {
    font-size: 70px;
    left: -5px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="3c27ab"] .why-choose-us {
    padding: 60px 0;
  }
  .strip[data-id="3c27ab"] .content-part {
    padding: 50px 25px;
  }
  .strip[data-id="3c27ab"] h2 {
    font-size: 28px;
  }
  .strip[data-id="3c27ab"] .benefit-text {
    font-size: 17px;
  }
  .strip[data-id="3c27ab"] .benefit-item:hover {
    transform: none;
  }
}.strip[data-id="3cee23"] {
  --section-id: "3cee23";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/3cee23";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/3cee23";
}
.strip[data-id="3cee23"] .contact-map-integration {
  background-color: #f8f9fa;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id="3cee23"] .contact-map-integration .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3cee23"] .contact-map-integration .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="3cee23"] .contact-map-integration .section-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 48px;
  margin-top: 0;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id="3cee23"] .contact-map-integration .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #e67e22;
}
.strip[data-id="3cee23"] .contact-map-integration .info-blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id="3cee23"] .contact-map-integration .info-block {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="3cee23"] .contact-map-integration .info-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.strip[data-id="3cee23"] .contact-map-integration .icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: rgba(230, 126, 34, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="3cee23"] .contact-map-integration .icon-wrapper i {
  font-size: 20px;
  color: #e67e22;
}
.strip[data-id="3cee23"] .contact-map-integration .block-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id="3cee23"] .contact-map-integration .group-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2c3e50;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="3cee23"] .contact-map-integration .data-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #4a5568; /* Darker for better contrast */
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="3cee23"] .contact-map-integration .contact-link {
  color: #4a5568;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id="3cee23"] .contact-map-integration .contact-link:hover {
  color: #e67e22;
}
.strip[data-id="3cee23"] .contact-map-integration .map-container {
  position: relative;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="3cee23"] .contact-map-integration .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* Subtle dark mode filter that keeps readability */
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 991px) {
  .strip[data-id="3cee23"] .contact-map-integration {
    padding: 70px 0;
  }
  .strip[data-id="3cee23"] .contact-map-integration .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="3cee23"] .contact-map-integration .section-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
  }
  .strip[data-id="3cee23"] .contact-map-integration .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="3cee23"] .contact-map-integration .map-container {
    height: 400px;
    order: 2;
  }
  .strip[data-id="3cee23"] .contact-map-integration .contact-content {
    order: 1;
  }
}.strip[data-id=b081e6] {
  --section-id: "b081e6";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/b081e6";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/b081e6";
}
.strip[data-id=b081e6] .dark-tech-footer {
  background-color: #2c3e50;
  border-top: 2px solid #e67e22;
  padding: 60px 0 40px;
  color: #bdc3c7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.strip[data-id=b081e6] .dark-tech-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
  box-sizing: border-box;
}
.strip[data-id=b081e6] .dark-tech-footer .footer-column {
  flex: 1;
}
.strip[data-id=b081e6] .dark-tech-footer .footer-logo {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id=b081e6] .dark-tech-footer .footer-logo strong {
  color: #e67e22;
}
.strip[data-id=b081e6] .dark-tech-footer .copyright-text {
  line-height: 1.6;
}
.strip[data-id=b081e6] .dark-tech-footer .copyright-text i {
  margin: 0 8px;
  font-size: 10px;
  color: #e67e22;
}
.strip[data-id=b081e6] .dark-tech-footer .column-title {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.strip[data-id=b081e6] .dark-tech-footer .social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.strip[data-id=b081e6] .dark-tech-footer .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #bdc3c7;
  border-radius: 50%;
  color: #bdc3c7;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=b081e6] .dark-tech-footer .social-icons .social-icon:hover {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id=b081e6] .dark-tech-footer .legal-links {
  display: flex;
  justify-content: flex-end;
}
.strip[data-id=b081e6] .dark-tech-footer .legal-links nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}
.strip[data-id=b081e6] .dark-tech-footer .legal-links nav a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=b081e6] .dark-tech-footer .legal-links nav a:hover {
  color: #e67e22;
}
@media (max-width: 768px) {
  .strip[data-id=b081e6] .dark-tech-footer {
    padding: 40px 0;
  }
  .strip[data-id=b081e6] .dark-tech-footer .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=b081e6] .dark-tech-footer .footer-column {
    width: 100%;
  }
  .strip[data-id=b081e6] .dark-tech-footer .legal-links {
    justify-content: center;
  }
  .strip[data-id=b081e6] .dark-tech-footer .legal-links nav {
    text-align: center;
  }
}