@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}@charset "UTF-8";
.strip[data-id="6a873f"] {
  --section-id: "6a873f";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/6a873f";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/6a873f";
  /* Mobilní overlay */
}
.strip[data-id="6a873f"] .main-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(203, 213, 225, 0.5);
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.strip[data-id="6a873f"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6a873f"] .logo-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.strip[data-id="6a873f"] .logo-wrapper .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id="6a873f"] .logo-text {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #000080;
  letter-spacing: -0.8px;
  line-height: 1;
}
.strip[data-id="6a873f"] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id="6a873f"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="6a873f"] .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000080;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="6a873f"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3b82f6; /* Sytější modrá pro lepší kontrast */
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6a873f"] .nav-link:hover {
  color: #3b82f6;
}
.strip[data-id="6a873f"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="6a873f"] .mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id="6a873f"] .hamburger-line {
  width: 100%;
  height: 2.5px;
  background-color: #000080;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6a873f"] .nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 50, 0.3);
  backdrop-filter: blur(4px);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="6a873f"] .nav-overlay.active {
  display: block;
  opacity: 1;
}
@media (max-width: 992px) {
  .strip[data-id="6a873f"] .nav-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6a873f"] .mobile-nav-toggle {
    display: flex;
  }
  .strip[data-id="6a873f"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
    padding: 100px 40px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
    align-items: flex-start;
    z-index: 1050;
  }
  .strip[data-id="6a873f"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="6a873f"] .nav-list {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .strip[data-id="6a873f"] .nav-link {
    font-size: 20px;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .strip[data-id="6a873f"] .mobile-nav-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="6a873f"] .mobile-nav-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .strip[data-id="6a873f"] .mobile-nav-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}.strip[data-id="846cc3"] {
  --section-id: "846cc3";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/846cc3";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/846cc3";
}
.strip[data-id="846cc3"] .hero-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 600px;
}
.strip[data-id="846cc3"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.7) 100%), url(https://preview-jlx-info.proweb.cz/_section/846cc3/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.strip[data-id="846cc3"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.strip[data-id="846cc3"] .hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="846cc3"] .hero-section .hero-content h1 {
  color: #000080;
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 28px 0;
  letter-spacing: -0.01em;
}
.strip[data-id="846cc3"] .hero-section .hero-content p {
  color: #374151;
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.7;
  margin: 0 0 45px 0;
  max-width: 600px;
}
.strip[data-id="846cc3"] .hero-section .hero-actions {
  display: flex;
  gap: 20px;
}
.strip[data-id="846cc3"] .hero-section .cta-button {
  display: inline-flex;
  align-items: center;
  background-color: #4169E1;
  color: #FFFFFF;
  padding: 18px 40px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 12px rgba(65, 105, 225, 0.2);
}
.strip[data-id="846cc3"] .hero-section .cta-button:hover {
  background-color: #2b52cc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(65, 105, 225, 0.35);
}
.strip[data-id="846cc3"] .hero-section .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .image-composition {
  position: relative;
  padding: 40px;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .blob-decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(65, 105, 225, 0.08) 0%, rgba(135, 206, 235, 0.05) 100%);
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  z-index: -1;
  animation: morph 12s linear infinite alternate;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .image-frame {
  background: #FFFFFF;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);
  transform: rotate(3deg);
  transition: all 0.4s ease;
  max-width: 320px;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .image-frame:hover {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.18);
}
.strip[data-id="846cc3"] .hero-section .hero-visual .image-frame img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
  aspect-ratio: 256/178;
  object-fit: cover;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .dots-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#4169E1 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.12;
  z-index: 1;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .dots-1 {
  top: 0;
  right: 0;
}
.strip[data-id="846cc3"] .hero-section .hero-visual .dots-2 {
  bottom: 0;
  left: 0;
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
  100% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
}
@media (max-width: 991px) {
  .strip[data-id="846cc3"] .hero-section {
    padding: 80px 0;
    text-align: center;
  }
  .strip[data-id="846cc3"] .hero-section .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="846cc3"] .hero-section .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="846cc3"] .hero-section .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="846cc3"] .hero-section .hero-actions {
    justify-content: center;
  }
  .strip[data-id="846cc3"] .hero-section .hero-visual .image-frame {
    transform: rotate(0deg);
    max-width: 280px;
  }
  .strip[data-id="846cc3"] .hero-section .hero-visual .blob-decoration {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="846cc3"] .hero-section {
    padding: 60px 0;
  }
  .strip[data-id="846cc3"] .hero-section .hero-content h1 {
    font-size: 30px;
  }
  .strip[data-id="846cc3"] .hero-section .cta-button {
    width: 100%;
    padding: 16px 20px;
  }
}@charset "UTF-8";
.strip[data-id="1726e5"] {
  --section-id: "1726e5";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/1726e5";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/1726e5";
  /* Dekorační prvek na pozadí */
  /* Modernější asymetrický rámeček */
}
.strip[data-id="1726e5"] .about-section {
  background-color: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.strip[data-id="1726e5"] .about-section::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(135, 206, 235, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="1726e5"] .container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.strip[data-id="1726e5"] .content-column {
  flex: 1.2;
}
.strip[data-id="1726e5"] .image-column {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="1726e5"] h2 {
  color: #000080;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.strip[data-id="1726e5"] p {
  font-size: 19px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 32px;
}
.strip[data-id="1726e5"] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.strip[data-id="1726e5"] .features-list li {
  font-size: 17px;
  line-height: 1.5;
  color: #333333;
  padding-left: 40px;
  position: relative;
  transition: transform 0.2s ease;
}
.strip[data-id="1726e5"] .features-list li:hover {
  transform: translateX(5px);
}
.strip[data-id="1726e5"] .features-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: rgba(135, 206, 235, 0.15);
  color: #000080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.strip[data-id="1726e5"] .image-frame {
  position: relative;
  padding: 20px;
  width: 100%;
  max-width: 350px; /* Omezení pro malý obrázek */
}
.strip[data-id="1726e5"] .image-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 95%;
  background-color: #f0f8ff;
  border: 2px solid #add8e6;
  z-index: 1;
  border-radius: 20px 60px 20px 60px;
  transform: rotate(-2deg);
}
.strip[data-id="1726e5"] .image-frame img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 20px 20px 40px rgba(0, 0, 128, 0.08);
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 1024px) {
  .strip[data-id="1726e5"] .container {
    gap: 40px;
  }
  .strip[data-id="1726e5"] h2 {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="1726e5"] .container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="1726e5"] .content-column {
    order: 1;
  }
  .strip[data-id="1726e5"] .image-column {
    order: 2;
  }
  .strip[data-id="1726e5"] .features-list {
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="1726e5"] .features-list li {
    text-align: left;
    width: 100%;
  }
  .strip[data-id="1726e5"] .image-frame {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1726e5"] .about-section {
    padding: 80px 20px;
  }
  .strip[data-id="1726e5"] h2 {
    font-size: 30px;
  }
  .strip[data-id="1726e5"] p {
    font-size: 17px;
  }
}.strip[data-id="57cd4c"] {
  --section-id: "57cd4c";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/57cd4c";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/57cd4c";
}
.strip[data-id="57cd4c"] .services-section {
  width: 100%;
  background-color: #f8fafc;
  padding: 100px 0;
  color: #1a202c;
}
.strip[data-id="57cd4c"] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="57cd4c"] .services-section .section-title {
  text-align: center;
  font-size: 2.75rem;
  color: #001f3f;
  margin-bottom: 60px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="57cd4c"] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="57cd4c"] .services-section .service-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 48px 32px;
  box-shadow: 0 4px 20px rgba(0, 31, 63, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 63, 0.03);
}
.strip[data-id="57cd4c"] .services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4169e1, #00bfff);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="57cd4c"] .services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 31, 63, 0.12);
  border-color: rgba(65, 105, 225, 0.1);
}
.strip[data-id="57cd4c"] .services-section .service-card:hover::before {
  opacity: 1;
}
.strip[data-id="57cd4c"] .services-section .service-card:hover .icon-container {
  transform: scale(1.1);
  background-color: #4169e1;
}
.strip[data-id="57cd4c"] .services-section .service-card:hover .icon-container i {
  color: #ffffff;
}
.strip[data-id="57cd4c"] .services-section .service-card .icon-container {
  width: 90px;
  height: 90px;
  background-color: #f0f7ff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.strip[data-id="57cd4c"] .services-section .service-card .icon-container i {
  font-size: 36px;
  color: #4169e1;
}
.strip[data-id="57cd4c"] .services-section .service-card h3 {
  color: #001f3f;
  font-size: 1.625rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.strip[data-id="57cd4c"] .services-section .service-card .service-content p {
  color: #4a5568;
  line-height: 1.7;
  font-size: 1.0625rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="57cd4c"] .services-section {
    padding: 80px 0;
  }
  .strip[data-id="57cd4c"] .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .strip[data-id="57cd4c"] .services-section .section-title {
    font-size: 2.25rem;
    margin-bottom: 48px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="57cd4c"] .services-section {
    padding: 60px 0;
  }
  .strip[data-id="57cd4c"] .services-section .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="57cd4c"] .services-section .service-card {
    padding: 40px 24px;
  }
  .strip[data-id="57cd4c"] .services-section .section-title {
    font-size: 2rem;
  }
}.strip[data-id="80707f"] {
  --section-id: "80707f";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/80707f";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/80707f";
}
.strip[data-id="80707f"] .support-programs {
  background-color: #ffffff;
  padding: 100px 20px;
  font-family: sans-serif;
}
.strip[data-id="80707f"] .support-programs .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="80707f"] .support-programs .header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="80707f"] .support-programs h2 {
  color: #000080;
  font-size: 2.8rem;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="80707f"] .support-programs .intro {
  color: #5a6b7a;
  font-size: 1.2rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="80707f"] .support-programs .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id="80707f"] .support-programs .service-item {
  display: flex;
  gap: 25px;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f0f4f8;
  height: 100%;
}
.strip[data-id="80707f"] .support-programs .service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 128, 0.08);
  border-color: #e2e8f0;
}
.strip[data-id="80707f"] .support-programs .service-icon {
  background-color: rgba(65, 105, 225, 0.08);
  color: #4169e1;
  font-size: 1.8rem;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  transition: all 0.3s ease;
}
.strip[data-id="80707f"] .support-programs .service-item:hover .service-icon {
  background-color: #4169e1;
  color: #ffffff;
  transform: scale(1.1);
}
.strip[data-id="80707f"] .support-programs .service-content {
  flex: 1;
}
.strip[data-id="80707f"] .support-programs .service-content h3 {
  color: #000080;
  font-size: 1.4rem;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.strip[data-id="80707f"] .support-programs .service-desc {
  color: #708090;
  line-height: 1.7;
  font-size: 1.05rem;
}
@media (max-width: 992px) {
  .strip[data-id="80707f"] .support-programs .services-grid {
    gap: 20px;
  }
  .strip[data-id="80707f"] .support-programs .service-item {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="80707f"] .support-programs {
    padding: 70px 15px;
  }
  .strip[data-id="80707f"] .support-programs .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="80707f"] .support-programs h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="80707f"] .support-programs .header {
    margin-bottom: 50px;
  }
}.strip[data-id="2698da"] {
  --section-id: "2698da";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/2698da";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/2698da";
}
.strip[data-id="2698da"] .notice-section {
  padding: 60px 20px;
  background-color: transparent;
}
.strip[data-id="2698da"] .notice-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id="2698da"] .notice-section .notice-box {
  background-color: #fff9e6;
  border-left: 8px solid #1a237e;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(26, 35, 126, 0.08);
  transition: all 0.3s ease;
}
.strip[data-id="2698da"] .notice-section .notice-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(26, 35, 126, 0.12);
}
.strip[data-id="2698da"] .notice-section .bg-icon {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-size: 200px;
  font-weight: 800;
  color: rgba(26, 35, 126, 0.03);
  font-family: "Inter", sans-serif;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.strip[data-id="2698da"] .notice-section .content-wrapper {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.strip[data-id="2698da"] .notice-section .icon-indicator {
  flex-shrink: 0;
  background: #1a237e;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(26, 35, 126, 0.2);
}
.strip[data-id="2698da"] .notice-section .icon-indicator svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
}
.strip[data-id="2698da"] .notice-section .text-content {
  flex-grow: 1;
}
.strip[data-id="2698da"] .notice-section .text-content h2 {
  margin: 0 0 12px 0;
  color: #1a237e;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="2698da"] .notice-section .text-content p {
  margin: 0;
  color: #2c3e50;
  font-size: 17px;
  line-height: 1.7;
}
.strip[data-id="2698da"] .notice-section .text-content p .phone-number {
  color: #1a237e;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(26, 35, 126, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .strip[data-id="2698da"] .notice-section .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2698da"] .notice-section {
    padding: 40px 15px;
  }
  .strip[data-id="2698da"] .notice-section .notice-box {
    padding: 30px 25px;
    border-left-width: 6px;
  }
  .strip[data-id="2698da"] .notice-section .content-wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .strip[data-id="2698da"] .notice-section .icon-indicator {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }
  .strip[data-id="2698da"] .notice-section .icon-indicator svg {
    width: 26px;
    height: 26px;
  }
  .strip[data-id="2698da"] .notice-section .text-content h2 {
    font-size: 22px;
  }
  .strip[data-id="2698da"] .notice-section .text-content p {
    font-size: 16px;
  }
  .strip[data-id="2698da"] .notice-section .bg-icon {
    font-size: 150px;
    right: -10px;
    bottom: -30px;
  }
}.strip[data-id="031d9f"] {
  --section-id: "031d9f";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/031d9f";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/031d9f";
}
.strip[data-id="031d9f"] .partners-section {
  padding: 80px 20px;
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="031d9f"] .partners-section .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="031d9f"] .partners-section .section-header {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
.strip[data-id="031d9f"] .partners-section .section-header h2 {
  font-size: 1.75rem;
  color: #1e293b;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="031d9f"] .partners-section .section-header .divider {
  width: 60px;
  height: 4px;
  background-color: #3b82f6;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id="031d9f"] .partners-section .logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.strip[data-id="031d9f"] .partners-section .logo-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 20px);
  min-width: 250px;
  min-height: 140px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: default;
}
.strip[data-id="031d9f"] .partners-section .logo-item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s ease;
}
.strip[data-id="031d9f"] .partners-section .logo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.strip[data-id="031d9f"] .partners-section .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 992px) {
  .strip[data-id="031d9f"] .partners-section .logo-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .strip[data-id="031d9f"] .partners-section {
    padding: 60px 15px;
  }
  .strip[data-id="031d9f"] .partners-section .logo-item {
    width: 100%;
    min-width: unset;
    padding: 20px;
    min-height: 120px;
  }
  .strip[data-id="031d9f"] .partners-section .section-header h2 {
    font-size: 1.5rem;
  }
}.strip[data-id=cff007] {
  --section-id: "cff007";
  --storage-url: "https://preview-jlx-info.proweb.cz/_section/cff007";
  --public-url: "https://preview-jlx-info.proweb.cz/_section/cff007";
}
.strip[data-id=cff007] .footer-section {
  background-color: hsl(240, 100%, 15%);
  color: #ffffff;
  padding: 80px 0 40px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.strip[data-id=cff007] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=cff007] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id=cff007] .contact-info h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: -0.5px;
}
.strip[data-id=cff007] .contact-block {
  margin-bottom: 25px;
}
.strip[data-id=cff007] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  color: #d1d5db;
}
.strip[data-id=cff007] .contact-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: #87ceeb;
}
.strip[data-id=cff007] .contact-item strong {
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}
.strip[data-id=cff007] .contact-item p {
  margin: 0;
  font-size: 16px;
}
.strip[data-id=cff007] .contact-item a {
  color: #87ceeb;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id=cff007] .contact-item a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.strip[data-id=cff007] .map-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 350px;
  background: #000033;
}
.strip[data-id=cff007] .map-container {
  width: 100%;
  height: 100%;
  filter: grayscale(1) invert(0.9) hue-rotate(180deg) brightness(0.8) contrast(1.2);
  transition: filter 0.5s ease;
}
.strip[data-id=cff007] .map-wrapper:hover .map-container {
  filter: grayscale(0.5) invert(0.9) hue-rotate(180deg) brightness(0.9) contrast(1.1);
}
.strip[data-id=cff007] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id=cff007] .footer-bottom {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(70, 130, 180, 0.3);
  text-align: center;
}
.strip[data-id=cff007] .footer-bottom p {
  color: #9ca3af;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id=cff007] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=cff007] .footer-section {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id=cff007] .contact-info h3 {
    font-size: 24px;
  }
  .strip[data-id=cff007] .map-wrapper {
    height: 280px;
  }
}