@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Montserrat:wght@400;700&family=Quicksand:wght@400;500;700&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;
}@charset "UTF-8";
.strip[data-id=e9e723] {
  --section-id: "e9e723";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/e9e723";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/e9e723";
  /* Vnitřní lesk pro glassmorphism */
}
.strip[data-id=e9e723] .main-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: hsla(0, 0%, 100%, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.strip[data-id=e9e723] .main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.strip[data-id=e9e723] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 80px;
}
.strip[data-id=e9e723] .logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: hsl(210, 29%, 24%);
  transition: transform 0.3s ease;
}
.strip[data-id=e9e723] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=e9e723] .cat-icon {
  width: 42px;
  height: 42px;
  color: hsl(38, 90%, 51%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id=e9e723] .site-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: hsl(210, 29%, 24%);
  background: linear-gradient(135deg, hsl(210, 29%, 24%), hsl(210, 29%, 40%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id=e9e723] .nav-list {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.strip[data-id=e9e723] .nav-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: hsl(210, 29%, 24%);
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=e9e723] .nav-link:hover, .strip[data-id=e9e723] .nav-link.active {
  color: hsl(38, 90%, 51%);
}
.strip[data-id=e9e723] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(38, 90%, 51%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}
.strip[data-id=e9e723] .nav-link:hover::after, .strip[data-id=e9e723] .nav-link.active::after {
  width: 100%;
}
.strip[data-id=e9e723] .search-container {
  position: relative;
  display: flex;
  align-items: center;
}
.strip[data-id=e9e723] .search-input {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  width: 220px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: hsl(210, 29%, 24%);
}
.strip[data-id=e9e723] .search-input::placeholder {
  color: hsl(210, 10%, 60%);
}
.strip[data-id=e9e723] .search-input:focus {
  outline: none;
  background: #ffffff;
  border-color: hsl(145, 63%, 69%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 280px;
}
.strip[data-id=e9e723] .search-icon-btn {
  position: absolute;
  right: 6px;
  width: 34px;
  height: 34px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(145, 40%, 50%);
  transition: all 0.2s ease;
}
.strip[data-id=e9e723] .search-icon-btn:hover {
  background: rgba(145, 218, 178, 0.15);
  color: hsl(145, 63%, 45%);
}
.strip[data-id=e9e723] .search-icon-btn svg {
  width: 18px;
  height: 18px;
}
.strip[data-id=e9e723] .burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: rgba(38, 90, 51, 0.05);
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.strip[data-id=e9e723] .burger-btn:hover {
  background: rgba(38, 90, 51, 0.1);
}
.strip[data-id=e9e723] .burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: hsl(38, 90%, 51%);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id=e9e723] .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  background: hsla(0, 0%, 100%, 0.98);
  backdrop-filter: blur(20px);
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id=e9e723] .mobile-menu.active {
  height: calc(100vh - 80px);
}
.strip[data-id=e9e723] .mobile-nav-list {
  list-style: none;
  padding: 40px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.strip[data-id=e9e723] .mobile-nav-link {
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  color: hsl(210, 29%, 24%);
  display: block;
  padding: 15px 30px;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.strip[data-id=e9e723] .mobile-nav-link:hover {
  color: hsl(38, 90%, 51%);
  background: rgba(38, 90, 51, 0.05);
}
@media (max-width: 1024px) {
  .strip[data-id=e9e723] .desktop-nav, .strip[data-id=e9e723] .search-container {
    display: none;
  }
  .strip[data-id=e9e723] .burger-btn {
    display: flex;
  }
}
.strip[data-id=e9e723] .burger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id=e9e723] .burger-btn.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id=e9e723] .burger-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}@charset "UTF-8";
.strip[data-id=a1598b] {
  --section-id: "a1598b";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/a1598b";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/a1598b";
  /* Dekorativní prvek - záře za textem */
}
.strip[data-id=a1598b] .hero-immersive {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0d0d0d;
  /* Zesílený gradient pro lepší čitelnost textu vlevo */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 70%), url(https://test-lti5mdff.proweb.cz/_section/a1598b/hero-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id=a1598b] .hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}
.strip[data-id=a1598b] .hero-content {
  max-width: 680px;
  text-align: left;
  padding: 30px 0;
}
.strip[data-id=a1598b] .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  color: hsl(38, 90%, 51%);
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id=a1598b] .hero-title {
  font-family: "Fredoka One", cursive;
  font-size: 64px;
  line-height: 1.1;
  color: hsl(180, 20%, 99%);
  margin-bottom: 24px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.strip[data-id=a1598b] .hero-description {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 48px;
  max-width: 600px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=a1598b] .hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=a1598b] .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  background-color: hsl(38, 90%, 51%);
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(217, 143, 7, 0.3);
}
.strip[data-id=a1598b] .btn-primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(217, 143, 7, 0.5);
  background-color: hsl(38, 95%, 55%);
}
.strip[data-id=a1598b] .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}
.strip[data-id=a1598b] .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-5px);
}
.strip[data-id=a1598b] .dust-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.strip[data-id=a1598b] .particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  filter: blur(1px);
  animation: float-particle linear infinite;
}
@keyframes float-particle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100vh) translateX(50px);
    opacity: 0;
  }
}
.strip[data-id=a1598b] .hero-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(217, 143, 7, 0.15) 0%, transparent 70%);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .strip[data-id=a1598b] .hero-title {
    font-size: 54px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=a1598b] .hero-immersive {
    height: auto;
    min-height: 80vh;
    padding: 120px 0;
  }
  .strip[data-id=a1598b] .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a1598b] .hero-immersive {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%), url(https://test-lti5mdff.proweb.cz/_section/a1598b/hero-background.jpg);
  }
  .strip[data-id=a1598b] .hero-container {
    padding: 0 20px;
  }
  .strip[data-id=a1598b] .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .strip[data-id=a1598b] .hero-content::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .strip[data-id=a1598b] .hero-title {
    font-size: 38px;
  }
  .strip[data-id=a1598b] .hero-description {
    font-size: 18px;
    margin: 0 auto 40px;
  }
  .strip[data-id=a1598b] .hero-buttons {
    justify-content: center;
  }
  .strip[data-id=a1598b] .btn-primary, .strip[data-id=a1598b] .btn-secondary {
    width: 100%;
  }
}@charset "UTF-8";
.strip[data-id="2e74cd"] {
  --section-id: "2e74cd";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/2e74cd";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/2e74cd";
}
.strip[data-id="2e74cd"] .cat-storytelling-section {
  background-color: hsl(180, 20%, 99%);
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id="2e74cd"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="2e74cd"] .split-layout {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="2e74cd"] .text-content {
  flex: 1;
}
.strip[data-id="2e74cd"] .image-content {
  flex: 1;
}
.strip[data-id="2e74cd"] h2 {
  font-family: "Fredoka One", cursive, sans-serif;
  font-size: 42px;
  color: hsl(210, 29%, 24%);
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}
.strip[data-id="2e74cd"] .intro-text {
  font-size: 20px;
  line-height: 1.6;
  color: hsl(210, 29%, 24%);
  margin-bottom: 40px;
}
.strip[data-id="2e74cd"] .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.strip[data-id="2e74cd"] .features-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: hsl(210, 29%, 24%);
}
.strip[data-id="2e74cd"] .features-list li::before {
  content: "🐾";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(38, 90%, 51%);
  font-size: 24px;
}
.strip[data-id="2e74cd"] .mission-text {
  font-size: 18px;
  font-style: italic;
  color: hsl(210, 29%, 24%);
  opacity: 0.9;
  border-left: 4px solid hsl(145, 63%, 69%);
  padding-left: 20px;
  margin: 0;
}
.strip[data-id="2e74cd"] .visual-wrapper {
  position: relative;
  padding: 20px;
}
.strip[data-id="2e74cd"] .blob-graphic {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: hsl(145, 63%, 69%);
  opacity: 0.25;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  z-index: 0;
  transform: rotate(-10deg);
}
.strip[data-id="2e74cd"] img {
  width: 100%;
  height: auto;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .strip[data-id="2e74cd"] .split-layout {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="2e74cd"] .features-list li {
    text-align: left;
  }
  .strip[data-id="2e74cd"] .cat-storytelling-section {
    padding: 60px 20px;
  }
  .strip[data-id="2e74cd"] h2 {
    font-size: 36px;
  }
  .strip[data-id="2e74cd"] .mission-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .strip[data-id="2e74cd"] h2 {
    font-size: 32px;
  }
  .strip[data-id="2e74cd"] .intro-text {
    font-size: 18px;
  }
}.strip[data-id="97597f"] {
  --section-id: "97597f";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/97597f";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/97597f";
}
.strip[data-id="97597f"] .breeds-section {
  padding: 100px 20px;
  background-color: #ffffff;
  background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.02) 1px, transparent 0);
  background-size: 40px 40px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="97597f"] .breeds-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="97597f"] .breeds-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.strip[data-id="97597f"] .breeds-section .section-header .paw-icon {
  color: hsl(38, 90%, 51%);
  margin-bottom: 15px;
  opacity: 0.6;
}
.strip[data-id="97597f"] .breeds-section .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: hsl(210, 29%, 24%);
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id="97597f"] .breeds-section .section-header p {
  font-size: 19px;
  color: #555555;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: sans-serif;
}
.strip[data-id="97597f"] .breeds-section .breeds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.strip[data-id="97597f"] .breeds-section .breed-card {
  background-color: #ffffff;
  border: 1px solid hsla(210, 29%, 24%, 0.08);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.strip[data-id="97597f"] .breeds-section .breed-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: hsl(38, 90%, 51%);
  transition: width 0.3s ease;
}
.strip[data-id="97597f"] .breeds-section .breed-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.strip[data-id="97597f"] .breeds-section .breed-card:hover::after {
  width: 100%;
}
.strip[data-id="97597f"] .breeds-section .breed-card:hover .image-wrapper img {
  transform: scale(1.08);
}
.strip[data-id="97597f"] .breeds-section .image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fcfcfc;
}
.strip[data-id="97597f"] .breeds-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="97597f"] .breeds-section .card-content {
  padding: 30px;
  flex-grow: 1;
}
.strip[data-id="97597f"] .breeds-section .card-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: hsl(210, 29%, 24%);
  margin: 0 0 12px 0;
}
.strip[data-id="97597f"] .breeds-section .card-content p {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  font-family: sans-serif;
}
.strip[data-id="97597f"] .breeds-section .section-footer {
  text-align: center;
}
.strip[data-id="97597f"] .breeds-section .view-all {
  color: hsl(145, 45%, 35%); /* Darker sage for accessibility */
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  letter-spacing: 1.5px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 50px;
}
.strip[data-id="97597f"] .breeds-section .view-all:hover {
  background-color: hsla(145, 45%, 35%, 0.05);
  gap: 16px;
}
.strip[data-id="97597f"] .breeds-section .view-all svg {
  transition: transform 0.3s ease;
}
@media (max-width: 1100px) {
  .strip[data-id="97597f"] .breeds-section {
    padding: 80px 20px;
  }
  .strip[data-id="97597f"] .breeds-section .breeds-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .strip[data-id="97597f"] .breeds-section .section-header h2 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  .strip[data-id="97597f"] .breeds-section {
    padding: 60px 15px;
  }
  .strip[data-id="97597f"] .breeds-section .breeds-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="97597f"] .breeds-section .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="97597f"] .breeds-section .breed-card:hover {
    transform: translateY(-5px);
  }
}@charset "UTF-8";
.strip[data-id="320bca"] {
  --section-id: "320bca";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/320bca";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/320bca";
}
.strip[data-id="320bca"] .care-basics-section {
  background-color: hsl(145, 63%, 69%);
  /* Jemnější textura s kočičími prvky */
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3zm-10 8c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3zm20 0c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3zm-10 8c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3z' fill='%23ffffff' fill-opacity='0.12'/%3E%3C/svg%3E");
  padding: 100px 20px;
  font-family: "Quicksand", sans-serif;
  color: hsl(210, 29%, 24%);
  overflow: hidden;
}
.strip[data-id="320bca"] .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="320bca"] .header-content {
  margin-bottom: 70px;
}
.strip[data-id="320bca"] .header-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  color: hsl(210, 29%, 24%);
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.strip[data-id="320bca"] .header-content p {
  font-size: 22px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 500;
}
.strip[data-id="320bca"] .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 70px;
}
.strip[data-id="320bca"] .info-box {
  background: rgba(255, 255, 255, 0.75);
  padding: 45px 25px;
  border-radius: 40px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="320bca"] .info-box:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border-color: #ffffff;
}
.strip[data-id="320bca"] .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: hsl(38, 90%, 51%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 40px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(214, 142, 15, 0.35);
  transition: transform 0.3s ease;
}
.strip[data-id="320bca"] .info-box:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="320bca"] .info-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: hsl(210, 29%, 20%);
}
.strip[data-id="320bca"] .info-box p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  color: hsl(210, 29%, 30%);
}
.strip[data-id="320bca"] .cta-wrapper {
  margin-top: 60px;
}
.strip[data-id="320bca"] .btn-download {
  display: inline-block;
  background-color: hsl(210, 29%, 24%);
  color: #ffffff;
  padding: 24px 50px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 12px 35px rgba(44, 62, 80, 0.35);
  transition: all 0.3s ease;
  animation: pulsing 3s infinite;
}
.strip[data-id="320bca"] .btn-download:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: hsl(210, 29%, 18%);
  box-shadow: 0 15px 40px rgba(44, 62, 80, 0.45);
}
@keyframes pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 62, 80, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(44, 62, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 62, 80, 0);
  }
}
@media (max-width: 1200px) {
  .strip[data-id="320bca"] .info-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="320bca"] .care-basics-section {
    padding: 80px 20px;
  }
  .strip[data-id="320bca"] .header-content h2 {
    font-size: 36px;
  }
  .strip[data-id="320bca"] .header-content p {
    font-size: 18px;
  }
  .strip[data-id="320bca"] .info-grid {
    gap: 20px;
  }
  .strip[data-id="320bca"] .btn-download {
    padding: 20px 35px;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  .strip[data-id="320bca"] .info-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="320bca"] .info-box {
    padding: 40px 20px;
    border-radius: 30px;
  }
}.strip[data-id="4d1a87"] {
  --section-id: "4d1a87";
  --storage-url: "https://test-lti5mdff.proweb.cz/_section/4d1a87";
  --public-url: "https://test-lti5mdff.proweb.cz/_section/4d1a87";
  /* Decorative background element */
}
.strip[data-id="4d1a87"] .footer-section {
  background-color: hsl(210, 29%, 24%);
  padding: 80px 20px 40px 20px;
  font-family: "Quicksand", sans-serif;
  color: hsl(180, 20%, 99%);
  position: relative;
  overflow: hidden;
}
.strip[data-id="4d1a87"] .footer-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.27.73 2.52.73 4 0 3.33-2.73 6-6.08 6-4.04 0-6.14-2.21-8.15-4.5C4.47 13.19 4 11.27 4 9c0-1.48.16-2.73.73-4 0 0-1.82-6.42-.42-7 1.39-.58 4.64.26 6.42 2.26.65-.17 1.33-.26 2-.26z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.strip[data-id="4d1a87"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="4d1a87"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id="4d1a87"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="4d1a87"] .footer-title {
  color: hsl(38, 90%, 51%);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="4d1a87"] .footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: hsl(145, 63%, 69%);
}
.strip[data-id="4d1a87"] .footer-text {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
.strip[data-id="4d1a87"] .footer-text p {
  margin: 0 0 15px 0;
}
.strip[data-id="4d1a87"] .footer-text strong {
  color: hsl(38, 90%, 51%);
  font-weight: 600;
}
.strip[data-id="4d1a87"] .footer-text a {
  color: hsl(180, 20%, 99%);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="4d1a87"] .footer-text a:hover {
  color: hsl(38, 90%, 51%);
  border-bottom-color: hsl(38, 90%, 51%);
}
.strip[data-id="4d1a87"] .social-links {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.strip[data-id="4d1a87"] .social-link {
  background-color: rgba(255, 255, 255, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(145, 63%, 69%);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="4d1a87"] .social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id="4d1a87"] .social-link span {
  display: none; /* Hide text, use icons only for cleaner look */
}
.strip[data-id="4d1a87"] .social-link:hover {
  color: hsl(210, 29%, 24%);
  background-color: hsl(38, 90%, 51%);
  transform: translateY(-5px) rotate(8deg);
}
.strip[data-id="4d1a87"] .map-wrapper {
  border: 3px solid hsl(145, 63%, 69%);
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.strip[data-id="4d1a87"] .map-wrapper:hover {
  transform: scale(1.02);
}
.strip[data-id="4d1a87"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="4d1a87"] .copyright {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}
.strip[data-id="4d1a87"] .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsl(180, 20%, 99%);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.strip[data-id="4d1a87"] .footer-logo svg {
  width: 24px;
  height: 24px;
  color: hsl(145, 63%, 69%);
}
@media (max-width: 992px) {
  .strip[data-id="4d1a87"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id="4d1a87"] .map-col {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4d1a87"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id="4d1a87"] .map-col {
    grid-column: span 1;
  }
  .strip[data-id="4d1a87"] .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="4d1a87"] .social-links {
    justify-content: center;
  }
  .strip[data-id="4d1a87"] .footer-section {
    padding: 60px 20px 40px 20px;
  }
  .strip[data-id="4d1a87"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}