@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans&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=bc0ebf] {
  --section-id: "bc0ebf";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/bc0ebf";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/bc0ebf";
}
.strip[data-id=bc0ebf] .main-header {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.strip[data-id=bc0ebf] .main-header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.strip[data-id=bc0ebf] .main-header .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id=bc0ebf] .main-header .logo .logo-img {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav {
  display: flex;
  gap: 32px;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: hsl(210, 100%, 20%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: hsl(45, 100%, 50%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a:hover {
  color: hsl(210, 100%, 10%);
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: hsl(210, 100%, 20%);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay.active {
  transform: translateX(0);
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: hsl(210, 100%, 20%);
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav a:active {
  color: hsl(45, 100%, 50%);
  transform: scale(0.95);
}
@media (max-width: 992px) {
  .strip[data-id=bc0ebf] .main-header {
    padding: 8px 0;
  }
  .strip[data-id=bc0ebf] .main-header .header-container {
    height: 56px;
  }
  .strip[data-id=bc0ebf] .main-header .desktop-nav {
    display: none;
  }
  .strip[data-id=bc0ebf] .main-header .mobile-toggle {
    display: flex;
  }
}
@media (max-width: 480px) {
  .strip[data-id=bc0ebf] .main-header .logo .logo-img {
    height: 44px;
  }
}.strip[data-id="419091"] {
  --section-id: "419091";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/419091";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/419091";
}
.strip[data-id="419091"] .hero-section {
  padding: 120px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.strip[data-id="419091"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="419091"] .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="419091"] .hero-content {
  animation: fadeInUp 1s ease-out forwards;
}
.strip[data-id="419091"] .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: hsl(210, 100%, 15%);
  line-height: 1.1;
  margin: 0 0 32px 0;
}
.strip[data-id="419091"] .accent {
  position: relative;
  display: inline-block;
  color: hsl(210, 100%, 20%);
}
.strip[data-id="419091"] .accent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q12.5,0 25,10 T50,10 T75,10 T100,10' fill='none' stroke='hsl(45, 100%, 50%)' stroke-width='6'/%3E%3C/svg%3E");
  background-size: 60px 12px;
  background-repeat: repeat-x;
  z-index: -1;
}
.strip[data-id="419091"] .hero-lead {
  font-size: 20px;
  color: hsl(210, 10%, 35%);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
}
.strip[data-id="419091"] .hero-description-wrapper {
  margin-bottom: 48px;
  padding-left: 20px;
  border-left: 4px solid hsl(45, 100%, 50%);
}
.strip[data-id="419091"] .hero-subtitle {
  font-size: 22px;
  color: hsl(210, 100%, 20%);
  margin-bottom: 12px;
  font-weight: 700;
}
.strip[data-id="419091"] .hero-description {
  font-size: 16px;
  color: hsl(210, 10%, 40%);
  line-height: 1.7;
  max-width: 550px;
}
.strip[data-id="419091"] .hero-button {
  display: inline-flex;
  align-items: center;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: hsl(210, 100%, 20%);
  border: 3px solid hsl(210, 100%, 20%);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
}
.strip[data-id="419091"] .hero-button:hover {
  background-color: hsl(45, 100%, 50%);
  border-color: hsl(45, 100%, 50%);
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.strip[data-id="419091"] .hero-visual {
  position: relative;
  animation: fadeInUp 1s ease-out 0.2s forwards;
  opacity: 0;
}
.strip[data-id="419091"] .visual-container {
  position: relative;
  z-index: 1;
}
.strip[data-id="419091"] .dot-pattern {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  z-index: -1;
  background-image: radial-gradient(hsl(45, 100%, 50%) 3px, transparent 3px);
  background-size: 24px 24px;
  opacity: 0.6;
}
.strip[data-id="419091"] .image-frame {
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
  line-height: 0;
  aspect-ratio: 4/3;
  transition: transform 0.5s ease;
}
.strip[data-id="419091"] .image-frame:hover {
  transform: scale(1.01);
}
.strip[data-id="419091"] .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
  .strip[data-id="419091"] .hero-title {
    font-size: 52px;
  }
  .strip[data-id="419091"] .hero-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="419091"] .hero-section {
    padding: 80px 0;
  }
  .strip[data-id="419091"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: left;
  }
  .strip[data-id="419091"] .hero-lead, .strip[data-id="419091"] .hero-description {
    max-width: 100%;
  }
  .strip[data-id="419091"] .dot-pattern {
    display: none;
  }
  .strip[data-id="419091"] .image-frame {
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 575px) {
  .strip[data-id="419091"] .hero-title {
    font-size: 38px;
  }
  .strip[data-id="419091"] .hero-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .strip[data-id="419091"] .hero-description-wrapper {
    padding-left: 15px;
  }
}.strip[data-id="156bb6"] {
  --section-id: "156bb6";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/156bb6";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/156bb6";
}
.strip[data-id="156bb6"] .about-us-section {
  padding: 120px 20px;
  background-color: hsl(0, 0%, 100%);
  font-family: "Montserrat", sans-serif;
  color: #333;
  overflow: hidden;
}
.strip[data-id="156bb6"] .about-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="156bb6"] .about-us-section .text-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="156bb6"] .about-us-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: hsl(210, 100%, 10%);
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="156bb6"] .about-us-section .divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.strip[data-id="156bb6"] .about-us-section .divider-line {
  width: 100px;
  height: 2px;
  background-color: hsl(210, 100%, 20%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="156bb6"] .about-us-section .plus-icon {
  background-color: #ffffff;
  padding: 0 12px;
  color: hsl(210, 100%, 20%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  position: absolute;
}
.strip[data-id="156bb6"] .about-us-section .description {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 50px;
}
.strip[data-id="156bb6"] .about-us-section .description p {
  margin: 0;
}
.strip[data-id="156bb6"] .about-us-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.strip[data-id="156bb6"] .about-us-section .features-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  font-weight: 600;
  color: hsl(210, 100%, 10%);
  transition: transform 0.3s ease;
}
.strip[data-id="156bb6"] .about-us-section .features-list li:hover {
  transform: translateX(5px);
}
.strip[data-id="156bb6"] .about-us-section .sun-icon {
  width: 28px;
  height: 28px;
  color: hsl(45, 100%, 50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="156bb6"] .about-us-section .sun-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="156bb6"] .about-us-section .cta-wrapper {
  margin-top: 20px;
}
.strip[data-id="156bb6"] .about-us-section .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(210, 100%, 20%);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.strip[data-id="156bb6"] .about-us-section .cta-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.strip[data-id="156bb6"] .about-us-section .cta-link:hover {
  color: hsl(210, 100%, 30%);
}
.strip[data-id="156bb6"] .about-us-section .cta-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.strip[data-id="156bb6"] .about-us-section .cta-link:hover .arrow {
  transform: translateX(8px);
}
.strip[data-id="156bb6"] .about-us-section .cta-link .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 768px) {
  .strip[data-id="156bb6"] .about-us-section {
    padding: 80px 20px;
  }
  .strip[data-id="156bb6"] .about-us-section h2 {
    font-size: 36px;
  }
  .strip[data-id="156bb6"] .about-us-section .description {
    font-size: 18px;
  }
  .strip[data-id="156bb6"] .about-us-section .features-list li {
    font-size: 17px;
  }
}.strip[data-id=c1df6b] {
  --section-id: "c1df6b";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/c1df6b";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/c1df6b";
}
.strip[data-id=c1df6b] .services-section {
  background-color: hsl(210, 20%, 98%);
  width: 100%;
  padding: 100px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.strip[data-id=c1df6b] .services-section .services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c1df6b] .services-section .services-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=c1df6b] .services-section .services-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000080;
  margin-bottom: 24px;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=c1df6b] .services-section .services-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}
