
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="27a0a1"] {
  --section-id: "27a0a1";
  --storage-url: "https://151.proweb.cz/_section/27a0a1";
  --public-url: "https://151.proweb.cz/_section/27a0a1";
}
.strip[data-id="27a0a1"] .main-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.strip[data-id="27a0a1"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="27a0a1"] .main-header .logo .logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2c3e50;
  letter-spacing: -0.5px;
}
.strip[data-id="27a0a1"] .main-header .logo .logo-text .highlight {
  color: #3498db;
}
.strip[data-id="27a0a1"] .main-header .logo a {
  text-decoration: none;
}
.strip[data-id="27a0a1"] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.strip[data-id="27a0a1"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.strip[data-id="27a0a1"] .main-header .main-nav ul li a:hover {
  color: #3498db;
}
.strip[data-id="27a0a1"] .main-header .main-nav ul li a.btn-contact {
  background: #3498db;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
}
.strip[data-id="27a0a1"] .main-header .main-nav ul li a.btn-contact:hover {
  background: #2980b9;
}
.strip[data-id="27a0a1"] .main-header .mobile-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="27a0a1"] .main-header .mobile-nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #2c3e50;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .strip[data-id="27a0a1"] .main-header .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="27a0a1"] .main-header .main-nav.active {
    display: block;
  }
  .strip[data-id="27a0a1"] .main-header .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .strip[data-id="27a0a1"] .main-header .mobile-nav-toggle {
    display: flex;
  }
}.strip[data-id=a2f719] {
  --section-id: "a2f719";
  --storage-url: "https://151.proweb.cz/_section/a2f719";
  --public-url: "https://151.proweb.cz/_section/a2f719";
}
.strip[data-id=a2f719] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-image: url(https://151.proweb.cz/_section/a2f719/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
}
.strip[data-id=a2f719] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.strip[data-id=a2f719] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a2f719] .hero-section .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=a2f719] .hero-section .hero-content .lead {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns .btn-primary {
  background: #3498db;
  color: #ffffff;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns .btn-primary:hover {
  background: #2980b9;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns .btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.strip[data-id=a2f719] .hero-section .hero-content .hero-btns .btn-outline:hover {
  background: #ffffff;
  color: #2c3e50;
}
@media (max-width: 768px) {
  .strip[data-id=a2f719] .hero-section {
    height: auto;
    padding: 100px 0;
  }
  .strip[data-id=a2f719] .hero-section .hero-content h1 {
    font-size: 2.2rem;
  }
}.strip[data-id=fcd1dc] {
  --section-id: "fcd1dc";
  --storage-url: "https://151.proweb.cz/_section/fcd1dc";
  --public-url: "https://151.proweb.cz/_section/fcd1dc";
}
.strip[data-id=fcd1dc] .about-section {
  padding: 100px 0;
  background: #f9f9f9;
}
.strip[data-id=fcd1dc] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fcd1dc] .about-section .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id=fcd1dc] .about-section .section-subtitle {
  color: #3498db;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.strip[data-id=fcd1dc] .about-section h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}
.strip[data-id=fcd1dc] .about-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.strip[data-id=fcd1dc] .about-section .stats {
  display: flex;
  gap: 40px;
  margin-top: 2rem;
}
.strip[data-id=fcd1dc] .about-section .stats .stat-item .number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #3498db;
}
.strip[data-id=fcd1dc] .about-section .stats .stat-item .label {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 600;
}
.strip[data-id=fcd1dc] .about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .strip[data-id=fcd1dc] .about-section .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=fcd1dc] .about-section .about-image {
    order: -1;
  }
}.strip[data-id=d24985] {
  --section-id: "d24985";
  --storage-url: "https://151.proweb.cz/_section/d24985";
  --public-url: "https://151.proweb.cz/_section/d24985";
}
.strip[data-id=d24985] .services-section {
  padding: 100px 0;
  background: #ffffff;
}
.strip[data-id=d24985] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d24985] .services-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d24985] .services-section .section-header .section-subtitle {
  color: #3498db;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.strip[data-id=d24985] .services-section .section-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
}
.strip[data-id=d24985] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.strip[data-id=d24985] .services-section .service-card {
  padding: 40px;
  background: #f9f9f9;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.strip[data-id=d24985] .services-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-color: #3498db;
}
.strip[data-id=d24985] .services-section .service-card .icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.strip[data-id=d24985] .services-section .service-card h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.strip[data-id=d24985] .services-section .service-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .strip[data-id=d24985] .services-section .services-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="4af85d"] {
  --section-id: "4af85d";
  --storage-url: "https://151.proweb.cz/_section/4af85d";
  --public-url: "https://151.proweb.cz/_section/4af85d";
}
.strip[data-id="4af85d"] .references-section {
  padding: 100px 0;
  background: #f9f9f9;
}
.strip[data-id="4af85d"] .references-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4af85d"] .references-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="4af85d"] .references-section .section-header .section-subtitle {
  color: #3498db;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.strip[data-id="4af85d"] .references-section .section-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
}
.strip[data-id="4af85d"] .references-section .refs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.strip[data-id="4af85d"] .references-section .ref-item {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id="4af85d"] .references-section .ref-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="4af85d"] .references-section .ref-item .ref-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.strip[data-id="4af85d"] .references-section .ref-item .ref-info {
  padding: 25px;
}
.strip[data-id="4af85d"] .references-section .ref-item .ref-info h3 {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
.strip[data-id="4af85d"] .references-section .ref-item .ref-info p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}
@media (max-width: 768px) {
  .strip[data-id="4af85d"] .references-section .refs-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="049714"] {
  --section-id: "049714";
  --storage-url: "https://151.proweb.cz/_section/049714";
  --public-url: "https://151.proweb.cz/_section/049714";
}
.strip[data-id="049714"] .contact-section {
  padding: 100px 0;
  background: #ffffff;
}
.strip[data-id="049714"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="049714"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id="049714"] .contact-section .section-subtitle {
  color: #3498db;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.strip[data-id="049714"] .contact-section h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}
.strip[data-id="049714"] .contact-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.strip[data-id="049714"] .contact-section .contact-details .detail-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.strip[data-id="049714"] .contact-section .contact-details .detail-item .icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: #f0f7fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="049714"] .contact-section .contact-details .detail-item .text strong {
  display: block;
  color: #2c3e50;
  margin-bottom: 2px;
}
.strip[data-id="049714"] .contact-section .contact-details .detail-item .text p, .strip[data-id="049714"] .contact-section .contact-details .detail-item .text a {
  margin: 0;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="049714"] .contact-section .contact-details .detail-item .text a:hover {
  color: #3498db;
}
.strip[data-id="049714"] .contact-section .contact-form-container {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-group input, .strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-group input:focus, .strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #3498db;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .btn-submit {
  background: #3498db;
  color: #ffffff;
  border: none;
  padding: 15px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .btn-submit:hover {
  background: #2980b9;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-response {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  display: none;
  font-size: 0.9rem;
  text-align: center;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-response.success {
  display: block;
  background: #d4edda;
  color: #155724;
}
.strip[data-id="049714"] .contact-section .contact-form-container .contact-form .form-response.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
}
@media (max-width: 992px) {
  .strip[data-id="049714"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}.strip[data-id=d4d9dc] {
  --section-id: "d4d9dc";
  --storage-url: "https://151.proweb.cz/_section/d4d9dc";
  --public-url: "https://151.proweb.cz/_section/d4d9dc";
}
.strip[data-id=d4d9dc] .main-footer {
  background: #2c3e50;
  color: #ffffff;
  padding: 80px 0 30px;
}
.strip[data-id=d4d9dc] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d4d9dc] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=d4d9dc] .main-footer .footer-brand .logo {
  margin-bottom: 1.5rem;
}
.strip[data-id=d4d9dc] .main-footer .footer-brand .logo .logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
}
.strip[data-id=d4d9dc] .main-footer .footer-brand .logo .logo-text .highlight {
  color: #3498db;
}
.strip[data-id=d4d9dc] .main-footer .footer-brand p {
  color: #bdc3c7;
  line-height: 1.6;
  max-width: 300px;
}
.strip[data-id=d4d9dc] .main-footer .footer-links h3, .strip[data-id=d4d9dc] .main-footer .footer-contact h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=d4d9dc] .main-footer .footer-links h3::after, .strip[data-id=d4d9dc] .main-footer .footer-contact h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3498db;
}
.strip[data-id=d4d9dc] .main-footer .footer-links ul, .strip[data-id=d4d9dc] .main-footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=d4d9dc] .main-footer .footer-links ul li, .strip[data-id=d4d9dc] .main-footer .footer-contact ul li {
  margin-bottom: 10px;
}
.strip[data-id=d4d9dc] .main-footer .footer-links ul li a, .strip[data-id=d4d9dc] .main-footer .footer-contact ul li a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=d4d9dc] .main-footer .footer-links ul li a:hover, .strip[data-id=d4d9dc] .main-footer .footer-contact ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.strip[data-id=d4d9dc] .main-footer .footer-links p, .strip[data-id=d4d9dc] .main-footer .footer-contact p {
  color: #bdc3c7;
  margin-bottom: 10px;
}
.strip[data-id=d4d9dc] .main-footer .footer-links p a, .strip[data-id=d4d9dc] .main-footer .footer-contact p a {
  color: inherit;
  text-decoration: none;
}
.strip[data-id=d4d9dc] .main-footer .footer-links p a:hover, .strip[data-id=d4d9dc] .main-footer .footer-contact p a:hover {
  color: #ffffff;
}
.strip[data-id=d4d9dc] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: #7f8c8d;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .strip[data-id=d4d9dc] .main-footer {
    padding: 60px 0 30px;
  }
  .strip[data-id=d4d9dc] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}