@import url('https://fonts.googleapis.com/css2?family=Inter&family=Open+Sans&family=Playfair+Display&family=Quicksand:wght@500;600;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=e6ac92] {
  --section-id: "e6ac92";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/e6ac92";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/e6ac92";
}
.strip[data-id=e6ac92] {
  width: 100%;
  z-index: 1000;
}
.strip[data-id=e6ac92] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Quicksand", sans-serif;
  transition: background 0.3s ease, padding 0.3s ease;
}
.strip[data-id=e6ac92] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=e6ac92] .logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #2C3E50;
  transition: transform 0.2s ease;
}
.strip[data-id=e6ac92] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=e6ac92] .logo-icon {
  width: 44px;
  height: 44px;
  fill: #2C3E50;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id=e6ac92] .rabbit-ear {
  transform-origin: bottom center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=e6ac92] .logo-link:hover .rabbit-ear-left {
  transform: rotate(-12deg) translateY(-2px);
}
.strip[data-id=e6ac92] .logo-link:hover .rabbit-ear-right {
  transform: rotate(12deg) translateY(-2px);
}
.strip[data-id=e6ac92] .logo-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #2C3E50;
}
.strip[data-id=e6ac92] .desktop-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.strip[data-id=e6ac92] .nav-item {
  text-decoration: none;
  color: #2C3E50;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=e6ac92] .nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #E67E22;
  transition: width 0.3s ease, left 0.3s ease;
  border-radius: 2px;
}
.strip[data-id=e6ac92] .nav-item:hover {
  color: #E67E22;
}
.strip[data-id=e6ac92] .nav-item:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id=e6ac92] .nav-item.active {
  color: #E67E22;
}
.strip[data-id=e6ac92] .nav-item.active::after {
  width: 100%;
  left: 0;
}
.strip[data-id=e6ac92] .mobile-toggle {
  display: none;
  background: rgba(44, 62, 80, 0.05);
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  z-index: 1100;
  transition: background 0.2s ease;
}
.strip[data-id=e6ac92] .mobile-toggle:hover {
  background: rgba(44, 62, 80, 0.1);
}
.strip[data-id=e6ac92] .hamburger-box {
  width: 24px;
  height: 18px;
  display: block;
  position: relative;
}
.strip[data-id=e6ac92] .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2C3E50;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  border-radius: 2px;
}
.strip[data-id=e6ac92] .hamburger-line:nth-child(1) {
  top: 0;
}
.strip[data-id=e6ac92] .hamburger-line:nth-child(2) {
  top: 8px;
}
.strip[data-id=e6ac92] .hamburger-line:nth-child(3) {
  top: 16px;
}
.strip[data-id=e6ac92] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #27AE60;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 1050;
  visibility: hidden;
}
.strip[data-id=e6ac92] .mobile-overlay.open {
  transform: translateX(0);
  visibility: visible;
}
.strip[data-id=e6ac92] .mobile-nav-item {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.strip[data-id=e6ac92] .mobile-nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id=e6ac92] .header-container {
    height: 70px;
  }
  .strip[data-id=e6ac92] .desktop-nav {
    display: none;
  }
  .strip[data-id=e6ac92] .mobile-toggle {
    display: block;
  }
  .strip[data-id=e6ac92] .mobile-toggle.open .hamburger-line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .strip[data-id=e6ac92] .mobile-toggle.open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=e6ac92] .mobile-toggle.open .hamburger-line:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="394b37"] {
  --section-id: "394b37";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/394b37";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/394b37";
}
.strip[data-id="394b37"] .why-rabbit-section {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  /* Dekorativní tlapky na pozadí */
}
.strip[data-id="394b37"] .why-rabbit-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="394b37"] .why-rabbit-section h2 {
  font-size: 48px;
  color: #D35400; /* Tmavší oranžová pro lepší kontrast */
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
  margin-top: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.strip[data-id="394b37"] .why-rabbit-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="394b37"] .why-rabbit-section .card {
  border-radius: 35px;
  padding: 60px 40px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="394b37"] .why-rabbit-section .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}
