@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@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.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;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id=ed03db] {
  --section-id: "ed03db";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/ed03db";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/ed03db";
  /* Hamburger Animation */
}
.strip[data-id=ed03db] .header-wrapper {
  position: relative;
  width: 100%;
  background-color: rgba(252, 251, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.strip[data-id=ed03db] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=ed03db] .logo-part {
  display: flex;
  align-items: center;
}
.strip[data-id=ed03db] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  gap: 12px;
  transition: opacity 0.3s ease;
}
.strip[data-id=ed03db] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id=ed03db] .logo-svg {
  width: 32px;
  height: 32px;
  color: #8ca38a;
  flex-shrink: 0;
}
.strip[data-id=ed03db] .desktop-nav {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .strip[data-id=ed03db] .desktop-nav {
    display: none;
  }
}
.strip[data-id=ed03db] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=ed03db] .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8ca38a;
  transition: width 0.3s ease;
}
.strip[data-id=ed03db] .nav-link:hover:after {
  width: 100%;
}
.strip[data-id=ed03db] .cta-container {
  display: flex;
  align-items: center;
}
.strip[data-id=ed03db] .order-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #c58351;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
.strip[data-id=ed03db] .order-btn:hover {
  background-color: #a66d42;
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(197, 131, 81, 0.2);
}
.strip[data-id=ed03db] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1001;
}
.strip[data-id=ed03db] .hamburger-box {
  width: 24px;
  height: 18px;
  display: block;
  position: relative;
}
.strip[data-id=ed03db] .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2c2c2c;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.strip[data-id=ed03db] .hamburger-line:nth-child(1) {
  top: 0;
}
.strip[data-id=ed03db] .hamburger-line:nth-child(2) {
  top: 8px;
}
.strip[data-id=ed03db] .hamburger-line:nth-child(3) {
  top: 16px;
}
.strip[data-id=ed03db] .mobile-toggle.active .hamburger-line:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.strip[data-id=ed03db] .mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.strip[data-id=ed03db] .mobile-toggle.active .hamburger-line:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .strip[data-id=ed03db] .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strip[data-id=ed03db] .desktop-cta {
    display: none;
  }
}
.strip[data-id=ed03db] .mobile-nav-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fcfbf7;
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
  overflow-y: auto;
}
.strip[data-id=ed03db] .mobile-nav-overlay.open {
  right: 0;
}
.strip[data-id=ed03db] .mobile-nav-overlay .nav-link {
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.strip[data-id=ed03db] .mobile-nav-overlay .order-btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}.strip[data-id=c829fd] {
  --section-id: "c829fd";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/c829fd";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/c829fd";
}
.strip[data-id=c829fd] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/_section/c829fd/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px;
  box-sizing: border-box;
}
.strip[data-id=c829fd] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.strip[data-id=c829fd] .content-box {
  max-width: 850px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  text-align: center;
}
.strip[data-id=c829fd] h1 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.strip[data-id=c829fd] .divider {
  width: 80px;
  height: 4px;
  background-color: #87a96b;
  margin: 0 auto 30px auto;
}
.strip[data-id=c829fd] p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #555555;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=c829fd] .cta-wrapper {
  display: flex;
  justify-content: center;
}
.strip[data-id=c829fd] .cta {
  display: inline-block;
  background-color: #cd7f32;
  color: #ffffff;
  padding: 20px 45px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(205, 127, 50, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=c829fd] .cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(205, 127, 50, 0.5);
  color: #ffffff;
}
@media (max-width: 768px) {
  .strip[data-id=c829fd] h1 {
    font-size: 36px;
  }
  .strip[data-id=c829fd] .hero-section {
    padding: 120px 20px;
    min-height: auto;
  }
  .strip[data-id=c829fd] .content-box {
    padding: 40px 20px;
  }
  .strip[data-id=c829fd] p {
    font-size: 18px;
  }
}.strip[data-id="95dd60"] {
  --section-id: "95dd60";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/95dd60";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/95dd60";
}
.strip[data-id="95dd60"] .about-me-section {
  background-color: #fdfaf5;
  padding: 120px 20px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="95dd60"] .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id="95dd60"] .grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="95dd60"] .image-col {
  flex: 0 0 42%;
  position: relative;
}
.strip[data-id="95dd60"] .text-col {
  flex: 1;
}
.strip[data-id="95dd60"] .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 130%; /* Slightly taller for elegance */
}
.strip[data-id="95dd60"] .texture-bg {
  position: absolute;
  top: -30px;
  left: -30px;
  right: 30px;
  bottom: 30px;
  background-color: #ede9e3;
  opacity: 0.6;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  z-index: 1;
  background-repeat: repeat;
}
.strip[data-id="95dd60"] .parallax-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.15s ease-out;
}
.strip[data-id="95dd60"] .parallax-target img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}
.strip[data-id="95dd60"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2c2c2c;
  margin-bottom: 35px;
  line-height: 1.1;
}
.strip[data-id="95dd60"] .lead-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 25px;
}
.strip[data-id="95dd60"] .lead-text p:first-of-type::first-letter {
  color: #7a9a63;
  font-size: 3.2rem;
  float: left;
  line-height: 1;
  padding-right: 12px;
  padding-top: 4px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.strip[data-id="95dd60"] .botanical-decoration {
  margin-top: 40px;
  opacity: 0.3;
  color: #7a9a63;
}
.strip[data-id="95dd60"] .botanical-decoration svg {
  width: 60px;
  height: auto;
}
@media (max-width: 992px) {
  .strip[data-id="95dd60"] .about-me-section {
    padding: 80px 20px;
  }
  .strip[data-id="95dd60"] .grid {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="95dd60"] .image-col {
    order: -1;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .strip[data-id="95dd60"] .text-col {
    text-align: center;
  }
  .strip[data-id="95dd60"] .lead-text p:first-of-type::first-letter {
    float: none;
    padding: 0;
    display: inline;
    font-size: 1.2em;
  }
  .strip[data-id="95dd60"] h2 {
    font-size: 36px;
  }
  .strip[data-id="95dd60"] .botanical-decoration {
    display: flex;
    justify-content: center;
  }
}.strip[data-id=a098bb] {
  --section-id: "a098bb";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/a098bb";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/a098bb";
  /* Background overlay for better contrast */
}
.strip[data-id=a098bb] .services-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: scroll; /* Changed from fixed for better compatibility */
  position: relative;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id=a098bb] .services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.strip[data-id=a098bb] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=a098bb] .header-area {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=a098bb] h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.strip[data-id=a098bb] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #b87333;
  margin: 15px auto 0;
  border-radius: 2px;
}
.strip[data-id=a098bb] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=a098bb] .service-card {
  background: #ffffff;
  border: 1px solid rgba(135, 169, 107, 0.15);
  padding: 50px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  height: 100%;
}
.strip[data-id=a098bb] .service-card:hover {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(184, 115, 51, 0.3);
}
.strip[data-id=a098bb] .icon-wrapper {
  width: 80px;
  height: 80px;
  background: #fdf8f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.strip[data-id=a098bb] .service-card:hover .icon-wrapper {
  background: #f9ebe0;
}
.strip[data-id=a098bb] .service-card i {
  font-size: 32px;
  color: #b87333;
  transition: transform 0.3s ease;
}
.strip[data-id=a098bb] .service-card:hover i {
  animation: sway 1s ease-in-out infinite;
}
@keyframes sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
.strip[data-id=a098bb] .service-card strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}
.strip[data-id=a098bb] .service-card p {
  font-size: 15px;
  font-weight: 400;
  color: #546a7a; /* Darkened for better contrast/readability */
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=a098bb] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=a098bb] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a098bb] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=a098bb] h2 {
    font-size: 28px;
  }
  .strip[data-id=a098bb] .service-card {
    padding: 40px 25px;
  }
}@charset "UTF-8";
.strip[data-id=df2c2e] {
  --section-id: "df2c2e";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/df2c2e";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/df2c2e";
}
.strip[data-id=df2c2e] .gift-vouchers {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f5dc 0%, #d1e8e2 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.strip[data-id=df2c2e] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=df2c2e] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.strip[data-id=df2c2e] .text-block {
  flex: 1.2;
  z-index: 2;
}
.strip[data-id=df2c2e] .frame {
  border: 2px solid #b87333;
  padding: 50px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
}
.strip[data-id=df2c2e] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strip[data-id=df2c2e] p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}
.strip[data-id=df2c2e] .image-block {
  flex: 1;
  position: relative;
  margin-right: -120px; /* Výrazný přesah pro dynamický vzhled */
  z-index: 1;
}
.strip[data-id=df2c2e] .shimmer-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  line-height: 0;
}
.strip[data-id=df2c2e] .shimmer-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shimmer 5s infinite ease-in-out;
}
@keyframes shimmer {
  0% {
    left: -150%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.strip[data-id=df2c2e] .image-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.5s ease;
}
.strip[data-id=df2c2e] .image-block:hover img {
  transform: scale(1.02);
}
@media (max-width: 1100px) {
  .strip[data-id=df2c2e] .image-block {
    margin-right: -40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=df2c2e] .gift-vouchers {
    padding: 80px 0;
  }
  .strip[data-id=df2c2e] .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=df2c2e] .image-block {
    margin-right: 0;
    width: 100%;
    max-width: 550px;
  }
  .strip[data-id=df2c2e] .frame {
    padding: 40px 30px;
  }
  .strip[data-id=df2c2e] h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=df2c2e] .gift-vouchers {
    padding: 60px 0;
  }
  .strip[data-id=df2c2e] .frame {
    padding: 30px 20px;
  }
  .strip[data-id=df2c2e] h2 {
    font-size: 30px;
  }
  .strip[data-id=df2c2e] p {
    font-size: 16px;
  }
}@charset "UTF-8";
.strip[data-id="14d6bd"] {
  --section-id: "14d6bd";
  --storage-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/14d6bd";
  --public-url: "https://preview-zina-petrikova-cz.praweb.cz/_section/14d6bd";
}
.strip[data-id="14d6bd"] .pricing-info {
  padding: 100px 20px;
  background-color: #faf9f6; /* Jemnější off-white místo čistě bílé */
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="14d6bd"] .content-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="14d6bd"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="14d6bd"] .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #333333;
  margin: 0;
  font-weight: 700;
}
.strip[data-id="14d6bd"] .info-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="14d6bd"] .info-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0; /* Mezera bude řešena dividerem a paddingem */
}
.strip[data-id="14d6bd"] .info-box {
  flex: 1;
  background-color: #f2ede4;
  padding: 50px 40px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.strip[data-id="14d6bd"] .info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}
