
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=cddf37] {
  --section-id: "cddf37";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/cddf37";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/cddf37";
  /* Mobile styles */
}
.strip[data-id=cddf37] {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=cddf37] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cddf37] .brand a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.strip[data-id=cddf37] .brand a:hover {
  opacity: 0.8;
}
.strip[data-id=cddf37] .brand .name {
  color: #191970;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  display: block;
}
.strip[data-id=cddf37] .brand .sub {
  color: #555555;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 2px;
}
.strip[data-id=cddf37] .nav-menu ul {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.strip[data-id=cddf37] .nav-menu a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.5px;
}
.strip[data-id=cddf37] .nav-menu a:hover {
  color: #191970;
}
.strip[data-id=cddf37] .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #87CEEB;
  transition: width 0.3s ease;
}
.strip[data-id=cddf37] .nav-menu a:hover::after {
  width: 100%;
}
.strip[data-id=cddf37] .contact-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.strip[data-id=cddf37] .phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #191970;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(135, 206, 235, 0.1);
}
.strip[data-id=cddf37] .phone-link:hover {
  background: rgba(135, 206, 235, 0.2);
  transform: translateY(-2px);
  color: #87CEEB;
}
.strip[data-id=cddf37] .phone-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.strip[data-id=cddf37] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=cddf37] .mobile-toggle span {
  width: 100%;
  height: 2.5px;
  background: #191970;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .strip[data-id=cddf37] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 100px 40px;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .strip[data-id=cddf37] .nav-menu.active {
    right: 0;
  }
  .strip[data-id=cddf37] .nav-menu ul {
    flex-direction: column;
    gap: 24px;
  }
  .strip[data-id=cddf37] .nav-menu a {
    font-size: 18px;
    display: block;
  }
  .strip[data-id=cddf37] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  .strip[data-id=cddf37] .phone-number {
    display: none;
  }
  .strip[data-id=cddf37] .phone-link {
    padding: 10px;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .strip[data-id=cddf37] .container {
    padding: 0 16px;
  }
  .strip[data-id=cddf37] .brand .name {
    font-size: 18px;
  }
  .strip[data-id=cddf37] .brand .sub {
    font-size: 10px;
  }
}.strip[data-id="217e7c"] {
  --section-id: "217e7c";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/217e7c";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/217e7c";
}
.strip[data-id="217e7c"] {
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #f8faff 0%, #eef4ff 100%);
  text-align: center;
}
.strip[data-id="217e7c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="217e7c"] .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="217e7c"] h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a3a5f;
  margin-bottom: 20px;
}
.strip[data-id="217e7c"] .lead {
  font-size: 1.25rem;
  color: #4a5568;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .strip[data-id="217e7c"] {
    padding: 80px 0 40px;
  }
  .strip[data-id="217e7c"] h1 {
    font-size: 2.25rem;
  }
}.strip[data-id="7feed3"] {
  --section-id: "7feed3";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/7feed3";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/7feed3";
}
.strip[data-id="7feed3"] {
  padding: 60px 0 100px;
  background-color: #ffffff;
}
.strip[data-id="7feed3"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7feed3"] .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.strip[data-id="7feed3"] .news-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.strip[data-id="7feed3"] .news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id="7feed3"] .news-item.highlight {
  border-color: #3182ce;
  background: #f0f7ff;
}
.strip[data-id="7feed3"] .news-item .news-date {
  font-size: 0.875rem;
  color: #3182ce;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="7feed3"] .news-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #1a3a5f;
  margin-bottom: 15px;
  line-height: 1.3;
}
.strip[data-id="7feed3"] .news-item p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .strip[data-id="7feed3"] .news-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=d23320] {
  --section-id: "d23320";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/d23320";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/d23320";
}
.strip[data-id=d23320] {
  background-color: #0a1931;
  border-top: 4px solid #185adb;
  padding: 80px 20px 40px;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.strip[data-id=d23320] .footer-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=d23320] .project-badge {
  display: inline-block;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 45px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: default;
}
.strip[data-id=d23320] .project-badge:hover {
  transform: translateY(-8px) scale(1.02);
}
.strip[data-id=d23320] .footer-logo {
  max-width: 380px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.strip[data-id=d23320] .footer-content {
  font-size: 15px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=d23320] .project-text {
  margin-bottom: 25px;
  font-weight: 400;
}
.strip[data-id=d23320] .footer-link {
  color: #5891ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(88, 145, 255, 0.3);
}
.strip[data-id=d23320] .footer-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.strip[data-id=d23320] .copyright {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  letter-spacing: 0.5px;
  opacity: 0.5;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .strip[data-id=d23320] {
    padding: 60px 15px 30px;
  }
  .strip[data-id=d23320] .project-badge {
    padding: 8px;
    margin-bottom: 35px;
  }
  .strip[data-id=d23320] .footer-logo {
    max-width: 280px;
  }
  .strip[data-id=d23320] .footer-content {
    font-size: 14px;
  }
}