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

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=e96230] {
  --section-id: "e96230";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/e96230";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/e96230";
  /* Mobile Menu & Toggle */
}
.strip[data-id=e96230] .main-nav {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.strip[data-id=e96230] .main-nav.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=e96230] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s ease;
}
.strip[data-id=e96230] .main-nav.scrolled .container {
  height: 65px;
}
.strip[data-id=e96230] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id=e96230] .logo-img {
  max-height: 50px;
  width: auto;
  display: block;
  transition: max-height 0.3s ease;
}
.strip[data-id=e96230] .main-nav.scrolled .logo-img {
  max-height: 40px;
}
.strip[data-id=e96230] .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id=e96230] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=e96230] .nav-item {
  position: relative;
}
.strip[data-id=e96230] .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(211, 100%, 25%);
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
  display: block;
}
.strip[data-id=e96230] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(200, 100%, 45%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=e96230] .nav-link:hover {
  color: hsl(200, 100%, 45%);
}
.strip[data-id=e96230] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=e96230] .search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(211, 100%, 30%);
  transition: all 0.3s ease;
  border-radius: 50%;
}
.strip[data-id=e96230] .search-button:hover {
  color: hsl(200, 100%, 45%);
  background: rgba(0, 0, 0, 0.03);
}
.strip[data-id=e96230] .search-icon {
  width: 20px;
  height: 20px;
}
.strip[data-id=e96230] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
}
.strip[data-id=e96230] .bar {
  width: 24px;
  height: 2px;
  background-color: hsl(211, 100%, 25%);
  transition: all 0.3s ease;
  transform-origin: center;
}
.strip[data-id=e96230] .mobile-toggle.active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=e96230] .mobile-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.strip[data-id=e96230] .mobile-toggle.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id=e96230] .nav-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 30px;
    z-index: 1000;
  }
  .strip[data-id=e96230] .nav-menu.active {
    left: 0;
  }
  .strip[data-id=e96230] .nav-link {
    font-size: 18px;
  }
  .strip[data-id=e96230] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=e96230] .nav-wrapper {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=e96230] .container {
    height: 70px;
  }
  .strip[data-id=e96230] .logo-img {
    max-height: 38px;
  }
  .strip[data-id=e96230] .main-nav.scrolled .container {
    height: 60px;
  }
}.strip[data-id=b6586c] {
  --section-id: "b6586c";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/b6586c";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/b6586c";
}
.strip[data-id=b6586c] .hero-section {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(135deg, #ffffff 60%, hsl(210, 50%, 98%) 100%);
  overflow: hidden;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.strip[data-id=b6586c] .dot-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: radial-gradient(hsl(210, 15%, 85%) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(to right, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
}
.strip[data-id=b6586c] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.strip[data-id=b6586c] .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=b6586c] .hero-content {
  max-width: 580px;
}
.strip[data-id=b6586c] .hero-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: hsl(211, 100%, 40%);
  margin-bottom: 16px;
}
.strip[data-id=b6586c] .hero-content h1 {
  color: hsl(211, 100%, 30%);
  font-weight: 800;
  font-size: 68px;
  line-height: 1.05;
  margin: 0 0 28px 0;
  letter-spacing: -0.03em;
}
.strip[data-id=b6586c] .hero-content p {
  color: hsl(210, 10%, 35%);
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 40px 0;
}
.strip[data-id=b6586c] .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background-color: hsl(211, 100%, 30%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 51, 153, 0.15);
}
.strip[data-id=b6586c] .hero-cta:hover {
  background-color: hsl(211, 100%, 25%);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 51, 153, 0.25);
}
.strip[data-id=b6586c] .hero-cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.strip[data-id=b6586c] .hero-cta:hover i {
  transform: translateX(4px);
}
.strip[data-id=b6586c] .hero-visual {
  position: relative;
  height: 580px;
  z-index: 2;
}
.strip[data-id=b6586c] .parallax-container {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}
.strip[data-id=b6586c] .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id=b6586c] .small-img-frame {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 240px;
  padding: 10px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=b6586c] .small-img-frame:hover {
  transform: scale(1.05) translateY(-10px);
}
.strip[data-id=b6586c] .small-img-frame img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}
@media (max-width: 1200px) {
  .strip[data-id=b6586c] .hero-content h1 {
    font-size: 56px;
  }
  .strip[data-id=b6586c] .hero-grid {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=b6586c] .hero-section {
    padding: 100px 0;
    text-align: center;
  }
  .strip[data-id=b6586c] .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=b6586c] .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .strip[data-id=b6586c] .hero-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .strip[data-id=b6586c] .hero-visual {
    height: 450px;
    max-width: 550px;
    margin: 0 auto;
  }
  .strip[data-id=b6586c] .small-img-frame {
    left: 50%;
    margin-left: -120px;
    bottom: -30px;
  }
  .strip[data-id=b6586c] .hero-cta {
    margin-bottom: 20px;
  }
  .strip[data-id=b6586c] .dot-pattern {
    width: 100%;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
}
@media (max-width: 480px) {
  .strip[data-id=b6586c] .container {
    padding: 0 24px;
  }
  .strip[data-id=b6586c] .hero-section {
    padding: 80px 0;
  }
  .strip[data-id=b6586c] .hero-content h1 {
    font-size: 36px;
  }
  .strip[data-id=b6586c] .hero-visual {
    height: 320px;
  }
  .strip[data-id=b6586c] .small-img-frame {
    width: 180px;
    margin-left: -90px;
  }
}.strip[data-id="70acff"] {
  --section-id: "70acff";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/70acff";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/70acff";
  /* Decorative background element */
}
.strip[data-id="70acff"] .section-wrapper {
  padding: 100px 20px;
  background-color: #f8fafc;
}
.strip[data-id="70acff"] .content-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="70acff"] .info-alert-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  border-left: 8px solid #0056b3;
  padding: 60px 80px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0 16px 16px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="70acff"] .info-alert-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(0, 86, 179, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="70acff"] .info-icon-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.strip[data-id="70acff"] .info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #0056b3;
  color: #ffffff;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(0, 86, 179, 0.2);
}
.strip[data-id="70acff"] .text-content {
  position: relative;
  z-index: 1;
}
.strip[data-id="70acff"] h2 {
  color: #002b5e;
  font-size: 34px;
  margin: 0 0 24px 0;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="70acff"] p {
  color: #4a5568;
  font-size: 19px;
  line-height: 1.8;
  margin: 0 0 24px 0;
}
.strip[data-id="70acff"] p:last-of-type {
  margin-bottom: 0;
}
.strip[data-id="70acff"] .logo-container {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #edf2f7;
  position: relative;
  z-index: 1;
}
.strip[data-id="70acff"] .logo-link {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  padding: 10px;
}
.strip[data-id="70acff"] .logo-link:hover {
  transform: scale(1.1);
}
.strip[data-id="70acff"] .logo-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
  .strip[data-id="70acff"] .section-wrapper {
    padding: 60px 15px;
  }
  .strip[data-id="70acff"] .info-alert-box {
    padding: 40px 25px;
    border-left-width: 6px;
  }
  .strip[data-id="70acff"] h2 {
    font-size: 26px;
  }
  .strip[data-id="70acff"] p {
    font-size: 17px;
  }
  .strip[data-id="70acff"] .info-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}.strip[data-id="539882"] {
  --section-id: "539882";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/539882";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/539882";
}
.strip[data-id="539882"] .portfolio-section {
  background-color: #f9fafb; /* Very subtle grey to separate from white sections */
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}
.strip[data-id="539882"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="539882"] .header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="539882"] h2 {
  color: #003399; /* Aligned with corporate blue */
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id="539882"] .intro-text {
  color: #4b5563; /* Muted grey-blue */
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="539882"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="539882"] .service-card {
  background-color: #ffffff;
  padding: 48px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border-bottom: 5px solid #0056b3; /* Primary accent blue */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.strip[data-id="539882"] .service-card: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="539882"] .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.strip[data-id="539882"] .icon-wrapper img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  /* Blend mode helps if image has slightly off-white background */
  mix-blend-mode: multiply;
}
.strip[data-id="539882"] .service-title {
  color: #111827;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="539882"] .service-desc {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="539882"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="539882"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="539882"] .portfolio-section {
    padding: 70px 20px;
  }
  .strip[data-id="539882"] h2 {
    font-size: 30px;
  }
  .strip[data-id="539882"] .intro-text {
    font-size: 16px;
  }
}.strip[data-id="03ae3a"] {
  --section-id: "03ae3a";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/03ae3a";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/03ae3a";
  /* Collage Styling */
}
.strip[data-id="03ae3a"] section {
  background-color: hsl(0, 0%, 96%);
  background-image: radial-gradient(circle at 2px 2px, #e5e5e5 1px, transparent 0);
  background-size: 40px 40px;
  padding: 100px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333;
  overflow: hidden;
}
.strip[data-id="03ae3a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.strip[data-id="03ae3a"] .text-content {
  flex: 1 1 55%;
  min-width: 320px;
}
.strip[data-id="03ae3a"] .visual-content {
  flex: 1 1 35%;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="03ae3a"] h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="03ae3a"] h3 {
  font-size: 22px;
  font-weight: 700;
  color: hsl(211, 40%, 40%);
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="03ae3a"] .trade-details {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border-left: 6px solid hsl(211, 40%, 45%);
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 15px;
  line-height: 1.8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}
