@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&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=f4b1ef] {
  --section-id: "f4b1ef";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/f4b1ef";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/f4b1ef";
  /* Mobile Nav Overlay */
  /* Responsive Styles */
}
.strip[data-id=f4b1ef] .site-header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=f4b1ef] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=f4b1ef] .header-logo {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.strip[data-id=f4b1ef] .header-logo:hover {
  transform: scale(1.02);
}
.strip[data-id=f4b1ef] .header-logo img {
  height: 55px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id=f4b1ef] .header-nav {
  display: block;
}
.strip[data-id=f4b1ef] .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
}
.strip[data-id=f4b1ef] .nav-link {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
  text-transform: uppercase;
}
.strip[data-id=f4b1ef] .nav-link:hover {
  color: hsl(170, 50%, 45%);
}
.strip[data-id=f4b1ef] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(170, 50%, 45%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=f4b1ef] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=f4b1ef] .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id=f4b1ef] .contact-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border: 2px solid hsl(170, 50%, 45%);
  border-radius: 50px;
  background-color: transparent;
  color: hsl(170, 50%, 45%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=f4b1ef] .contact-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.strip[data-id=f4b1ef] .contact-button:hover {
  background-color: hsl(170, 50%, 45%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(38, 166, 154, 0.3);
  transform: translateY(-2px);
}
.strip[data-id=f4b1ef] .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id=f4b1ef] .mobile-menu-toggle .bar {
  width: 100%;
  height: 2px;
  background-color: #2c3e50;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.strip[data-id=f4b1ef] .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-20px);
}
.strip[data-id=f4b1ef] .mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id=f4b1ef] .mobile-logo {
  margin-bottom: 40px;
}
.strip[data-id=f4b1ef] .mobile-logo img {
  height: 60px;
  width: auto;
}
.strip[data-id=f4b1ef] .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.strip[data-id=f4b1ef] .mobile-nav-link {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id=f4b1ef] .mobile-nav-link:hover {
  color: hsl(170, 50%, 45%);
}
.strip[data-id=f4b1ef] .mobile-contact {
  margin-top: auto;
  width: 100%;
}
.strip[data-id=f4b1ef] .mobile-contact .contact-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .strip[data-id=f4b1ef] .header-nav {
    display: none;
  }
  .strip[data-id=f4b1ef] .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id=f4b1ef] .header-container {
    padding: 10px 20px;
  }
  .strip[data-id=f4b1ef] .contact-button.desktop-only {
    display: none;
  }
  .strip[data-id=f4b1ef] .mobile-menu-toggle.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id=f4b1ef] .mobile-menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=f4b1ef] .mobile-menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id=fb89f5] {
  --section-id: "fb89f5";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/fb89f5";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/fb89f5";
}
.strip[data-id=fb89f5] .hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 140px 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.2) 100%), url(https://preview-zubni-tomanek-cz.proweb.cz/_section/fb89f5/dental-office-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.strip[data-id=fb89f5] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id=fb89f5] .hero-section .content-left {
  flex: 1;
  min-width: 320px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id=fb89f5] .hero-section .content-left.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=fb89f5] .hero-section .content-left .title-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.strip[data-id=fb89f5] .hero-section .content-left .title-wrapper::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #40E0D0;
  margin-top: 20px;
  border-radius: 2px;
}
.strip[data-id=fb89f5] .hero-section .content-left h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #222222;
  line-height: 1.15;
  margin: 0;
}
.strip[data-id=fb89f5] .hero-section .content-left .subheadline {
  font-size: 1.6rem;
  color: #1E8E81;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
}
.strip[data-id=fb89f5] .hero-section .content-left .lead-text {
  font-size: 1.15rem;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 580px;
}
.strip[data-id=fb89f5] .hero-section .content-right {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s;
}
.strip[data-id=fb89f5] .hero-section .content-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id=fb89f5] .hero-section .info-box {
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.strip[data-id=fb89f5] .hero-section .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.strip[data-id=fb89f5] .hero-section .info-box h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=fb89f5] .hero-section .info-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=fb89f5] .hero-section .box-warning {
  background-color: rgba(255, 245, 245, 0.9);
  border: 1px solid rgba(255, 127, 80, 0.2);
  border-left: 6px solid #FF7F50;
}
.strip[data-id=fb89f5] .hero-section .box-warning h3 {
  color: #E65100;
}
.strip[data-id=fb89f5] .hero-section .box-warning h3::before {
  content: "⚠️";
  font-size: 1.3rem;
}
.strip[data-id=fb89f5] .hero-section .box-warning p {
  color: #7B1F1F;
}
.strip[data-id=fb89f5] .hero-section .box-info {
  background-color: rgba(240, 255, 250, 0.9);
  border: 1px solid rgba(64, 224, 208, 0.2);
  border-left: 6px solid #40E0D0;
}
.strip[data-id=fb89f5] .hero-section .box-info h3 {
  color: #1E8E81;
}
.strip[data-id=fb89f5] .hero-section .box-info h3::before {
  content: "📅";
  font-size: 1.3rem;
}
.strip[data-id=fb89f5] .hero-section .box-info p {
  color: #1E4D48;
}
@media (max-width: 1200px) {
  .strip[data-id=fb89f5] .hero-section .content-left h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id=fb89f5] .hero-section {
    min-height: auto;
    padding: 80px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.7) 100%), url(https://preview-zubni-tomanek-cz.proweb.cz/_section/fb89f5/dental-office-bg.jpg);
  }
  .strip[data-id=fb89f5] .hero-section .container {
    gap: 40px;
  }
  .strip[data-id=fb89f5] .hero-section .content-left {
    flex: 1 1 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id=fb89f5] .hero-section .content-left h1 {
    font-size: 2.8rem;
  }
  .strip[data-id=fb89f5] .hero-section .content-left .title-wrapper::after {
    margin: 20px auto 0;
  }
  .strip[data-id=fb89f5] .hero-section .content-left .lead-text {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=fb89f5] .hero-section .content-right {
    flex: 1 1 100%;
    max-width: 600px;
    margin: 0 auto;
    transform: translateY(40px);
  }
  .strip[data-id=fb89f5] .hero-section .content-right.is-visible {
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .strip[data-id=fb89f5] .hero-section {
    padding: 60px 0;
  }
  .strip[data-id=fb89f5] .hero-section .content-left h1 {
    font-size: 2.2rem;
  }
  .strip[data-id=fb89f5] .hero-section .subheadline {
    font-size: 1.3rem;
  }
  .strip[data-id=fb89f5] .hero-section .info-box {
    padding: 20px;
  }
}.strip[data-id=a4db7e] {
  --section-id: "a4db7e";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/a4db7e";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/a4db7e";
}
.strip[data-id=a4db7e] .about-me-section {
  background-color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(https://preview-zubni-tomanek-cz.proweb.cz/_section/a4db7e/dna-pattern.jpg);
  background-repeat: repeat;
  background-size: 400px;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: aboutFadeIn 1s ease-out forwards;
}
@keyframes aboutFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=a4db7e] .about-me-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a4db7e] .about-me-section .layout-grid {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 992px) {
  .strip[data-id=a4db7e] .about-me-section .layout-grid {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a4db7e] .about-me-section .layout-grid {
    flex-direction: column;
    text-align: center;
    gap: 60px;
    padding-top: 20px;
  }
}
.strip[data-id=a4db7e] .about-me-section .image-col {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 2;
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper .portrait-container {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
  background: #f0f4f8;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper .portrait-container:hover {
  transform: scale(1.02);
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper .portrait-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper .mint-accent {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #A3E4D7 0%, #76D7C4 100%);
  z-index: -1;
  border-radius: 40px;
  opacity: 0.6;
  animation: pulseAccent 4s infinite ease-in-out;
}
@keyframes pulseAccent {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
.strip[data-id=a4db7e] .about-me-section .image-wrapper .decorative-dots {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(#A3E4D7 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: -1;
  opacity: 0.5;
}
.strip[data-id=a4db7e] .about-me-section .text-col {
  flex: 1;
}
.strip[data-id=a4db7e] .about-me-section .text-col .label {
  display: inline-block;
  color: #76D7C4;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.strip[data-id=a4db7e] .about-me-section .text-col h2 {
  color: #2D3436;
  font-size: 48px;
  margin: 0 0 20px 0;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .strip[data-id=a4db7e] .about-me-section .text-col h2 {
    font-size: 36px;
  }
}
.strip[data-id=a4db7e] .about-me-section .text-col .title-underline {
  width: 60px;
  height: 4px;
  background-color: #A3E4D7;
  margin-bottom: 40px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .strip[data-id=a4db7e] .about-me-section .text-col .title-underline {
    margin: 0 auto 40px;
  }
}
.strip[data-id=a4db7e] .about-me-section .text-col .philosophy-container {
  position: relative;
  padding-left: 0;
}
.strip[data-id=a4db7e] .about-me-section .text-col .philosophy-container .quote-icon {
  font-size: 60px;
  color: #A3E4D7;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.4;
  font-family: serif;
}
@media (max-width: 768px) {
  .strip[data-id=a4db7e] .about-me-section .text-col .philosophy-container .quote-icon {
    display: block;
    text-align: center;
  }
}
.strip[data-id=a4db7e] .about-me-section .text-col .philosophy-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #4A4A4A;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .strip[data-id=a4db7e] .about-me-section .text-col .philosophy-text {
    font-size: 18px;
  }
}.strip[data-id="9e9c08"] {
  --section-id: "9e9c08";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/9e9c08";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/9e9c08";
}
.strip[data-id="9e9c08"] {
  background-color: hsl(170, 60%, 98%);
  background-image: radial-gradient(#4fd1c5 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="9e9c08"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
}
.strip[data-id="9e9c08"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="9e9c08"] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="9e9c08"] .section-header h2 {
  font-size: 48px;
  color: #1a202c;
  margin-bottom: 24px;
  font-weight: 800;
  margin-top: 0;
  letter-spacing: -0.02em;
}
.strip[data-id="9e9c08"] .section-header p {
  font-size: 20px;
  color: #4a5568;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="9e9c08"] .category-group {
  margin-bottom: 80px;
}
.strip[data-id="9e9c08"] .category-group:last-child {
  margin-bottom: 0;
}
.strip[data-id="9e9c08"] .category-group .category-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
.strip[data-id="9e9c08"] .category-group .category-title-wrapper h3 {
  font-size: 28px;
  color: #2d3748;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.strip[data-id="9e9c08"] .category-group .category-title-wrapper .line {
  height: 2px;
  flex-grow: 1;
  background: linear-gradient(90deg, #4fd1c5 0%, rgba(79, 209, 197, 0) 100%);
  border-radius: 2px;
}
.strip[data-id="9e9c08"] .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.strip[data-id="9e9c08"] .service-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid rgba(79, 209, 197, 0.05);
  position: relative;
  overflow: hidden;
}
.strip[data-id="9e9c08"] .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4fd1c5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.strip[data-id="9e9c08"] .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -15px rgba(79, 209, 197, 0.2);
  border-color: rgba(79, 209, 197, 0.2);
}
.strip[data-id="9e9c08"] .service-card:hover::after {
  transform: scaleX(1);
}
.strip[data-id="9e9c08"] .service-card:hover .service-icon {
  transform: rotate(5deg) scale(1.1);
  background: #4fd1c5;
  color: #ffffff;
}
.strip[data-id="9e9c08"] .service-card .service-icon {
  color: #4fd1c5;
  margin-bottom: 28px;
  background: rgba(79, 209, 197, 0.08);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.strip[data-id="9e9c08"] .service-card .service-icon svg {
  width: 32px;
  height: 32px;
}
.strip[data-id="9e9c08"] .service-card h4 {
  font-size: 20px;
  color: #1a202c;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.strip[data-id="9e9c08"] .service-card p {
  font-size: 15px;
  color: #718096;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .strip[data-id="9e9c08"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="9e9c08"] {
    padding: 70px 0;
  }
  .strip[data-id="9e9c08"] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id="9e9c08"] .section-header h2 {
    font-size: 36px;
  }
  .strip[data-id="9e9c08"] .section-header p {
    font-size: 18px;
  }
  .strip[data-id="9e9c08"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="9e9c08"] .service-card {
    padding: 30px;
  }
  .strip[data-id="9e9c08"] .category-group {
    margin-bottom: 50px;
  }
  .strip[data-id="9e9c08"] .category-group .category-title-wrapper {
    margin-bottom: 30px;
  }
  .strip[data-id="9e9c08"] .category-group .category-title-wrapper h3 {
    font-size: 24px;
  }
}.strip[data-id=b3e1b7] {
  --section-id: "b3e1b7";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/b3e1b7";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/b3e1b7";
}
.strip[data-id=b3e1b7] .insurance-trust-bar {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .section-title h2 {
  font-size: 1.75rem;
  color: #1a202c;
  font-weight: 700;
  margin-bottom: 16px;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .section-title .visual-header {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .section-title .visual-header img {
  max-width: 120px;
  height: auto;
  opacity: 0.9;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .insurance-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 60px;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .insurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100px;
  transition: transform 0.3s ease;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .insurance-item:hover {
  transform: translateY(-4px);
}
.strip[data-id=b3e1b7] .insurance-trust-bar .circle {
  width: 76px;
  height: 76px;
  background-color: #48c9b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: 0 10px 15px -3px rgba(72, 201, 176, 0.2), 0 4px 6px -2px rgba(72, 201, 176, 0.05);
  border: 4px solid #ffffff;
  outline: 1px solid rgba(72, 201, 176, 0.1);
}
.strip[data-id=b3e1b7] .insurance-trust-bar .insurance-name {
  margin-top: 14px;
  font-size: 0.8rem;
  color: #4a5568;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id=b3e1b7] .insurance-trust-bar .care-info-wrapper {
  background-color: #f7fafc;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #edf2f7;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b3e1b7] .insurance-trust-bar .care-info-text {
  color: #2d3748;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
  font-weight: 450;
}
@media (max-width: 768px) {
  .strip[data-id=b3e1b7] .insurance-trust-bar {
    padding: 60px 0;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .section-title h2 {
    font-size: 1.5rem;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .insurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .insurance-item {
    flex: 1;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .circle {
    width: 64px;
    height: 64px;
    font-size: 1.1rem;
    border-width: 3px;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .care-info-wrapper {
    padding: 30px 20px;
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .care-info-text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .strip[data-id=b3e1b7] .insurance-trust-bar .insurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=b3e1b7] .insurance-trust-bar .circle {
    width: 60px;
    height: 60px;
  }
}@charset "UTF-8";
.strip[data-id="3663fb"] {
  --section-id: "3663fb";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/3663fb";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/3663fb";
}
.strip[data-id="3663fb"] .contact-transport-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #2d3436;
}
.strip[data-id="3663fb"] .contact-transport-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3663fb"] .contact-transport-section .section-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.strip[data-id="3663fb"] .contact-transport-section .map-column {
  position: relative;
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f2f6;
}
.strip[data-id="3663fb"] .contact-transport-section .map-column iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* Mírný filtr pro moderní vzhled, ale zachování čitelnosti */
  filter: saturate(0.8) contrast(1.05);
}
.strip[data-id="3663fb"] .contact-transport-section .info-column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-header {
  margin-bottom: 5px;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .icon-wrapper {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 194, 168, 0.1);
  border-radius: 10px;
  color: #00c2a8;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .icon-wrapper svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .content {
  flex-grow: 1;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .content h3 {
  margin: 0 0 6px 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #636e72;
  font-weight: 700;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #2d3436;
  font-weight: 500;
}
.strip[data-id="3663fb"] .contact-transport-section .contact-item .content .gps {
  display: inline-block;
  font-size: 13px;
  color: #7f8c8d; /* Zlepšený kontrast */
  margin-top: 8px;
  padding: 4px 8px;
  background-color: #f8f9fa;
  border-radius: 4px;
  font-family: monospace;
}
.strip[data-id="3663fb"] .contact-transport-section .phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00c2a8;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 194, 168, 0.25);
  width: 100%;
}
.strip[data-id="3663fb"] .contact-transport-section .phone-button:hover {
  background-color: #00a892;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 194, 168, 0.35);
}
.strip[data-id="3663fb"] .contact-transport-section .phone-button svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.strip[data-id="3663fb"] .contact-transport-section .bus-box {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #00c2a8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.strip[data-id="3663fb"] .contact-transport-section .bus-box h4 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d3436;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="3663fb"] .contact-transport-section .bus-box h4::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #00c2a8;
  border-radius: 50%;
}
.strip[data-id="3663fb"] .contact-transport-section .bus-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #57606f;
}
.strip[data-id="3663fb"] .contact-transport-section .bus-box p strong {
  color: #2d3436;
}
.strip[data-id="3663fb"] .contact-transport-section .footer-meta {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid #f1f2f6;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 15px;
  color: #7f8c8d; /* Zlepšený kontrast */
}
.strip[data-id="3663fb"] .contact-transport-section .footer-meta a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.strip[data-id="3663fb"] .contact-transport-section .footer-meta a:hover {
  color: #00c2a8;
}
.strip[data-id="3663fb"] .contact-transport-section .footer-meta strong {
  color: #2d3436;
  font-weight: 600;
}
@media (max-width: 991px) {
  .strip[data-id="3663fb"] .contact-transport-section {
    padding: 60px 0;
  }
  .strip[data-id="3663fb"] .contact-transport-section .section-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="3663fb"] .contact-transport-section .map-column {
    order: 2;
    min-height: 400px;
  }
  .strip[data-id="3663fb"] .contact-transport-section .info-column {
    order: 1;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3663fb"] .contact-transport-section .phone-button {
    font-size: 18px;
    padding: 15px 20px;
  }
  .strip[data-id="3663fb"] .contact-transport-section .contact-item {
    flex-direction: column;
    gap: 12px;
  }
  .strip[data-id="3663fb"] .contact-transport-section .contact-item .icon-wrapper {
    width: 36px;
    height: 36px;
  }
  .strip[data-id="3663fb"] .contact-transport-section .contact-item .icon-wrapper svg {
    width: 18px;
    height: 18px;
  }
}.strip[data-id=ce34ef] {
  --section-id: "ce34ef";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/ce34ef";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/ce34ef";
}
.strip[data-id=ce34ef] .office-hours-section {
  padding: 100px 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle at 0% 50%, #f0fffb 0%, transparent 20%), radial-gradient(circle at 100% 50%, #f0fffb 0%, transparent 20%);
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=ce34ef] .office-hours-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ce34ef] .office-hours-section .hours-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ce34ef] .office-hours-section .header-with-icon {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=ce34ef] .office-hours-section .header-with-icon .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  background: #e0fbf7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009a9d; /* Improved contrast from #00ced1 */
}
.strip[data-id=ce34ef] .office-hours-section .header-with-icon .icon-box svg {
  width: 34px;
  height: 34px;
}
.strip[data-id=ce34ef] .office-hours-section .header-with-icon h2 {
  font-size: 2.5rem;
  color: #2d3436;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.strip[data-id=ce34ef] .office-hours-section .hours-table {
  margin-bottom: 40px;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 16px;
  margin-bottom: 4px;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row.is-active {
  background-color: #f0fffb;
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 154, 157, 0.12);
  border-color: transparent;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .day-col {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #2d3436;
  font-size: 1.15rem;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .day-col strong {
  font-weight: 600;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .time-col {
  color: #009a9d; /* Improved contrast */
  font-weight: 600;
  font-size: 1.15rem;
  text-align: right;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .status-indicator {
  display: none; /* Hidden by default, shown by JS */
  align-items: center;
  gap: 8px;
  background: #e6faf5;
  color: #00b894;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .status-indicator.is-visible {
  display: inline-flex;
}
.strip[data-id=ce34ef] .office-hours-section .hours-row .status-indicator .dot {
  width: 8px;
  height: 8px;
  background: #00b894;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 184, 148, 0.2);
  animation: pulse 2s infinite;
}
.strip[data-id=ce34ef] .office-hours-section .info-note {
  text-align: center;
  color: #636e72;
  font-size: 0.95rem;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #dfe6e9;
}
.strip[data-id=ce34ef] .office-hours-section .info-note p {
  margin: 0;
  line-height: 1.6;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ce34ef] .office-hours-section {
    padding: 60px 0;
  }
  .strip[data-id=ce34ef] .office-hours-section .hours-wrapper {
    padding: 40px 20px;
    border-radius: 0;
  }
  .strip[data-id=ce34ef] .office-hours-section .hours-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    text-align: left;
  }
  .strip[data-id=ce34ef] .office-hours-section .hours-row .time-col {
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
  }
  .strip[data-id=ce34ef] .office-hours-section .hours-row .day-col {
    width: 100%;
    justify-content: space-between;
    font-size: 1.1rem;
  }
  .strip[data-id=ce34ef] .office-hours-section .header-with-icon h2 {
    font-size: 2rem;
  }
}.strip[data-id="406975"] {
  --section-id: "406975";
  --storage-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/406975";
  --public-url: "https://preview-zubni-tomanek-cz.proweb.cz/_section/406975";
}
.strip[data-id="406975"] .footer-section {
  background-color: hsl(210, 20%, 15%);
  border-top: 2px solid hsl(160, 80%, 60%);
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: hsl(0, 0%, 95%);
  background-image: url(https://preview-zubni-tomanek-cz.proweb.cz/_section/406975/tooth-silhouette.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% + 50px) calc(100% + 30px);
  background-size: 250px;
}
.strip[data-id="406975"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="406975"] .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.strip[data-id="406975"] .footer-left, .strip[data-id="406975"] .footer-middle, .strip[data-id="406975"] .footer-right {
  flex: 1;
  min-width: 280px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.strip[data-id="406975"] .footer-left {
  text-align: left;
}
.strip[data-id="406975"] .footer-middle {
  text-align: center;
}
.strip[data-id="406975"] .footer-right {
  text-align: right;
  color: hsl(0, 0%, 85%);
}
.strip[data-id="406975"] .email-link {
  color: hsl(160, 80%, 60%);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  padding: 5px 0;
}
.strip[data-id="406975"] .email-link:hover {
  color: hsl(0, 0%, 100%);
  transform: translateY(-2px);
}
.strip[data-id="406975"] .email-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="406975"] .copyright-text {
  opacity: 0.9;
}
@media (max-width: 991px) {
  .strip[data-id="406975"] .footer-left, .strip[data-id="406975"] .footer-middle, .strip[data-id="406975"] .footer-right {
    text-align: center;
    flex: 1 1 100%;
  }
  .strip[data-id="406975"] .footer-section {
    background-position: bottom -50px right -50px;
    background-size: 200px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id="406975"] .footer-left, .strip[data-id="406975"] .footer-middle, .strip[data-id="406975"] .footer-right {
    font-size: 13px;
  }
}