@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Montserrat:wght@400;600;700;900&display=swap');
.strip[data-id="5f7891"] {
  --section-id: "5f7891";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/5f7891";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/5f7891";
  /* Logo Zone */
  /* Menu Zone */
  /* Action Zone */
  /* Mobile Toggle */
  /* Mobile Overlay */
  /* Stagger animation for mobile links */
  /* Responsive */
  /* Fix for potential body scroll when menu open */
}
.strip[data-id="5f7891"] .premium-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 0;
}
.strip[data-id="5f7891"] .premium-header.is-scrolled {
  padding: 12px 0;
  background: rgba(20, 20, 20, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="5f7891"] .header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="5f7891"] .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id="5f7891"] .logo-wrapper:hover {
  transform: translateY(-1px);
}
.strip[data-id="5f7891"] .logo-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.1), rgba(255, 87, 34, 0.05));
  border-radius: 10px;
  border: 1px solid rgba(255, 87, 34, 0.2);
}
.strip[data-id="5f7891"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 1;
}
.strip[data-id="5f7891"] .logo-text span {
  color: #FF5722;
}
.strip[data-id="5f7891"] .nav-menu {
  display: block;
}
.strip[data-id="5f7891"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="5f7891"] .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.strip[data-id="5f7891"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #FF5722;
  transition: width 0.3s ease;
}
.strip[data-id="5f7891"] .nav-link:hover {
  color: #ffffff;
}
.strip[data-id="5f7891"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="5f7891"] .nav-item.active .nav-link {
  color: #FF5722;
}
.strip[data-id="5f7891"] .nav-item.active .nav-link::after {
  width: 100%;
}
.strip[data-id="5f7891"] .action-zone {
  display: flex;
  align-items: center;
  gap: 30px;
}
.strip[data-id="5f7891"] .phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="5f7891"] .phone-link svg {
  color: #FF5722;
}
.strip[data-id="5f7891"] .phone-link:hover {
  color: #FF5722;
}
.strip[data-id="5f7891"] .cta-button {
  background: #FF5722;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
  border: none;
  cursor: pointer;
}
.strip[data-id="5f7891"] .cta-button:hover {
  background: #E64A19;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}
.strip[data-id="5f7891"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
}
.strip[data-id="5f7891"] .mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="5f7891"] .mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #141414;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="5f7891"] .header-active .mobile-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.strip[data-id="5f7891"] .mobile-nav {
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 40px;
}
.strip[data-id="5f7891"] .mobile-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}
.strip[data-id="5f7891"] .mobile-list li {
  margin: 25px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id="5f7891"] .header-active .mobile-list li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="5f7891"] .header-active .mobile-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="5f7891"] .header-active .mobile-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id="5f7891"] .header-active .mobile-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id="5f7891"] .header-active .mobile-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id="5f7891"] .header-active .mobile-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id="5f7891"] .mobile-list a {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.strip[data-id="5f7891"] .mobile-list a:hover {
  color: #FF5722;
}
.strip[data-id="5f7891"] .mobile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  opacity: 0;
  transition: all 0.4s ease 0.6s;
}
.strip[data-id="5f7891"] .header-active .mobile-actions {
  opacity: 1;
}
@media (max-width: 1100px) {
  .strip[data-id="5f7891"] .nav-menu {
    display: none;
  }
  .strip[data-id="5f7891"] .phone-link {
    display: none;
  }
  .strip[data-id="5f7891"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="5f7891"] .header-active .mobile-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id="5f7891"] .header-active .mobile-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .strip[data-id="5f7891"] .header-active .mobile-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 600px) {
  .strip[data-id="5f7891"] .header-container {
    padding: 0 20px;
  }
  .strip[data-id="5f7891"] .logo-text {
    font-size: 20px;
  }
  .strip[data-id="5f7891"] .cta-button {
    display: none;
  }
  .strip[data-id="5f7891"] .mobile-actions .cta-button {
    display: inline-block;
  }
}
.strip[data-id="5f7891"] body.no-scroll {
  overflow: hidden;
}.strip[data-id=e1b04e] {
  --section-id: "e1b04e";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/e1b04e";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/e1b04e";
}
.strip[data-id=e1b04e] .hero-section {
  position: relative;
  min-height: 90vh;
  margin-top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1A1A1A;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.4) 0%, #1A1A1A 100%), url("/_section/e1b04e/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFFFF;
}
.strip[data-id=e1b04e] .hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #1A1A1A, transparent);
  z-index: 1;
}
.strip[data-id=e1b04e] .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 87, 34, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 87, 34, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  animation: gridMove 30s linear infinite;
  z-index: 1;
}
@keyframes gridMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.strip[data-id=e1b04e] .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px 80px 20px;
  width: 100%;
  text-align: center;
}
.strip[data-id=e1b04e] .hero-content {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.2s;
}
.strip[data-id=e1b04e] .accent-line {
  width: 60px;
  height: 4px;
  background-color: #FF5722;
  margin: 0 auto 32px auto;
  border-radius: 2px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=e1b04e] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 8vw, 68px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id=e1b04e] .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.5vw, 20px);
  color: #C0C0C0;
  max-width: 800px;
  margin: 0 auto 48px auto;
  line-height: 1.6;
}
.strip[data-id=e1b04e] .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id=e1b04e] .btn {
  display: inline-block;
  padding: 18px 42px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e1b04e] .btn-primary {
  background-color: #FF5722;
  color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(255, 87, 34, 0.3);
  border: 2px solid #FF5722;
}
.strip[data-id=e1b04e] .btn-primary:hover {
  background-color: #FF7043;
  border-color: #FF7043;
  box-shadow: 0 15px 30px rgba(255, 87, 34, 0.5);
  transform: translateY(-3px);
}
.strip[data-id=e1b04e] .btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
.strip[data-id=e1b04e] .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .strip[data-id=e1b04e] .hero-section {
    min-height: 100vh;
    background-attachment: scroll;
    margin-top: 0;
  }
  .strip[data-id=e1b04e] .container {
    padding: 100px 20px 60px 20px;
  }
  .strip[data-id=e1b04e] .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .strip[data-id=e1b04e] .btn {
    width: 100%;
    padding: 16px 24px;
  }
}.strip[data-id="101791"] {
  --section-id: "101791";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/101791";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/101791";
  /* Decorative element behind image */
}
.strip[data-id="101791"] .about-us-section {
  background-color: #1A1A1A;
  /* Improved brushed metal effect with multiple gradients and a subtle noise-like pattern */
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), radial-gradient(circle at 50% 50%, #252525 0%, #1A1A1A 100%);
  background-size: 4px 4px, 4px 4px, 100% 100%;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="101791"] .about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.05) 0%, transparent 40%);
  pointer-events: none;
}
.strip[data-id="101791"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="101791"] .content-grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 100px;
}
.strip[data-id="101791"] .image-wrapper {
  flex: 1;
  position: relative;
  z-index: 1;
}
.strip[data-id="101791"] .image-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #FF5722;
  border-radius: 12px;
  z-index: -1;
  opacity: 0.3;
  transition: all 0.4s ease;
}
.strip[data-id="101791"] .image-wrapper:hover::after {
  top: 10px;
  right: -10px;
  opacity: 0.5;
}
.strip[data-id="101791"] .image-wrapper img, .strip[data-id="101791"] .image-wrapper generated-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9);
  object-fit: cover;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}
