
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="935305"] {
  --section-id: "935305";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/935305";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/935305";
  /* Modern Glassmorphic Sticky Header */
  /* Main Header */
  /* Nav Menu with Creative Hover Effect */
  /* CTA Button with Pulsing Shadow */
  /* Mobile Nav Toggle */
  /* Mobile Active State */
  /* Responsive Styles */
}
.strip[data-id="935305"] .top-bar {
  background: linear-gradient(135deg, #11223f 0%, #1b365d 100%);
  color: #f1f5f9;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id="935305"] .top-bar .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="935305"] .top-bar-left {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.strip[data-id="935305"] .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.strip[data-id="935305"] .contact-item:hover {
  transform: translateY(-1px);
}
.strip[data-id="935305"] .contact-item i {
  color: #10B981;
  font-size: 0.9rem;
}
.strip[data-id="935305"] .contact-item a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="935305"] .contact-item a:hover {
  color: #34D399;
}
.strip[data-id="935305"] .top-bar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}
.strip[data-id="935305"] .social-link {
  color: #cbd5e1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
}
.strip[data-id="935305"] .social-link:hover {
  color: #ffffff;
  background: #10B981;
  transform: translateY(-2px) scale(1.05);
}
.strip[data-id="935305"] .lang-switcher-top {
  display: flex;
  gap: 10px;
  margin-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 18px;
  align-items: center;
}
.strip[data-id="935305"] .lang-item {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.strip[data-id="935305"] .lang-item:hover {
  transform: scale(1.25) rotate(4deg);
  filter: grayscale(0%) opacity(1) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
.strip[data-id="935305"] .lang-item.active {
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.6)) grayscale(0%);
  transform: scale(1.1);
  pointer-events: none;
}
.strip[data-id="935305"] .lang-item:not(.active) {
  filter: grayscale(60%) opacity(0.5);
}
.strip[data-id="935305"] .main-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="935305"] .main-header .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  transition: padding 0.3s ease;
}
.strip[data-id="935305"] .logo-area {
  display: flex;
  align-items: center;
}
.strip[data-id="935305"] .logo-link {
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="935305"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="935305"] .logo-img {
  height: 75px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="935305"] .nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.strip[data-id="935305"] .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="935305"] .nav-link {
  color: #1e293b;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.25s ease;
  padding: 8px 0;
  position: relative;
  letter-spacing: 0.01em;
}
.strip[data-id="935305"] .nav-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #10B981;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id="935305"] .nav-link:hover {
  color: #10B981;
}
.strip[data-id="935305"] .nav-link:hover::before {
  width: 20px;
}
.strip[data-id="935305"] .btn-primary-header {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
  display: inline-block;
  border: none;
  cursor: pointer;
}
.strip[data-id="935305"] .btn-primary-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  color: #ffffff;
}
.strip[data-id="935305"] .btn-primary-header:active {
  transform: translateY(1px);
}
.strip[data-id="935305"] .mobile-nav-toggle {
  display: none;
  background: rgba(16, 185, 129, 0.08);
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.strip[data-id="935305"] .mobile-nav-toggle:hover {
  background: rgba(16, 185, 129, 0.15);
}
.strip[data-id="935305"] .hamburger {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1e293b;
  position: absolute;
  left: 11px;
  top: 21px;
  transition: background-color 0.3s ease;
}
.strip[data-id="935305"] .hamburger::before,
.strip[data-id="935305"] .hamburger::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #1e293b;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="935305"] .hamburger::before {
  top: -6px;
}
.strip[data-id="935305"] .hamburger::after {
  top: 6px;
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger {
  background-color: transparent;
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .strip[data-id="935305"] .top-bar-left {
    justify-content: center;
    gap: 12px 20px;
  }
  .strip[data-id="935305"] .top-bar .container-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 10px 16px;
  }
  .strip[data-id="935305"] .mobile-nav-toggle {
    display: block;
    z-index: 1001;
  }
  .strip[data-id="935305"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: -15px 0 35px rgba(15, 23, 42, 0.1);
    flex-direction: column;
    align-items: stretch;
    padding: 100px 32px 40px 32px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    gap: 35px;
  }
  .strip[data-id="935305"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="935305"] .nav-menu ul {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .strip[data-id="935305"] .nav-link {
    font-size: 1.15rem;
    display: block;
    width: 100%;
    padding: 6px 0;
  }
  .strip[data-id="935305"] .nav-link::before {
    left: 0;
    transform: none;
  }
  .strip[data-id="935305"] .nav-cta {
    width: 100%;
    margin-top: auto;
  }
  .strip[data-id="935305"] .btn-primary-header {
    display: block;
    text-align: center;
    width: 100%;
    padding: 14px;
  }
  .strip[data-id="935305"] .logo-img {
    height: 62px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="935305"] .top-bar {
    display: none;
  }
  .strip[data-id="935305"] .logo-img {
    height: 54px;
  }
}@charset "UTF-8";
.strip[data-id=a2a664] {
  --section-id: "a2a664";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/a2a664";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/a2a664";
}
.strip[data-id=a2a664] .member-detail {
  padding: 80px 0;
  font-family: "Nunito", sans-serif;
  color: #333;
}
.strip[data-id=a2a664] .member-detail .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 50px;
  align-items: start;
}
.strip[data-id=a2a664] .member-detail .image-container {
  background: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id=a2a664] .member-detail .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id=a2a664] .member-detail .content-container h1 {
  font-size: 2.5rem;
  color: #25306d;
  margin-bottom: 10px;
}
.strip[data-id=a2a664] .member-detail .content-container .subtitle {
  font-size: 1.2rem;
  color: #89c541;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.strip[data-id=a2a664] .member-detail .content-container .bio {
  line-height: 1.8;
  font-size: 1.05rem;
}
.strip[data-id=a2a664] .member-detail .content-container .bio p {
  margin-bottom: 20px;
}
.strip[data-id=a2a664] .member-detail .content-container .bio h2 {
  font-size: 1.5rem;
  color: #25306d;
  margin: 30px 0 15px 0;
}
.strip[data-id=a2a664] .member-detail .content-container .bio ul {
  list-style: none;
  padding: 0;
}
.strip[data-id=a2a664] .member-detail .content-container .bio ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.strip[data-id=a2a664] .member-detail .content-container .bio ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #89c541;
  font-weight: bold;
}
.strip[data-id=a2a664] .member-detail .content-container .back-link {
  display: inline-block;
  margin-top: 40px;
  color: #25306d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.strip[data-id=a2a664] .member-detail .content-container .back-link:hover {
  color: #89c541;
}
@media (max-width: 850px) {
  .strip[data-id=a2a664] .member-detail .container {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a2a664] .member-detail .image-container {
    max-width: 400px;
    margin: 0 auto;
  }
}@charset "UTF-8";
.strip[data-id="21ac45"] {
  --section-id: "21ac45";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/21ac45";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/21ac45";
  /* Footer Grid */
  /* Footer Links */
  /* Socials */
  /* Contact Details */
  /* Form Styles */
  /* Footer Bottom */
  /* Responsive */
}
.strip[data-id="21ac45"] .footer-section {
  background-color: #1b365d; /* Tmavě modrá z původního webu */
  color: #cbd5e1;
  padding: 80px 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="21ac45"] .container-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="21ac45"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.strip[data-id="21ac45"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="21ac45"] .footer-title {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 25px 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="21ac45"] .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #4CAF50; /* Sytě zelená */
  border-radius: 2px;
}
.strip[data-id="21ac45"] .footer-desc {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.strip[data-id="21ac45"] .map-container {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="21ac45"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="21ac45"] .footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.strip[data-id="21ac45"] .footer-links a:hover {
  color: #4CAF50; /* Sytě zelená */
  transform: translateX(5px);
}
.strip[data-id="21ac45"] .footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.strip[data-id="21ac45"] .social-icon {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.strip[data-id="21ac45"] .social-icon:hover {
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id="21ac45"] .contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="21ac45"] .contact-details li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.5;
}
.strip[data-id="21ac45"] .contact-details i {
  color: #4CAF50; /* Sytě zelená */
  font-size: 1rem;
  width: 18px;
  text-align: center;
  margin-top: 3px;
}
.strip[data-id="21ac45"] .contact-details a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="21ac45"] .contact-details a:hover {
  color: #4CAF50;
}
.strip[data-id="21ac45"] .nrpzs-info {
  font-size: 0.75rem;
  color: #a3b1cc;
  margin-top: 15px;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="21ac45"] .form-group {
  width: 100%;
}
.strip[data-id="21ac45"] .contact-form input[type=text],
.strip[data-id="21ac45"] .contact-form input[type=email],
.strip[data-id="21ac45"] .contact-form input[type=tel],
.strip[data-id="21ac45"] .contact-form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}
.strip[data-id="21ac45"] .contact-form input::placeholder,
.strip[data-id="21ac45"] .contact-form textarea::placeholder {
  color: #cbd5e1;
  opacity: 0.8;
}
.strip[data-id="21ac45"] .contact-form input:focus,
.strip[data-id="21ac45"] .contact-form textarea:focus {
  border-color: #4CAF50;
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}
.strip[data-id="21ac45"] .checkbox-group {
  margin: 5px 0;
}
.strip[data-id="21ac45"] .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.strip[data-id="21ac45"] .checkbox-label input {
  margin-top: 3px;
  accent-color: #4CAF50;
}
.strip[data-id="21ac45"] .checkbox-text {
  font-size: 0.75rem;
  color: #cbd5e1;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .btn-submit {
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(76, 175, 80, 0.2);
}
.strip[data-id="21ac45"] .btn-submit:hover {
  background-color: #43A047;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(76, 175, 80, 0.3);
}
.strip[data-id="21ac45"] .form-response {
  font-size: 0.85rem;
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px 12px;
  display: none;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .form-response.success {
  background-color: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
  display: block;
}
.strip[data-id="21ac45"] .form-response.error {
  background-color: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
  display: block;
}
.strip[data-id="21ac45"] .footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 0.85rem;
  color: #a3b1cc;
}
@media (max-width: 991px) {
  .strip[data-id="21ac45"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 580px) {
  .strip[data-id="21ac45"] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="21ac45"] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="21ac45"] .footer-bottom {
    margin-top: 40px;
  }
}