.strip[data-id="14d6bd"] .icon-circle {
  width: 80px;
  height: 80px;
  background-color: rgba(141, 163, 153, 0.1); /* Světlá šalvějová pro podklad */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.strip[data-id="14d6bd"] .icon-container {
  width: 40px;
  height: 40px;
}
.strip[data-id="14d6bd"] .icon-container svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="14d6bd"] .box-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
}
.strip[data-id="14d6bd"] .box-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a; /* Mírně jemnější antracit pro delší text */
  margin: 0;
}
.strip[data-id="14d6bd"] .vertical-divider-container {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.strip[data-id="14d6bd"] .vertical-divider {
  width: 1px;
  height: 80%;
  background-color: #b87333;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .strip[data-id="14d6bd"] .info-wrapper {
    max-width: 800px;
  }
  .strip[data-id="14d6bd"] .info-box {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="14d6bd"] .pricing-info {
    padding: 70px 20px;
  }
  .strip[data-id="14d6bd"] .info-grid {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id="14d6bd"] .vertical-divider-container {
    display: none;
  }
  .strip[data-id="14d6bd"] .info-box {
    padding: 40px 25px;
  }
  .strip[data-id="14d6bd"] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="14d6bd"] .section-header {
    margin-bottom: 40px;
  }
}