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

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

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

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id=cddf37] {
  --section-id: "cddf37";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/cddf37";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/cddf37";
  /* Mobile styles */
}
.strip[data-id=cddf37] {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=cddf37] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=cddf37] .brand a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.strip[data-id=cddf37] .brand a:hover {
  opacity: 0.8;
}
.strip[data-id=cddf37] .brand .name {
  color: #191970;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  display: block;
}
.strip[data-id=cddf37] .brand .sub {
  color: #555555;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 2px;
}
.strip[data-id=cddf37] .nav-menu ul {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.strip[data-id=cddf37] .nav-menu a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.5px;
}
.strip[data-id=cddf37] .nav-menu a:hover {
  color: #191970;
}
.strip[data-id=cddf37] .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #87CEEB;
  transition: width 0.3s ease;
}
.strip[data-id=cddf37] .nav-menu a:hover::after {
  width: 100%;
}
.strip[data-id=cddf37] .contact-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.strip[data-id=cddf37] .phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #191970;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(135, 206, 235, 0.1);
}
.strip[data-id=cddf37] .phone-link:hover {
  background: rgba(135, 206, 235, 0.2);
  transform: translateY(-2px);
  color: #87CEEB;
}
.strip[data-id=cddf37] .phone-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.strip[data-id=cddf37] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=cddf37] .mobile-toggle span {
  width: 100%;
  height: 2.5px;
  background: #191970;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .strip[data-id=cddf37] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 100px 40px;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .strip[data-id=cddf37] .nav-menu.active {
    right: 0;
  }
  .strip[data-id=cddf37] .nav-menu ul {
    flex-direction: column;
    gap: 24px;
  }
  .strip[data-id=cddf37] .nav-menu a {
    font-size: 18px;
    display: block;
  }
  .strip[data-id=cddf37] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .strip[data-id=cddf37] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  .strip[data-id=cddf37] .phone-number {
    display: none;
  }
  .strip[data-id=cddf37] .phone-link {
    padding: 10px;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .strip[data-id=cddf37] .container {
    padding: 0 16px;
  }
  .strip[data-id=cddf37] .brand .name {
    font-size: 18px;
  }
  .strip[data-id=cddf37] .brand .sub {
    font-size: 10px;
  }
}.strip[data-id="9dcda2"] {
  --section-id: "9dcda2";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/9dcda2";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/9dcda2";
}
.strip[data-id="9dcda2"] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  overflow: hidden;
}
.strip[data-id="9dcda2"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.strip[data-id="9dcda2"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="9dcda2"] .content-box {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 60px;
  max-width: 650px;
  display: flex;
  gap: 40px;
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.strip[data-id="9dcda2"] .accent-line {
  width: 6px;
  background: linear-gradient(to bottom, #00bfff, #191970);
  flex-shrink: 0;
  border-radius: 3px;
}
.strip[data-id="9dcda2"] .text-content {
  flex-grow: 1;
}
.strip[data-id="9dcda2"] h1 {
  font-weight: 800;
  font-size: 56px;
  color: #191970;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -1px;
}
.strip[data-id="9dcda2"] p {
  font-weight: 400;
  font-size: 20px;
  color: #2f4f4f;
  line-height: 1.7;
  margin: 0 0 40px 0;
}
.strip[data-id="9dcda2"] .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="9dcda2"] .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background-color: #00bfff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(0, 191, 255, 0.3);
}
.strip[data-id="9dcda2"] .btn-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="9dcda2"] .btn-cta:hover {
  background-color: #191970;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(25, 25, 112, 0.4);
}
.strip[data-id="9dcda2"] .btn-cta:hover svg {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .strip[data-id="9dcda2"] h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="9dcda2"] .hero-section {
    min-height: 80vh;
    padding: 80px 0;
    background-position: 70% center;
  }
  .strip[data-id="9dcda2"] .hero-section::before {
    background: rgba(0, 0, 0, 0.3);
  }
  .strip[data-id="9dcda2"] .content-box {
    padding: 40px 30px;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    gap: 25px;
  }
  .strip[data-id="9dcda2"] .accent-line {
    width: 80px;
    height: 6px;
    margin: 0 auto;
  }
  .strip[data-id="9dcda2"] h1 {
    font-size: 36px;
  }
  .strip[data-id="9dcda2"] p {
    font-size: 18px;
  }
  .strip[data-id="9dcda2"] .cta-wrapper {
    justify-content: center;
  }
}.strip[data-id=da1a0f] {
  --section-id: "da1a0f";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/da1a0f";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/da1a0f";
}
.strip[data-id=da1a0f] .about-news-section {
  padding: 100px 20px;
  background-color: #fcfcfc;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id=da1a0f] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=da1a0f] .layout-grid {
  display: flex;
  gap: 60px;
  align-items: stretch;
}
.strip[data-id=da1a0f] .about-column {
  flex: 0 0 calc(60% - 30px);
  display: flex;
  flex-direction: column;
}
.strip[data-id=da1a0f] .news-column {
  flex: 0 0 calc(40% - 30px);
}
.strip[data-id=da1a0f] h2 {
  color: #191970;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=da1a0f] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #00bfff;
  border-radius: 2px;
}
.strip[data-id=da1a0f] .about-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
}
.strip[data-id=da1a0f] .image-wrapper {
  margin-top: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.strip[data-id=da1a0f] .image-wrapper:hover {
  transform: translateY(-5px);
}
.strip[data-id=da1a0f] .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
}
.strip[data-id=da1a0f] .news-card {
  background-color: #ffffff;
  border: 2px solid #00bfff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 191, 255, 0.05);
  display: flex;
  flex-direction: column;
}
.strip[data-id=da1a0f] .news-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.strip[data-id=da1a0f] .news-content p {
  margin-bottom: 25px;
}
.strip[data-id=da1a0f] .important-notice {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  background: rgba(0, 191, 255, 0.05);
  border-radius: 12px;
}
.strip[data-id=da1a0f] .important-notice .icon {
  color: #00bfff;
  font-size: 20px;
  margin-top: 3px;
}
.strip[data-id=da1a0f] .emergency-info {
  margin-top: auto;
  padding-top: 30px;
  border-top: 2px dashed #f0f0f0;
}
.strip[data-id=da1a0f] .emergency-info p:first-child {
  font-weight: 700;
  color: #191970;
  margin-bottom: 10px;
}
.strip[data-id=da1a0f] .news-content a {
  color: #191970;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id=da1a0f] .news-content a:hover {
  color: #00bfff;
  border-bottom-color: #00bfff;
}
@media (max-width: 1024px) {
  .strip[data-id=da1a0f] .layout-grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=da1a0f] .layout-grid {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .strip[data-id=da1a0f] .about-column, .strip[data-id=da1a0f] .news-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id=da1a0f] .about-news-section {
    padding: 80px 20px;
  }
  .strip[data-id=da1a0f] .image-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=da1a0f] h2 {
    font-size: 28px;
  }
  .strip[data-id=da1a0f] .news-card {
    padding: 30px 20px;
  }
  .strip[data-id=da1a0f] .about-text p {
    font-size: 16px;
  }
}.strip[data-id="7a1458"] {
  --section-id: "7a1458";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/7a1458";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/7a1458";
}
.strip[data-id="7a1458"] .dental-care {
  background-color: #f8fafc;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="7a1458"] .dental-care .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="7a1458"] .dental-care .dot-pattern {
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(#cbd5e1 2px, transparent 2px);
  background-size: 24px 24px;
  opacity: 0.3;
  z-index: 1;
}
.strip[data-id="7a1458"] .dental-care .dot-pattern.top-left {
  top: -50px;
  left: -50px;
}
.strip[data-id="7a1458"] .dental-care .dot-pattern.bottom-right {
  bottom: -50px;
  right: -50px;
}
.strip[data-id="7a1458"] .dental-care .cards-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="7a1458"] .dental-care .service-card {
  background-color: #ffffff;
  padding: 80px 50px;
  border-radius: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  flex: 1;
  min-width: 320px;
  max-width: 540px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(226, 232, 240, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="7a1458"] .dental-care .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
  border-color: #87CEEB;
}
.strip[data-id="7a1458"] .dental-care .service-card:hover .icon-wrapper {
  background-color: #87CEEB;
  color: #ffffff;
  transform: scale(1.1);
}
.strip[data-id="7a1458"] .dental-care .service-card .icon-wrapper {
  width: 110px;
  height: 110px;
  background-color: #f0f9ff;
  border: 2px solid #87CEEB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: #87CEEB;
  font-size: 48px;
  transition: all 0.4s ease;
}
.strip[data-id="7a1458"] .dental-care .service-card h3 {
  color: #191970;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="7a1458"] .dental-care .service-card p {
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="7a1458"] .dental-care {
    padding: 100px 20px;
  }
  .strip[data-id="7a1458"] .dental-care .cards-wrapper {
    gap: 30px;
  }
  .strip[data-id="7a1458"] .dental-care .service-card {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7a1458"] .dental-care {
    padding: 80px 15px;
  }
  .strip[data-id="7a1458"] .dental-care .service-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 50px 30px;
  }
  .strip[data-id="7a1458"] .dental-care .service-card h3 {
    font-size: 24px;
  }
  .strip[data-id="7a1458"] .dental-care .dot-pattern {
    width: 150px;
    height: 150px;
    opacity: 0.2;
  }
  .strip[data-id="7a1458"] .dental-care .icon-wrapper {
    width: 90px;
    height: 90px;
    font-size: 40px;
    margin-bottom: 30px;
  }
}.strip[data-id="400a5a"] {
  --section-id: "400a5a";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/400a5a";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/400a5a";
  /* Subtle decorative element */
}
.strip[data-id="400a5a"] .dental-hygiene-section {
  background-color: #ededed;
  padding: 100px 20px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="400a5a"] .dental-hygiene-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 168, 232, 0.05) 0%, rgba(237, 237, 237, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="400a5a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.strip[data-id="400a5a"] .content-box {
  flex: 1.2;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="400a5a"] .image-box {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.9) translateX(30px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="400a5a"] .image-box img {
  max-width: 550px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.05));
}
.strip[data-id="400a5a"] .content-box.visible,
.strip[data-id="400a5a"] .image-box.visible {
  opacity: 1;
  transform: translate(0) scale(1);
}
.strip[data-id="400a5a"] h2 {
  color: #1a2a44;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="400a5a"] .lead-text {
  font-size: 1.2rem;
  color: #2d3748;
  line-height: 1.8;
  margin-bottom: 40px;
}
.strip[data-id="400a5a"] .question-title {
  color: #1a2a44;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="400a5a"] .question-title::after {
  content: "";
  flex: 0 0 40px;
  height: 3px;
  background-color: #00a8e8;
  border-radius: 2px;
}
.strip[data-id="400a5a"] ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
}
.strip[data-id="400a5a"] li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  font-size: 1.15rem;
  color: #1a202c;
  font-weight: 500;
}
.strip[data-id="400a5a"] .check-icon {
  color: #00a8e8;
  flex-shrink: 0;
  margin-top: 2px;
  background: white;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 168, 232, 0.15);
}
.strip[data-id="400a5a"] .check-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.strip[data-id="400a5a"] .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #00a8e8;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 168, 232, 0.25);
}
.strip[data-id="400a5a"] .cta-button:hover {
  background-color: #008cc2;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 168, 232, 0.35);
}
.strip[data-id="400a5a"] .cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="400a5a"] .cta-button:hover svg {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .strip[data-id="400a5a"] .container {
    gap: 50px;
  }
  .strip[data-id="400a5a"] h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id="400a5a"] .dental-hygiene-section {
    padding: 80px 20px;
  }
  .strip[data-id="400a5a"] .container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="400a5a"] .content-box {
    flex: none;
    width: 100%;
  }
  .strip[data-id="400a5a"] .image-box {
    flex: none;
    width: 100%;
    order: 2;
  }
  .strip[data-id="400a5a"] .image-box img {
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="400a5a"] .question-title {
    justify-content: center;
  }
  .strip[data-id="400a5a"] li {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .strip[data-id="400a5a"] .dental-hygiene-section {
    padding: 60px 15px;
  }
  .strip[data-id="400a5a"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="400a5a"] .lead-text {
    font-size: 1.1rem;
  }
  .strip[data-id="400a5a"] .cta-button {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="9f0955"] {
  --section-id: "9f0955";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/9f0955";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/9f0955";
  /* Decorative background elements */
}
.strip[data-id="9f0955"] .pricing-section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="9f0955"] .pricing-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(224, 247, 250, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="9f0955"] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.strip[data-id="9f0955"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="9f0955"] h2 {
  color: #1a2a3a;
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.strip[data-id="9f0955"] .subtitle {
  color: #667788;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id="9f0955"] .pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 10px;
}
.strip[data-id="9f0955"] .pricing-item {
  display: flex;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  margin-bottom: 2px;
}
.strip[data-id="9f0955"] .pricing-item:hover {
  background-color: #f8fdff;
  transform: translateX(5px);
  border-bottom-color: #e0f7fa;
}
.strip[data-id="9f0955"] .item-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f9ff;
  border-radius: 8px;
  color: #00acc1;
  flex-shrink: 0;
}
.strip[data-id="9f0955"] .item-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="9f0955"] .item-name {
  color: #2c3e50;
  font-size: 1.05rem;
  font-weight: 500;
  flex-shrink: 0;
}
.strip[data-id="9f0955"] .dots {
  flex-grow: 1;
  border-bottom: 2px dotted #d1d9e0;
  margin: 0 15px;
  position: relative;
  top: 4px; /* Adjust for baseline alignment */
}
.strip[data-id="9f0955"] .item-price {
  color: #0056b3;
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.strip[data-id="9f0955"] .payment-info-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.strip[data-id="9f0955"] .payment-info {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  padding: 30px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 188, 212, 0.1);
  max-width: 700px;
}
.strip[data-id="9f0955"] .payment-icon {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.strip[data-id="9f0955"] .payment-icon svg {
  width: 30px;
  height: 30px;
  fill: #00acc1;
}
.strip[data-id="9f0955"] .payment-text {
  color: #1a2a3a;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .strip[data-id="9f0955"] .pricing-grid {
    column-gap: 40px;
  }
}
@media (max-width: 850px) {
  .strip[data-id="9f0955"] .pricing-grid {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
  .strip[data-id="9f0955"] .pricing-item:hover {
    transform: none;
  }
}
@media (max-width: 500px) {
  .strip[data-id="9f0955"] .pricing-section {
    padding: 60px 0;
  }
  .strip[data-id="9f0955"] h2 {
    font-size: 1.8rem;
  }
  .strip[data-id="9f0955"] .pricing-item {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .strip[data-id="9f0955"] .dots {
    display: none;
  }
  .strip[data-id="9f0955"] .item-name {
    width: calc(100% - 47px);
    font-size: 1rem;
  }
  .strip[data-id="9f0955"] .item-price {
    width: 100%;
    margin-top: 8px;
    margin-left: 47px;
    font-size: 1rem;
  }
  .strip[data-id="9f0955"] .payment-info {
    flex-direction: column;
    text-align: center;
    padding: 25px;
    gap: 15px;
  }
}.strip[data-id="753311"] {
  --section-id: "753311";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/753311";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/753311";
}
.strip[data-id="753311"] .contact-section {
  background-color: #f8f9fa;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="753311"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="753311"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}
.strip[data-id="753311"] .contact-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="753311"] .contact-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="753311"] .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.strip[data-id="753311"] .column-title {
  color: #191970;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id="753311"] .column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #0077b6;
  border-radius: 2px;
}
.strip[data-id="753311"] .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.strip[data-id="753311"] .contact-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="753311"] .contact-icon {
  color: #0077b6;
  font-size: 20px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 119, 182, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="753311"] .contact-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}