.strip[data-id="101791"] .image-wrapper:hover img, .strip[data-id="101791"] .image-wrapper:hover generated-img {
  transform: scale(1.02);
}
.strip[data-id="101791"] .text-content {
  flex: 1;
}
.strip[data-id="101791"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #FF5722;
  margin-bottom: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  position: relative;
}
.strip[data-id="101791"] .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #C0C0C0;
  margin-bottom: 45px;
}
.strip[data-id="101791"] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="101791"] h3::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background: linear-gradient(90deg, #FF5722, transparent);
  opacity: 0.5;
}
.strip[data-id="101791"] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="101791"] .benefits-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #FFFFFF;
  font-size: 17px;
  margin-bottom: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id="101791"] .benefits-list li:hover {
  background: rgba(255, 87, 34, 0.08);
  border-color: rgba(255, 87, 34, 0.2);
  transform: translateX(10px);
}
.strip[data-id="101791"] .benefits-list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FF5722;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id="101791"] .benefits-list li:hover::before {
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  .strip[data-id="101791"] .content-grid {
    gap: 60px;
  }
  .strip[data-id="101791"] h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="101791"] .content-grid {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id="101791"] .about-us-section {
    padding: 80px 0;
  }
  .strip[data-id="101791"] .text-content {
    text-align: center;
  }
  .strip[data-id="101791"] h3::after {
    display: none;
  }
  .strip[data-id="101791"] h3 {
    justify-content: center;
  }
  .strip[data-id="101791"] .benefits-list li {
    text-align: left;
    justify-content: flex-start;
  }
  .strip[data-id="101791"] .benefits-list li:hover {
    transform: translateY(-5px);
  }
  .strip[data-id="101791"] .image-wrapper {
    width: 100%;
    max-width: 600px;
  }
  .strip[data-id="101791"] .image-wrapper::after {
    right: -10px;
    top: 10px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="101791"] .container {
    padding: 0 20px;
  }
  .strip[data-id="101791"] h2 {
    font-size: 30px;
  }
  .strip[data-id="101791"] .description {
    font-size: 16px;
  }
  .strip[data-id="101791"] .benefits-list li {
    font-size: 15px;
    padding: 10px;
  }
}.strip[data-id="17ce99"] {
  --section-id: "17ce99";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/17ce99";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/17ce99";
  /* Hover States */
  /* Responsiveness */
}
.strip[data-id="17ce99"] .services-section {
  padding: 100px 0;
  background-color: #121212;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 40px 40px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.strip[data-id="17ce99"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="17ce99"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="17ce99"] .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
.strip[data-id="17ce99"] .section-subtitle {
  display: inline-block;
  height: 3px;
  width: 60px;
  background-color: #FF5722;
  margin: 0 auto;
}
.strip[data-id="17ce99"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="17ce99"] .service-card {
  background-color: #1e1e1e;
  border: 1px solid rgba(192, 192, 192, 0.1);
  padding: 50px 30px;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.strip[data-id="17ce99"] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF5722;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.strip[data-id="17ce99"] .service-card::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.strip[data-id="17ce99"] .icon-box {
  font-size: 42px;
  color: #FF5722;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  display: inline-block;
}
.strip[data-id="17ce99"] .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.3;
}
.strip[data-id="17ce99"] .service-card p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #a0a0a0;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="17ce99"] .card-number {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.05);
  transition: color 0.4s ease;
}
.strip[data-id="17ce99"] .service-card:hover {
  transform: translateY(-8px);
  background-color: #252525;
  border-color: rgba(255, 87, 34, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="17ce99"] .service-card:hover::before {
  transform: scaleX(1);
}
.strip[data-id="17ce99"] .service-card:hover .icon-box {
  transform: scale(1.1);
  color: #ffffff;
}
.strip[data-id="17ce99"] .service-card:hover .card-number {
  color: rgba(255, 87, 34, 0.2);
}
.strip[data-id="17ce99"] .service-card:hover::after {
  bottom: -30px;
  right: -30px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.2) 0%, transparent 70%);
}
@media (max-width: 1100px) {
  .strip[data-id="17ce99"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="17ce99"] .services-section {
    padding: 80px 0;
  }
  .strip[data-id="17ce99"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="17ce99"] .section-title {
    font-size: 28px;
  }
  .strip[data-id="17ce99"] .service-card {
    padding: 40px 25px;
  }
}.strip[data-id=dd2cbf] {
  --section-id: "dd2cbf";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/dd2cbf";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/dd2cbf";
}
.strip[data-id=dd2cbf] .testimonials-section {
  background-color: #1A1A1A;
  background-image: radial-gradient(circle at 50% 50%, #252525 0%, #1A1A1A 100%);
  padding: 100px 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.strip[data-id=dd2cbf] .content-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=dd2cbf] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=dd2cbf] .section-title {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  margin: 0 0 15px 0;
}
.strip[data-id=dd2cbf] .title-underline {
  width: 60px;
  height: 4px;
  background: #FF5722;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id=dd2cbf] .testimonials-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id=dd2cbf] .testimonial-card {
  flex: 1;
  min-width: 320px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 60px 40px 50px;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.strip[data-id=dd2cbf] .testimonial-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 87, 34, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.strip[data-id=dd2cbf] .bg-quote {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 120px;
  color: #FF5722;
  opacity: 0.1;
  font-family: "Georgia", serif;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id=dd2cbf] .rating-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.strip[data-id=dd2cbf] .rating-stars svg {
  transition: transform 0.3s ease;
}
.strip[data-id=dd2cbf] .testimonial-card:hover .rating-stars svg {
  transform: scale(1.1);
}
.strip[data-id=dd2cbf] .testimonial-text {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #D1D1D1;
  line-height: 1.8;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
.strip[data-id=dd2cbf] .client-info {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=dd2cbf] .client-info::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #FF5722;
  display: block;
}
.strip[data-id=dd2cbf] .client-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #FF5722;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=dd2cbf] .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=dd2cbf] .testimonials-section {
    padding: 80px 20px;
  }
  .strip[data-id=dd2cbf] .section-title {
    font-size: 28px;
  }
  .strip[data-id=dd2cbf] .testimonial-card {
    flex: 0 0 100%;
    padding: 50px 30px 40px;
    min-width: auto;
  }
  .strip[data-id=dd2cbf] .bg-quote {
    font-size: 100px;
    top: 15px;
    left: 20px;
  }
}.strip[data-id=b17e36] {
  --section-id: "b17e36";
  --storage-url: "https://test-m1l1l0ar.praweb.cz/_section/b17e36";
  --public-url: "https://test-m1l1l0ar.praweb.cz/_section/b17e36";
}
.strip[data-id=b17e36] .industrial-footer {
  background-color: #111111;
  border-top: 4px solid #FF5722;
  color: #C0C0C0;
  font-family: "Inter", sans-serif;
  padding: 80px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=b17e36] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.strip[data-id=b17e36] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id=b17e36] .footer-col h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.strip[data-id=b17e36] .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #FF5722;
}
.strip[data-id=b17e36] .footer-col p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.strip[data-id=b17e36] .footer-col.with-map {
  position: relative;
}
.strip[data-id=b17e36] .map-bg {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 250px;
  height: 250px;
  opacity: 0.12;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
  filter: grayscale(1) invert(1) brightness(0.7);
}
.strip[data-id=b17e36] .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id=b17e36] .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #C0C0C0;
  transition: transform 0.2s ease;
}
.strip[data-id=b17e36] .contact-item:hover {
  transform: translateX(5px);
}
.strip[data-id=b17e36] .contact-item .icon {
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.strip[data-id=b17e36] .contact-item:hover .icon {
  background: #FF5722;
  border-color: #FF5722;
  color: #FFFFFF;
}
.strip[data-id=b17e36] .contact-item .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=b17e36] .contact-text {
  font-size: 14px;
  transition: color 0.3s ease;
}
.strip[data-id=b17e36] .contact-item:hover .contact-text {
  color: #FF5722;
}
.strip[data-id=b17e36] .social-links {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.strip[data-id=b17e36] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #1a1a1a;
  border: 1px solid #333333;
  color: #C0C0C0;
  transition: all 0.3s ease;
}
.strip[data-id=b17e36] .social-icon:hover {
  background: #FF5722;
  border-color: #FF5722;
  color: #FFFFFF;
  transform: translateY(-3px);
}
.strip[data-id=b17e36] .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=b17e36] .footer-bottom {
  border-top: 1px solid #222222;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=b17e36] .copyright {
  font-size: 13px;
  color: #888888;
  margin: 0;
}
.strip[data-id=b17e36] .footer-nav {
  display: flex;
  gap: 20px;
}
.strip[data-id=b17e36] .footer-nav a {
  color: #666666;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.strip[data-id=b17e36] .footer-nav a:hover {
  color: #FF5722;
}
@media (max-width: 992px) {
  .strip[data-id=b17e36] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=b17e36] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .strip[data-id=b17e36] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=b17e36] .industrial-footer {
    padding: 60px 0 30px 0;
  }
}