@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id="32e485"] {
  --section-id: "32e485";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/32e485";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/32e485";
  /* Dropdown logic */
  /* Stagger animation for dropdown items */
  /* Mobile Responsive */
}
.strip[data-id="32e485"] .main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid hsl(210, 10%, 90%);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  transition: background-color 0.3s ease;
}
.strip[data-id="32e485"] .nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: height 0.3s ease;
}
.strip[data-id="32e485"] .logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.strip[data-id="32e485"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="32e485"] .logo-img {
  height: 50px;
  width: auto;
  display: block;
}
.strip[data-id="32e485"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.strip[data-id="32e485"] .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.strip[data-id="32e485"] .nav-link {
  text-decoration: none;
  color: hsl(210, 100%, 20%);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.strip[data-id="32e485"] .nav-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id="32e485"] .nav-link:hover {
  color: hsl(356, 95%, 45%);
}
.strip[data-id="32e485"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(356, 95%, 45%);
  transition: width 0.3s ease;
}
.strip[data-id="32e485"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="32e485"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  background-color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  min-width: 280px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  list-style: none;
  margin: 0;
  border: 1px solid hsl(210, 10%, 94%);
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.strip[data-id="32e485"] .nav-item:hover .nav-link i {
  transform: rotate(180deg);
}
.strip[data-id="32e485"] .dropdown-item {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(1) {
  transition-delay: 0.05s;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(2) {
  transition-delay: 0.1s;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(3) {
  transition-delay: 0.15s;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(4) {
  transition-delay: 0.2s;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(5) {
  transition-delay: 0.25s;
}
.strip[data-id="32e485"] .nav-item:hover .dropdown-item:nth-child(6) {
  transition-delay: 0.3s;
}
.strip[data-id="32e485"] .dropdown-item a {
  display: block;
  padding: 10px 24px;
  text-decoration: none;
  color: hsl(210, 100%, 20%);
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.strip[data-id="32e485"] .dropdown-item a:hover {
  background-color: hsl(210, 10%, 97%);
  color: hsl(356, 95%, 45%);
}
.strip[data-id="32e485"] .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.strip[data-id="32e485"] .emergency-btn {
  background-color: hsl(356, 95%, 45%);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px hsla(356, 95%, 45%, 0.3);
  animation: shadow-pulse 2s infinite;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="32e485"] .emergency-btn:hover {
  transform: scale(1.05);
  background-color: hsl(356, 95%, 40%);
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(356, 95%, 45%, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px hsla(356, 95%, 45%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(356, 95%, 45%, 0);
  }
}
.strip[data-id="32e485"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  width: 40px;
  height: 40px;
}
.strip[data-id="32e485"] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: hsl(210, 100%, 20%);
  position: absolute;
  left: 8px;
  transition: 0.3s ease;
}
.strip[data-id="32e485"] .mobile-toggle span:nth-child(1) {
  top: 14px;
}
.strip[data-id="32e485"] .mobile-toggle span:nth-child(2) {
  top: 19px;
}
.strip[data-id="32e485"] .mobile-toggle span:nth-child(3) {
  top: 24px;
}
.strip[data-id="32e485"] .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.strip[data-id="32e485"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="32e485"] .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}
@media (max-width: 1150px) {
  .strip[data-id="32e485"] .nav-container {
    height: 70px;
  }
  .strip[data-id="32e485"] .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }
  .strip[data-id="32e485"] .nav-menu.active {
    transform: translateX(0);
  }
  .strip[data-id="32e485"] .nav-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .strip[data-id="32e485"] .nav-link {
    width: 100%;
    padding: 16px 24px;
    border-bottom: 1px solid hsl(210, 10%, 96%);
    justify-content: space-between;
  }
  .strip[data-id="32e485"] .nav-link::after {
    display: none;
  }
  .strip[data-id="32e485"] .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
    box-shadow: none;
    border: none;
    background-color: hsl(210, 10%, 98%);
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
  .strip[data-id="32e485"] .dropdown-menu.active {
    display: block;
  }
  .strip[data-id="32e485"] .dropdown-item {
    opacity: 1;
    transform: none;
  }
  .strip[data-id="32e485"] .dropdown-item a {
    padding: 12px 40px;
    border-bottom: 1px solid hsl(210, 10%, 94%);
  }
  .strip[data-id="32e485"] .mobile-toggle {
    display: block;
    order: 3;
  }
  .strip[data-id="32e485"] .header-actions {
    order: 2;
  }
  .strip[data-id="32e485"] .emergency-btn span {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id="32e485"] .logo-img {
    height: 40px;
  }
  .strip[data-id="32e485"] .emergency-btn {
    padding: 8px 12px;
  }
}@charset "UTF-8";
.strip[data-id="311341"] {
  --section-id: "311341";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/311341";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/311341";
  /* Slider Progress Bar */
  /* Decorations */
}
.strip[data-id="311341"] .hero-slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  background-color: #0a111a;
  display: flex;
  align-items: center;
}
.strip[data-id="311341"] .slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strip[data-id="311341"] .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: 1;
}
.strip[data-id="311341"] .slide.active {
  opacity: 1;
  z-index: 2;
}
.strip[data-id="311341"] .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.strip[data-id="311341"] .slide.active .slide-bg {
  animation: kenBurns 10s ease-out forwards;
}
@keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.strip[data-id="311341"] .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 17, 26, 0.9) 0%, rgba(10, 17, 26, 0.6) 40%, rgba(10, 17, 26, 0.2) 100%);
  z-index: 2;
}
.strip[data-id="311341"] .content-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 10;
}
.strip[data-id="311341"] .hero-content {
  max-width: 750px;
  color: #ffffff;
}
.strip[data-id="311341"] .heading-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.strip[data-id="311341"] .vertical-line {
  width: 6px;
  background-color: #e30613; /* Záchranářská červená */
  margin-right: 25px;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(227, 6, 19, 0.4);
}
.strip[data-id="311341"] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
}
.strip[data-id="311341"] .subtext {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: #e0e6ed;
  margin-bottom: 45px;
  max-width: 600px;
}
.strip[data-id="311341"] .cta-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id="311341"] .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
}
.strip[data-id="311341"] .btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id="311341"] .btn:hover i {
  transform: translateX(4px);
}
.strip[data-id="311341"] .btn-primary {
  background-color: #e30613;
  color: white;
  box-shadow: 0 4px 15px rgba(227, 6, 19, 0.3);
}
.strip[data-id="311341"] .btn-primary:hover {
  background-color: #ff1a2a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(227, 6, 19, 0.4);
}
.strip[data-id="311341"] .btn-secondary {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.strip[data-id="311341"] .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.strip[data-id="311341"] .slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 20;
}
.strip[data-id="311341"] .progress-fill {
  height: 100%;
  width: 0%;
  background: #e30613;
  transition: width 0.1s linear;
}
.strip[data-id="311341"] .dot-pattern {
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 5;
  pointer-events: none;
}
.strip[data-id="311341"] .dot-pattern-tl {
  top: 40px;
  left: 40px;
}
.strip[data-id="311341"] .dot-pattern-br {
  bottom: 40px;
  right: 40px;
}
.strip[data-id="311341"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="311341"] .mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  position: relative;
}
.strip[data-id="311341"] .wheel {
  width: 4px;
  height: 8px;
  background: #e30613;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="311341"] .hero-slider-section {
    height: auto;
    padding: 120px 0 80px;
    min-height: 100vh;
  }
  .strip[data-id="311341"] .slide-overlay {
    background: radial-gradient(circle at center, rgba(10, 17, 26, 0.7) 0%, rgba(10, 17, 26, 0.95) 100%);
  }
  .strip[data-id="311341"] .hero-content {
    text-align: center;
    margin: 0 auto;
  }
  .strip[data-id="311341"] .heading-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .strip[data-id="311341"] .vertical-line {
    width: 50px;
    height: 4px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .strip[data-id="311341"] .subtext {
    margin-bottom: 35px;
  }
  .strip[data-id="311341"] .cta-group {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id="311341"] .btn {
    width: 100%;
    justify-content: center;
  }
  .strip[data-id="311341"] .dot-pattern, .strip[data-id="311341"] .scroll-indicator {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id="51cb28"] {
  --section-id: "51cb28";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/51cb28";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/51cb28";
}
.strip[data-id="51cb28"] .info-banner {
  width: 100%;
  background-color: hsl(210, 20%, 98%);
  border-left: 8px solid hsl(210, 100%, 20%);
  position: relative;
  overflow: hidden;
  /* Margin odstraněn pro lepší návaznost, spacing řeší padding kontejneru */
}
.strip[data-id="51cb28"] .info-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='100' viewBox='0 0 200 100'%3E%3Cpath d='M0 50 L70 50 L75 30 L80 70 L85 50 L200 50' fill='none' stroke='hsl(210, 10%25, 90%25)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.6;
  pointer-events: none;
}
.strip[data-id="51cb28"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.strip[data-id="51cb28"] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.strip[data-id="51cb28"] .icon-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(210, 255, 51, 0.1);
}
.strip[data-id="51cb28"] .text-content {
  color: hsl(210, 100%, 20%);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
}
.strip[data-id="51cb28"] .numbers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.strip[data-id="51cb28"] .phone-numbers {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="51cb28"] .phone-link {
  color: hsl(356, 95%, 45%);
  font-size: 2rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="51cb28"] .phone-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.strip[data-id="51cb28"] .separator {
  color: hsl(210, 20%, 60%);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="51cb28"] .emergency-note {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  background: hsl(356, 95%, 45%);
  padding: 8px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(227, 24, 38, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="51cb28"] .emergency-note::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: white;
  color: hsl(356, 95%, 45%);
  border-radius: 50%;
  font-size: 0.8rem;
}
@media (max-width: 1100px) {
  .strip[data-id="51cb28"] .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 60px 20px;
  }
  .strip[data-id="51cb28"] .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .strip[data-id="51cb28"] .numbers-wrapper {
    align-items: center;
  }
}
@media (max-width: 650px) {
  .strip[data-id="51cb28"] .phone-numbers {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="51cb28"] .phone-link {
    font-size: 1.75rem;
  }
  .strip[data-id="51cb28"] .separator {
    padding: 5px 0;
  }
  .strip[data-id="51cb28"] .text-content {
    font-size: 1.2rem;
  }
  .strip[data-id="51cb28"] .emergency-note {
    font-size: 0.9rem;
    padding: 6px 16px;
  }
}.strip[data-id=ade23c] {
  --section-id: "ade23c";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/ade23c";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/ade23c";
}
.strip[data-id=ade23c] .news-section {
  background: hsl(0, 0%, 100%);
  padding: 100px 20px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id=ade23c] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ade23c] .section-header {
  margin-bottom: 60px;
  border-left: 5px solid #d32f2f;
  padding-left: 25px;
}
.strip[data-id=ade23c] .section-title {
  color: hsl(210, 100%, 20%);
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id=ade23c] .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id=ade23c] .card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  position: relative;
  border-top: 4px solid hsl(210, 100%, 20%);
}
.strip[data-id=ade23c] .card.accent-red {
  border-top-color: #d32f2f;
}
.strip[data-id=ade23c] .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.strip[data-id=ade23c] .card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.strip[data-id=ade23c] .card img, .strip[data-id=ade23c] .card generated-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=ade23c] .card:hover img, .strip[data-id=ade23c] .card:hover generated-img {
  transform: scale(1.05);
}
.strip[data-id=ade23c] .card-content {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=ade23c] .card-title {
  font-weight: 700;
  font-size: 20px;
  color: hsl(210, 100%, 20%);
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.strip[data-id=ade23c] .card-text {
  color: hsl(210, 10%, 35%);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 24px 0;
}
.strip[data-id=ade23c] .pdf-button {
  background: #d32f2f;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.2s ease;
  align-self: flex-start;
  box-shadow: 0 4px 12px rgba(211, 47, 47, 0.2);
}
.strip[data-id=ade23c] .pdf-button:hover {
  background: #b71c1c;
  transform: translateY(-2px);
}
.strip[data-id=ade23c] .social-archive {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #f0f2f5;
  padding-top: 40px;
}
.strip[data-id=ade23c] .social-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=ade23c] .social-label {
  font-weight: 700;
  color: hsl(210, 100%, 20%);
  font-size: 16px;
}
.strip[data-id=ade23c] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id=ade23c] .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #f8f9fa;
}
.strip[data-id=ade23c] .facebook {
  color: #1877F2;
}
.strip[data-id=ade23c] .instagram {
  color: #E4405F;
}
.strip[data-id=ade23c] .social-icon:hover {
  background: hsl(210, 100%, 20%);
  color: #ffffff;
  transform: rotate(10deg);
}
.strip[data-id=ade23c] .archive-link {
  color: hsl(210, 10%, 30%);
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 8px;
}
.strip[data-id=ade23c] .archive-link:hover {
  color: hsl(210, 100%, 20%);
  background: #f0f4f8;
}
.strip[data-id=ade23c] .archive-link i {
  transition: transform 0.3s ease;
}
.strip[data-id=ade23c] .archive-link:hover i {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .strip[data-id=ade23c] .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ade23c] .news-section {
    padding: 60px 20px;
  }
  .strip[data-id=ade23c] .section-title {
    font-size: 30px;
  }
  .strip[data-id=ade23c] .social-archive {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  .strip[data-id=ade23c] .social-group {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=ade23c] .news-grid {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id="067f67"] {
  --section-id: "067f67";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/067f67";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/067f67";
  /* Custom Pin & Animation */
}
.strip[data-id="067f67"] .map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}
.strip[data-id="067f67"] .map-container {
  height: 550px;
  width: 100%;
  z-index: 1;
}
.strip[data-id="067f67"] .info-overlay {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  max-width: 420px;
  padding: 35px;
  background: rgba(10, 31, 56, 0.85); /* Tmavší námořnická modř */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="067f67"] .info-overlay h2 {
  color: #ffffff;
  font-size: 1.85rem;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.strip[data-id="067f67"] .info-overlay p {
  color: #e2e8f0;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.05rem;
  font-weight: 400;
}
.strip[data-id="067f67"] .lzs-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.strip[data-id="067f67"] .lzs-info i {
  color: #00d4ff; /* Zářivější blankytná modř */
  font-size: 1.6rem;
  filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.4));
}
.strip[data-id="067f67"] .lzs-text {
  font-size: 0.95rem;
  font-style: italic;
  color: #cbd5e0;
}
.strip[data-id="067f67"] .mobile-toggle {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="067f67"] .mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .strip[data-id="067f67"] .map-container {
    height: 400px;
  }
  .strip[data-id="067f67"] .info-overlay {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 30px 20px;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .strip[data-id="067f67"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="067f67"] .info-overlay.minimized p,
  .strip[data-id="067f67"] .info-overlay.minimized .lzs-info {
    display: none;
  }
  .strip[data-id="067f67"] .info-overlay.minimized h2 {
    margin-bottom: 0;
    font-size: 1.3rem;
    padding-right: 40px;
  }
}
.strip[data-id="067f67"] .custom-pin {
  background-color: #e60000;
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  position: relative;
}
.strip[data-id="067f67"] .custom-pin::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  z-index: -1;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.strip[data-id="067f67"] .custom-pin img {
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}.strip[data-id=fb067c] {
  --section-id: "fb067c";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/fb067c";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/fb067c";
}
.strip[data-id=fb067c] .about-zos {
  background: linear-gradient(to bottom, hsl(210, 20%, 97%), hsl(0, 0%, 100%));
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=fb067c] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb067c] .content-wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 80px;
  align-items: center;
}
.strip[data-id=fb067c] .text-content {
  position: relative;
  z-index: 2;
}
.strip[data-id=fb067c] .watermark {
  position: absolute;
  top: -40px;
  left: -20px;
  font-size: 160px;
  font-weight: 900;
  color: rgba(0, 32, 91, 0.04);
  z-index: -1;
  user-select: none;
  pointer-events: none;
  font-family: sans-serif;
}
.strip[data-id=fb067c] h2 {
  color: hsl(210, 100%, 15%);
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 800;
}
.strip[data-id=fb067c] p {
  color: hsl(210, 100%, 15%);
  line-height: 1.7;
  font-size: 1.15rem;
  margin-bottom: 25px;
}
.strip[data-id=fb067c] .highlight {
  color: hsl(356, 95%, 45%);
  font-weight: 700;
}
.strip[data-id=fb067c] .image-content {
  position: relative;
}
.strip[data-id=fb067c] .image-content img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 150, 255, 0.15), 0 0 30px hsl(200, 100%, 90%);
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id=fb067c] .image-content:hover img {
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .strip[data-id=fb067c] .about-zos {
    padding: 60px 0;
  }
  .strip[data-id=fb067c] .content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=fb067c] .image-content {
    order: -1;
  }
  .strip[data-id=fb067c] .image-content img {
    height: 300px;
    width: 100%;
  }
  .strip[data-id=fb067c] h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .strip[data-id=fb067c] .watermark {
    font-size: 100px;
    top: -20px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=fb067c] .image-content img {
    height: 250px;
  }
  .strip[data-id=fb067c] h2 {
    font-size: 1.8rem;
  }
}.strip[data-id=a2a392] {
  --section-id: "a2a392";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/a2a392";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/a2a392";
  /* Responsive adjustments */
}
.strip[data-id=a2a392] .quick-links-section {
  background-color: hsl(0, 0%, 100%);
  padding: 80px 0;
  width: 100%;
}
.strip[data-id=a2a392] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a2a392] .links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=a2a392] .link-item {
  padding: 40px 25px;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.strip[data-id=a2a392] .link-item:hover {
  background-color: hsl(200, 100%, 99%);
  border-color: hsl(200, 100%, 95%);
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=a2a392] .link-item:focus-visible {
  outline: 2px solid hsl(210, 100%, 20%);
  outline-offset: 4px;
}
.strip[data-id=a2a392] .icon-wrapper {
  height: 80px;
  width: 80px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(210, 100%, 98%);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.strip[data-id=a2a392] .link-icon {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=a2a392] .link-item:hover .link-icon {
  transform: scale(1.1);
}
.strip[data-id=a2a392] .link-title {
  color: hsl(210, 100%, 20%);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.strip[data-id=a2a392] .link-item:hover .link-title {
  color: hsl(210, 100%, 30%);
}
.strip[data-id=a2a392] .link-text {
  color: hsl(210, 5%, 40%);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=a2a392] .links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strip[data-id=a2a392] .quick-links-section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .strip[data-id=a2a392] .links-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a2a392] .link-item {
    padding: 30px 20px;
  }
  .strip[data-id=a2a392] .quick-links-section {
    padding: 40px 0;
  }
}.strip[data-id="2682b0"] {
  --section-id: "2682b0";
  --storage-url: "https://preview-zzspak-cz.praweb.cz/_section/2682b0";
  --public-url: "https://preview-zzspak-cz.praweb.cz/_section/2682b0";
  /* Decorative background element */
}
.strip[data-id="2682b0"] .footer-section {
  background-color: hsl(210, 100%, 10%);
  border-top: 4px solid hsl(356, 95%, 45%);
  padding: 80px 20px 40px;
  color: hsl(210, 10%, 80%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="2682b0"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, hsla(356, 95%, 45%, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="2682b0"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="2682b0"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="2682b0"] .footer-column h3 {
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="2682b0"] .footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: hsl(356, 95%, 45%);
}
.strip[data-id="2682b0"] .footer-column p, .strip[data-id="2682b0"] .footer-column div {
  line-height: 1.7;
  margin-bottom: 12px;
}
.strip[data-id="2682b0"] .footer-column a {
  color: hsl(210, 10%, 80%);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="2682b0"] .footer-column a:hover {
  color: hsl(356, 95%, 45%);
  transform: translateX(5px);
}
.strip[data-id="2682b0"] .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.strip[data-id="2682b0"] .contact-item i {
  color: hsl(356, 95%, 45%);
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}
.strip[data-id="2682b0"] .bank-info {
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  border-radius: 8px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="2682b0"] .bank-info strong {
  color: hsl(0, 0%, 100%);
  display: block;
  margin-bottom: 4px;
}
.strip[data-id="2682b0"] .partner-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.strip[data-id="2682b0"] .logo-wrapper {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="2682b0"] .logo-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id="2682b0"] .logo-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 45px;
  filter: grayscale(0.2);
  transition: filter 0.3s ease;
}
.strip[data-id="2682b0"] .logo-wrapper:hover img {
  filter: grayscale(0);
}
.strip[data-id="2682b0"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="2682b0"] .copyright {
  font-size: 0.85rem;
  opacity: 0.8;
}
.strip[data-id="2682b0"] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="2682b0"] .social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.strip[data-id="2682b0"] .social-link:hover {
  background: hsl(356, 95%, 45%);
  color: #fff;
  transform: translateY(-3px);
}
.strip[data-id="2682b0"] .back-to-top {
  position: absolute;
  right: 20px;
  bottom: 100%;
  background: hsl(356, 95%, 45%);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.strip[data-id="2682b0"] .back-to-top:hover {
  background: hsl(356, 95%, 35%);
}
@media (max-width: 768px) {
  .strip[data-id="2682b0"] .footer-section {
    padding: 60px 20px 30px;
    text-align: center;
  }
  .strip[data-id="2682b0"] .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="2682b0"] .contact-item {
    justify-content: center;
  }
  .strip[data-id="2682b0"] .footer-column a:hover {
    transform: none;
  }
  .strip[data-id="2682b0"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="2682b0"] .social-links {
    justify-content: center;
  }
  .strip[data-id="2682b0"] .bank-info {
    text-align: left;
  }
}