@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Montserrat:wght@300;400;700&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="10fc32"] {
  --section-id: "10fc32";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/10fc32";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/10fc32";
}
.strip[data-id="10fc32"] .header-wrapper {
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
  width: 100%;
}
.strip[data-id="10fc32"] .header-wrapper.scrolled {
  background: rgba(15, 15, 15, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="10fc32"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.4s ease;
}
.scrolled .strip[data-id="10fc32"] .header-container {
  padding: 12px 15px;
}
.strip[data-id="10fc32"] .logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.strip[data-id="10fc32"] .logo-link img {
  height: 55px;
  width: auto;
  transition: height 0.4s ease;
  object-fit: contain;
}
.scrolled .strip[data-id="10fc32"] .logo-link img {
  height: 42px;
}
.strip[data-id="10fc32"] .logo-link .site-name {
  font-family: "Cinzel", serif;
  color: #C5A059;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
.strip[data-id="10fc32"] .nav-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.strip[data-id="10fc32"] .nav-desktop ul li a {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #C5A059;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="10fc32"] .nav-desktop ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #2D4739;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="10fc32"] .nav-desktop ul li a:hover {
  color: #fff;
}
.strip[data-id="10fc32"] .nav-desktop ul li a:hover::after {
  width: 100%;
}
.strip[data-id="10fc32"] .header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="10fc32"] .social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.strip[data-id="10fc32"] .social-icons a {
  color: #C5A059;
  transition: all 0.3s ease;
  display: flex;
}
.strip[data-id="10fc32"] .social-icons a svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
}
.strip[data-id="10fc32"] .social-icons a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.strip[data-id="10fc32"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.strip[data-id="10fc32"] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C5A059;
  transition: all 0.3s ease;
  transform-origin: left center;
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id="10fc32"] .nav-desktop {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #1a1a1a;
    padding: 80px 40px;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    display: block;
  }
  .strip[data-id="10fc32"] .nav-desktop.active {
    right: 0;
  }
  .strip[data-id="10fc32"] .nav-desktop ul {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .strip[data-id="10fc32"] .nav-desktop ul li a {
    font-size: 18px;
  }
  .strip[data-id="10fc32"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="10fc32"] .social-icons {
    display: none;
  }
}.strip[data-id="9b055d"] {
  --section-id: "9b055d";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/9b055d";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/9b055d";
}
.strip[data-id="9b055d"] .puppy-info-section {
  background-color: #1E3026;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 80px 0;
  overflow: hidden;
}
.strip[data-id="9b055d"] .puppy-info-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="9b055d"] .puppy-info-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="9b055d"] .puppy-info-section .intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 3rem;
  opacity: 0.9;
}
.strip[data-id="9b055d"] .puppy-info-section .main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .strip[data-id="9b055d"] .puppy-info-section .main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.strip[data-id="9b055d"] .puppy-info-section .image-container {
  position: relative;
}
.strip[data-id="9b055d"] .puppy-info-section .image-container img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="9b055d"] .puppy-info-section .image-container::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #C5A059;
  border-radius: 15px;
  z-index: -1;
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-wrapper {
  text-align: left;
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-wrapper h3 {
  color: #C5A059;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .strip[data-id="9b055d"] .puppy-info-section .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-grid .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-grid .benefit-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-grid .benefit-item i {
  color: #C5A059;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.strip[data-id="9b055d"] .puppy-info-section .benefits-grid .benefit-item span {
  font-weight: 400;
  line-height: 1.4;
}
.strip[data-id="9b055d"] .puppy-info-section .cta-container {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id="9b055d"] .puppy-info-section .cta-container p {
  margin-bottom: 2rem;
  font-style: italic;
}
.strip[data-id="9b055d"] .puppy-info-section .btn-gold {
  display: inline-block;
  padding: 1.2rem 3rem;
  background: linear-gradient(135deg, #C5A059 0%, #a88545 100%);
  color: #1E3026;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="9b055d"] .puppy-info-section .btn-gold:hover {
  transform: translateY(3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #a88545 0%, #C5A059 100%);
}@charset "UTF-8";
.strip[data-id=decef2] {
  --section-id: "decef2";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/decef2";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/decef2";
}
.strip[data-id=decef2] .footer-section {
  background-color: #1A1A1A;
  border-top: 2px solid #C5A059;
  padding: 80px 0 40px 0;
  color: #A0A0A0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=decef2] .logo-background {
  position: absolute;
  bottom: -50px;
  right: -20px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}
.strip[data-id=decef2] .logo-background img {
  width: 350px;
  height: auto;
}
.strip[data-id=decef2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=decef2] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=decef2] .footer-col h3 {
  color: #C5A059;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=decef2] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #C5A059;
}
.strip[data-id=decef2] .contact-info .contact-item {
  margin: 0 0 20px 0;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}
.strip[data-id=decef2] .contact-info a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=decef2] .contact-info a:hover {
  color: #C5A059;
}
.strip[data-id=decef2] .icon-svg {
  width: 20px;
  height: 20px;
  fill: #2D4739;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id=decef2] .map-wrapper {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #2A2A2A;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=decef2] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.1);
}
.strip[data-id=decef2] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id=decef2] .footer-links li {
  margin-bottom: 15px;
}
.strip[data-id=decef2] .footer-links a {
  color: #A0A0A0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.strip[data-id=decef2] .footer-links a::before {
  content: "→";
  margin-right: 8px;
  font-size: 12px;
  color: #2D4739;
  transition: transform 0.3s ease;
}
.strip[data-id=decef2] .footer-links a:hover {
  color: #C5A059;
}
.strip[data-id=decef2] .footer-links a:hover::before {
  transform: translateX(3px);
  color: #C5A059;
}
.strip[data-id=decef2] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id=decef2] .social-icon {
  width: 40px;
  height: 40px;
  background: #2D4739;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.strip[data-id=decef2] .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=decef2] .social-icon:hover {
  transform: translateY(-3px);
  background: transparent;
  border-color: #C5A059;
  color: #C5A059;
}
.strip[data-id=decef2] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #2A2A2A;
  text-align: center;
}
.strip[data-id=decef2] .footer-bottom p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .strip[data-id=decef2] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .strip[data-id=decef2] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=decef2] .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=decef2] .contact-info .contact-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id=decef2] .social-links {
    justify-content: center;
  }
  .strip[data-id=decef2] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=decef2] .logo-background {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
  }
}