@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="148885"] {
  --section-id: "148885";
  --storage-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/148885";
  --public-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/148885";
}
.strip[data-id="148885"] .header-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: hsla(0, 0%, 100%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.05);
  font-family: "Inter", sans-serif;
}
.strip[data-id="148885"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="148885"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id="148885"] .logo-svg {
  height: 32px;
  width: auto;
}
.strip[data-id="148885"] .main-navigation {
  display: flex;
  align-items: center;
}
.strip[data-id="148885"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="148885"] .nav-link {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id="148885"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(214, 100%, 48%);
  transition: width 0.3s ease;
}
.strip[data-id="148885"] .nav-link:hover {
  color: hsl(214, 100%, 48%);
}
.strip[data-id="148885"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="148885"] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="148885"] .btn-login {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
  font-size: 15px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.strip[data-id="148885"] .btn-login:hover {
  opacity: 0.7;
}
.strip[data-id="148885"] .btn-signup {
  text-decoration: none;
  background-color: hsl(214, 100%, 48%);
  color: hsl(0, 0%, 100%);
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.3s ease;
}
.strip[data-id="148885"] .btn-signup:hover {
  background-color: hsl(214, 100%, 40%);
  transform: translateY(-1px);
}
.strip[data-id="148885"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 6px;
}
.strip[data-id="148885"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: hsl(0, 0%, 20%);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="148885"] .main-navigation {
    display: none;
  }
  .strip[data-id="148885"] .header-actions {
    display: none;
  }
  .strip[data-id="148885"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="148885"] .mobile-menu-active .main-navigation {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: hsl(0, 0%, 100%);
    padding: 20px;
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.1);
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
  }
  .strip[data-id="148885"] .mobile-menu-active .nav-list {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  .strip[data-id="148885"] .mobile-menu-active .header-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 0%, 0.05);
    align-items: stretch;
  }
  .strip[data-id="148885"] .mobile-menu-active .btn-signup {
    text-align: center;
  }
}.strip[data-id=e45ec0] {
  --section-id: "e45ec0";
  --storage-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/e45ec0";
  --public-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/e45ec0";
}
.strip[data-id=e45ec0] .login-hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: hsl(210, 30%, 98%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%), url(https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/e45ec0/login-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e45ec0] .login-hero-section::before, .strip[data-id=e45ec0] .login-hero-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsla(214, 100%, 48%, 0.1) 0%, hsla(210, 80%, 95%, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}
.strip[data-id=e45ec0] .login-hero-section::before {
  top: -100px;
  right: -100px;
}
.strip[data-id=e45ec0] .login-hero-section::after {
  bottom: -100px;
  left: -100px;
}
.strip[data-id=e45ec0] .login-hero-section .login-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.strip[data-id=e45ec0] .login-hero-section .login-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation: cardFadeIn 0.6s ease-out;
}
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=e45ec0] .login-hero-section h1 {
  font-size: 32px;
  font-weight: 700;
  color: hsl(0, 0%, 15%);
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.strip[data-id=e45ec0] .login-hero-section .subheading {
  font-size: 16px;
  color: hsl(210, 10%, 45%);
  margin-bottom: 32px;
  line-height: 1.5;
}
.strip[data-id=e45ec0] .login-hero-section .subheading a {
  color: hsl(214, 100%, 48%);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.strip[data-id=e45ec0] .login-hero-section .subheading a:hover {
  color: hsl(214, 100%, 40%);
  text-decoration: underline;
}
.strip[data-id=e45ec0] .login-hero-section .login-form {
  text-align: left;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: hsl(0, 0%, 25%);
  margin-bottom: 8px;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid hsl(210, 15%, 88%);
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.2s;
  box-sizing: border-box;
  background-color: hsl(210, 20%, 99%);
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group input:focus {
  outline: none;
  border-color: hsl(214, 100%, 48%);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
  background-color: #ffffff;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group input::placeholder {
  color: hsl(210, 10%, 70%);
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group .toggle-password {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: hsl(210, 10%, 60%);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group .toggle-password:hover {
  color: hsl(214, 100%, 48%);
}
.strip[data-id=e45ec0] .login-hero-section .login-form .form-group .toggle-password svg {
  width: 20px;
  height: 20px;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .forgot-password {
  display: inline-block;
  font-size: 14px;
  color: hsl(214, 100%, 48%);
  text-decoration: none;
  margin-bottom: 24px;
  font-weight: 500;
  transition: color 0.2s;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .forgot-password:hover {
  color: hsl(214, 100%, 40%);
  text-decoration: underline;
}
.strip[data-id=e45ec0] .login-hero-section .login-form .btn-submit {
  width: 100%;
  padding: 14px;
  background-color: hsl(214, 100%, 48%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 102, 255, 0.2);
}
.strip[data-id=e45ec0] .login-hero-section .login-form .btn-submit:hover {
  background-color: hsl(214, 100%, 40%);
  transform: translateY(-1px);
  box-shadow: 0 10px 15px -3px rgba(0, 102, 255, 0.3);
}
.strip[data-id=e45ec0] .login-hero-section .login-form .btn-submit:active {
  transform: translateY(0);
}
.strip[data-id=e45ec0] .login-hero-section .divider {
  margin: 32px 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 500;
}
.strip[data-id=e45ec0] .login-hero-section .divider::before, .strip[data-id=e45ec0] .login-hero-section .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1.5px solid hsl(210, 15%, 90%);
}
.strip[data-id=e45ec0] .login-hero-section .divider:not(:empty)::before {
  margin-right: 16px;
}
.strip[data-id=e45ec0] .login-hero-section .divider:not(:empty)::after {
  margin-left: 16px;
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons .btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.2s;
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons .btn-social:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons .btn-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons .btn-social.btn-facebook {
  background-color: hsl(221, 44%, 41%);
  box-shadow: 0 4px 6px -1px rgba(59, 89, 152, 0.2);
}
.strip[data-id=e45ec0] .login-hero-section .social-buttons .btn-social.btn-google {
  background-color: hsl(5, 69%, 54%);
  box-shadow: 0 4px 6px -1px rgba(219, 68, 55, 0.2);
}
.strip[data-id=e45ec0] .login-hero-section .footer-text {
  margin-top: 32px;
  font-size: 13px;
  color: hsl(0, 0%, 50%);
  line-height: 1.6;
}
.strip[data-id=e45ec0] .login-hero-section .footer-text a {
  color: hsl(0, 0%, 30%);
  text-decoration: underline;
  font-weight: 500;
}
.strip[data-id=e45ec0] .login-hero-section .footer-text a:hover {
  color: hsl(214, 100%, 48%);
}
@media (max-width: 480px) {
  .strip[data-id=e45ec0] .login-hero-section {
    padding: 40px 15px;
  }
  .strip[data-id=e45ec0] .login-hero-section .login-card {
    padding: 40px 24px;
  }
  .strip[data-id=e45ec0] .login-hero-section h1 {
    font-size: 28px;
  }
}.strip[data-id="57ff09"] {
  --section-id: "57ff09";
  --storage-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/57ff09";
  --public-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/57ff09";
}
.strip[data-id="57ff09"] .support-info-section {
  padding: 80px 20px;
  background-color: transparent;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="57ff09"] .container {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="57ff09"] .info-block {
  background-color: hsl(200, 100%, 97%);
  border-left: 5px solid hsl(214, 100%, 48%);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="57ff09"] .info-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.08);
}
.strip[data-id="57ff09"] .icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.strip[data-id="57ff09"] .content-wrapper {
  flex-grow: 1;
}
.strip[data-id="57ff09"] p {
  font-size: 18px;
  line-height: 1.6;
  color: hsl(0, 0%, 20%);
  margin: 0 0 16px 0;
}
.strip[data-id="57ff09"] p:last-child {
  margin-bottom: 0;
}
.strip[data-id="57ff09"] .support-link {
  color: hsl(214, 100%, 48%);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}
.strip[data-id="57ff09"] .support-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.strip[data-id="57ff09"] .support-link:hover {
  color: hsl(214, 100%, 35%);
}
.strip[data-id="57ff09"] .support-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (max-width: 768px) {
  .strip[data-id="57ff09"] .support-info-section {
    padding: 60px 15px;
  }
  .strip[data-id="57ff09"] .info-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    gap: 24px;
  }
  .strip[data-id="57ff09"] .icon-wrapper {
    margin-bottom: 8px;
  }
}.strip[data-id="51ab91"] {
  --section-id: "51ab91";
  --storage-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/51ab91";
  --public-url: "https://preview-centrum-dennich-sluzeb-a63339-cms-webnode-cz.proweb.cz/_section/51ab91";
}
.strip[data-id="51ab91"] .footer-section {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-top: 1px solid hsl(0, 0%, 90%);
  padding: 100px 0 40px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
.strip[data-id="51ab91"] .footer-section .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.strip[data-id="51ab91"] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="51ab91"] .footer-section .footer-column h3 {
  font-size: 14px;
  font-weight: 700;
  color: hsl(0, 0%, 20%);
  text-transform: uppercase;
  margin: 0 0 25px 0;
  letter-spacing: 0.5px;
}
.strip[data-id="51ab91"] .footer-section .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="51ab91"] .footer-section .footer-column ul li {
  margin-bottom: 12px;
}
.strip[data-id="51ab91"] .footer-section .footer-column ul li a {
  font-size: 14px;
  font-weight: 400;
  color: hsl(210, 10%, 45%);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.strip[data-id="51ab91"] .footer-section .footer-column ul li a:hover {
  color: hsl(0, 0%, 0%);
  transform: translateX(3px);
}
.strip[data-id="51ab91"] .footer-section .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.strip[data-id="51ab91"] .footer-section .social-icons a {
  color: hsl(0, 0%, 20%);
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="51ab91"] .footer-section .social-icons a svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="51ab91"] .footer-section .social-icons a:hover {
  color: hsl(214, 100%, 48%);
}
.strip[data-id="51ab91"] .footer-section .footer-bottom {
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="51ab91"] .footer-section .legal-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: hsl(0, 0%, 60%);
}
.strip[data-id="51ab91"] .footer-section .legal-info span {
  margin-right: 10px;
}
.strip[data-id="51ab91"] .footer-section .legal-info a {
  color: hsl(0, 0%, 60%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="51ab91"] .footer-section .legal-info a:hover {
  color: hsl(0, 0%, 20%);
}
.strip[data-id="51ab91"] .footer-section .language-selector {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.strip[data-id="51ab91"] .footer-section .language-selector .lang-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: hsl(0, 0%, 60%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="51ab91"] .footer-section .language-selector .lang-link img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid hsl(0, 0%, 90%);
}
.strip[data-id="51ab91"] .footer-section .language-selector .lang-link:hover {
  color: hsl(0, 0%, 20%);
}
@media (max-width: 992px) {
  .strip[data-id="51ab91"] .footer-section .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="51ab91"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="51ab91"] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="51ab91"] .footer-section .footer-column ul li a:hover {
    transform: none;
  }
  .strip[data-id="51ab91"] .footer-section .social-icons {
    justify-content: center;
  }
  .strip[data-id="51ab91"] .footer-section .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="51ab91"] .footer-section .legal-info {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="51ab91"] .footer-section .language-selector {
    justify-content: center;
  }
}