.strip[data-id="753311"] .contact-text strong {
  display: block;
  color: #191970;
  margin-bottom: 4px;
  font-weight: 700;
}
.strip[data-id="753311"] .contact-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.strip[data-id="753311"] .contact-link:hover {
  color: #0077b6;
}
.strip[data-id="753311"] .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="753311"] .hours-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555555;
  font-size: 15px;
  transition: color 0.3s ease;
}
.strip[data-id="753311"] .hours-item:last-child {
  border-bottom: none;
}
.strip[data-id="753311"] .hours-item.active {
  color: #0077b6;
  font-weight: 700;
}
.strip[data-id="753311"] .hours-item.active .day-label {
  position: relative;
  padding-left: 15px;
}
.strip[data-id="753311"] .hours-item.active .day-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0077b6;
  border-radius: 50%;
}
.strip[data-id="753311"] .hours-note {
  margin-top: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 13px;
  color: #666666;
  font-style: italic;
  line-height: 1.5;
  border-left: 3px solid #0077b6;
}
.strip[data-id="753311"] .map-container {
  height: 100%;
  min-height: 450px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="753311"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.5) contrast(1.1) brightness(1.05);
  transition: filter 0.5s ease;
}
.strip[data-id="753311"] .map-container:hover iframe {
  filter: grayscale(0) contrast(1) brightness(1);
}
@media (max-width: 1100px) {
  .strip[data-id="753311"] .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="753311"] .map-col {
    grid-column: span 2;
  }
  .strip[data-id="753311"] .map-container {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="753311"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="753311"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="753311"] .map-col {
    grid-column: span 1;
  }
  .strip[data-id="753311"] .map-container {
    height: 350px;
    min-height: 350px;
  }
  .strip[data-id="753311"] .contact-card {
    padding: 30px;
  }
}.strip[data-id=d23320] {
  --section-id: "d23320";
  --storage-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/d23320";
  --public-url: "https://preview-vyplachnetesi-cz.praweb.cz/_section/d23320";
}
.strip[data-id=d23320] {
  background-color: #0a1931;
  border-top: 4px solid #185adb;
  padding: 80px 20px 40px;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.strip[data-id=d23320] .footer-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=d23320] .project-badge {
  display: inline-block;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 45px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: default;
}
.strip[data-id=d23320] .project-badge:hover {
  transform: translateY(-8px) scale(1.02);
}
.strip[data-id=d23320] .footer-logo {
  max-width: 380px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.strip[data-id=d23320] .footer-content {
  font-size: 15px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=d23320] .project-text {
  margin-bottom: 25px;
  font-weight: 400;
}
.strip[data-id=d23320] .footer-link {
  color: #5891ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(88, 145, 255, 0.3);
}
.strip[data-id=d23320] .footer-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.strip[data-id=d23320] .copyright {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  letter-spacing: 0.5px;
  opacity: 0.5;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .strip[data-id=d23320] {
    padding: 60px 15px 30px;
  }
  .strip[data-id=d23320] .project-badge {
    padding: 8px;
    margin-bottom: 35px;
  }
  .strip[data-id=d23320] .footer-logo {
    max-width: 280px;
  }
  .strip[data-id=d23320] .footer-content {
    font-size: 14px;
  }
}