@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));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id="90b3ea"] {
  --section-id: "90b3ea";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  /* Desktop Navigation */
  /* Right Side Actions */
  /* Hamburger Menu */
  /* Mobile Menu Overlay */
  /* Delay items animation */
}
.strip[data-id="90b3ea"] .header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0f2f5;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="90b3ea"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id="90b3ea"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a {
  display: flex;
  align-items: center;
}
.strip[data-id="90b3ea"] .logo img {
  max-height: 65px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a:hover img {
  transform: scale(1.02);
}
.strip[data-id="90b3ea"] .nav-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .nav-desktop {
    display: block;
  }
}
.strip[data-id="90b3ea"] .nav-desktop ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="90b3ea"] .nav-desktop a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #1a202c;
  text-decoration: none;
  padding: 10px 5px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover,
.strip[data-id="90b3ea"] .nav-desktop a.active {
  color: #0d9488;
}
.strip[data-id="90b3ea"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #0d9488;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover::after,
.strip[data-id="90b3ea"] .nav-desktop a.active::after {
  transform: scaleX(1);
}
.strip[data-id="90b3ea"] .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id="90b3ea"] .phone-btn {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.strip[data-id="90b3ea"] .phone-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(30, 64, 175, 0.3);
  filter: brightness(1.1);
}
.strip[data-id="90b3ea"] .phone-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
}
.strip[data-id="90b3ea"] .phone-info {
  display: flex;
  flex-direction: column;
}
.strip[data-id="90b3ea"] .phone-number {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.025em;
}
.strip[data-id="90b3ea"] .phone-hours {
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 400;
}
.strip[data-id="90b3ea"] .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .hamburger {
    display: none;
  }
}
.strip[data-id="90b3ea"] .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1a202c;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="90b3ea"] .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1050;
  padding: 2rem;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active {
  transform: translateX(0);
}
.strip[data-id="90b3ea"] .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="90b3ea"] .mobile-menu li {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(7) {
  transition-delay: 0.4s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(8) {
  transition-delay: 0.45s;
}
.strip[data-id="90b3ea"] .mobile-menu a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="90b3ea"] .mobile-menu a:hover {
  color: #0d9488;
}
@media (max-width: 640px) {
  .strip[data-id="90b3ea"] .header-content {
    height: 70px;
  }
  .strip[data-id="90b3ea"] .logo img {
    max-height: 45px;
  }
  .strip[data-id="90b3ea"] .phone-btn {
    padding: 8px 12px;
  }
  .strip[data-id="90b3ea"] .phone-icon {
    display: none;
  }
  .strip[data-id="90b3ea"] .phone-number {
    font-size: 0.85rem;
  }
  .strip[data-id="90b3ea"] .phone-hours {
    font-size: 0.65rem;
  }
  .strip[data-id="90b3ea"] .container {
    padding: 0 1rem;
  }
}.strip[data-id="6b7cea"] {
  --section-id: "6b7cea";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/6b7cea";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/6b7cea";
}
.strip[data-id="6b7cea"] .hero {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id="6b7cea"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id="6b7cea"] .hero-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.strip[data-id="6b7cea"] .hero-title-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 24px;
}
.strip[data-id="6b7cea"] .decorative-line {
  width: 6px;
  background-color: hsl(175, 84%, 32%);
  border-radius: 3px;
}
.strip[data-id="6b7cea"] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: hsl(0, 0%, 100%);
  line-height: 1.1;
  margin: 0;
  text-transform: none;
}
.strip[data-id="6b7cea"] .hero-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: hsl(210, 40%, 96%);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
}
.strip[data-id="6b7cea"] .cta-button {
  display: inline-block;
  background-color: hsl(175, 84%, 32%);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id="6b7cea"] .cta-button:hover {
  transform: scale(1.05);
  background-color: hsl(175, 84%, 28%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .strip[data-id="6b7cea"] h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6b7cea"] .hero {
    min-height: 60vh;
    text-align: center;
    padding: 80px 0;
  }
  .strip[data-id="6b7cea"] .hero-content {
    margin: 0 auto;
  }
  .strip[data-id="6b7cea"] .hero-title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .strip[data-id="6b7cea"] .decorative-line {
    width: 60px;
    height: 4px;
  }
  .strip[data-id="6b7cea"] h1 {
    font-size: 2.2rem;
  }
  .strip[data-id="6b7cea"] .hero-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}.strip[data-id="17760d"] {
  --section-id: "17760d";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/17760d";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/17760d";
}
.strip[data-id="17760d"] .news-section {
  background-color: #f8fafc;
  background-image: radial-gradient(at 0% 0%, rgba(242, 89, 89, 0.03) 0%, transparent 50%), radial-gradient(at 100% 100%, rgba(29, 78, 216, 0.03) 0%, transparent 50%);
  padding: 100px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="17760d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="17760d"] .news-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="17760d"] .news-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id="17760d"] .alert-card {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 24px;
  border-left: 8px solid #f25959;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.strip[data-id="17760d"] .alert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.12);
}
.strip[data-id="17760d"] .alert-label {
  display: inline-block;
  color: #f25959;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
  background-color: rgba(242, 89, 89, 0.1);
  padding: 6px 16px;
  border-radius: 6px;
}
.strip[data-id="17760d"] .alert-text {
  color: #1e293b;
  line-height: 1.8;
  font-size: 1.15rem;
}
.strip[data-id="17760d"] .alert-text p {
  margin-bottom: 1.25rem;
}
.strip[data-id="17760d"] .alert-text p:last-child {
  margin-bottom: 0;
}
.strip[data-id="17760d"] .emergency-block {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 40px;
  background-color: #fff1f1;
  border-radius: 20px;
  border: 1px solid rgba(242, 89, 89, 0.2);
  color: #991b1b;
  box-shadow: 0 10px 20px rgba(242, 89, 89, 0.05);
}
.strip[data-id="17760d"] .emergency-icon-box {
  width: 56px;
  height: 56px;
  background-color: #f25959;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 89, 89, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(242, 89, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(242, 89, 89, 0);
  }
}
.strip[data-id="17760d"] .emergency-text {
  font-weight: 700;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4;
}
.strip[data-id="17760d"] .news-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="17760d"] .icons-row {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}
.strip[data-id="17760d"] .icon-wrapper {
  width: 76px;
  height: 76px;
  background-color: #ffffff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d4ed8;
  font-size: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="17760d"] .icon-wrapper:hover {
  transform: rotate(8deg) scale(1.15);
  color: #f25959;
  background-color: #f8fafc;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="17760d"] .image-card {
  background-color: #ffffff;
  padding: 14px;
  border-radius: 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.strip[data-id="17760d"] .image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  transition: transform 0.6s ease;
}
.strip[data-id="17760d"] .image-card:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .strip[data-id="17760d"] .news-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="17760d"] .news-section {
    padding: 80px 0;
  }
  .strip[data-id="17760d"] .news-right {
    order: -1;
  }
  .strip[data-id="17760d"] .icons-row {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .strip[data-id="17760d"] .alert-card {
    padding: 32px 24px;
  }
  .strip[data-id="17760d"] .emergency-block {
    padding: 24px;
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="17760d"] .icon-wrapper {
    width: 64px;
    height: 64px;
    font-size: 1.6rem;
  }
}.strip[data-id="77a8b3"] {
  --section-id: "77a8b3";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/77a8b3";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/77a8b3";
}
.strip[data-id="77a8b3"] .services-section {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(hsl(210, 20%, 90%) 1px, transparent 1px);
  background-size: 30px 30px;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id="77a8b3"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="77a8b3"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="77a8b3"] .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(226, 71%, 40%);
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
.strip[data-id="77a8b3"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="77a8b3"] .service-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid hsl(210, 40%, 94%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="77a8b3"] .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: hsla(175, 84%, 32%, 0.2);
}
.strip[data-id="77a8b3"] .icon-box {
  width: 64px;
  height: 64px;
  background-color: hsl(210, 40%, 98%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.strip[data-id="77a8b3"] .icon-box i {
  font-size: 1.75rem;
  color: hsl(226, 71%, 40%);
  transition: all 0.3s ease;
}
.strip[data-id="77a8b3"] .service-card:hover .icon-box {
  background-color: hsl(175, 84%, 32%);
}
.strip[data-id="77a8b3"] .service-card:hover .icon-box i {
  color: #ffffff;
}
.strip[data-id="77a8b3"] .service-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: hsl(226, 71%, 40%);
  margin-bottom: 18px;
  line-height: 1.3;
}
.strip[data-id="77a8b3"] .service-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(217, 33%, 25%);
  margin: 0;
}
.strip[data-id="77a8b3"] .service-card .contact-info {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid hsl(210, 40%, 96%);
}
.strip[data-id="77a8b3"] .contact-info p {
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id="77a8b3"] .contact-link {
  color: hsl(226, 71%, 40%);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.strip[data-id="77a8b3"] .contact-link:hover {
  color: hsl(175, 84%, 32%);
}
.strip[data-id="77a8b3"] .contact-link i {
  font-size: 0.9rem;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .strip[data-id="77a8b3"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="77a8b3"] .services-section {
    padding: 60px 0;
  }
  .strip[data-id="77a8b3"] .section-header h2 {
    font-size: 2rem;
  }
  .strip[data-id="77a8b3"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="77a8b3"] .service-card {
    padding: 30px;
  }
}.strip[data-id=ed7d8c] {
  --section-id: "ed7d8c";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/ed7d8c";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/ed7d8c";
  /* Tabs */
  /* Lightbox */
}
.strip[data-id=ed7d8c] .offices-section {
  background-color: hsl(210, 40%, 96%);
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id=ed7d8c] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ed7d8c] .intro-text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.strip[data-id=ed7d8c] .intro-text h2 {
  font-size: 2.5rem;
  color: hsl(226, 71%, 30%);
  margin-bottom: 15px;
  font-weight: 800;
}
.strip[data-id=ed7d8c] .intro-text p {
  font-size: 1.1rem;
  color: hsl(217, 33%, 40%);
  line-height: 1.6;
}
.strip[data-id=ed7d8c] .warning-box {
  background-color: hsl(45, 100%, 97%);
  border: 1px solid hsl(45, 100%, 90%);
  border-left: 5px solid hsl(45, 100%, 45%);
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 60px;
  display: flex;
  gap: 25px;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.strip[data-id=ed7d8c] .warning-icon {
  font-size: 1.8rem;
  color: hsl(45, 100%, 40%);
  flex-shrink: 0;
}
.strip[data-id=ed7d8c] .warning-content {
  font-size: 1rem;
  color: hsl(217, 33%, 20%);
  line-height: 1.6;
}
.strip[data-id=ed7d8c] .tabs-container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.strip[data-id=ed7d8c] .tabs-nav {
  display: flex;
  background-color: hsl(210, 40%, 94%);
  padding: 10px;
  gap: 10px;
}
.strip[data-id=ed7d8c] .tab-btn {
  flex: 1;
  padding: 18px 25px;
  border: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: hsl(217, 33%, 40%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.strip[data-id=ed7d8c] .tab-btn i {
  font-size: 1.1rem;
  opacity: 0.7;
}
.strip[data-id=ed7d8c] .tab-btn:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.5);
  color: hsl(217, 33%, 20%);
}
.strip[data-id=ed7d8c] .tab-btn.active {
  background-color: hsl(175, 84%, 32%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}
.strip[data-id=ed7d8c] .tab-btn.active i {
  opacity: 1;
}
.strip[data-id=ed7d8c] .tab-pane {
  display: none;
  padding: 50px;
  animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=ed7d8c] .tab-pane.active {
  display: block;
}
.strip[data-id=ed7d8c] .pane-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id=ed7d8c] .pane-text h3 {
  font-size: 1.8rem;
  color: hsl(226, 71%, 30%);
  margin-bottom: 8px;
  font-weight: 700;
}
.strip[data-id=ed7d8c] .doctor-name {
  display: block;
  font-size: 1.1rem;
  color: hsl(175, 84%, 32%);
  margin-bottom: 30px;
  font-weight: 600;
}
.strip[data-id=ed7d8c] .hours-table {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id=ed7d8c] .hours-table tr {
  transition: background-color 0.2s;
}
.strip[data-id=ed7d8c] .hours-table tr:hover {
  background-color: hsl(210, 40%, 98%);
}
.strip[data-id=ed7d8c] .hours-table th, .strip[data-id=ed7d8c] .hours-table td {
  padding: 15px 0;
  border-bottom: 1px solid hsl(210, 40%, 94%);
  text-align: left;
}
.strip[data-id=ed7d8c] .hours-table th {
  font-weight: 700;
  color: hsl(226, 71%, 40%);
  width: 140px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.strip[data-id=ed7d8c] .hours-table td {
  color: hsl(217, 33%, 17%);
  font-weight: 500;
}
.strip[data-id=ed7d8c] .visual-ref {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: #f8fafc;
}
.strip[data-id=ed7d8c] .visual-ref img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.strip[data-id=ed7d8c] .visual-ref:hover img {
  transform: scale(1.05);
}
.strip[data-id=ed7d8c] .visual-ref::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(13, 148, 136, 0.9);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.strip[data-id=ed7d8c] .visual-ref:hover::after {
  opacity: 1;
}
.strip[data-id=ed7d8c] .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.95);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(5px);
}
.strip[data-id=ed7d8c] .lightbox.active {
  display: flex;
}
.strip[data-id=ed7d8c] .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.strip[data-id=ed7d8c] .lightbox img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ed7d8c] .lightbox-close {
  position: absolute;
  top: -50px;
  right: -50px;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}
