@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Open+Sans&display=swap');
.strip[data-id="778581"] {
  --section-id: "778581";
  --storage-url: "https://test-005.praweb.cz/_section/778581";
  --public-url: "https://test-005.praweb.cz/_section/778581";
}
.strip[data-id="778581"] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .top-bar {
  background: rgba(248, 249, 250, 0.8);
  padding: 6px 0;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="778581"] .top-bar .container {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="778581"] .top-bar a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  font-weight: 500;
}
.strip[data-id="778581"] .top-bar a:hover {
  color: #00a89e;
}
.strip[data-id="778581"] .top-bar i {
  color: #00a89e;
  font-size: 14px;
}
.strip[data-id="778581"] .main-nav {
  padding: 12px 0;
}
.strip[data-id="778581"] .main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="778581"] .logo a {
  display: flex;
  align-items: center;
}
.strip[data-id="778581"] .logo img {
  max-height: 45px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="778581"] .logo a:hover img {
  transform: scale(1.02);
}
.strip[data-id="778581"] .nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="778581"] .nav-menu li a {
  text-decoration: none;
  color: #2d3436;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="778581"] .nav-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00a89e;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="778581"] .nav-menu li a:hover {
  color: #00a89e;
}
.strip[data-id="778581"] .nav-menu li a:hover:after {
  width: 100%;
}
.strip[data-id="778581"] .nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="778581"] .nav-socials {
  display: flex;
  gap: 12px;
}
.strip[data-id="778581"] .nav-socials a {
  color: #2d3436;
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .nav-socials a:hover {
  color: #fff;
  background: #00a89e;
  transform: translateY(-2px);
}
.strip[data-id="778581"] .mobile-toggle {
  display: none;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 20px;
  color: #2d3436;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .mobile-toggle:hover {
  background: #e9ecef;
}
@media (max-width: 1024px) {
  .strip[data-id="778581"] .nav-menu {
    gap: 15px;
  }
  .strip[data-id="778581"] .nav-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="778581"] .top-bar {
    display: none;
  }
  .strip[data-id="778581"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="778581"] .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    gap: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 999;
  }
  .strip[data-id="778581"] .nav-menu.active {
    transform: translateX(0);
  }
  .strip[data-id="778581"] .nav-menu li a {
    font-size: 18px;
  }
  .strip[data-id="778581"] .nav-socials {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id="778581"] .logo img {
    max-height: 35px;
  }
}.strip[data-id=f034cd] {
  --section-id: "f034cd";
  --storage-url: "https://test-005.praweb.cz/_section/f034cd";
  --public-url: "https://test-005.praweb.cz/_section/f034cd";
}
.strip[data-id=f034cd] .hero-section {
  background-color: #f8f9fa;
  background-image: radial-gradient(#dee2e6 1px, transparent 1px);
  background-size: 30px 30px;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id=f034cd] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id=f034cd] .text-content {
  flex: 0 0 60%;
}
.strip[data-id=f034cd] .wave {
  width: 80px;
  height: 6px;
  background: #00a89e;
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
}
.strip[data-id=f034cd] .wave::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background: #2c3e50;
  left: 90px;
  border-radius: 3px;
}
.strip[data-id=f034cd] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 25px;
}
.strip[data-id=f034cd] p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  max-width: 650px;
}
.strip[data-id=f034cd] .image-content {
  flex: 0 0 40%;
}
.strip[data-id=f034cd] .image-content img {
  width: 100%;
  height: auto;
  border-radius: 60px 10px 60px 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .strip[data-id=f034cd] .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 60px 20px;
  }
  .strip[data-id=f034cd] .text-content, .strip[data-id=f034cd] .image-content {
    flex: 0 0 100%;
  }
  .strip[data-id=f034cd] h1 {
    font-size: 36px;
  }
  .strip[data-id=f034cd] p {
    margin: 0 auto;
  }
  .strip[data-id=f034cd] .wave {
    margin: 0 auto 30px auto;
  }
  .strip[data-id=f034cd] .wave::after {
    display: none;
  }
}.strip[data-id=ff6f90] {
  --section-id: "ff6f90";
  --storage-url: "https://test-005.praweb.cz/_section/ff6f90";
  --public-url: "https://test-005.praweb.cz/_section/ff6f90";
}
.strip[data-id=ff6f90] .specialist-section {
  background-color: #fff;
  padding: 80px 0;
}
.strip[data-id=ff6f90] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=ff6f90] .image-box {
  flex: 0 0 342px;
}
.strip[data-id=ff6f90] .image-box img {
  width: 342px;
  height: 476px;
  object-fit: cover;
  border: 12px solid #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=ff6f90] .image-box:hover img {
  transform: scale(1.03);
}
.strip[data-id=ff6f90] .text-box {
  flex: 1;
}
.strip[data-id=ff6f90] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 10px;
}
.strip[data-id=ff6f90] .badge {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.strip[data-id=ff6f90] p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.strip[data-id=ff6f90] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00a89e;
  margin-top: 30px;
  margin-bottom: 15px;
}
.strip[data-id=ff6f90] .hours-card {
  background: #e6f6f5;
  padding: 20px 25px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-left: 4px solid #00a89e;
}
.strip[data-id=ff6f90] .hours-card i {
  color: #00a89e;
  font-size: 20px;
}
.strip[data-id=ff6f90] .hours-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2c3e50;
}
@media (max-width: 992px) {
  .strip[data-id=ff6f90] .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=ff6f90] .image-box {
    flex: 0 0 auto;
  }
  .strip[data-id=ff6f90] .image-box img {
    width: 100%;
    max-width: 342px;
    height: auto;
  }
}.strip[data-id="1df90d"] {
  --section-id: "1df90d";
  --storage-url: "https://test-005.praweb.cz/_section/1df90d";
  --public-url: "https://test-005.praweb.cz/_section/1df90d";
}
.strip[data-id="1df90d"] .specialist-section-alt {
  background-color: #f8f9fa;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1df90d"] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 80px;
  flex-direction: row-reverse;
}
.strip[data-id="1df90d"] .image-box {
  flex: 0 0 362px;
}
.strip[data-id="1df90d"] .mask-container {
  width: 362px;
  height: 483px;
  overflow: hidden;
  clip-path: ellipse(48% 50% at 50% 50%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="1df90d"] .mask-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="1df90d"] .text-box {
  flex: 1;
}
.strip[data-id="1df90d"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 20px;
}
.strip[data-id="1df90d"] p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}
.strip[data-id="1df90d"] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00a89e;
  margin-bottom: 20px;
}
.strip[data-id="1df90d"] .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="1df90d"] .hours-list li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="1df90d"] .hours-list li i {
  color: #00a89e;
  font-size: 18px;
}
.strip[data-id="1df90d"] .decor-element {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  border: 3px solid rgba(0, 168, 158, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id="1df90d"] .decor-element::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(0, 168, 158, 0.1);
  border-radius: 50%;
}
@media (max-width: 992px) {
  .strip[data-id="1df90d"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="1df90d"] .mask-container {
    width: 80vw;
    height: 106vw;
    max-width: 362px;
    max-height: 483px;
    margin: 0 auto;
  }
  .strip[data-id="1df90d"] .hours-list li {
    justify-content: center;
  }
}.strip[data-id="112756"] {
  --section-id: "112756";
  --storage-url: "https://test-005.praweb.cz/_section/112756";
  --public-url: "https://test-005.praweb.cz/_section/112756";
}
.strip[data-id="112756"] .specialist-section-center {
  background-color: #fff;
  padding: 100px 0;
}
.strip[data-id="112756"] .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="112756"] .portrait-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.strip[data-id="112756"] .portrait-wrapper img {
  width: 342px;
  height: 456px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.strip[data-id="112756"] .halo {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid #00a89e;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 1;
}
.strip[data-id="112756"] .halo-outer {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border: 1px solid #2c3e50;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}
.strip[data-id="112756"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 20px;
}
.strip[data-id="112756"] p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="112756"] .symbol {
  margin-top: 40px;
  color: #00a89e;
  font-size: 24px;
  opacity: 0.6;
}
@media (max-width: 576px) {
  .strip[data-id="112756"] .portrait-wrapper img {
    width: 280px;
    height: 280px;
  }
  .strip[data-id="112756"] .halo, .strip[data-id="112756"] .halo-outer {
    display: none;
  }
}.strip[data-id="81cca4"] {
  --section-id: "81cca4";
  --storage-url: "https://test-005.praweb.cz/_section/81cca4";
  --public-url: "https://test-005.praweb.cz/_section/81cca4";
}
.strip[data-id="81cca4"] .contact-section {
  background-color: #fff;
  padding: 80px 0;
}
.strip[data-id="81cca4"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="81cca4"] .contact-card {
  background: #f8f9fa;
  padding: 50px;
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.02);
}
.strip[data-id="81cca4"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 30px;
}
.strip[data-id="81cca4"] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #2c3e50;
  margin: 25px 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="81cca4"] h3 i {
  color: #00a89e;
}
.strip[data-id="81cca4"] p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.strip[data-id="81cca4"] .contact-details a {
  color: #00a89e;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id="81cca4"] .contact-details a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #00a89e;
  transition: width 0.3s ease;
}
.strip[data-id="81cca4"] .contact-details a:hover::after {
  width: 100%;
}
.strip[data-id="81cca4"] .socials {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.strip[data-id="81cca4"] .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a89e, #2c3e50);
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id="81cca4"] .socials a:hover {
  transform: translateY(-3px);
}
.strip[data-id="81cca4"] .billing-info {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  color: #7f8c8d;
}
.strip[data-id="81cca4"] .map-container {
  height: 100%;
  min-height: 500px;
}
.strip[data-id="81cca4"] iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .strip[data-id="81cca4"] .container {
    grid-template-columns: 1fr;
  }
  .strip[data-id="81cca4"] .map-container {
    order: -1;
    min-height: 350px;
  }
  .strip[data-id="81cca4"] .contact-card {
    padding: 30px;
  }
}.strip[data-id="7c62df"] {
  --section-id: "7c62df";
  --storage-url: "https://test-005.praweb.cz/_section/7c62df";
  --public-url: "https://test-005.praweb.cz/_section/7c62df";
  /* Bottom Bar */
}
.strip[data-id="7c62df"] .footer-section {
  background-color: #2c3e50;
  border-top: 4px solid #00a89e;
  padding: 60px 0 0 0;
  color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.strip[data-id="7c62df"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7c62df"] .footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 50px;
}
.strip[data-id="7c62df"] .footer-col {
  flex: 1 1 250px;
}
.strip[data-id="7c62df"] .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  display: block;
}
.strip[data-id="7c62df"] .footer-text {
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
}
.strip[data-id="7c62df"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7c62df"] .footer-links li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.strip[data-id="7c62df"] .footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="7c62df"] .link-arrow {
  transition: transform 0.3s ease;
  color: #00a89e;
  flex-shrink: 0;
}
.strip[data-id="7c62df"] .footer-links a:hover {
  color: #00a89e;
  padding-left: 5px;
}
.strip[data-id="7c62df"] .footer-links a:hover .link-arrow {
  transform: translateX(3px);
}
.strip[data-id="7c62df"] .footer-socials {
  display: flex;
  gap: 15px;
}
.strip[data-id="7c62df"] .footer-socials a {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7c62df"] .footer-socials a:hover {
  background-color: #00a89e;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 168, 158, 0.3);
}
.strip[data-id="7c62df"] .footer-socials svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="7c62df"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-top: 0;
}
.strip[data-id="7c62df"] .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #888888;
  font-size: 13px;
}
@media (max-width: 768px) {
  .strip[data-id="7c62df"] .footer-section {
    padding-top: 40px;
  }
  .strip[data-id="7c62df"] .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding-bottom: 40px;
  }
  .strip[data-id="7c62df"] .footer-links li {
    justify-content: center;
  }
  .strip[data-id="7c62df"] .footer-socials {
    justify-content: center;
  }
  .strip[data-id="7c62df"] .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}