@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[data-id="90b3ea"] {
  --section-id: "90b3ea";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  /* Desktop Navigation */
  /* Right Side Actions */
  /* Hamburger Menu */
  /* Mobile Menu Overlay */
  /* Delay items animation */
}
.strip[data-id="90b3ea"] .header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0f2f5;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="90b3ea"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id="90b3ea"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a {
  display: flex;
  align-items: center;
}
.strip[data-id="90b3ea"] .logo img {
  max-height: 65px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a:hover img {
  transform: scale(1.02);
}
.strip[data-id="90b3ea"] .nav-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .nav-desktop {
    display: block;
  }
}
.strip[data-id="90b3ea"] .nav-desktop ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="90b3ea"] .nav-desktop a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #1a202c;
  text-decoration: none;
  padding: 10px 5px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover,
.strip[data-id="90b3ea"] .nav-desktop a.active {
  color: #0d9488;
}
.strip[data-id="90b3ea"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #0d9488;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover::after,
.strip[data-id="90b3ea"] .nav-desktop a.active::after {
  transform: scaleX(1);
}
.strip[data-id="90b3ea"] .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id="90b3ea"] .phone-btn {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.strip[data-id="90b3ea"] .phone-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(30, 64, 175, 0.3);
  filter: brightness(1.1);
}
.strip[data-id="90b3ea"] .phone-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
}
.strip[data-id="90b3ea"] .phone-info {
  display: flex;
  flex-direction: column;
}
.strip[data-id="90b3ea"] .phone-number {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.025em;
}
.strip[data-id="90b3ea"] .phone-hours {
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 400;
}
.strip[data-id="90b3ea"] .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .hamburger {
    display: none;
  }
}
.strip[data-id="90b3ea"] .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1a202c;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="90b3ea"] .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1050;
  padding: 2rem;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active {
  transform: translateX(0);
}
.strip[data-id="90b3ea"] .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="90b3ea"] .mobile-menu li {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(7) {
  transition-delay: 0.4s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(8) {
  transition-delay: 0.45s;
}
.strip[data-id="90b3ea"] .mobile-menu a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="90b3ea"] .mobile-menu a:hover {
  color: #0d9488;
}
@media (max-width: 640px) {
  .strip[data-id="90b3ea"] .header-content {
    height: 70px;
  }
  .strip[data-id="90b3ea"] .logo img {
    max-height: 45px;
  }
  .strip[data-id="90b3ea"] .phone-btn {
    padding: 8px 12px;
  }
  .strip[data-id="90b3ea"] .phone-icon {
    display: none;
  }
  .strip[data-id="90b3ea"] .phone-number {
    font-size: 0.85rem;
  }
  .strip[data-id="90b3ea"] .phone-hours {
    font-size: 0.65rem;
  }
  .strip[data-id="90b3ea"] .container {
    padding: 0 1rem;
  }
}.strip[data-id="0a1bed"] {
  --section-id: "0a1bed";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/0a1bed";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/0a1bed";
}
.strip[data-id="0a1bed"] .hero-section {
  position: relative;
  min-height: 500px;
  padding: 100px 0;
  background: linear-gradient(135deg, hsl(226, 71%, 40%) 0%, hsl(175, 84%, 32%) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.strip[data-id="0a1bed"] .hero-section .bg-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  opacity: 0.1;
  pointer-events: none;
}
.strip[data-id="0a1bed"] .hero-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="0a1bed"] .hero-section .content-block {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInSlide 1s ease-out forwards;
}
.strip[data-id="0a1bed"] .hero-section .content-block .divider {
  width: 60px;
  height: 4px;
  background-color: hsl(175, 84%, 32%);
  margin-bottom: 20px;
}
.strip[data-id="0a1bed"] .hero-section .content-block h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: hsl(0, 0%, 100%);
  margin-bottom: 25px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.strip[data-id="0a1bed"] .hero-section .content-block p {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  line-height: 1.6;
  color: hsl(210, 40%, 96%);
  margin: 0;
}
.strip[data-id="0a1bed"] .hero-section .visual-block .floating-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: rotate(2deg);
  transition: transform 0.3s ease;
}
.strip[data-id="0a1bed"] .hero-section .visual-block .floating-card:hover {
  transform: rotate(0deg) scale(1.02);
}
.strip[data-id="0a1bed"] .hero-section .visual-block .floating-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  max-width: 100%;
}
@keyframes fadeInSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .strip[data-id="0a1bed"] .hero-section {
    padding: 60px 0;
  }
  .strip[data-id="0a1bed"] .hero-section .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="0a1bed"] .hero-section .content-block .divider {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="0a1bed"] .hero-section .content-block h1 {
    font-size: 2.2rem;
  }
  .strip[data-id="0a1bed"] .hero-section .visual-block {
    max-width: 500px;
    margin: 0 auto;
  }
}.strip[data-id="229f8d"] {
  --section-id: "229f8d";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/229f8d";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/229f8d";
}
.strip[data-id="229f8d"] .team-section {
  padding: 80px 0;
  background-color: hsl(210, 40%, 98%);
}
.strip[data-id="229f8d"] .team-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="229f8d"] .team-section h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: hsl(226, 71%, 40%);
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="229f8d"] .team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="229f8d"] .team-section .team-card {
  background: hsl(0, 0%, 100%);
  border-radius: 12px;
  padding: 40px 30px;
  border: 1px solid hsl(210, 40%, 90%);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="229f8d"] .team-section .team-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="229f8d"] .team-section .team-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: hsl(210, 40%, 96%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: hsl(226, 71%, 40%);
  font-size: 24px;
}
.strip[data-id="229f8d"] .team-section .team-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: hsl(175, 84%, 32%);
  margin-bottom: 20px;
}
.strip[data-id="229f8d"] .team-section .team-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="229f8d"] .team-section .team-card ul li {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: hsl(217, 33%, 17%);
  margin-bottom: 10px;
  line-height: 1.4;
}
.strip[data-id="229f8d"] .team-section .team-card ul li strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .strip[data-id="229f8d"] .team-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .strip[data-id="229f8d"] .team-section {
    padding: 60px 0;
  }
  .strip[data-id="229f8d"] .team-section h2 {
    font-size: 2rem;
  }
  .strip[data-id="229f8d"] .team-section .team-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=cff4ce] {
  --section-id: "cff4ce";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/cff4ce";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/cff4ce";
}
.strip[data-id=cff4ce] .info-strip-section {
  padding: 80px 0;
  background-color: hsl(0, 0%, 100%);
}
.strip[data-id=cff4ce] .info-strip-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=cff4ce] .info-strip-section h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: hsl(226, 71%, 40%);
  margin-bottom: 40px;
  text-align: left;
}
.strip[data-id=cff4ce] .info-strip-section .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.strip[data-id=cff4ce] .info-strip-section .info-block {
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  border-right: 1px solid hsl(210, 40%, 90%);
}
.strip[data-id=cff4ce] .info-strip-section .info-block:first-child {
  padding-left: 0;
}
.strip[data-id=cff4ce] .info-strip-section .info-block:last-child {
  border-right: none;
  padding-right: 0;
}
.strip[data-id=cff4ce] .info-strip-section .info-block .icon {
  font-size: 1.5rem;
  color: hsl(226, 71%, 40%);
  margin-right: 15px;
  margin-top: 5px;
}
.strip[data-id=cff4ce] .info-strip-section .info-block .text .label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: hsl(175, 84%, 32%);
  margin-bottom: 5px;
}
.strip[data-id=cff4ce] .info-strip-section .info-block .text .value {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: hsl(217, 33%, 17%);
  word-break: break-word;
}
.strip[data-id=cff4ce] .info-strip-section .info-block .text .value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=cff4ce] .info-strip-section .info-block .text .value a:hover {
  color: hsl(175, 84%, 32%);
}
@media (max-width: 991px) {
  .strip[data-id=cff4ce] .info-strip-section .info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-block {
    border-right: none;
    padding: 0;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-block:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .strip[data-id=cff4ce] .info-strip-section {
    padding: 60px 0;
  }
  .strip[data-id=cff4ce] .info-strip-section h2 {
    text-align: center;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid hsl(210, 40%, 90%);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .strip[data-id=cff4ce] .info-strip-section .info-block .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}.strip[data-id=e0a67b] {
  --section-id: "e0a67b";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
}
.strip[data-id=e0a67b] .footer {
  background-color: hsl(217, 33%, 12%);
  padding: 60px 0 40px;
  color: hsl(210, 20%, 70%);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  border-top: 1px solid hsl(217, 33%, 20%);
}
.strip[data-id=e0a67b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e0a67b] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=e0a67b] .footer-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=e0a67b] .footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id=e0a67b] .footer-links, .strip[data-id=e0a67b] .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=e0a67b] .footer-links a {
  color: hsl(210, 20%, 70%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-links a:hover {
  color: hsl(175, 84%, 32%);
}
.strip[data-id=e0a67b] .footer-contact i {
  color: hsl(175, 84%, 32%);
  width: 16px;
  text-align: center;
}
.strip[data-id=e0a67b] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid hsl(217, 33%, 20%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=e0a67b] .copyright {
  margin: 0;
}
.strip[data-id=e0a67b] .footer-secondary-links {
  display: flex;
  gap: 20px;
}
.strip[data-id=e0a67b] .footer-secondary-links a {
  color: hsl(210, 20%, 60%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-secondary-links a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e0a67b] .footer {
    padding: 40px 0;
    text-align: center;
  }
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-secondary-links {
    justify-content: center;
  }
}