@media (max-width: 992px) {
  .strip[data-id=ed7d8c] .pane-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=ed7d8c] .visual-ref {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ed7d8c] .tabs-nav {
    flex-direction: column;
    padding: 15px;
  }
  .strip[data-id=ed7d8c] .tab-btn {
    justify-content: flex-start;
    padding: 15px 20px;
  }
  .strip[data-id=ed7d8c] .offices-section {
    padding: 60px 0;
  }
  .strip[data-id=ed7d8c] .tab-pane {
    padding: 30px 20px;
  }
  .strip[data-id=ed7d8c] .warning-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .strip[data-id=ed7d8c] .intro-text h2 {
    font-size: 2rem;
  }
  .strip[data-id=ed7d8c] .lightbox-close {
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
}.strip[data-id=bde8dd] {
  --section-id: "bde8dd";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/bde8dd";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/bde8dd";
  /* Decorative element */
  /* Form Styles */
  /* Map Styles */
}
.strip[data-id=bde8dd] .contact-section {
  background-color: hsl(210, 33%, 99%);
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=bde8dd] .contact-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, hsla(175, 84%, 32%, 0.05) 0%, transparent 70%);
  z-index: 0;
}
.strip[data-id=bde8dd] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=bde8dd] .contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id=bde8dd] .contact-info-side {
  flex: 1.2;
  min-width: 350px;
}
.strip[data-id=bde8dd] .map-side {
  flex: 1;
  min-width: 350px;
  display: flex;
}
.strip[data-id=bde8dd] h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: hsl(226, 71%, 40%);
  margin-bottom: 35px;
  letter-spacing: -0.02em;
}
.strip[data-id=bde8dd] .contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 45px;
}
.strip[data-id=bde8dd] .contact-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.3s ease;
}
.strip[data-id=bde8dd] .contact-card:hover {
  transform: translateY(-3px);
}
.strip[data-id=bde8dd] .contact-card i {
  font-size: 1.4rem;
  color: hsl(175, 84%, 32%);
  background: hsla(175, 84%, 32%, 0.1);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}
