@import url('https://fonts.googleapis.com/css2?family=Inter&family=Lora&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="08b6ae"] {
  --section-id: "08b6ae";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/08b6ae";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/08b6ae";
}
.strip[data-id="08b6ae"] .header-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: rgba(253, 251, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(44, 62, 80, 0.1);
  font-family: "Inter", sans-serif;
}
.strip[data-id="08b6ae"] .header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="08b6ae"] .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #2C3E50;
  transition: opacity 0.3s ease;
}
.strip[data-id="08b6ae"] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id="08b6ae"] .logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="08b6ae"] .logo-icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="08b6ae"] .logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
}
.strip[data-id="08b6ae"] .nav-desktop {
  display: none;
}
.strip[data-id="08b6ae"] .nav-desktop ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.strip[data-id="08b6ae"] .nav-desktop a {
  text-decoration: none;
  color: #2C3E50;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="08b6ae"] .nav-desktop a:hover {
  color: #8BA889;
}
.strip[data-id="08b6ae"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8BA889;
  transition: width 0.3s ease, left 0.3s ease;
}
.strip[data-id="08b6ae"] .nav-desktop a:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id="08b6ae"] .cta-button {
  display: none;
  background-color: #8BA889;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 168, 137, 0.2);
}
.strip[data-id="08b6ae"] .cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(139, 168, 137, 0.3);
}
.strip[data-id="08b6ae"] .hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}
.strip[data-id="08b6ae"] .hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #2C3E50;
  transition: 0.3s;
}
.strip[data-id="08b6ae"] .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #FDFBF7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  gap: 24px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 999;
}
.strip[data-id="08b6ae"] .mobile-menu.active {
  transform: translateX(0);
}
.strip[data-id="08b6ae"] .mobile-menu a {
  text-decoration: none;
  color: #2C3E50;
  font-size: 20px;
  font-weight: 600;
}
.strip[data-id="08b6ae"] .mobile-cta {
  margin-top: 20px;
  background-color: #8BA889;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .strip[data-id="08b6ae"] .nav-desktop {
    display: block;
  }
  .strip[data-id="08b6ae"] .cta-button {
    display: inline-block;
  }
  .strip[data-id="08b6ae"] .hamburger {
    display: none;
  }
  .strip[data-id="08b6ae"] .mobile-menu {
    display: none;
  }
}.strip[data-id="39aa19"] {
  --section-id: "39aa19";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/39aa19";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/39aa19";
}
.strip[data-id="39aa19"] section {
  background-color: #FDFBF7;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.strip[data-id="39aa19"] .hero-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1,18.3c6.5,0,12.7-1.5,18.5-4.3c14.1-7,31-7,45.1,0c5.8,2.8,12,4.3,18.5,4.3c1.1,0,2.2-0.1,3.3-0.2V0.2 c-1.1,0.1-2.2,0.2-3.3,0.2c-6.5,0-12.7-1.5-18.5-4.3c-14.1-7-31-7-45.1,0c-5.8,2.8-12,4.3-18.5,4.3c-1.1,0-2.2-0.1-3.3-0.2v17.9 C18.9,18.2,20,18.3,21.1,18.3z' fill='%238BA889'/%3E%3C/svg%3E");
  background-size: 400px 80px;
}
.strip[data-id="39aa19"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id="39aa19"] .content-side {
  flex: 1;
}
.strip[data-id="39aa19"] .visual-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="39aa19"] h1 {
  font-family: "Lora", serif;
  font-size: 64px;
  color: #2C3E50;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 600;
}
.strip[data-id="39aa19"] .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: rgba(44, 62, 80, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
}
.strip[data-id="39aa19"] .cta-group {
  display: flex;
  gap: 20px;
}
.strip[data-id="39aa19"] .btn {
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="39aa19"] .btn-primary {
  background-color: #8BA889;
  color: #FFFFFF;
  border: 2px solid #8BA889;
}
.strip[data-id="39aa19"] .btn-primary:hover {
  background-color: #7a9678;
  border-color: #7a9678;
  transform: translateY(-2px);
}
.strip[data-id="39aa19"] .btn-secondary {
  background-color: transparent;
  color: #2C3E50;
  border: 2px solid #2C3E50;
}
.strip[data-id="39aa19"] .btn-secondary:hover {
  background-color: #2C3E50;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.strip[data-id="39aa19"] .image-mask {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 500px;
  overflow: hidden;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="39aa19"] .image-mask img, .strip[data-id="39aa19"] .image-mask generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .strip[data-id="39aa19"] .container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
    padding-top: 40px;
  }
  .strip[data-id="39aa19"] .visual-side {
    width: 100%;
    height: 40vh;
  }
  .strip[data-id="39aa19"] .image-mask {
    height: 100%;
    max-width: 100%;
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
  .strip[data-id="39aa19"] h1 {
    font-size: 42px;
  }
  .strip[data-id="39aa19"] .cta-group {
    justify-content: center;
    flex-direction: column;
  }
}.strip[data-id=d45338] {
  --section-id: "d45338";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/d45338";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/d45338";
}
.strip[data-id=d45338] .about-me-section {
  background-color: #FDFBF7;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #333;
}
.strip[data-id=d45338] .grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: linear-gradient(#8BA889 1px, transparent 1px), linear-gradient(90deg, #8BA889 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=d45338] .container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=d45338] .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d45338] .image-column {
  position: relative;
}
.strip[data-id=d45338] .image-parallax-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.1s ease-out;
  background-color: #eee;
}
.strip[data-id=d45338] .image-parallax-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id=d45338] h2 {
  font-family: "Lora", serif;
  font-size: 42px;
  color: #33475b;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top: 0;
}
.strip[data-id=d45338] .intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}
.strip[data-id=d45338] .philosophy-block {
  margin-bottom: 40px;
}
.strip[data-id=d45338] .philosophy-block h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  color: #33475b;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id=d45338] .philosophy-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.strip[data-id=d45338] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=d45338] .features-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #33475b;
}
.strip[data-id=d45338] .leaf-icon {
  width: 24px;
  height: 24px;
  background-color: #8BA889;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .strip[data-id=d45338] .content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=d45338] .image-column {
    order: 2;
  }
  .strip[data-id=d45338] .text-column {
    order: 1;
  }
  .strip[data-id=d45338] .about-me-section {
    padding: 80px 20px;
  }
  .strip[data-id=d45338] h2 {
    font-size: 34px;
  }
  .strip[data-id=d45338] .image-parallax-wrapper {
    transform: none !important;
  }
}.strip[data-id="2dde74"] {
  --section-id: "2dde74";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/2dde74";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/2dde74";
}
.strip[data-id="2dde74"] .services-section {
  background-color: rgba(139, 168, 137, 0.05);
  padding: 100px 20px;
  width: 100%;
}
.strip[data-id="2dde74"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="2dde74"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="2dde74"] .section-header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2C3E50;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id="2dde74"] .decorative-line {
  width: 60px;
  height: 4px;
  background-color: #8BA889;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id="2dde74"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="2dde74"] .service-card {
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="2dde74"] .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="2dde74"] .icon-wrapper {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(139, 168, 137, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="2dde74"] .icon-wrapper i {
  font-size: 40px;
  color: #2C3E50;
  transition: color 0.3s ease;
}
.strip[data-id="2dde74"] .service-card:hover .icon-wrapper {
  border-color: #8BA889;
  background-color: rgba(139, 168, 137, 0.05);
}
.strip[data-id="2dde74"] .service-card:hover .icon-wrapper i {
  color: #8BA889;
}
.strip[data-id="2dde74"] .card-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2C3E50;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-top: 0;
}
.strip[data-id="2dde74"] .card-content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2C3E50;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .strip[data-id="2dde74"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="2dde74"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="2dde74"] .section-header h2 {
    font-size: 28px;
  }
}.strip[data-id=d76b18] {
  --section-id: "d76b18";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/d76b18";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/d76b18";
}
.strip[data-id=d76b18] .services-section {
  background-color: rgba(139, 168, 137, 0.05);
  padding: 100px 20px;
  width: 100%;
}
.strip[data-id=d76b18] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=d76b18] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d76b18] .section-header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2C3E50;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id=d76b18] .decorative-line {
  width: 60px;
  height: 4px;
  background-color: #8BA889;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id=d76b18] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=d76b18] .service-card {
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id=d76b18] .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id=d76b18] .icon-wrapper {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(139, 168, 137, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.strip[data-id=d76b18] .icon-wrapper i {
  font-size: 48px;
  color: #2C3E50;
  transition: color 0.3s ease;
}
.strip[data-id=d76b18] .service-card:hover .icon-wrapper {
  border-color: #8BA889;
  background-color: rgba(139, 168, 137, 0.05);
}
.strip[data-id=d76b18] .service-card:hover .icon-wrapper i {
  color: #8BA889;
}
.strip[data-id=d76b18] .card-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2C3E50;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-top: 0;
}
.strip[data-id=d76b18] .card-content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2C3E50;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .strip[data-id=d76b18] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=d76b18] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d76b18] .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id=d76b18] .services-section {
    padding: 60px 20px;
  }
}.strip[data-id="57bd16"] {
  --section-id: "57bd16";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/57bd16";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/57bd16";
}
.strip[data-id="57bd16"] .services-section {
  background-color: rgba(139, 168, 137, 0.05);
  padding: 100px 20px;
  width: 100%;
}
.strip[data-id="57bd16"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="57bd16"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="57bd16"] .section-header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2C3E50;
  margin: 0 0 15px 0;
}
.strip[data-id="57bd16"] .decorative-line {
  width: 60px;
  height: 4px;
  background-color: #8BA889;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id="57bd16"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="57bd16"] .service-card {
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="57bd16"] .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="57bd16"] .icon-wrapper {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(139, 168, 137, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="57bd16"] .icon-wrapper i {
  font-size: 48px;
  color: #2C3E50;
  transition: color 0.3s ease;
}
.strip[data-id="57bd16"] .service-card:hover .icon-wrapper {
  border-color: #8BA889;
  background-color: rgba(139, 168, 137, 0.05);
}
.strip[data-id="57bd16"] .service-card:hover .icon-wrapper i {
  color: #8BA889;
}
.strip[data-id="57bd16"] .card-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2C3E50;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.strip[data-id="57bd16"] .card-content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2C3E50;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .strip[data-id="57bd16"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="57bd16"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="57bd16"] .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="57bd16"] .services-section {
    padding: 60px 20px;
  }
}.strip[data-id=eaea81] {
  --section-id: "eaea81";
  --storage-url: "https://test-gk9rgxeq.praweb.cz/_section/eaea81";
  --public-url: "https://test-gk9rgxeq.praweb.cz/_section/eaea81";
}
.strip[data-id=eaea81] .about-me-section {
  background-color: #FDFBF7;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #333;
}
.strip[data-id=eaea81] .grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: linear-gradient(#8BA889 1px, transparent 1px), linear-gradient(90deg, #8BA889 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=eaea81] .container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=eaea81] .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=eaea81] .image-column {
  position: relative;
}
.strip[data-id=eaea81] .image-parallax-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.1s ease-out;
  background-color: #eee;
}
.strip[data-id=eaea81] .image-parallax-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id=eaea81] h2 {
  font-family: "Lora", serif;
  font-size: 42px;
  color: #33475b;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top: 0;
}
.strip[data-id=eaea81] .intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}
.strip[data-id=eaea81] .philosophy-block {
  margin-bottom: 40px;
}
.strip[data-id=eaea81] .philosophy-block h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  color: #33475b;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id=eaea81] .philosophy-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.strip[data-id=eaea81] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=eaea81] .features-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #33475b;
}
.strip[data-id=eaea81] .leaf-icon {
  width: 24px;
  height: 24px;
  background-color: #8BA889;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .strip[data-id=eaea81] .content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=eaea81] .image-column {
    order: 2;
  }
  .strip[data-id=eaea81] .text-column {
    order: 1;
  }
  .strip[data-id=eaea81] .about-me-section {
    padding: 80px 20px;
  }
  .strip[data-id=eaea81] h2 {
    font-size: 34px;
  }
  .strip[data-id=eaea81] .image-parallax-wrapper {
    transform: none !important;
  }
}