.strip[data-id="03ae3a"] .trade-details p {
  margin: 0;
}
.strip[data-id="03ae3a"] .divider {
  height: 2px;
  background: linear-gradient(to right, #ddd, transparent);
  margin: 40px 0;
}
.strip[data-id="03ae3a"] .gdpr-text {
  line-height: 1.8;
  color: #4a4a4a;
  font-size: 17px;
}
.strip[data-id="03ae3a"] .collage-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
}
.strip[data-id="03ae3a"] .main-image {
  width: 85%;
  height: 85%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  position: relative;
  z-index: 2;
}
.strip[data-id="03ae3a"] .accent-shape {
  position: absolute;
  width: 70%;
  height: 70%;
  background: hsl(211, 40%, 90%);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  top: -5%;
  right: -5%;
  z-index: 1;
  animation: morph 15s ease-in-out infinite;
}
.strip[data-id="03ae3a"] .historic-asset {
  position: absolute;
  z-index: 3;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="03ae3a"] .historic-asset:hover {
  transform: scale(1.1) rotate(2deg);
  z-index: 4;
}
.strip[data-id="03ae3a"] .asset-domek {
  bottom: 5%;
  left: -5%;
}
.strip[data-id="03ae3a"] .asset-ospolecnosti {
  top: 15%;
  right: -10%;
}
.strip[data-id="03ae3a"] .shield-icon {
  width: 28px;
  height: 28px;
  color: hsl(211, 40%, 45%);
  flex-shrink: 0;
}
@keyframes morph {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
@media (max-width: 992px) {
  .strip[data-id="03ae3a"] section {
    padding: 80px 20px;
  }
  .strip[data-id="03ae3a"] .container {
    gap: 50px;
  }
  .strip[data-id="03ae3a"] .text-content {
    order: 2;
    flex: 1 1 100%;
  }
  .strip[data-id="03ae3a"] .visual-content {
    order: 1;
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .strip[data-id="03ae3a"] .collage-container {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .strip[data-id="03ae3a"] h2 {
    font-size: 28px;
  }
  .strip[data-id="03ae3a"] .trade-details {
    padding: 20px;
    font-size: 14px;
  }
  .strip[data-id="03ae3a"] .main-image {
    border-width: 4px;
  }
  .strip[data-id="03ae3a"] .asset-ospolecnosti {
    right: 0;
  }
}.strip[data-id=c13c9f] {
  --section-id: "c13c9f";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/c13c9f";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/c13c9f";
}
.strip[data-id=c13c9f] .contact-split-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.strip[data-id=c13c9f] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c13c9f] .split-wrapper {
  display: flex;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 33, 71, 0.12);
}
.strip[data-id=c13c9f] .contact-side {
  flex: 1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id=c13c9f] .section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0056b3;
  margin-bottom: 1rem;
}
.strip[data-id=c13c9f] .contact-side h2 {
  color: #002147;
  font-size: 2.75rem;
  margin-bottom: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=c13c9f] .info-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.strip[data-id=c13c9f] .info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease;
}
.strip[data-id=c13c9f] .info-item:hover {
  transform: translateX(10px);
}
.strip[data-id=c13c9f] .icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(0, 86, 179, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0056b3;
}
.strip[data-id=c13c9f] .icon-box svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id=c13c9f] .info-content {
  color: #4a5568;
  line-height: 1.7;
}
.strip[data-id=c13c9f] .info-content strong {
  color: #002147;
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}
.strip[data-id=c13c9f] .info-content a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
}
.strip[data-id=c13c9f] .info-content a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 86, 179, 0.2);
  transition: background-color 0.2s ease;
}
.strip[data-id=c13c9f] .info-content a:hover {
  color: #003d80;
}
.strip[data-id=c13c9f] .info-content a:hover::after {
  background-color: #0056b3;
}
.strip[data-id=c13c9f] .map-side {
  flex: 1;
  min-height: 600px;
  position: relative;
  background-color: #e2e8f0;
}
.strip[data-id=c13c9f] .map-side iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.05) brightness(1.02);
}
@media (max-width: 1199px) {
  .strip[data-id=c13c9f] .contact-side {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=c13c9f] .contact-split-section {
    padding: 60px 0;
  }
  .strip[data-id=c13c9f] .contact-side {
    padding: 40px;
  }
  .strip[data-id=c13c9f] .contact-side h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .strip[data-id=c13c9f] .split-wrapper {
    flex-direction: column-reverse;
    border-radius: 16px;
  }
  .strip[data-id=c13c9f] .map-side {
    min-height: 350px;
  }
  .strip[data-id=c13c9f] .contact-side {
    padding: 50px 25px;
  }
  .strip[data-id=c13c9f] .contact-side h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .strip[data-id=c13c9f] .info-item:hover {
    transform: none;
  }
}.strip[data-id="5fd712"] {
  --section-id: "5fd712";
  --storage-url: "https://preview-zdravachuze-cz.praweb.cz/_section/5fd712";
  --public-url: "https://preview-zdravachuze-cz.praweb.cz/_section/5fd712";
}
.strip[data-id="5fd712"] .footer-section {
  background-color: hsl(211, 100%, 8%);
  background-image: radial-gradient(circle at 50% 0%, hsl(211, 100%, 15%) 0%, hsl(211, 100%, 8%) 100%);
  color: hsl(210, 10%, 75%);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 13px;
  padding: 80px 0 40px 0;
  position: relative;
}
.strip[data-id="5fd712"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(200, 50%, 40%), hsl(210, 60%, 50%), hsl(200, 50%, 40%));
}
.strip[data-id="5fd712"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="5fd712"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="5fd712"] .footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="5fd712"] .footer-logo {
  margin-bottom: 10px;
}
.strip[data-id="5fd712"] .footer-logo span {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.strip[data-id="5fd712"] .footer-col p {
  margin: 0;
  line-height: 1.7;
}
.strip[data-id="5fd712"] .footer-col a {
  color: hsl(210, 10%, 75%);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.strip[data-id="5fd712"] .footer-col a:hover {
  color: #ffffff;
  transform: translateX(3px);
}
.strip[data-id="5fd712"] .legal-text {
  font-size: 11px;
  line-height: 1.6;
  color: hsl(210, 10%, 60%);
  background-color: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 8px;
  border-left: 2px solid hsl(210, 30%, 30%);
}
.strip[data-id="5fd712"] .links-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.strip[data-id="5fd712"] .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.strip[data-id="5fd712"] .social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.strip[data-id="5fd712"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="5fd712"] .social-icon:hover {
  background-color: hsl(210, 60%, 50%);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="5fd712"] .social-icon svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="5fd712"] .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 11px;
  color: hsl(210, 10%, 50%);
}
@media (max-width: 1024px) {
  .strip[data-id="5fd712"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="5fd712"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="5fd712"] .links-col {
    grid-column: span 2;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="5fd712"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="5fd712"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="5fd712"] .footer-col {
    align-items: center;
  }
  .strip[data-id="5fd712"] .links-col {
    grid-column: span 1;
  }
  .strip[data-id="5fd712"] .legal-text {
    text-align: left;
  }
  .strip[data-id="5fd712"] .footer-col a:hover {
    transform: none;
  }
}