@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600&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[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=b33415] {
  --section-id: "b33415";
  --storage-url: "https://test-0mjb2o72.praweb.cz/_section/b33415";
  --public-url: "https://test-0mjb2o72.praweb.cz/_section/b33415";
}
.strip[data-id=b33415] .pricing-section {
  padding: 80px 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(248, 249, 250, 0.92)), url(https://test-0mjb2o72.praweb.cz/_section/b33415/pricing-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.strip[data-id=b33415] .pricing-section .container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b33415] .pricing-section .header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=b33415] .pricing-section .header .icon {
  display: inline-block;
  margin-bottom: 20px;
}
.strip[data-id=b33415] .pricing-section .header .icon svg {
  width: 48px;
  height: 48px;
  fill: #e67e22;
}
.strip[data-id=b33415] .pricing-section .header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id=b33415] .pricing-section .header .intro {
  font-family: "Inter", sans-serif;
  color: #7f8c8d;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id=b33415] .pricing-section .price-list {
  margin-bottom: 40px;
}
.strip[data-id=b33415] .pricing-section .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid #edf2f7;
  transition: background-color 0.3s ease;
  border-radius: 6px;
}
.strip[data-id=b33415] .pricing-section .price-item:hover {
  background-color: rgba(44, 62, 80, 0.05);
}
.strip[data-id=b33415] .pricing-section .price-item:last-child {
  border-bottom: none;
}
.strip[data-id=b33415] .pricing-section .price-item .service-name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.1rem;
}
.strip[data-id=b33415] .pricing-section .price-item .service-price {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #e67e22;
  font-size: 1.25rem;
  white-space: nowrap;
}
.strip[data-id=b33415] .pricing-section .footer-note {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: #95a5a6;
  font-size: 0.9rem;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .strip[data-id=b33415] .pricing-section {
    padding: 40px 15px;
  }
  .strip[data-id=b33415] .pricing-section .container {
    padding: 30px 20px;
  }
  .strip[data-id=b33415] .pricing-section .price-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .strip[data-id=b33415] .pricing-section .price-item .service-price {
    font-size: 1.15rem;
  }
  .strip[data-id=b33415] .pricing-section .header h2 {
    font-size: 2rem;
  }
}.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;
  }
}