@import url('https://fonts.googleapis.com/css2?family=Inter&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="75603e"] {
  --section-id: "75603e";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/75603e";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/75603e";
  /* Hamburger active state */
}
.strip[data-id="75603e"] .header-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e7f1ff;
  padding: 12px 0;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.strip[data-id="75603e"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="75603e"] .header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.strip[data-id="75603e"] .header-logo a:hover {
  opacity: 0.9;
}
.strip[data-id="75603e"] .logo-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0056b3;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.strip[data-id="75603e"] .header-nav {
  display: block;
}
.strip[data-id="75603e"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.strip[data-id="75603e"] .nav-link {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="75603e"] .nav-link:hover {
  color: #28a745;
}
.strip[data-id="75603e"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #28a745;
  transition: width 0.3s ease;
}
.strip[data-id="75603e"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="75603e"] .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="75603e"] .btn-call {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #28a745;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}
.strip[data-id="75603e"] .btn-call:hover {
  background-color: #218838;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(40, 167, 69, 0.3);
}
.strip[data-id="75603e"] .btn-call svg {
  transition: transform 0.3s ease;
}
.strip[data-id="75603e"] .btn-call:hover svg {
  transform: rotate(15deg) scale(1.1);
}
.strip[data-id="75603e"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="75603e"] .hamburger span {
  width: 100%;
  height: 2.5px;
  background-color: #0056b3;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="75603e"] .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="75603e"] .hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="75603e"] .hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
@media (max-width: 1100px) {
  .strip[data-id="75603e"] .nav-list {
    gap: 15px;
  }
  .strip[data-id="75603e"] .logo-name {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id="75603e"] .header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #ffffff;
    padding: 80px 40px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .strip[data-id="75603e"] .header-nav.active {
    right: 0;
  }
  .strip[data-id="75603e"] .nav-list {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .strip[data-id="75603e"] .nav-link {
    font-size: 1.2rem;
  }
  .strip[data-id="75603e"] .hamburger {
    display: flex;
  }
}
@media (max-width: 576px) {
  .strip[data-id="75603e"] .logo-name {
    font-size: 0.85rem;
    max-width: 140px;
  }
  .strip[data-id="75603e"] .btn-call span {
    display: none;
  }
  .strip[data-id="75603e"] .btn-call {
    padding: 10px;
    border-radius: 50%;
  }
  .strip[data-id="75603e"] .header-actions {
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .strip[data-id="75603e"] .logo-name {
    display: none;
  }
}.strip[data-id="9461bd"] {
  --section-id: "9461bd";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/9461bd";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/9461bd";
}
.strip[data-id="9461bd"] .hero-section {
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px 0;
}
.strip[data-id="9461bd"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#d1d9e6 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}
.strip[data-id="9461bd"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id="9461bd"] .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.strip[data-id="9461bd"] .text-side {
  flex: 1.2;
  max-width: 650px;
}
.strip[data-id="9461bd"] .image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id="9461bd"] .decorative-circle {
  position: absolute;
  width: 110%;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, #e7f1ff 0%, rgba(231, 241, 255, 0) 70%);
  border-radius: 50%;
  z-index: 1;
}
.strip[data-id="9461bd"] .person-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.strip[data-id="9461bd"] h1 {
  font-family: "Inter", sans-serif;
  color: #0056b3;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.strip[data-id="9461bd"] p {
  color: #4a5568;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  margin: 0 0 40px 0;
  max-width: 90%;
}
.strip[data-id="9461bd"] .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #28a745;
  color: #ffffff;
  padding: 20px 45px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(40, 167, 69, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="9461bd"] .cta-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 35px rgba(40, 167, 69, 0.4);
  background-color: #218838;
}
.strip[data-id="9461bd"] .cta-button i {
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .strip[data-id="9461bd"] .hero-section {
    padding: 100px 0 60px 0;
  }
  .strip[data-id="9461bd"] .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id="9461bd"] .text-side {
    max-width: 100%;
    order: 1;
  }
  .strip[data-id="9461bd"] .image-side {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    order: 2;
  }
  .strip[data-id="9461bd"] p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .strip[data-id="9461bd"] .hero-section {
    padding: 80px 0 40px 0;
  }
  .strip[data-id="9461bd"] .container {
    padding: 0 20px;
  }
  .strip[data-id="9461bd"] .cta-button {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id=b8dd00] {
  --section-id: "b8dd00";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/b8dd00";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/b8dd00";
}
.strip[data-id=b8dd00] .about-us-section {
  position: relative;
  background-color: #ffffff;
  padding: 120px 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}
.strip[data-id=b8dd00] .watermark {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 180px;
  font-weight: 800;
  color: #f8f9fa;
  line-height: 1;
  z-index: 0;
  user-select: none;
  pointer-events: none;
  opacity: 0.8;
}
.strip[data-id=b8dd00] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=b8dd00] .content-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=b8dd00] .image-column {
  flex: 1;
  position: relative;
}
.strip[data-id=b8dd00] .image-wrapper {
  border-radius: 40px;
  box-shadow: 0 40px 80px rgba(0, 86, 179, 0.12);
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.strip[data-id=b8dd00] .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=b8dd00] .image-wrapper:hover img {
  transform: scale(1.03);
}
.strip[data-id=b8dd00] .decorative-accent {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 120px;
  height: 120px;
  background-color: #28a745;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.1;
}
.strip[data-id=b8dd00] .decorative-line {
  width: 80px;
  height: 6px;
  background-color: #28a745;
  margin-top: 30px;
  border-radius: 3px;
}
.strip[data-id=b8dd00] .text-column {
  flex: 1;
}
.strip[data-id=b8dd00] .section-badge {
  display: inline-block;
  padding: 8px 16px;
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=b8dd00] h2 {
  color: #0056b3;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 35px 0;
  line-height: 1.2;
}
.strip[data-id=b8dd00] .info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.strip[data-id=b8dd00] .info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #f0f7ff;
  color: #0056b3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.strip[data-id=b8dd00] .info-item:hover .info-icon {
  background-color: #0056b3;
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id=b8dd00] .info-content p {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1199px) {
  .strip[data-id=b8dd00] .content-grid {
    gap: 50px;
  }
  .strip[data-id=b8dd00] h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=b8dd00] .content-grid {
    flex-direction: column;
    gap: 60px;
    text-align: left;
  }
  .strip[data-id=b8dd00] .about-us-section {
    padding: 80px 0;
  }
  .strip[data-id=b8dd00] .image-column {
    max-width: 600px;
    margin: 0 auto;
  }
  .strip[data-id=b8dd00] .watermark {
    font-size: 120px;
    bottom: -10px;
    right: -10px;
  }
}
@media (max-width: 575px) {
  .strip[data-id=b8dd00] h2 {
    font-size: 30px;
  }
  .strip[data-id=b8dd00] .info-item {
    flex-direction: column;
    gap: 15px;
  }
  .strip[data-id=b8dd00] .watermark {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id=e60e35] {
  --section-id: "e60e35";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/e60e35";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/e60e35";
  /* Dekorativní prvky na pozadí */
  /* Barevný akcent na horní hraně */
}
.strip[data-id=e60e35] .services-section {
  background-color: #f0f7ff;
  padding: 100px 20px;
  width: 100%;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e60e35] .services-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 86, 179, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=e60e35] .services-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 86, 179, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=e60e35] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=e60e35] .section-title {
  color: #0056b3;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=e60e35] .section-subtitle {
  text-align: center;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 1.15rem;
  line-height: 1.6;
}
.strip[data-id=e60e35] .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id=e60e35] .service-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 15px 35px rgba(0, 45, 92, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.333% - 20px);
  min-width: 320px;
  border: 1px solid rgba(0, 86, 179, 0.05);
  position: relative;
  overflow: hidden;
}
.strip[data-id=e60e35] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0056b3, #00a0e9);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=e60e35] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 45, 92, 0.12);
}
.strip[data-id=e60e35] .service-card:hover::before {
  opacity: 1;
}
.strip[data-id=e60e35] .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #f8fbff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #0056b3;
  font-size: 2.8rem;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 86, 179, 0.1);
}
.strip[data-id=e60e35] .service-card:hover .icon-wrapper {
  background-color: #0056b3;
  color: #ffffff;
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 86, 179, 0.2);
}
.strip[data-id=e60e35] .service-name {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #002d5c;
  line-height: 1.3;
}
.strip[data-id=e60e35] .service-description {
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=e60e35] .service-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=e60e35] .section-title {
    font-size: 2.2rem;
  }
  .strip[data-id=e60e35] .service-card {
    width: 100%;
    min-width: unset;
    padding: 40px 25px;
  }
  .strip[data-id=e60e35] .services-section {
    padding: 70px 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=e60e35] .section-title {
    font-size: 1.9rem;
  }
  .strip[data-id=e60e35] .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}.strip[data-id=db83cc] {
  --section-id: "db83cc";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/db83cc";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/db83cc";
}
.strip[data-id=db83cc] .payment-info-section {
  background-color: #fcfdfe;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=db83cc] .payment-info-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(40, 167, 69, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=db83cc] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=db83cc] .info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-left: 8px solid #28a745;
  padding: 40px 40px 40px 60px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 0 16px 16px 0;
  transition: transform 0.3s ease;
}
.strip[data-id=db83cc] .info-card:hover {
  transform: translateY(-5px);
}
.strip[data-id=db83cc] .text-side {
  flex: 1;
}
.strip[data-id=db83cc] .title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.strip[data-id=db83cc] .title-wrapper i {
  font-size: 2rem;
  color: #28a745;
}
.strip[data-id=db83cc] .title {
  color: #0056b3;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id=db83cc] .description-box p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 20px 0;
}
.strip[data-id=db83cc] .description-box p:last-child {
  margin-bottom: 0;
}
.strip[data-id=db83cc] .accent {
  color: #28a745;
  font-weight: 700;
}
.strip[data-id=db83cc] .visual-side {
  flex: 0 0 340px;
  display: flex;
  justify-content: center;
}
.strip[data-id=db83cc] .circle-frame {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 86, 179, 0.15);
  border: 12px solid #ffffff;
  background-color: #f8fbff;
  position: relative;
}
.strip[data-id=db83cc] .circle-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.strip[data-id=db83cc] .circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .strip[data-id=db83cc] .info-card {
    gap: 40px;
    padding: 30px 30px 30px 40px;
  }
  .strip[data-id=db83cc] .visual-side {
    flex: 0 0 300px;
  }
  .strip[data-id=db83cc] .circle-frame {
    width: 300px;
    height: 300px;
  }
  .strip[data-id=db83cc] .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .strip[data-id=db83cc] .payment-info-section {
    padding: 60px 0;
  }
  .strip[data-id=db83cc] .info-card {
    flex-direction: column-reverse;
    padding: 30px 20px;
    border-left: none;
    border-top: 8px solid #28a745;
    border-radius: 16px;
    text-align: center;
    gap: 30px;
  }
  .strip[data-id=db83cc] .title-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id=db83cc] .visual-side {
    flex: 0 0 auto;
  }
  .strip[data-id=db83cc] .circle-frame {
    width: 240px;
    height: 240px;
  }
  .strip[data-id=db83cc] .title {
    font-size: 1.8rem;
  }
  .strip[data-id=db83cc] .description-box p {
    font-size: 1.05rem;
  }
}.strip[data-id=eb7a5c] {
  --section-id: "eb7a5c";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/eb7a5c";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/eb7a5c";
}
.strip[data-id=eb7a5c] .contact-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.strip[data-id=eb7a5c] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.strip[data-id=eb7a5c] .contact-info {
  flex: 1;
  min-width: 300px;
}
.strip[data-id=eb7a5c] .contact-map {
  flex: 1;
  min-width: 300px;
  height: 500px;
}
.strip[data-id=eb7a5c] .contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=eb7a5c] h2 {
  color: #0056b3;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id=eb7a5c] .lead-text {
  color: #444;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.strip[data-id=eb7a5c] .person-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  width: fit-content;
}
.strip[data-id=eb7a5c] .person-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #28a745;
}
.strip[data-id=eb7a5c] .person-name {
  margin: 0;
}
.strip[data-id=eb7a5c] .person-name h3 {
  margin: 0;
  color: #0056b3;
  font-size: 1.3rem;
  font-weight: 600;
}
.strip[data-id=eb7a5c] .person-name p {
  margin: 0;
  font-weight: 700;
  color: #333;
}
.strip[data-id=eb7a5c] .contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=eb7a5c] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.strip[data-id=eb7a5c] .contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #28a745;
  margin-top: 3px;
}
.strip[data-id=eb7a5c] .contact-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id=eb7a5c] .contact-label {
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
}
.strip[data-id=eb7a5c] .contact-link {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=eb7a5c] .contact-link:hover {
  color: #28a745;
}
@media (max-width: 768px) {
  .strip[data-id=eb7a5c] .contact-section {
    padding: 50px 20px;
  }
  .strip[data-id=eb7a5c] .contact-container {
    flex-direction: column;
  }
  .strip[data-id=eb7a5c] .contact-map {
    width: 100%;
    height: 300px;
  }
  .strip[data-id=eb7a5c] h2 {
    font-size: 2rem;
  }
}.strip[data-id="8874d6"] {
  --section-id: "8874d6";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/8874d6";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/8874d6";
}
.strip[data-id="8874d6"] .contact-form-minimal {
  background-color: #ffffff;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}
.strip[data-id="8874d6"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="8874d6"] .form-wrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05);
}
.strip[data-id="8874d6"] .icon-header {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.strip[data-id="8874d6"] .icon-header svg {
  width: 56px;
  height: 56px;
  fill: #0056b3;
  filter: drop-shadow(0 4px 6px rgba(0, 86, 179, 0.1));
}
.strip[data-id="8874d6"] h2 {
  color: #002b5c;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}
.strip[data-id="8874d6"] p.lead-text {
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="8874d6"] .contact-form {
  text-align: left;
}
.strip[data-id="8874d6"] .form-group {
  margin-bottom: 20px;
}
.strip[data-id="8874d6"] input,
.strip[data-id="8874d6"] textarea {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e7f1ff;
  border-radius: 12px;
  font-size: 16px;
  color: #333333;
  background-color: #fcfdff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}
.strip[data-id="8874d6"] input::placeholder,
.strip[data-id="8874d6"] textarea::placeholder {
  color: #a0aec0;
}
.strip[data-id="8874d6"] input:focus,
.strip[data-id="8874d6"] textarea:focus {
  outline: none;
  border-color: #0056b3;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.08);
}
.strip[data-id="8874d6"] textarea {
  resize: vertical;
  min-height: 140px;
}
.strip[data-id="8874d6"] .submit-btn {
  width: 100%;
  background-color: #28a745;
  color: #ffffff;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8874d6"] .submit-btn:hover {
  background-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}
.strip[data-id="8874d6"] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id="8874d6"] .submit-btn:disabled {
  background-color: #a0aec0;
  cursor: not-allowed;
  transform: none;
}
.strip[data-id="8874d6"] .form-message {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  display: none;
  animation: fadeIn 0.4s ease-out;
}
.strip[data-id="8874d6"] .form-message.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id="8874d6"] .form-message.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="8874d6"] .contact-form-minimal {
    padding: 60px 15px;
  }
  .strip[data-id="8874d6"] .form-wrapper {
    padding: 30px 20px;
  }
  .strip[data-id="8874d6"] h2 {
    font-size: 26px;
  }
  .strip[data-id="8874d6"] p.lead-text {
    font-size: 16px;
  }
}.strip[data-id=a1dbce] {
  --section-id: "a1dbce";
  --storage-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/a1dbce";
  --public-url: "https://preview-domacizdravotnipecerakovnik-cz.praweb.cz/_section/a1dbce";
}
.strip[data-id=a1dbce] .footer-section {
  background-color: #333333;
  padding: 60px 0 40px;
  font-family: "Inter", sans-serif;
  color: #cccccc;
  font-size: 14px;
  text-align: center;
}
.strip[data-id=a1dbce] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=a1dbce] .footer-divider {
  width: 60px;
  height: 1px;
  background-color: #444444;
  margin-bottom: 30px;
}
.strip[data-id=a1dbce] .footer-logo {
  color: #ffffff;
  opacity: 0.3;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  cursor: default;
}
.strip[data-id=a1dbce] .footer-logo:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.strip[data-id=a1dbce] .footer-logo svg {
  display: block;
  margin: 0 auto;
}
.strip[data-id=a1dbce] .footer-content {
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.strip[data-id=a1dbce] .footer-content p {
  margin: 0;
}
.strip[data-id=a1dbce] .footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.strip[data-id=a1dbce] .footer-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #28a745;
  transition: width 0.3s ease;
}
.strip[data-id=a1dbce] .footer-link:hover {
  color: #28a745;
}
.strip[data-id=a1dbce] .footer-link:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .strip[data-id=a1dbce] .footer-section {
    padding: 40px 0 30px;
  }
  .strip[data-id=a1dbce] .footer-content {
    font-size: 13px;
  }
}