@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat:wght@500;600;700&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;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

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

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="73e02c"] {
  --section-id: "73e02c";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/73e02c";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/73e02c";
  /* Mobile Menu Toggle */
  /* Responsive Styles */
}
.strip[data-id="73e02c"] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="73e02c"] .header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="73e02c"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.strip[data-id="73e02c"] .logo-img {
  max-height: 55px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="73e02c"] .logo-link:hover .logo-img {
  transform: scale(1.02);
}
.strip[data-id="73e02c"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 18px;
  align-items: center;
}
.strip[data-id="73e02c"] .nav-item {
  position: relative;
}
.strip[data-id="73e02c"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 10px 0;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.strip[data-id="73e02c"] .nav-link:hover {
  color: #00a8ff;
}
.strip[data-id="73e02c"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00a8ff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}
.strip[data-id="73e02c"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="73e02c"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: #f8f9fa;
  border: none;
  padding: 0;
  z-index: 1001;
  border-radius: 8px;
  align-items: center;
  transition: background 0.3s ease;
}
.strip[data-id="73e02c"] .mobile-toggle:hover {
  background: #f1f2f6;
}
.strip[data-id="73e02c"] .mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #2c3e50;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media (max-width: 1280px) {
  .strip[data-id="73e02c"] .header-container {
    height: 80px;
  }
  .strip[data-id="73e02c"] .nav-menu {
    gap: 12px;
  }
  .strip[data-id="73e02c"] .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .strip[data-id="73e02c"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1000;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="73e02c"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="73e02c"] .nav-item {
    width: 100%;
    border-bottom: 1px solid #f1f2f6;
  }
  .strip[data-id="73e02c"] .nav-link {
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
  }
  .strip[data-id="73e02c"] .nav-link::after {
    display: none;
  }
  .strip[data-id="73e02c"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="73e02c"] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="73e02c"] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  .strip[data-id="73e02c"] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id="6801f5"] {
  --section-id: "6801f5";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/6801f5";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/6801f5";
}
.strip[data-id="6801f5"] .hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px 0;
}
.strip[data-id="6801f5"] .hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.strip[data-id="6801f5"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="6801f5"] .hero-content-wrapper {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}
.strip[data-id="6801f5"] h1 {
  color: #2c3e50;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}
.strip[data-id="6801f5"] p {
  color: #4a5568;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 45px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.strip[data-id="6801f5"] .cta-button {
  display: inline-block;
  background-color: #4a90e2;
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(74, 144, 226, 0.3);
}
.strip[data-id="6801f5"] .cta-button:hover {
  transform: scale(1.05);
  background-color: #357abd;
  box-shadow: 0 15px 30px rgba(74, 144, 226, 0.5);
}
.strip[data-id="6801f5"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.strip[data-id="6801f5"] .scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(44, 62, 80, 0.2);
  position: relative;
  overflow: hidden;
}
.strip[data-id="6801f5"] .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a90e2;
  animation: scroll-anim 2s infinite ease-in-out;
}
@keyframes scroll-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .strip[data-id="6801f5"] h1 {
    font-size: 52px;
  }
  .strip[data-id="6801f5"] p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6801f5"] .hero-section {
    min-height: 80vh;
    padding: 140px 0 100px 0;
  }
  .strip[data-id="6801f5"] h1 {
    font-size: 38px;
  }
  .strip[data-id="6801f5"] p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .strip[data-id="6801f5"] .cta-button {
    padding: 15px 35px;
    font-size: 16px;
  }
}.strip[data-id="881054"] {
  --section-id: "881054";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/881054";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/881054";
}
.strip[data-id="881054"] section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
.strip[data-id="881054"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="881054"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="881054"] h2 {
  color: #1a1a1a;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.strip[data-id="881054"] .intro-text {
  color: #5f6c7a;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id="881054"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="881054"] .service-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.strip[data-id="881054"] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-color: #00BFFF;
}
.strip[data-id="881054"] .image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="881054"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id="881054"] .service-card:hover .image-wrapper img {
  transform: scale(1.08);
}
.strip[data-id="881054"] .card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id="881054"] h3 {
  color: #00BFFF;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}
.strip[data-id="881054"] h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #00BFFF;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.strip[data-id="881054"] .service-card:hover h3::after {
  width: 60px;
}
.strip[data-id="881054"] .card-description {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.strip[data-id="881054"] .card-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00BFFF;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: gap 0.3s ease;
}
.strip[data-id="881054"] .service-card:hover .card-cta {
  gap: 12px;
}
.strip[data-id="881054"] .card-cta svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
@media (max-width: 1100px) {
  .strip[data-id="881054"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="881054"] section {
    padding: 80px 0;
  }
  .strip[data-id="881054"] h2 {
    font-size: 34px;
  }
  .strip[data-id="881054"] .intro-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="881054"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="881054"] section {
    padding: 60px 0;
  }
  .strip[data-id="881054"] h2 {
    font-size: 28px;
  }
  .strip[data-id="881054"] .image-wrapper {
    height: 200px;
  }
}.strip[data-id=c7344f] {
  --section-id: "c7344f";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/c7344f";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/c7344f";
}
.strip[data-id=c7344f] section {
  background-color: #f7f9fa;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c7344f] .waves-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.08;
  z-index: 1;
}
.strip[data-id=c7344f] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=c7344f] .text-content {
  flex: 0 0 55%;
}
.strip[data-id=c7344f] .image-content {
  flex: 0 0 45%;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=c7344f] h2 {
  color: #1a202c;
  font-size: 38px;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id=c7344f] p {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.strip[data-id=c7344f] p:last-child {
  margin-bottom: 0;
}
.strip[data-id=c7344f] .organic-img-wrapper {
  position: absolute;
  width: 220px;
  height: 220px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=c7344f] .organic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id=c7344f] .wrapper-1 {
  top: 0;
  left: 10%;
  z-index: 2;
  animation: float 8s ease-in-out infinite;
}
.strip[data-id=c7344f] .wrapper-2 {
  bottom: 0;
  right: 10%;
  z-index: 1;
  animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(3deg);
  }
}
.strip[data-id=c7344f] .organic-img-wrapper:hover {
  transform: scale(1.1) !important;
  z-index: 3;
}
.strip[data-id=c7344f] .organic-img-wrapper:hover .organic-img {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .strip[data-id=c7344f] section {
    padding: 80px 20px;
  }
  .strip[data-id=c7344f] .container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id=c7344f] .text-content, .strip[data-id=c7344f] .image-content {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id=c7344f] .image-content {
    height: 380px;
    order: -1;
  }
  .strip[data-id=c7344f] .wrapper-1 {
    left: 15%;
    top: 20px;
  }
  .strip[data-id=c7344f] .wrapper-2 {
    right: 15%;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=c7344f] .image-content {
    height: 320px;
  }
  .strip[data-id=c7344f] .organic-img-wrapper {
    width: 180px;
    height: 180px;
  }
  .strip[data-id=c7344f] .wrapper-1 {
    left: 5%;
  }
  .strip[data-id=c7344f] .wrapper-2 {
    right: 5%;
  }
  .strip[data-id=c7344f] h2 {
    font-size: 32px;
  }
}.strip[data-id="2e870a"] {
  --section-id: "2e870a";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/2e870a";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/2e870a";
}
.strip[data-id="2e870a"] .activities-section {
  background-color: #fcfdfe;
  padding: 100px 20px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="2e870a"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="2e870a"] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.strip[data-id="2e870a"] .section-header h2 {
  font-size: 42px;
  color: #1a202c;
  margin: 0 0 20px 0;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="2e870a"] .intro-text {
  font-size: 19px;
  color: #4a5568;
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="2e870a"] .activities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id="2e870a"] .activity-card {
  flex: 0 1 calc(33.333% - 20px);
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #edf2f7;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: default;
}
.strip[data-id="2e870a"] .activity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border-color: #e2e8f0;
}
.strip[data-id="2e870a"] .icon-box {
  margin-bottom: 25px;
}
.strip[data-id="2e870a"] .icon-circle {
  width: 85px;
  height: 85px;
  background-color: #f0f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.strip[data-id="2e870a"] .icon-circle i {
  font-size: 32px;
  color: #3182ce;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.strip[data-id="2e870a"] .activity-card:hover .icon-circle {
  background-color: #3182ce;
  transform: rotate(360deg) scale(1.1);
}
.strip[data-id="2e870a"] .activity-card:hover .icon-circle i {
  color: #ffffff;
}
.strip[data-id="2e870a"] .content-box h3 {
  font-size: 22px;
  color: #2d3748;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.strip[data-id="2e870a"] .content-box p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="2e870a"] .activity-card {
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="2e870a"] .activities-section {
    padding: 60px 20px;
  }
  .strip[data-id="2e870a"] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="2e870a"] .activity-card {
    flex: 1 1 100%;
    min-width: 0;
  }
}@charset "UTF-8";
.strip[data-id=fc5ef9] {
  --section-id: "fc5ef9";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/fc5ef9";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/fc5ef9";
}
.strip[data-id=fc5ef9] .contact-map-section {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 10;
}
.strip[data-id=fc5ef9] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}
.strip[data-id=fc5ef9] .split-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id=fc5ef9] .info-side {
  background-color: #f8fafc; /* Mrazivě bílá / velmi světle modro-šedá */
  padding: 60px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #eef2f6;
}
.strip[data-id=fc5ef9] .section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 700;
  color: #00a8e8;
  margin-bottom: 16px;
}
.strip[data-id=fc5ef9] h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=fc5ef9] .description {
  margin-bottom: 40px;
}
.strip[data-id=fc5ef9] .description p {
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 15px;
}
.strip[data-id=fc5ef9] .contact-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=fc5ef9] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.strip[data-id=fc5ef9] a.contact-item:hover {
  transform: translateX(5px);
}
.strip[data-id=fc5ef9] .contact-item .icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 168, 232, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.strip[data-id=fc5ef9] .contact-item:hover .icon {
  background-color: rgba(0, 168, 232, 0.2);
}
.strip[data-id=fc5ef9] .contact-item .icon svg {
  stroke: #00a8e8;
}
.strip[data-id=fc5ef9] .contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id=fc5ef9] .contact-info-text span {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
}
.strip[data-id=fc5ef9] .contact-info-text p {
  margin: 0;
  font-size: 16px;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
}
.strip[data-id=fc5ef9] .sky-link {
  color: #00a8e8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.strip[data-id=fc5ef9] .contact-item:hover .sky-link {
  border-color: #00a8e8;
}
.strip[data-id=fc5ef9] .map-side {
  display: flex;
}
.strip[data-id=fc5ef9] .map-container {
  width: 100%;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  position: relative;
}
.strip[data-id=fc5ef9] .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Jemnější modro-šedý filtr pro lepší čitelnost */
  filter: grayscale(0.5) contrast(1) brightness(1) hue-rotate(180deg) saturate(0.8);
}
@media (max-width: 1024px) {
  .strip[data-id=fc5ef9] .split-wrapper {
    gap: 40px;
  }
  .strip[data-id=fc5ef9] .info-side {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=fc5ef9] .container {
    padding: 80px 20px;
  }
  .strip[data-id=fc5ef9] .split-wrapper {
    grid-template-columns: 1fr;
  }
  .strip[data-id=fc5ef9] .map-container {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=fc5ef9] .container {
    padding: 60px 15px;
  }
  .strip[data-id=fc5ef9] .info-side {
    padding: 30px 20px;
  }
  .strip[data-id=fc5ef9] h2 {
    font-size: 28px;
  }
}@charset "UTF-8";
.strip[data-id=ba6b7d] {
  --section-id: "ba6b7d";
  --storage-url: "https://preview-bio-help-cz.praweb.cz/_section/ba6b7d";
  --public-url: "https://preview-bio-help-cz.praweb.cz/_section/ba6b7d";
}
.strip[data-id=ba6b7d] .footer {
  background-color: #1a252f;
  color: #f4f7f6;
  padding: 60px 0 30px;
  font-family: "Inter", sans-serif;
}
.strip[data-id=ba6b7d] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ba6b7d] .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=ba6b7d] .footer-col {
  flex: 1;
  min-width: 250px;
}
.strip[data-id=ba6b7d] .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id=ba6b7d] .footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
  /* Odstraněn destruktivní filtr, který způsoboval bílý čtverec */
}
.strip[data-id=ba6b7d] .footer-copyright {
  text-align: center;
}
.strip[data-id=ba6b7d] .footer-copyright p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244, 247, 246, 0.8);
}
.strip[data-id=ba6b7d] .footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.strip[data-id=ba6b7d] .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.strip[data-id=ba6b7d] .footer-nav a {
  color: #f4f7f6;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=ba6b7d] .footer-nav a:hover {
  color: #3498db;
}
.strip[data-id=ba6b7d] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.strip[data-id=ba6b7d] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #f4f7f6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=ba6b7d] .social-icon:hover {
  background: #3498db;
  transform: translateY(-3px);
}
.strip[data-id=ba6b7d] .footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(244, 247, 246, 0.1);
  text-align: center;
}
.strip[data-id=ba6b7d] .footer-bottom p {
  font-size: 12px;
  margin: 0;
  color: rgba(244, 247, 246, 0.5);
  font-weight: 400;
  letter-spacing: 0.3px;
}
@media (max-width: 992px) {
  .strip[data-id=ba6b7d] .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strip[data-id=ba6b7d] .footer-nav {
    align-items: center;
  }
  .strip[data-id=ba6b7d] .footer-nav ul {
    justify-content: center;
  }
}