.strip[data-id=bde8dd] .contact-card-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id=bde8dd] .contact-card-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: hsl(217, 33%, 50%);
  margin-bottom: 4px;
}
.strip[data-id=bde8dd] .contact-card-value {
  font-weight: 600;
  color: hsl(217, 33%, 17%);
  font-size: 1.05rem;
}
.strip[data-id=bde8dd] .contact-card-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=bde8dd] .contact-card-value a:hover {
  color: hsl(175, 84%, 32%);
}
.strip[data-id=bde8dd] .hours-note {
  font-size: 0.85rem;
  color: hsl(217, 33%, 50%);
  font-weight: 400;
}
.strip[data-id=bde8dd] .contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
.strip[data-id=bde8dd] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=bde8dd] .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id=bde8dd] .form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: hsl(217, 33%, 17%);
}
.strip[data-id=bde8dd] .form-group input,
.strip[data-id=bde8dd] .form-group textarea {
  padding: 14px 18px;
  border: 2px solid hsl(210, 40%, 95%);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  background-color: hsl(210, 40%, 98%);
  transition: all 0.3s ease;
}
.strip[data-id=bde8dd] .form-group input:focus,
.strip[data-id=bde8dd] .form-group textarea:focus {
  outline: none;
  border-color: hsl(175, 84%, 32%);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px hsla(175, 84%, 32%, 0.1);
}
.strip[data-id=bde8dd] .submit-btn {
  background: linear-gradient(135deg, hsl(226, 71%, 40%) 0%, hsl(175, 84%, 32%) 100%);
  color: #ffffff;
  padding: 16px 35px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=bde8dd] .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 59, 148, 0.2);
  filter: brightness(1.1);
}
.strip[data-id=bde8dd] .submit-btn i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.strip[data-id=bde8dd] .submit-btn:hover i {
  transform: translateX(3px);
}
.strip[data-id=bde8dd] .acute-warning {
  margin-top: 25px;
  padding: 15px 20px;
  background-color: hsla(0, 75%, 60%, 0.05);
  border-left: 4px solid hsl(0, 75%, 60%);
  border-radius: 4px;
  font-size: 0.9rem;
  color: hsl(0, 75%, 40%);
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=bde8dd] .acute-warning i {
  font-size: 1.1rem;
  flex-shrink: 0;
}
.strip[data-id=bde8dd] .map-container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  border: 8px solid #ffffff;
}
.strip[data-id=bde8dd] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1024px) {
  .strip[data-id=bde8dd] .contact-grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=bde8dd] .contact-section {
    padding: 70px 0;
  }
  .strip[data-id=bde8dd] .contact-grid {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .strip[data-id=bde8dd] .map-side, .strip[data-id=bde8dd] .contact-info-side {
    width: 100%;
    min-width: 0;
  }
  .strip[data-id=bde8dd] h2 {
    font-size: 2.1rem;
    text-align: center;
  }
  .strip[data-id=bde8dd] .contact-form-wrapper {
    padding: 25px;
  }
  .strip[data-id=bde8dd] .submit-btn {
    width: 100%;
    justify-content: center;
  }
  .strip[data-id=bde8dd] .map-container {
    min-height: 400px;
  }
  .strip[data-id=bde8dd] .contact-details {
    grid-template-columns: 1fr;
  }
}.strip[data-id=e0a67b] {
  --section-id: "e0a67b";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
}
.strip[data-id=e0a67b] .footer {
  background-color: hsl(217, 33%, 12%);
  padding: 60px 0 40px;
  color: hsl(210, 20%, 70%);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  border-top: 1px solid hsl(217, 33%, 20%);
}
.strip[data-id=e0a67b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e0a67b] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=e0a67b] .footer-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=e0a67b] .footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id=e0a67b] .footer-links, .strip[data-id=e0a67b] .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=e0a67b] .footer-links a {
  color: hsl(210, 20%, 70%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-links a:hover {
  color: hsl(175, 84%, 32%);
}
.strip[data-id=e0a67b] .footer-contact i {
  color: hsl(175, 84%, 32%);
  width: 16px;
  text-align: center;
}
.strip[data-id=e0a67b] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid hsl(217, 33%, 20%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=e0a67b] .copyright {
  margin: 0;
}
.strip[data-id=e0a67b] .footer-secondary-links {
  display: flex;
  gap: 20px;
}
.strip[data-id=e0a67b] .footer-secondary-links a {
  color: hsl(210, 20%, 60%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-secondary-links a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e0a67b] .footer {
    padding: 40px 0;
    text-align: center;
  }
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-secondary-links {
    justify-content: center;
  }
}