.strip[data-id="394b37"] .why-rabbit-section .card:hover .icon-wrapper {
  background-color: #E67E22;
}
.strip[data-id="394b37"] .why-rabbit-section .card:hover .icon-wrapper i {
  color: #ffffff;
}
.strip[data-id="394b37"] .why-rabbit-section .card.card-green {
  background-color: #F7FFF9;
}
.strip[data-id="394b37"] .why-rabbit-section .card.card-orange {
  background-color: #FFF9F2;
}
.strip[data-id="394b37"] .why-rabbit-section .card.card-grey {
  background-color: #F9FBFC;
}
.strip[data-id="394b37"] .why-rabbit-section .card .icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.strip[data-id="394b37"] .why-rabbit-section .card .icon-wrapper i {
  font-size: 36px;
  color: #E67E22;
  transition: all 0.3s ease;
}
.strip[data-id="394b37"] .why-rabbit-section .card h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #2C3E50;
  margin-top: 0;
  font-weight: 700;
}
.strip[data-id="394b37"] .why-rabbit-section .card p {
  font-size: 18px;
  line-height: 1.7;
  color: #5D6D7E;
  margin: 0;
}
.strip[data-id="394b37"] .why-rabbit-section .bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 100 100'%3E%3Cpath fill='%2395A5A6' d='M30,50 C35,50 40,45 40,40 C40,35 35,30 30,30 C25,30 20,35 20,40 C20,45 25,50 30,50 Z M50,40 C55,40 60,35 60,30 C60,25 55,20 50,20 C45,20 40,25 40,30 C40,35 45,40 50,40 Z M70,50 C75,50 80,45 80,40 C80,35 75,30 70,30 C65,30 60,35 60,40 C60,45 65,50 70,50 Z M50,80 C60,80 70,70 70,55 C70,45 60,45 50,45 C40,45 30,45 30,55 C30,70 40,80 50,80 Z'/%3E%3C/svg%3E");
  background-size: 80px 80px;
}
@media (max-width: 992px) {
  .strip[data-id="394b37"] .why-rabbit-section {
    padding: 80px 0;
  }
  .strip[data-id="394b37"] .why-rabbit-section .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="394b37"] .why-rabbit-section {
    padding: 60px 0;
  }
  .strip[data-id="394b37"] .why-rabbit-section h2 {
    font-size: 34px;
    margin-bottom: 45px;
  }
  .strip[data-id="394b37"] .why-rabbit-section .cards-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="394b37"] .why-rabbit-section .card {
    padding: 45px 25px;
  }
}.strip[data-id=c26807] {
  --section-id: "c26807";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/c26807";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/c26807";
}
.strip[data-id=c26807] .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #FDFEFE 0%, #FFF5E6 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.strip[data-id=c26807] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.strip[data-id=c26807] .hero-section .content-box {
  flex: 1.2;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=c26807] .hero-section .content-box:hover {
  transform: translateY(-5px);
}
.strip[data-id=c26807] .hero-section .content-box h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #27AE60;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}
.strip[data-id=c26807] .hero-section .content-box p {
  font-size: 22px;
  color: #2C3E50;
  margin: 0 0 40px 0;
  line-height: 1.6;
  opacity: 0.9;
}
.strip[data-id=c26807] .hero-section .content-box .actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=c26807] .hero-section .content-box .btn-primary {
  background-color: #E67E22;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
  border: none;
  cursor: pointer;
  display: inline-block;
  animation: hero-pulse 2s infinite;
}
.strip[data-id=c26807] .hero-section .content-box .btn-primary:hover {
  background-color: #d35400;
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(230, 126, 34, 0.4);
}
.strip[data-id=c26807] .hero-section .content-box .btn-outline {
  border: 2px solid #27AE60;
  color: #27AE60;
  padding: 16px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
.strip[data-id=c26807] .hero-section .content-box .btn-outline:hover {
  background: #27AE60;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(39, 174, 96, 0.2);
}
.strip[data-id=c26807] .hero-section .image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id=c26807] .hero-section .image-box::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  background: radial-gradient(circle, rgba(39, 174, 96, 0.1) 0%, transparent 70%);
  z-index: -1;
  animation: blob-float 8s infinite ease-in-out;
}
.strip[data-id=c26807] .hero-section .image-box .rabbit-image {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border: 12px solid #ffffff;
  animation: blob-morph 12s infinite alternate ease-in-out;
}
.strip[data-id=c26807] .hero-section .decoration {
  position: absolute;
  font-size: 48px;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  filter: blur(1px);
}
.strip[data-id=c26807] .hero-section .leaf-1 {
  top: 15%;
  left: 8%;
  animation: float-slow 6s infinite ease-in-out;
}
.strip[data-id=c26807] .hero-section .carrot-1 {
  bottom: 15%;
  left: 12%;
  animation: float-slow 7s infinite ease-in-out reverse;
  font-size: 36px;
}
.strip[data-id=c26807] .hero-section .leaf-2 {
  top: 25%;
  right: 12%;
  animation: float-slow 5s infinite ease-in-out 1s;
}
@keyframes hero-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(230, 126, 34, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
  }
}
@keyframes blob-morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10px, 15px) scale(1.05);
  }
}
@keyframes float-slow {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}
@media (max-width: 1024px) {
  .strip[data-id=c26807] .hero-section .content-box h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c26807] .hero-section {
    min-height: auto;
    padding: 80px 0;
  }
  .strip[data-id=c26807] .hero-section .container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=c26807] .hero-section .content-box {
    padding: 40px 25px;
    border-radius: 30px;
    width: 100%;
  }
  .strip[data-id=c26807] .hero-section .content-box h1 {
    font-size: 42px;
  }
  .strip[data-id=c26807] .hero-section .content-box p {
    font-size: 18px;
  }
  .strip[data-id=c26807] .hero-section .content-box .actions {
    justify-content: center;
    gap: 15px;
  }
  .strip[data-id=c26807] .hero-section .image-box .rabbit-image {
    max-width: 320px;
  }
  .strip[data-id=c26807] .hero-section .decoration {
    display: none;
  }
}.strip[data-id="828bbe"] {
  --section-id: "828bbe";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/828bbe";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/828bbe";
  /* Animation classes applied by JS */
}
.strip[data-id="828bbe"] .rabbit-pillars {
  background-color: #FDFEFE;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  /* Paper texture effect */
}
.strip[data-id="828bbe"] .rabbit-pillars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.strip[data-id="828bbe"] .rabbit-pillars .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="828bbe"] .rabbit-pillars .image-side {
  position: relative;
}
.strip[data-id="828bbe"] .rabbit-pillars .image-side::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #27AE60;
  opacity: 0.1;
  border-radius: 40% 60% 60% 40%/40% 40% 60% 60%;
  z-index: -1;
}
.strip[data-id="828bbe"] .rabbit-pillars .image-side .img-container {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
}
.strip[data-id="828bbe"] .rabbit-pillars .image-side .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="828bbe"] .rabbit-pillars .image-side .img-container:hover img {
  transform: scale(1.05);
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .intro-text {
  font-size: 22px;
  color: #2D3436;
  margin-bottom: 60px;
  line-height: 1.5;
  font-weight: 600;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .intro-text p {
  margin: 0;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillars-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item {
  position: relative;
  padding-left: 20px;
  /* Default visibility for better UX if JS fails */
  opacity: 1;
  transform: none;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .pillar-number {
  position: absolute;
  top: -25px;
  left: -30px;
  font-size: 100px;
  font-weight: 800;
  color: #27AE60;
  opacity: 0.08;
  line-height: 1;
  z-index: -1;
  font-family: "Inter", sans-serif;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .pillar-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .pillar-header i {
  color: #E67E22;
  font-size: 20px;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .pillar-title {
  font-size: 26px;
  font-weight: 800;
  color: #2D3436;
  margin: 0;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .pillar-text {
  font-size: 18px;
  color: #636E72;
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item .wave-divider {
  margin-top: 30px;
  width: 80px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='10' viewBox='0 0 80 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C10 5 10 1 20 1C30 1 30 9 40 9C50 9 50 1 60 1C70 1 70 5 80 5' stroke='%23E67E22' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.6;
}
.strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-item:last-child .wave-divider {
  display: none;
}
.strip[data-id="828bbe"] .reveal-init .pillar-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.strip[data-id="828bbe"] .reveal-init .pillar-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .strip[data-id="828bbe"] .rabbit-pillars .container {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="828bbe"] .rabbit-pillars {
    padding: 80px 0;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .image-side {
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .image-side::after {
    display: none;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .content-side .pillars-list {
    align-items: center;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-header {
    justify-content: center;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-number {
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .content-side .pillar-text {
    margin: 0 auto;
  }
  .strip[data-id="828bbe"] .rabbit-pillars .content-side .wave-divider {
    margin: 30px auto 0;
  }
}.strip[data-id="933242"] {
  --section-id: "933242";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/933242";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/933242";
}
.strip[data-id="933242"] .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #FDFEFE 0%, #FFF5E6 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.strip[data-id="933242"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.strip[data-id="933242"] .hero-section .content-box {
  flex: 1.2;
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.strip[data-id="933242"] .hero-section .content-box h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #27AE60;
  line-height: 1.1;
  margin: 0 0 24px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
.strip[data-id="933242"] .hero-section .content-box p {
  font-size: 22px;
  color: #2C3E50;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
.strip[data-id="933242"] .hero-section .content-box .actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id="933242"] .hero-section .content-box .btn-primary {
  background-color: #E67E22;
  color: #ffffff;
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2.5s infinite ease-in-out;
  box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
  border: none;
  cursor: pointer;
  display: inline-block;
}
.strip[data-id="933242"] .hero-section .content-box .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 25px rgba(230, 126, 34, 0.4);
}
.strip[data-id="933242"] .hero-section .content-box .btn-outline {
  border: 2px solid #27AE60;
  color: #27AE60;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
.strip[data-id="933242"] .hero-section .content-box .btn-outline:hover {
  background: #27AE60;
  color: #ffffff;
}
.strip[data-id="933242"] .hero-section .image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="933242"] .hero-section .image-box .rabbit-image {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 8px solid #ffffff;
}
.strip[data-id="933242"] .hero-section .decoration {
  position: absolute;
  font-size: 40px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id="933242"] .hero-section .leaf-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-15deg);
}
.strip[data-id="933242"] .hero-section .carrot-1 {
  bottom: 15%;
  left: 10%;
  transform: rotate(20deg);
  font-size: 30px;
}
.strip[data-id="933242"] .hero-section .leaf-2 {
  top: 20%;
  right: 10%;
  transform: rotate(45deg);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .strip[data-id="933242"] .hero-section {
    min-height: auto;
    padding: 60px 0;
  }
  .strip[data-id="933242"] .hero-section .container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .strip[data-id="933242"] .hero-section .content-box {
    padding: 30px 20px;
    border-radius: 20px;
    width: 100%;
  }
  .strip[data-id="933242"] .hero-section .content-box h1 {
    font-size: 42px;
  }
  .strip[data-id="933242"] .hero-section .content-box p {
    font-size: 18px;
  }
  .strip[data-id="933242"] .hero-section .content-box .actions {
    justify-content: center;
  }
  .strip[data-id="933242"] .hero-section .image-box {
    margin-bottom: 30px;
  }
  .strip[data-id="933242"] .hero-section .image-box .rabbit-image {
    max-width: 300px;
  }
  .strip[data-id="933242"] .hero-section .decoration {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id=a01753] {
  --section-id: "a01753";
  --storage-url: "https://test-jpk5pmn5.praweb.cz/_section/a01753";
  --public-url: "https://test-jpk5pmn5.praweb.cz/_section/a01753";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id=a01753] .site-footer {
  background-color: #7F8C8D; /* Mírně ztmavená teplá šedá pro lepší kontrast s bílým textem */
  color: #FDFEFE;
  padding: 80px 0 40px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.strip[data-id=a01753] .site-footer::before {
  content: "\f6be"; /* Rabbit icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  transform: rotate(-15deg);
}
.strip[data-id=a01753] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id=a01753] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id=a01753] .footer-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #FDFEFE;
  position: relative;
  padding-bottom: 12px;
}
.strip[data-id=a01753] .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: #E67E22;
  border-radius: 2px;
}
.strip[data-id=a01753] .footer-content p {
  font-size: 15px;
  margin: 0 0 18px 0;
  color: rgba(253, 254, 254, 0.9);
}
.strip[data-id=a01753] .contact-links {
  margin-top: 20px;
}
.strip[data-id=a01753] .contact-links a {
  color: #E67E22;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 8px;
}
.strip[data-id=a01753] .contact-links a:hover {
  color: #FDFEFE;
  transform: translateX(5px);
}
.strip[data-id=a01753] .map-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background: #ecf0f1;
  height: 180px;
}
.strip[data-id=a01753] .map-wrapper iframe {
  transition: filter 0.5s ease;
}
.strip[data-id=a01753] .map-wrapper:hover iframe {
  filter: grayscale(0) contrast(1);
}
.strip[data-id=a01753] .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id=a01753] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: rgba(253, 254, 254, 0.1);
  color: #FDFEFE;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(253, 254, 254, 0.2);
}
.strip[data-id=a01753] .social-icon:hover {
  background-color: #FDFEFE;
  transform: translateY(-5px);
}
.strip[data-id=a01753] .social-icon.facebook:hover {
  color: #1877F2;
  border-color: #1877F2;
}
.strip[data-id=a01753] .social-icon.instagram:hover {
  color: #E1306C;
  border-color: #E1306C;
}
.strip[data-id=a01753] .social-icon.twitter:hover {
  color: #1DA1F2;
  border-color: #1DA1F2;
}
.strip[data-id=a01753] .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id=a01753] .newsletter-input {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(253, 254, 254, 0.2);
  padding: 12px 16px;
  border-radius: 8px;
  color: #FDFEFE;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}
.strip[data-id=a01753] .newsletter-input::placeholder {
  color: rgba(253, 254, 254, 0.5);
}
.strip[data-id=a01753] .newsletter-input:focus {
  border-color: #E67E22;
  background-color: rgba(255, 255, 255, 0.1);
}
.strip[data-id=a01753] .newsletter-button {
  background-color: #E67E22;
  color: #FDFEFE;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=a01753] .newsletter-button:hover {
  background-color: #D35400;
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}
.strip[data-id=a01753] .footer-bottom {
  border-top: 1px solid rgba(253, 254, 254, 0.1);
  padding-top: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a01753] .footer-bottom p {
  font-size: 14px;
  color: rgba(253, 254, 254, 0.6);
  margin: 0;
}
.strip[data-id=a01753] .scroll-top {
  color: rgba(253, 254, 254, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id=a01753] .scroll-top:hover {
  color: #E67E22;
}
@media (max-width: 1100px) {
  .strip[data-id=a01753] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=a01753] .site-footer {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=a01753] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=a01753] .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=a01753] .social-icons {
    justify-content: center;
  }
  .strip[data-id=a01753] .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}