@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="5129fd"] {
  --section-id: "5129fd";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/5129fd";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/5129fd";
}
.strip[data-id="5129fd"] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  overflow: hidden;
}
.strip[data-id="5129fd"] .hero-content {
  flex: 0 0 60%;
  z-index: 2;
}
.strip[data-id="5129fd"] .hero-visual {
  flex: 0 0 40%;
  position: relative;
}
.strip[data-id="5129fd"] .logo-container {
  margin-bottom: 2rem;
}
.strip[data-id="5129fd"] .logo-container img {
  max-height: 80px;
  width: auto;
}
.strip[data-id="5129fd"] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.1;
  color: hsl(226, 71%, 40%);
  margin-bottom: 1.5rem;
}
.strip[data-id="5129fd"] h1 span {
  color: hsl(175, 84%, 32%);
}
.strip[data-id="5129fd"] p.lead {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  color: hsl(217, 33%, 17%);
  margin-bottom: 2.5rem;
  max-width: 600px;
}
.strip[data-id="5129fd"] .cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id="5129fd"] .btn-primary, .strip[data-id="5129fd"] .btn-secondary {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: inline-block;
}
.strip[data-id="5129fd"] .btn-primary {
  background-color: hsl(226, 71%, 40%);
  color: #fff;
}
.strip[data-id="5129fd"] .btn-secondary {
  border: 2px solid hsl(175, 84%, 32%);
  color: hsl(175, 84%, 32%);
  background: transparent;
}
.strip[data-id="5129fd"] .btn-primary:hover, .strip[data-id="5129fd"] .btn-secondary:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.strip[data-id="5129fd"] .blob-wrapper {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="5129fd"] .blob-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="5129fd"] .daisy-decor {
  position: absolute;
  width: 40px;
  height: 40px;
  background: hsl(45, 100%, 60%);
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
}
.strip[data-id="5129fd"] .daisy-1 {
  top: 10%;
  left: 5%;
}
.strip[data-id="5129fd"] .daisy-2 {
  bottom: 15%;
  left: 40%;
}
.strip[data-id="5129fd"] .daisy-3 {
  top: 50%;
  right: 5%;
}
@media (max-width: 991px) {
  .strip[data-id="5129fd"] .hero-container {
    flex-direction: column-reverse;
    text-align: center;
    padding: 4rem 1.5rem;
  }
  .strip[data-id="5129fd"] .hero-content, .strip[data-id="5129fd"] .hero-visual {
    flex: 0 0 100%;
  }
  .strip[data-id="5129fd"] h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="5129fd"] .cta-group {
    justify-content: center;
  }
  .strip[data-id="5129fd"] .blob-wrapper {
    max-width: 300px;
    margin: 0 auto 2rem;
  }
}
.strip[data-id="5129fd"] section {
  background: linear-gradient(to bottom, hsl(0, 0%, 100%), hsl(210, 40%, 96%));
}.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;
  }
}