.strip[data-id=c1df6b] .services-section .services-header .subtitle {
  font-size: 20px;
  color: hsl(210, 10%, 35%);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}
.strip[data-id=c1df6b] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: stretch;
}
.strip[data-id=c1df6b] .services-section .service-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-top: 6px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.strip[data-id=c1df6b] .services-section .service-card:hover {
  transform: translateY(-15px);
  border-top: 6px solid #FFD700;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id=c1df6b] .services-section .service-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  background-color: #FFD700;
  color: #000080;
}
.strip[data-id=c1df6b] .services-section .service-card .card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.strip[data-id=c1df6b] .services-section .service-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id=c1df6b] .services-section .service-card:hover .card-image img {
  transform: scale(1.05);
}
.strip[data-id=c1df6b] .services-section .service-card .card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #000080;
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id=c1df6b] .services-section .service-card .card-content {
  padding: 40px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=c1df6b] .services-section .service-card .card-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000080;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.3;
}
.strip[data-id=c1df6b] .services-section .service-card .card-content p {
  font-size: 16px;
  color: hsl(210, 10%, 30%);
  line-height: 1.8;
  margin: 0;
  text-align: justify;
  hyphens: auto;
}
@media (max-width: 992px) {
  .strip[data-id=c1df6b] .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c1df6b] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=c1df6b] .services-section .services-header {
    margin-bottom: 50px;
  }
  .strip[data-id=c1df6b] .services-section .services-header h2 {
    font-size: 36px;
  }
  .strip[data-id=c1df6b] .services-section .services-header .subtitle {
    font-size: 18px;
  }
  .strip[data-id=c1df6b] .services-section .service-card .card-content {
    padding: 30px 20px;
  }
}.strip[data-id="8835ab"] {
  --section-id: "8835ab";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/8835ab";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/8835ab";
}
.strip[data-id="8835ab"] .testimonials-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="8835ab"] .testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8835ab"] .testimonials-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="8835ab"] .testimonials-section .section-header h2 {
  font-size: 2.5rem;
  color: hsl(210, 100%, 20%);
  margin: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.strip[data-id="8835ab"] .testimonials-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #FFD700;
}
.strip[data-id="8835ab"] .testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card {
  background: #ffffff;
  border: 1px solid hsl(210, 50%, 90%);
  padding: 40px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card .quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 100px;
  line-height: 1;
  color: hsla(210, 100%, 20%, 0.1);
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card .testimonial-text {
  font-style: italic;
  color: #708090;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card .author-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card .author-box .yellow-line {
  width: 24px;
  height: 2px;
  background-color: #FFD700;
  margin-right: 12px;
  flex-shrink: 0;
}
.strip[data-id="8835ab"] .testimonials-section .testimonial-card .author-box .author-name {
  color: hsl(210, 100%, 20%);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .strip[data-id="8835ab"] .testimonials-section .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="8835ab"] .testimonials-section {
    padding: 60px 0;
  }
  .strip[data-id="8835ab"] .testimonials-section .section-header h2 {
    font-size: 2rem;
  }
  .strip[data-id="8835ab"] .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="8835ab"] .testimonials-section .testimonial-card {
    padding: 30px;
  }
}.strip[data-id="28b1bc"] {
  --section-id: "28b1bc";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/28b1bc";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/28b1bc";
}
.strip[data-id="28b1bc"] .team-section {
  background-color: hsl(45, 30%, 98%);
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="28b1bc"] .team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="28b1bc"] .team-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="28b1bc"] .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #000080;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: -0.5px;
}
.strip[data-id="28b1bc"] .section-subtitle {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id="28b1bc"] .team-hierarchy {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.strip[data-id="28b1bc"] .hierarchy-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}
.strip[data-id="28b1bc"] .team-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 128, 0.04);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 128, 0.05);
  position: relative;
  overflow: hidden;
  width: 320px;
  max-width: 100%;
}
.strip[data-id="28b1bc"] .team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #000080, #4169e1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="28b1bc"] .team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 128, 0.08);
}
.strip[data-id="28b1bc"] .team-card:hover::before {
  opacity: 1;
}
.strip[data-id="28b1bc"] .member-photo-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eef0ff;
  background: #f8f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.strip[data-id="28b1bc"] .member-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="28b1bc"] .member-photo-wrapper .placeholder-icon {
  width: 60px;
  height: 60px;
  color: #000080;
  opacity: 0.5;
}
.strip[data-id="28b1bc"] .team-card:hover .member-photo-wrapper {
  border-color: #ffd700;
}
.strip[data-id="28b1bc"] .member-name {
  font-size: 22px;
  font-weight: 700;
  color: #000080;
  margin-bottom: 10px;
  margin-top: 0;
}
.strip[data-id="28b1bc"] .member-role {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #708090;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
}
.strip[data-id="28b1bc"] .member-decoration {
  width: 40px;
  height: 2px;
  background: #ffd700;
  margin: 20px auto 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.strip[data-id="28b1bc"] .team-card:hover .member-decoration {
  width: 60px;
}
@media (max-width: 768px) {
  .strip[data-id="28b1bc"] .team-section {
    padding: 70px 0;
  }
  .strip[data-id="28b1bc"] .section-title {
    font-size: 32px;
  }
  .strip[data-id="28b1bc"] .hierarchy-row {
    gap: 30px;
  }
  .strip[data-id="28b1bc"] .team-card {
    width: 100%;
    padding: 30px 20px;
  }
}.strip[data-id="22bc9f"] {
  --section-id: "22bc9f";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/22bc9f";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/22bc9f";
  /* Hover States */
  /* Responsiveness */
}
.strip[data-id="22bc9f"] .photo-albums {
  background-color: #000033;
  padding: 100px 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id="22bc9f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="22bc9f"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="22bc9f"] .section-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.strip[data-id="22bc9f"] .section-header p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}
.strip[data-id="22bc9f"] .albums-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.strip[data-id="22bc9f"] .album-tile {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background-color: #000022;
}
.strip[data-id="22bc9f"] .album-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}
.strip[data-id="22bc9f"] .album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.strip[data-id="22bc9f"] .album-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}
.strip[data-id="22bc9f"] .view-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="22bc9f"] .view-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="22bc9f"] .album-tile:hover img {
  transform: scale(1.15);
}
.strip[data-id="22bc9f"] .album-tile:hover .album-overlay {
  background-color: rgba(255, 215, 0, 0.85);
}
.strip[data-id="22bc9f"] .album-tile:hover .album-title {
  color: #000066;
  transform: translateY(-5px);
}
.strip[data-id="22bc9f"] .album-tile:hover .view-icon {
  opacity: 1;
  transform: translateY(0);
  background: #000066;
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id="22bc9f"] .section-header h2 {
    font-size: 40px;
  }
  .strip[data-id="22bc9f"] .albums-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="22bc9f"] .photo-albums {
    padding: 70px 0;
  }
  .strip[data-id="22bc9f"] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id="22bc9f"] .section-header h2 {
    font-size: 34px;
  }
  .strip[data-id="22bc9f"] .section-header p {
    font-size: 18px;
  }
  .strip[data-id="22bc9f"] .albums-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .strip[data-id="22bc9f"] .album-tile {
    aspect-ratio: 4/3;
  }
  .strip[data-id="22bc9f"] .album-title {
    font-size: 22px;
  }
}.strip[data-id="753e6a"] {
  --section-id: "753e6a";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/753e6a";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/753e6a";
}
.strip[data-id="753e6a"] .contact-section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
.strip[data-id="753e6a"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="753e6a"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 991px) {
  .strip[data-id="753e6a"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.strip[data-id="753e6a"] .contact-section .contact-info h2 {
  font-size: 42px;
  color: #001f3f;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="753e6a"] .contact-section .contact-info .lead-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 48px;
  color: #555555;
  max-width: 500px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item:hover {
  transform: translateX(5px);
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item:hover .icon-circle {
  background-color: #003366;
  box-shadow: 0 4px 12px rgba(0, 31, 63, 0.2);
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .icon-circle {
  width: 54px;
  height: 54px;
  background-color: #001f3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .icon-circle svg, .strip[data-id="753e6a"] .contact-section .contact-info .info-item .icon-circle i {
  color: #FFD700;
  font-size: 22px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .info-content {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 4px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .info-content strong {
  display: block;
  color: #001f3f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .info-content .address-name {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
  font-size: 17px;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .info-content a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id="753e6a"] .contact-section .contact-info .info-item .info-content a:hover {
  color: #0056b3;
  border-bottom-color: #0056b3;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 31, 63, 0.08);
  border: 1px solid rgba(0, 31, 63, 0.05);
}
@media (max-width: 576px) {
  .strip[data-id="753e6a"] .contact-section .contact-form-card {
    padding: 30px 20px;
  }
}
.strip[data-id="753e6a"] .contact-section .contact-form-card h3 {
  font-size: 28px;
  color: #001f3f;
  margin-bottom: 32px;
  font-weight: 700;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group {
  margin-bottom: 30px;
  position: relative;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #001f3f;
  margin-bottom: 8px;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group input, .strip[data-id="753e6a"] .contact-section .contact-form-card .form-group textarea {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  background: transparent;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
  color: #333;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group input::placeholder, .strip[data-id="753e6a"] .contact-section .contact-form-card .form-group textarea::placeholder {
  color: #bbbbbb;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group input:focus, .strip[data-id="753e6a"] .contact-section .contact-form-card .form-group textarea:focus {
  border-bottom-color: #001f3f;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .submit-btn {
  background-color: #001f3f;
  color: #ffffff;
  border: none;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 31, 63, 0.15);
  width: 100%;
  text-align: center;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .submit-btn:hover {
  background-color: #003366;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 31, 63, 0.25);
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .submit-btn:active {
  transform: translateY(-1px);
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .status-message {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  display: none;
  text-align: center;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .status-message.success {
  display: block;
  background-color: #e6f4ea;
  color: #1e7e34;
  border: 1px solid #c3e6cb;
}
.strip[data-id="753e6a"] .contact-section .contact-form-card .status-message.error {
  display: block;
  background-color: #fce8e8;
  color: #c62828;
  border: 1px solid #f5c6cb;
}.strip[data-id=f5be6f] {
  --section-id: "f5be6f";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/f5be6f";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/f5be6f";
}
.strip[data-id=f5be6f] .map-section {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #f7fafc;
  overflow: hidden;
  font-family: sans-serif;
}
.strip[data-id=f5be6f] .map-section .map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id=f5be6f] .map-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.3) contrast(1.1) brightness(1.02);
  pointer-events: none;
  transition: filter 0.5s ease;
}
.strip[data-id=f5be6f] .map-section .map-wrapper.active iframe {
  pointer-events: auto;
  filter: grayscale(0) contrast(1) brightness(1);
}
.strip[data-id=f5be6f] .map-section .map-wrapper.active .map-overlay-trigger {
  opacity: 0;
  pointer-events: none;
}
.strip[data-id=f5be6f] .map-section .map-overlay-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 54, 93, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s ease;
}
.strip[data-id=f5be6f] .map-section .map-overlay-trigger .trigger-btn {
  background: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #1a365d;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(0);
  transition: all 0.3s ease;
  border: 1px solid rgba(26, 54, 93, 0.1);
}
.strip[data-id=f5be6f] .map-section .map-overlay-trigger .trigger-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=f5be6f] .map-section .map-overlay-trigger:hover {
  background: rgba(26, 54, 93, 0.15);
}
.strip[data-id=f5be6f] .map-section .map-overlay-trigger:hover .trigger-btn {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  background: #1a365d;
  color: #ffffff;
}
.strip[data-id=f5be6f] .map-section .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  padding: 0 20px;
}
.strip[data-id=f5be6f] .map-section .address-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  max-width: 380px;
  width: calc(100% - 40px);
  pointer-events: auto;
  border-top: 4px solid #1a365d;
}
.strip[data-id=f5be6f] .map-section .address-card .card-icon {
  width: 48px;
  height: 48px;
  background: #f0f4f8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #1a365d;
}
.strip[data-id=f5be6f] .map-section .address-card .card-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id=f5be6f] .map-section .address-card .card-title {
  margin: 0 0 12px 0;
  font-size: 1.5rem;
  color: #1a365d;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=f5be6f] .map-section .address-card .card-address {
  margin: 0 0 25px 0;
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.6;
}
.strip[data-id=f5be6f] .map-section .address-card .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a365d;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.strip[data-id=f5be6f] .map-section .address-card .nav-link:hover {
  background: #2d3748;
  transform: translateX(3px);
}
.strip[data-id=f5be6f] .map-section .address-card .nav-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
@media (max-width: 992px) {
  .strip[data-id=f5be6f] .map-section {
    height: 600px;
    display: flex;
    flex-direction: column;
  }
  .strip[data-id=f5be6f] .map-section .map-wrapper {
    position: relative;
    height: 350px;
    order: 2;
  }
  .strip[data-id=f5be6f] .map-section .container {
    height: auto;
    order: 1;
    padding: 30px 20px;
    pointer-events: auto;
  }
  .strip[data-id=f5be6f] .map-section .address-card {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #e2e8f0;
    padding: 30px;
  }
}