
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="3993d9"] {
  --section-id: "3993d9";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/3993d9";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/3993d9";
}
.strip[data-id="3993d9"] .loxel-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid hsl(48, 25%, 88%);
  box-shadow: 0 8px 24px rgba(20, 28, 24, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: repeating-linear-gradient(132deg, rgba(239, 242, 237, 0.32) 0, rgba(239, 242, 237, 0.32) 1px, transparent 1px, transparent 18px);
}
.strip[data-id="3993d9"] .loxel-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
}
.strip[data-id="3993d9"] .loxel-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 200ms ease;
}
.strip[data-id="3993d9"] .loxel-brand:hover {
  transform: translateY(-2px);
}
.strip[data-id="3993d9"] .loxel-brand img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.strip[data-id="3993d9"] .loxel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
  flex: 1 1 auto;
}
.strip[data-id="3993d9"] .loxel-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 4px 0;
  color: hsl(150, 12%, 22%);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 200ms ease;
}
.strip[data-id="3993d9"] .loxel-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background-color: hsl(96, 78%, 43%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease;
}
.strip[data-id="3993d9"] .loxel-nav__link:hover, .strip[data-id="3993d9"] .loxel-nav__link.is-active {
  color: hsl(96, 78%, 43%);
}
.strip[data-id="3993d9"] .loxel-nav__link:hover::after, .strip[data-id="3993d9"] .loxel-nav__link.is-active::after {
  transform: scaleX(1);
}
.strip[data-id="3993d9"] .loxel-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.strip[data-id="3993d9"] .loxel-phone, .strip[data-id="3993d9"] .loxel-mobile-menu__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 8px;
  color: #fff;
  background-color: hsl(96, 78%, 43%);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, transform 180ms ease;
}
.strip[data-id="3993d9"] .loxel-phone:hover, .strip[data-id="3993d9"] .loxel-mobile-menu__phone:hover {
  background-color: hsl(96, 78%, 36%);
  transform: translateY(-2px);
}
.strip[data-id="3993d9"] .loxel-phone__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.strip[data-id="3993d9"] .loxel-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid hsl(150, 12%, 84%);
  border-radius: 8px;
  color: hsl(150, 12%, 22%);
  background: #fff;
  cursor: pointer;
}
.strip[data-id="3993d9"] .loxel-menu-toggle svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="3993d9"] .loxel-menu-toggle__close {
  display: none;
}
.strip[data-id="3993d9"] .loxel-menu-toggle[aria-expanded=true] .loxel-menu-toggle__open {
  display: none;
}
.strip[data-id="3993d9"] .loxel-menu-toggle[aria-expanded=true] .loxel-menu-toggle__close {
  display: block;
}
.strip[data-id="3993d9"] .loxel-mobile-menu {
  display: none;
}
@media (max-width: 900px) {
  .strip[data-id="3993d9"] .loxel-header__inner {
    gap: 18px;
  }
  .strip[data-id="3993d9"] .loxel-nav {
    gap: 16px;
  }
  .strip[data-id="3993d9"] .loxel-nav__link {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .strip[data-id="3993d9"] .loxel-phone {
    padding: 0 13px;
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .strip[data-id="3993d9"] .loxel-header__inner {
    min-height: 68px;
    padding: 10px 16px;
  }
  .strip[data-id="3993d9"] .loxel-brand, .strip[data-id="3993d9"] .loxel-brand img {
    width: 44px;
    height: 44px;
  }
  .strip[data-id="3993d9"] .loxel-nav {
    display: none;
  }
  .strip[data-id="3993d9"] .loxel-header__actions {
    margin-left: auto;
  }
  .strip[data-id="3993d9"] .loxel-phone {
    min-height: 42px;
    padding: 0 11px;
    font-size: 0;
  }
  .strip[data-id="3993d9"] .loxel-phone__icon {
    width: 19px;
    height: 19px;
  }
  .strip[data-id="3993d9"] .loxel-menu-toggle {
    display: inline-flex;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu {
    padding: 8px 16px 18px;
    border-top: 1px solid hsl(48, 25%, 92%);
    background: #fff;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu.is-open {
    display: block;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__nav {
    display: flex;
    flex-direction: column;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 8px;
    border-bottom: 1px solid hsl(48, 25%, 92%);
    color: hsl(150, 12%, 22%);
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__nav a.is-active {
    color: hsl(96, 78%, 43%);
    background: hsl(96, 78%, 97%);
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__nav a:hover {
    color: hsl(96, 78%, 43%);
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__phone {
    width: 100%;
    margin-top: 14px;
  }
  .strip[data-id="3993d9"] .loxel-mobile-menu__phone svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 360px) {
  .strip[data-id="3993d9"] .loxel-header__inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .strip[data-id="3993d9"] .loxel-header__actions {
    gap: 7px;
  }
}.strip[data-id=fda6f7] {
  --section-id: "fda6f7";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/fda6f7";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/fda6f7";
}
.strip[data-id=fda6f7] .electro-hero {
  position: relative;
  overflow: hidden;
  background: hsl(0, 0%, 100%);
  color: hsl(150, 14%, 13%);
  padding: 112px 24px 96px;
  isolation: isolate;
}
.strip[data-id=fda6f7] .electro-hero__decor {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 46%;
  height: 62%;
  background: hsl(42, 38%, 94%);
  border-bottom-left-radius: 120px;
}
.strip[data-id=fda6f7] .electro-hero__decor::after {
  content: "";
  position: absolute;
  inset: 30px 40px auto auto;
  width: 180px;
  height: 180px;
  opacity: 0.16;
  background-image: radial-gradient(hsl(96, 78%, 43%) 1px, transparent 1px);
  background-size: 12px 12px;
}
.strip[data-id=fda6f7] .electro-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=fda6f7] .electro-hero__content {
  animation: electro-rise 0.7s ease-out both;
}
.strip[data-id=fda6f7] .electro-hero__eyebrow {
  margin: 0 0 22px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
.strip[data-id=fda6f7] .electro-hero h1 {
  max-width: 620px;
  margin: 0;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.strip[data-id=fda6f7] .electro-hero__signature {
  margin: 24px 0 30px;
  color: hsl(150, 10%, 42%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.strip[data-id=fda6f7] .electro-hero__intro {
  max-width: 570px;
}
.strip[data-id=fda6f7] .electro-hero p {
  margin: 0 0 17px;
  color: hsl(150, 10%, 28%);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id=fda6f7] .electro-hero__actions {
  margin: 30px 0 31px;
}
.strip[data-id=fda6f7] .electro-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-radius: 6px;
  background: hsl(96, 78%, 43%);
  color: hsl(0, 0%, 100%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.strip[data-id=fda6f7] .electro-hero__cta span {
  display: inline-block;
  font-size: 20px;
  line-height: 12px;
  transition: transform 0.2s ease;
}
.strip[data-id=fda6f7] .electro-hero__cta:hover {
  background: hsl(96, 78%, 36%);
  transform: translateY(-2px);
}
.strip[data-id=fda6f7] .electro-hero__cta:hover span {
  transform: translateX(4px);
}
.strip[data-id=fda6f7] .electro-hero__anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin: 0 0 34px;
}
.strip[data-id=fda6f7] .electro-hero__anchor {
  display: flex;
  align-items: center;
  gap: 9px;
  color: hsl(150, 10%, 30%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.strip[data-id=fda6f7] .electro-hero__icon {
  display: inline-flex;
  width: 23px;
  height: 23px;
  color: hsl(96, 78%, 36%);
}
.strip[data-id=fda6f7] .electro-hero__icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=fda6f7] .electro-hero__investment {
  max-width: 590px;
  padding: 20px 22px 18px 20px;
  border-left: 4px solid hsl(96, 78%, 43%);
  background: hsl(42, 38%, 94%);
}
.strip[data-id=fda6f7] .electro-hero__investment-label {
  margin: 0 0 8px;
  color: hsl(150, 14%, 13%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.strip[data-id=fda6f7] .electro-hero__investment p {
  margin: 0;
  color: hsl(150, 14%, 22%);
  font-size: 14px;
  line-height: 1.7;
}
.strip[data-id=fda6f7] .electro-hero__visual {
  position: relative;
  animation: electro-rise 0.8s 0.12s ease-out both;
}
.strip[data-id=fda6f7] .electro-hero__image-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 800px);
  margin-left: auto;
  aspect-ratio: 800/744;
  overflow: visible;
}
.strip[data-id=fda6f7] .electro-hero__image-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border: 2px solid hsl(96, 78%, 43%);
}
.strip[data-id=fda6f7] .electro-hero__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  box-shadow: 0 22px 60px rgba(23, 36, 29, 0.16);
}
.strip[data-id=fda6f7] .electro-hero__diagram {
  position: absolute;
  z-index: 2;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(80, 153, 24, 0.42);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
}
.strip[data-id=fda6f7] .electro-hero__diagram span, .strip[data-id=fda6f7] .electro-hero__diagram i, .strip[data-id=fda6f7] .electro-hero__diagram b {
  position: absolute;
  display: block;
  background: hsl(96, 78%, 43%);
}
.strip[data-id=fda6f7] .electro-hero__diagram span {
  top: 20px;
  left: 20px;
  width: 43px;
  height: 1px;
}
.strip[data-id=fda6f7] .electro-hero__diagram i {
  top: 20px;
  left: 20px;
  width: 1px;
  height: 43px;
}
.strip[data-id=fda6f7] .electro-hero__diagram b {
  right: 19px;
  bottom: 19px;
  width: 25px;
  height: 25px;
  border: 1px solid hsl(96, 78%, 43%);
  background: transparent;
}
.strip[data-id=fda6f7] .electro-hero__diagram--top {
  top: -30px;
  right: -28px;
}
.strip[data-id=fda6f7] .electro-hero__diagram--bottom {
  right: -30px;
  bottom: 24px;
  transform: rotate(45deg);
}
@keyframes electro-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  .strip[data-id=fda6f7] .electro-hero {
    padding: 88px 24px 76px;
  }
  .strip[data-id=fda6f7] .electro-hero__container {
    gap: 48px;
  }
  .strip[data-id=fda6f7] .electro-hero h1 {
    font-size: 44px;
  }
  .strip[data-id=fda6f7] .electro-hero p {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .strip[data-id=fda6f7] .electro-hero {
    padding: 70px 20px 60px;
  }
  .strip[data-id=fda6f7] .electro-hero__decor {
    width: 75%;
    height: 35%;
    border-bottom-left-radius: 70px;
  }
  .strip[data-id=fda6f7] .electro-hero__decor::after {
    right: 20px;
    width: 120px;
    height: 120px;
  }
  .strip[data-id=fda6f7] .electro-hero__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
  .strip[data-id=fda6f7] .electro-hero h1 {
    max-width: 520px;
    font-size: 38px;
  }
  .strip[data-id=fda6f7] .electro-hero__signature {
    margin: 20px 0 24px;
  }
  .strip[data-id=fda6f7] .electro-hero p {
    font-size: 16px;
    line-height: 1.62;
  }
  .strip[data-id=fda6f7] .electro-hero__actions {
    margin: 26px 0 28px;
  }
  .strip[data-id=fda6f7] .electro-hero__anchors {
    gap: 16px 20px;
    margin-bottom: 28px;
  }
  .strip[data-id=fda6f7] .electro-hero__investment {
    padding: 18px 16px 16px;
  }
  .strip[data-id=fda6f7] .electro-hero__visual {
    width: 100%;
  }
  .strip[data-id=fda6f7] .electro-hero__image-frame {
    width: 100%;
    margin: 0;
    aspect-ratio: 800/744;
  }
  .strip[data-id=fda6f7] .electro-hero__image-frame::after {
    right: -10px;
    bottom: -10px;
  }
  .strip[data-id=fda6f7] .electro-hero__diagram {
    transform: scale(0.75);
  }
  .strip[data-id=fda6f7] .electro-hero__diagram--top {
    top: -25px;
    right: -24px;
  }
  .strip[data-id=fda6f7] .electro-hero__diagram--bottom {
    right: -24px;
    bottom: 10px;
    transform: rotate(45deg) scale(0.75);
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=fda6f7] .electro-hero__content, .strip[data-id=fda6f7] .electro-hero__visual {
    animation: none;
  }
  .strip[data-id=fda6f7] .electro-hero__cta, .strip[data-id=fda6f7] .electro-hero__cta span {
    transition: none;
  }
}.strip[data-id="71fbf3"] {
  --section-id: "71fbf3";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/71fbf3";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/71fbf3";
}
.strip[data-id="71fbf3"] .services-section {
  position: relative;
  overflow: hidden;
  background: hsl(42, 38%, 94%);
  padding: 104px 24px 112px;
  color: hsl(150, 14%, 13%);
}
.strip[data-id="71fbf3"] .services-section::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 190px;
  height: 1px;
  background: hsl(96, 78%, 43%);
  opacity: 0.65;
}
.strip[data-id="71fbf3"] .services-section__container {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="71fbf3"] .services-section__heading {
  margin: 0 0 28px;
}
.strip[data-id="71fbf3"] .services-section__label {
  margin: 0 0 18px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id="71fbf3"] .services-section h2 {
  margin: 0;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}
.strip[data-id="71fbf3"] .services-section__rule {
  width: 54px;
  height: 4px;
  margin: 22px 0 0;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="71fbf3"] .services-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.strip[data-id="71fbf3"] .service-card {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  gap: 14px;
  padding: 15px 38px 15px 17px;
  border: 1px solid hsl(42, 20%, 86%);
  border-radius: 10px;
  background: hsl(0, 0%, 100%);
  color: hsl(150, 14%, 20%);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id="71fbf3"] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  border-radius: 10px 0 0 10px;
  background: hsl(96, 78%, 43%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s ease;
}
.strip[data-id="71fbf3"] .service-card:hover {
  border-color: hsl(96, 78%, 43%);
  box-shadow: 0 9px 20px rgba(20, 28, 24, 0.08);
  transform: translateY(-3px);
}
.strip[data-id="71fbf3"] .service-card:hover::before {
  transform: scaleY(1);
}
.strip[data-id="71fbf3"] .service-card__icon {
  display: inline-flex;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: hsl(96, 78%, 36%);
}
.strip[data-id="71fbf3"] .service-card__icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="71fbf3"] .service-card__number {
  position: absolute;
  top: 10px;
  right: 12px;
  color: hsl(150, 10%, 68%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.strip[data-id="71fbf3"] .services-section__visual {
  position: relative;
  align-self: center;
  padding: 18px 20px 30px 0;
  animation: services-rise 0.75s 0.12s ease-out both;
}
.strip[data-id="71fbf3"] .services-section__image-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  aspect-ratio: 800/615;
  margin: 0 auto;
}
.strip[data-id="71fbf3"] .services-section__image-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -17px;
  right: -17px;
  width: 72%;
  height: 72%;
  border: 2px solid hsl(96, 78%, 43%);
}
.strip[data-id="71fbf3"] .services-section__image-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -14px;
  left: 18px;
  width: 90px;
  height: 90px;
  border-left: 2px solid hsl(96, 78%, 43%);
  border-bottom: 2px solid hsl(96, 78%, 43%);
}
.strip[data-id="71fbf3"] .services-section__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(20, 28, 24, 0.14);
}
.strip[data-id="71fbf3"] .services-section__tag {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(20, 28, 24, 0.62);
  color: hsl(0, 0%, 100%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.strip[data-id="71fbf3"] .services-section__technical-mark {
  position: absolute;
  right: -12px;
  top: 2%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(80, 153, 24, 0.46);
  background: rgba(255, 255, 255, 0.48);
}
.strip[data-id="71fbf3"] .services-section__technical-mark span, .strip[data-id="71fbf3"] .services-section__technical-mark i, .strip[data-id="71fbf3"] .services-section__technical-mark b {
  position: absolute;
  display: block;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="71fbf3"] .services-section__technical-mark span {
  top: 14px;
  left: 14px;
  width: 28px;
  height: 1px;
}
.strip[data-id="71fbf3"] .services-section__technical-mark i {
  top: 14px;
  left: 14px;
  width: 1px;
  height: 28px;
}
.strip[data-id="71fbf3"] .services-section__technical-mark b {
  right: 11px;
  bottom: 11px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(96, 78%, 43%);
  background: transparent;
}
@keyframes services-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  .strip[data-id="71fbf3"] .services-section {
    padding: 84px 24px 90px;
  }
  .strip[data-id="71fbf3"] .services-section__container {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 42px;
  }
  .strip[data-id="71fbf3"] .services-section h2 {
    font-size: 42px;
  }
  .strip[data-id="71fbf3"] .services-section__grid {
    gap: 8px;
  }
  .strip[data-id="71fbf3"] .service-card {
    font-size: 12px;
  }
}
@media (max-width: 720px) {
  .strip[data-id="71fbf3"] .services-section {
    padding: 72px 20px 78px;
  }
  .strip[data-id="71fbf3"] .services-section__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 56px;
  }
  .strip[data-id="71fbf3"] .services-section h2 {
    font-size: 40px;
  }
  .strip[data-id="71fbf3"] .services-section__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .strip[data-id="71fbf3"] .service-card {
    min-height: 68px;
    font-size: 13px;
    padding-right: 42px;
  }
  .strip[data-id="71fbf3"] .services-section__visual {
    order: 2;
    padding: 14px 10px 24px 0;
  }
  .strip[data-id="71fbf3"] .services-section__image-wrap {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .strip[data-id="71fbf3"] .services-section__image-wrap img {
    max-width: 100%;
  }
  .strip[data-id="71fbf3"] .services-section__technical-mark {
    right: -3px;
    top: -5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="71fbf3"] .services-section__visual {
    animation: none;
  }
  .strip[data-id="71fbf3"] .service-card {
    transition: none;
  }
}.strip[data-id=af0a81] {
  --section-id: "af0a81";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/af0a81";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/af0a81";
}
.strip[data-id=af0a81] .loxone-section {
  position: relative;
  overflow: hidden;
  background: hsl(150, 18%, 10%);
  color: hsl(0, 0%, 96%);
  padding: 122px 24px 128px;
}
.strip[data-id=af0a81] .loxone-section__grid-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.42;
  background-image: linear-gradient(hsl(150, 12%, 19%) 1px, transparent 1px), linear-gradient(90deg, hsl(150, 12%, 19%) 1px, transparent 1px);
  background-size: 72px 72px;
}
.strip[data-id=af0a81] .loxone-section__glow {
  position: absolute;
  border-radius: 50%;
  background: hsl(96, 78%, 43%);
  filter: blur(80px);
  opacity: 0.1;
  pointer-events: none;
}
.strip[data-id=af0a81] .loxone-section__glow--one {
  top: 9%;
  right: 14%;
  width: 210px;
  height: 210px;
}
.strip[data-id=af0a81] .loxone-section__glow--two {
  bottom: 8%;
  left: 8%;
  width: 170px;
  height: 170px;
  opacity: 0.07;
}
.strip[data-id=af0a81] .loxone-section__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  gap: 64px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=af0a81] .loxone-section__copy {
  animation: loxone-fade-up 0.7s ease-out both;
}
.strip[data-id=af0a81] .loxone-section__eyebrow {
  margin: 0 0 20px;
  color: hsl(96, 78%, 52%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id=af0a81] .loxone-section h2 {
  margin: 0;
  color: hsl(96, 78%, 52%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.strip[data-id=af0a81] .loxone-section__accent {
  width: 72px;
  height: 3px;
  margin: 24px 0 34px;
  background: hsl(96, 78%, 52%);
  box-shadow: 0 0 16px rgba(145, 225, 55, 0.55);
}
.strip[data-id=af0a81] .loxone-section__paragraphs {
  max-width: 690px;
}
.strip[data-id=af0a81] .loxone-section p {
  margin: 0 0 22px;
  color: hsl(0, 0%, 88%);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.strip[data-id=af0a81] .loxone-section__diagram-area {
  position: relative;
  align-self: center;
  padding: 12px 0 22px;
  animation: loxone-fade-up 0.8s 0.12s ease-out both;
}
.strip[data-id=af0a81] .loxone-diagram {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 520/430;
  margin: 0 auto;
}
.strip[data-id=af0a81] .loxone-diagram__lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strip[data-id=af0a81] .loxone-diagram__line {
  stroke: hsl(96, 78%, 43%);
  stroke-width: 1;
  stroke-dasharray: 5 8;
  opacity: 0.62;
  animation: loxone-flow 4s linear infinite;
}
.strip[data-id=af0a81] .loxone-diagram__house {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 138px;
  border: 1px solid hsl(96, 78%, 52%);
  border-radius: 50%;
  background: rgba(145, 225, 55, 0.08);
  color: hsl(96, 78%, 52%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 32px rgba(145, 225, 55, 0.14), inset 0 0 25px rgba(145, 225, 55, 0.06);
}
.strip[data-id=af0a81] .loxone-diagram__house svg {
  width: 72px;
  height: 72px;
}
.strip[data-id=af0a81] .loxone-diagram__house span {
  margin-top: -3px;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.strip[data-id=af0a81] .loxone-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(0, 0%, 92%);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.strip[data-id=af0a81] .loxone-node__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(145, 225, 55, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: hsl(96, 78%, 52%);
  box-shadow: 0 0 18px rgba(145, 225, 55, 0.08);
}
.strip[data-id=af0a81] .loxone-node__icon svg {
  width: 21px;
  height: 21px;
}
.strip[data-id=af0a81] .loxone-node--light {
  top: 3%;
  left: 3%;
}
.strip[data-id=af0a81] .loxone-node--heat {
  top: 3%;
  right: 0;
}
.strip[data-id=af0a81] .loxone-node--shade {
  top: 47%;
  left: -2%;
}
.strip[data-id=af0a81] .loxone-node--security {
  top: 47%;
  right: -7%;
}
.strip[data-id=af0a81] .loxone-node--energy {
  bottom: 3%;
  left: 9%;
}
.strip[data-id=af0a81] .loxone-node--control {
  right: 4%;
  bottom: 3%;
}
.strip[data-id=af0a81] .loxone-section__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  color: hsl(96, 45%, 62%);
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.strip[data-id=af0a81] .loxone-section__legend span {
  display: block;
  width: 23px;
  height: 1px;
  background: hsl(96, 78%, 43%);
}
.strip[data-id=af0a81] .loxone-section__cards {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 4px;
}
.strip[data-id=af0a81] .loxone-card {
  min-height: 170px;
  padding: 24px 25px 22px;
  border: 1px solid rgba(145, 225, 55, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.strip[data-id=af0a81] .loxone-card:hover {
  border-color: hsl(96, 78%, 52%);
  box-shadow: 0 0 28px rgba(145, 225, 55, 0.15);
  transform: translateY(-4px);
}
.strip[data-id=af0a81] .loxone-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 21px;
  border: 1px solid hsl(96, 78%, 43%);
  border-radius: 50%;
  color: hsl(96, 78%, 52%);
}
.strip[data-id=af0a81] .loxone-card__icon svg {
  width: 22px;
  height: 22px;
}
.strip[data-id=af0a81] .loxone-card h3 {
  margin: 0 0 10px;
  color: hsl(0, 0%, 98%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id=af0a81] .loxone-card p {
  margin: 0;
  color: hsl(0, 0%, 73%);
  font-size: 13px;
  line-height: 1.6;
}
@keyframes loxone-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loxone-flow {
  to {
    stroke-dashoffset: -52;
  }
}
@media (max-width: 980px) {
  .strip[data-id=af0a81] .loxone-section {
    padding: 92px 24px 100px;
  }
  .strip[data-id=af0a81] .loxone-section__container {
    gap: 44px;
  }
  .strip[data-id=af0a81] .loxone-section h2 {
    font-size: 56px;
  }
  .strip[data-id=af0a81] .loxone-section__paragraphs p {
    font-size: 15px;
  }
  .strip[data-id=af0a81] .loxone-node {
    font-size: 9px;
  }
}
@media (max-width: 720px) {
  .strip[data-id=af0a81] .loxone-section {
    padding: 76px 20px 82px;
  }
  .strip[data-id=af0a81] .loxone-section__container {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  .strip[data-id=af0a81] .loxone-section h2 {
    font-size: 48px;
  }
  .strip[data-id=af0a81] .loxone-section p {
    font-size: 15px;
    line-height: 1.7;
  }
  .strip[data-id=af0a81] .loxone-section__diagram-area {
    order: 2;
    padding: 0 4px;
  }
  .strip[data-id=af0a81] .loxone-diagram {
    max-width: 430px;
    aspect-ratio: 1/1.05;
  }
  .strip[data-id=af0a81] .loxone-diagram__house {
    width: 112px;
    height: 112px;
  }
  .strip[data-id=af0a81] .loxone-diagram__house svg {
    width: 60px;
    height: 60px;
  }
  .strip[data-id=af0a81] .loxone-diagram__lines {
    transform: scale(0.9);
  }
  .strip[data-id=af0a81] .loxone-node {
    gap: 5px;
    font-size: 8px;
    letter-spacing: 0.07em;
  }
  .strip[data-id=af0a81] .loxone-node__icon {
    width: 34px;
    height: 34px;
  }
  .strip[data-id=af0a81] .loxone-node__icon svg {
    width: 18px;
    height: 18px;
  }
  .strip[data-id=af0a81] .loxone-node--light {
    top: 1%;
    left: 0;
  }
  .strip[data-id=af0a81] .loxone-node--heat {
    top: 1%;
    right: 0;
  }
  .strip[data-id=af0a81] .loxone-node--shade {
    top: 48%;
    left: -2%;
  }
  .strip[data-id=af0a81] .loxone-node--security {
    top: 48%;
    right: -4%;
  }
  .strip[data-id=af0a81] .loxone-node--energy {
    bottom: 1%;
    left: 2%;
  }
  .strip[data-id=af0a81] .loxone-node--control {
    right: 0;
    bottom: 1%;
  }
  .strip[data-id=af0a81] .loxone-section__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }
  .strip[data-id=af0a81] .loxone-card {
    min-height: 0;
    padding: 21px 20px;
  }
  .strip[data-id=af0a81] .loxone-card__icon {
    margin-bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=af0a81] .loxone-section__copy, .strip[data-id=af0a81] .loxone-section__diagram-area {
    animation: none;
  }
  .strip[data-id=af0a81] .loxone-diagram__line {
    animation: none;
  }
  .strip[data-id=af0a81] .loxone-card {
    transition: none;
  }
}.strip[data-id=d7fb03] {
  --section-id: "d7fb03";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/d7fb03";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/d7fb03";
}
.strip[data-id=d7fb03] .values-section {
  position: relative;
  overflow: hidden;
  background: hsl(0, 0%, 100%);
  padding: 112px 24px 124px;
  color: hsl(150, 14%, 13%);
}
.strip[data-id=d7fb03] .values-section__orbit {
  position: absolute;
  top: -210px;
  right: -125px;
  width: 560px;
  height: 560px;
  border: 90px solid hsla(96, 78%, 43%, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id=d7fb03] .values-section__orbit::after {
  content: "";
  position: absolute;
  top: 194px;
  left: 80px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(96, 78%, 43%);
  box-shadow: 0 0 0 8px hsla(96, 78%, 43%, 0.08);
}
.strip[data-id=d7fb03] .values-section__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=d7fb03] .values-section__header {
  margin: 0 0 42px;
}
.strip[data-id=d7fb03] .values-section__eyebrow {
  margin: 0 0 18px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id=d7fb03] .values-section h2 {
  margin: 0;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.strip[data-id=d7fb03] .values-section__line {
  width: 58px;
  height: 4px;
  margin: 22px 0 0;
  background: hsl(96, 78%, 43%);
}
.strip[data-id=d7fb03] .values-section__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.strip[data-id=d7fb03] .value-card {
  grid-column: span 2;
  min-height: 222px;
  padding: 28px;
  border: 1px solid hsl(150, 10%, 88%);
  border-radius: 12px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 10px 30px rgba(20, 28, 24, 0.06);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  animation: values-rise 0.6s ease-out both;
}
.strip[data-id=d7fb03] .value-card:nth-child(4) {
  grid-column: 2/span 2;
  animation-delay: 0.08s;
}
.strip[data-id=d7fb03] .value-card:nth-child(5) {
  animation-delay: 0.16s;
}
.strip[data-id=d7fb03] .value-card:hover {
  border-color: hsl(96, 78%, 43%);
  box-shadow: 0 15px 34px rgba(20, 28, 24, 0.1);
  transform: translateY(-4px);
}
.strip[data-id=d7fb03] .value-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
}
.strip[data-id=d7fb03] .value-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: hsl(96, 78%, 43%);
  color: hsl(0, 0%, 100%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.22s ease;
}
.strip[data-id=d7fb03] .value-card:hover .value-card__number {
  transform: scale(1.1);
}
.strip[data-id=d7fb03] .value-card__icon {
  display: inline-flex;
  width: 23px;
  height: 23px;
  color: hsl(96, 78%, 36%);
  opacity: 0.85;
}
.strip[data-id=d7fb03] .value-card__icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=d7fb03] .values-section h3 {
  margin: 0 0 10px;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
}
.strip[data-id=d7fb03] .values-section p {
  margin: 0;
  color: hsl(150, 8%, 40%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
@keyframes values-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .strip[data-id=d7fb03] .values-section {
    padding: 90px 24px 100px;
  }
  .strip[data-id=d7fb03] .values-section h2 {
    font-size: 44px;
  }
  .strip[data-id=d7fb03] .value-card {
    padding: 24px;
  }
}
@media (max-width: 680px) {
  .strip[data-id=d7fb03] .values-section {
    padding: 74px 20px 82px;
  }
  .strip[data-id=d7fb03] .values-section__orbit {
    top: -110px;
    right: -220px;
    width: 440px;
    height: 440px;
    border-width: 70px;
  }
  .strip[data-id=d7fb03] .values-section__header {
    margin-bottom: 32px;
  }
  .strip[data-id=d7fb03] .values-section h2 {
    font-size: 40px;
  }
  .strip[data-id=d7fb03] .values-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .strip[data-id=d7fb03] .value-card, .strip[data-id=d7fb03] .value-card:nth-child(4) {
    grid-column: auto;
    min-height: 0;
    padding: 23px 22px;
  }
  .strip[data-id=d7fb03] .value-card__top {
    margin-bottom: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=d7fb03] .value-card {
    animation: none;
    transition: none;
  }
  .strip[data-id=d7fb03] .value-card__number {
    transition: none;
  }
}.strip[data-id="68fd14"] {
  --section-id: "68fd14";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/68fd14";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/68fd14";
}
.strip[data-id="68fd14"] .references-section {
  position: relative;
  overflow: hidden;
  background: hsl(42, 38%, 94%);
  padding: 112px 24px 124px;
  color: hsl(150, 14%, 13%);
}
.strip[data-id="68fd14"] .references-section::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 180px;
  height: 1px;
  background: hsl(96, 78%, 43%);
  opacity: 0.62;
}
.strip[data-id="68fd14"] .references-section__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="68fd14"] .references-section__header {
  margin: 0 0 42px;
}
.strip[data-id="68fd14"] .references-section__eyebrow {
  margin: 0 0 18px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id="68fd14"] .references-section h2 {
  margin: 0;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.strip[data-id="68fd14"] .references-section__line {
  width: 58px;
  height: 4px;
  margin: 22px 0 0;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="68fd14"] .references-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2vw, 26px);
}
.strip[data-id="68fd14"] .reference-tile {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  padding: 0;
  border: 2px solid hsl(150, 14%, 13%);
  border-radius: 8px;
  background: hsl(150, 14%, 13%);
  cursor: pointer;
  animation: references-rise 0.65s ease-out both;
}
.strip[data-id="68fd14"] .reference-tile--two {
  margin-top: 32px;
  animation-delay: 0.08s;
}
.strip[data-id="68fd14"] .reference-tile--three {
  margin-top: 12px;
  animation-delay: 0.14s;
}
.strip[data-id="68fd14"] .reference-tile--four {
  margin-top: 44px;
  animation-delay: 0.2s;
}
.strip[data-id="68fd14"] .reference-tile--five {
  margin-top: 20px;
  animation-delay: 0.26s;
}
.strip[data-id="68fd14"] .reference-tile img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 768px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.strip[data-id="68fd14"] .reference-tile__corner {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-top: 2px solid hsl(96, 78%, 43%);
  border-right: 2px solid hsl(96, 78%, 43%);
  pointer-events: none;
}
.strip[data-id="68fd14"] .reference-tile__corner::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="68fd14"] .reference-tile__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 28, 24, 0);
  transition: background 0.3s ease;
}
.strip[data-id="68fd14"] .reference-tile__zoom {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(96, 78%, 52%);
  border-radius: 50%;
  background: rgba(20, 28, 24, 0.72);
  color: hsl(96, 78%, 52%);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.strip[data-id="68fd14"] .reference-tile__zoom svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="68fd14"] .reference-tile:hover img, .strip[data-id="68fd14"] .reference-tile:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.62);
}
.strip[data-id="68fd14"] .reference-tile:hover .reference-tile__overlay, .strip[data-id="68fd14"] .reference-tile:focus-visible .reference-tile__overlay {
  background: rgba(20, 28, 24, 0.36);
}
.strip[data-id="68fd14"] .reference-tile:hover .reference-tile__zoom, .strip[data-id="68fd14"] .reference-tile:focus-visible .reference-tile__zoom {
  opacity: 1;
  transform: scale(1);
}
.strip[data-id="68fd14"] .reference-tile:focus-visible {
  outline: 3px solid hsl(96, 78%, 43%);
  outline-offset: 4px;
}
.strip[data-id="68fd14"] .reference-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 13, 10, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.strip[data-id="68fd14"] .reference-lightbox[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}
.strip[data-id="68fd14"] .reference-lightbox__backdrop {
  position: absolute;
  inset: 0;
}
.strip[data-id="68fd14"] .reference-lightbox__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  height: min(100%, 900px);
}
.strip[data-id="68fd14"] .reference-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 2px solid hsl(96, 78%, 43%);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
}
.strip[data-id="68fd14"] .reference-lightbox__close, .strip[data-id="68fd14"] .reference-lightbox__arrow {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(145, 225, 55, 0.65);
  border-radius: 50%;
  background: hsl(150, 14%, 13%);
  color: hsl(96, 78%, 52%);
  cursor: pointer;
}
.strip[data-id="68fd14"] .reference-lightbox__close {
  top: -20px;
  right: -20px;
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 1;
}
.strip[data-id="68fd14"] .reference-lightbox__arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-50%);
}
.strip[data-id="68fd14"] .reference-lightbox__arrow--prev {
  left: -70px;
}
.strip[data-id="68fd14"] .reference-lightbox__arrow--next {
  right: -70px;
}
.strip[data-id="68fd14"] .reference-lightbox__close:hover, .strip[data-id="68fd14"] .reference-lightbox__arrow:hover {
  background: hsl(96, 78%, 43%);
  color: hsl(0, 0%, 100%);
}
.strip[data-id="68fd14"] .reference-lightbox__counter {
  position: absolute;
  bottom: -30px;
  left: 50%;
  color: hsl(0, 0%, 90%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}
@keyframes references-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .strip[data-id="68fd14"] .references-section {
    padding: 90px 24px 100px;
  }
  .strip[data-id="68fd14"] .references-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .strip[data-id="68fd14"] .reference-tile--four, .strip[data-id="68fd14"] .reference-tile--five {
    margin-top: 22px;
  }
  .strip[data-id="68fd14"] .reference-lightbox__arrow--prev {
    left: 12px;
  }
  .strip[data-id="68fd14"] .reference-lightbox__arrow--next {
    right: 12px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="68fd14"] .references-section {
    padding: 76px 20px 84px;
  }
  .strip[data-id="68fd14"] .references-section h2 {
    font-size: 44px;
  }
  .strip[data-id="68fd14"] .references-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .strip[data-id="68fd14"] .reference-tile--two, .strip[data-id="68fd14"] .reference-tile--four {
    margin-top: 22px;
  }
  .strip[data-id="68fd14"] .reference-tile--three, .strip[data-id="68fd14"] .reference-tile--five {
    margin-top: 0;
  }
  .strip[data-id="68fd14"] .reference-lightbox {
    padding: 20px;
  }
  .strip[data-id="68fd14"] .reference-lightbox__content {
    width: 100%;
    height: 86%;
  }
  .strip[data-id="68fd14"] .reference-lightbox__close {
    top: -48px;
    right: 0;
  }
  .strip[data-id="68fd14"] .reference-lightbox__arrow--prev {
    left: -7px;
  }
  .strip[data-id="68fd14"] .reference-lightbox__arrow--next {
    right: -7px;
  }
}
@media (max-width: 380px) {
  .strip[data-id="68fd14"] .references-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .strip[data-id="68fd14"] .reference-tile, .strip[data-id="68fd14"] .reference-tile--two, .strip[data-id="68fd14"] .reference-tile--three, .strip[data-id="68fd14"] .reference-tile--four, .strip[data-id="68fd14"] .reference-tile--five {
    width: min(100%, 290px);
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="68fd14"] .reference-tile {
    animation: none;
  }
  .strip[data-id="68fd14"] .reference-tile img, .strip[data-id="68fd14"] .reference-tile__overlay, .strip[data-id="68fd14"] .reference-tile__zoom, .strip[data-id="68fd14"] .reference-lightbox {
    transition: none;
  }
}.strip[data-id="9a4ab4"] {
  --section-id: "9a4ab4";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/9a4ab4";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/9a4ab4";
}
.strip[data-id="9a4ab4"] .contact-section {
  position: relative;
  overflow: hidden;
  background: hsl(42, 38%, 94%);
  padding: 108px 24px 124px;
  color: hsl(150, 14%, 13%);
}
.strip[data-id="9a4ab4"] .contact-section::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 180px;
  height: 1px;
  background: hsl(96, 78%, 43%);
  opacity: 0.62;
}
.strip[data-id="9a4ab4"] .contact-section__container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="9a4ab4"] .contact-section__header {
  margin: 0 0 44px;
}
.strip[data-id="9a4ab4"] .contact-section__eyebrow {
  margin: 0 0 18px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id="9a4ab4"] .contact-section h2 {
  margin: 0;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.strip[data-id="9a4ab4"] .contact-section__line {
  width: 58px;
  height: 4px;
  margin: 22px 0 0;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="9a4ab4"] .contact-section__layout {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: start;
}
.strip[data-id="9a4ab4"] .contact-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 14px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 16px 40px rgba(20, 28, 24, 0.1);
}
.strip[data-id="9a4ab4"] .contact-card__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: hsl(96, 78%, 43%);
}
.strip[data-id="9a4ab4"] .contact-card__eyebrow {
  margin: 0 0 20px;
  color: hsl(96, 78%, 36%);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.strip[data-id="9a4ab4"] .contact-card h3 {
  margin: 0 0 30px;
  color: hsl(150, 14%, 13%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
.strip[data-id="9a4ab4"] .contact-card__items {
  display: grid;
  gap: 22px;
}
.strip[data-id="9a4ab4"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.strip[data-id="9a4ab4"] .contact-item__icon {
  display: inline-flex;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  color: hsl(96, 78%, 43%);
}
.strip[data-id="9a4ab4"] .contact-item__icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="9a4ab4"] .contact-item__label, .strip[data-id="9a4ab4"] .contact-card__area-label {
  margin: 0 0 5px;
  color: hsl(150, 10%, 48%);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.strip[data-id="9a4ab4"] .contact-item__value {
  color: hsl(150, 14%, 18%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}
.strip[data-id="9a4ab4"] .contact-item__value a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.strip[data-id="9a4ab4"] .contact-item__value a:hover {
  color: hsl(96, 78%, 36%);
  border-color: hsl(96, 78%, 43%);
}
.strip[data-id="9a4ab4"] .contact-card__area {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid hsl(150, 10%, 90%);
}
.strip[data-id="9a4ab4"] .contact-card__area p {
  margin: 0;
  color: hsl(150, 8%, 34%);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.strip[data-id="9a4ab4"] .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 0 0 28px;
}
.strip[data-id="9a4ab4"] .contact-form__row {
  display: flex;
  flex-direction: column;
}
.strip[data-id="9a4ab4"] .contact-form__row:nth-child(4) {
  grid-column: 1/-1;
}
.strip[data-id="9a4ab4"] .contact-form label {
  margin: 0 0 8px;
  color: hsl(150, 14%, 18%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
}
.strip[data-id="9a4ab4"] .contact-form input, .strip[data-id="9a4ab4"] .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid hsl(150, 10%, 82%);
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  color: hsl(150, 14%, 13%);
  font: 15px/1.4 Inter, Arial, sans-serif;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id="9a4ab4"] .contact-form input {
  height: 52px;
  padding: 0 15px;
}
.strip[data-id="9a4ab4"] .contact-form textarea {
  min-height: 150px;
  padding: 14px 15px;
  resize: vertical;
}
.strip[data-id="9a4ab4"] .contact-form input::placeholder, .strip[data-id="9a4ab4"] .contact-form textarea::placeholder {
  color: hsl(150, 8%, 58%);
}
.strip[data-id="9a4ab4"] .contact-form input:focus, .strip[data-id="9a4ab4"] .contact-form textarea:focus {
  border-color: hsl(96, 78%, 43%);
  box-shadow: 0 0 0 3px rgba(105, 195, 25, 0.14);
}
.strip[data-id="9a4ab4"] .contact-form__submit {
  display: inline-flex;
  grid-column: 1/-1;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 14px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  background: hsl(96, 78%, 43%);
  color: hsl(0, 0%, 100%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="9a4ab4"] .contact-form__submit span {
  font-size: 20px;
  transition: transform 0.2s ease;
}
.strip[data-id="9a4ab4"] .contact-form__submit:hover {
  background: hsl(96, 78%, 36%);
  transform: translateY(-2px);
}
.strip[data-id="9a4ab4"] .contact-form__submit:hover span {
  transform: translateX(4px);
}
.strip[data-id="9a4ab4"] .contact-form__status {
  display: none;
  grid-column: 1/-1;
  margin: 0;
  padding: 13px 15px;
  border-left: 3px solid hsl(96, 78%, 43%);
  background: rgba(105, 195, 25, 0.1);
  color: hsl(150, 14%, 22%);
  font: 14px/1.5 Inter, Arial, sans-serif;
}
.strip[data-id="9a4ab4"] .contact-form__status.is-visible {
  display: block;
}
.strip[data-id="9a4ab4"] .contact-map {
  overflow: hidden;
  border: 1px solid hsl(150, 10%, 84%);
  border-radius: 12px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 12px 30px rgba(20, 28, 24, 0.07);
}
.strip[data-id="9a4ab4"] .contact-map__header {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 17px;
  color: hsl(150, 14%, 18%);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 750;
}
.strip[data-id="9a4ab4"] .contact-map__pin {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: hsl(96, 78%, 43%);
}
.strip[data-id="9a4ab4"] .contact-map__pin svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="9a4ab4"] .contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
@media (max-width: 820px) {
  .strip[data-id="9a4ab4"] .contact-section {
    padding: 88px 24px 100px;
  }
  .strip[data-id="9a4ab4"] .contact-section__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .strip[data-id="9a4ab4"] .contact-section__form-area {
    display: grid;
    gap: 12px;
  }
  .strip[data-id="9a4ab4"] .contact-map {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .strip[data-id="9a4ab4"] .contact-section {
    padding: 74px 20px 82px;
  }
  .strip[data-id="9a4ab4"] .contact-section h2 {
    font-size: 40px;
  }
  .strip[data-id="9a4ab4"] .contact-card {
    padding: 27px 22px;
  }
  .strip[data-id="9a4ab4"] .contact-card h3 {
    font-size: 20px;
  }
  .strip[data-id="9a4ab4"] .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="9a4ab4"] .contact-form__row:nth-child(4), .strip[data-id="9a4ab4"] .contact-form__submit, .strip[data-id="9a4ab4"] .contact-form__status {
    grid-column: auto;
  }
  .strip[data-id="9a4ab4"] .contact-form__submit {
    width: 100%;
  }
  .strip[data-id="9a4ab4"] .contact-map iframe {
    height: 280px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="9a4ab4"] .contact-form input, .strip[data-id="9a4ab4"] .contact-form textarea, .strip[data-id="9a4ab4"] .contact-form__submit, .strip[data-id="9a4ab4"] .contact-form__submit span, .strip[data-id="9a4ab4"] .contact-item__value a {
    transition: none;
  }
}.strip[data-id="724a9d"] {
  --section-id: "724a9d";
  --storage-url: "https://preview-lox-el-cz.proweb.cz/_section/724a9d";
  --public-url: "https://preview-lox-el-cz.proweb.cz/_section/724a9d";
}
.strip[data-id="724a9d"] .site-footer {
  position: relative;
  border-top: 3px solid hsl(96, 78%, 43%);
  background-color: hsl(150, 18%, 10%);
  background-image: linear-gradient(hsl(150, 12%, 17%) 1px, transparent 1px), linear-gradient(90deg, hsl(150, 12%, 17%) 1px, transparent 1px);
  background-size: 56px 56px;
  color: hsl(0, 0%, 88%);
}
.strip[data-id="724a9d"] .site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  width: 180px;
  height: 1px;
  background: hsl(96, 78%, 55%);
  opacity: 0.45;
}
.strip[data-id="724a9d"] .site-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100% - 40px, 1200px);
  min-height: 110px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.strip[data-id="724a9d"] .site-footer__copyright, .strip[data-id="724a9d"] .site-footer__hosting, .strip[data-id="724a9d"] .site-footer__top-link {
  color: hsl(0, 0%, 88%);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.strip[data-id="724a9d"] .site-footer__copyright {
  flex: 1 1 0;
}
.strip[data-id="724a9d"] .site-footer__hosting {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 7px;
  text-align: center;
}
.strip[data-id="724a9d"] .site-footer__hosting a {
  position: relative;
  color: hsl(96, 78%, 60%);
  text-decoration: none;
}
.strip[data-id="724a9d"] .site-footer__hosting a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: hsl(96, 78%, 60%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.strip[data-id="724a9d"] .site-footer__hosting a:hover, .strip[data-id="724a9d"] .site-footer__hosting a:focus-visible {
  color: hsl(96, 78%, 72%);
}
.strip[data-id="724a9d"] .site-footer__hosting a:hover::after, .strip[data-id="724a9d"] .site-footer__hosting a:focus-visible::after {
  transform: scaleX(1);
}
.strip[data-id="724a9d"] .site-footer__separator {
  color: hsl(96, 55%, 62%);
}
.strip[data-id="724a9d"] .site-footer__top {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 0;
}
.strip[data-id="724a9d"] .site-footer__top-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: hsl(0, 0%, 88%);
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="724a9d"] .site-footer__top-label {
  transition: color 0.2s ease;
}
.strip[data-id="724a9d"] .site-footer__top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid hsl(96, 78%, 50%);
  border-radius: 50%;
  color: hsl(96, 78%, 60%);
  font-size: 20px;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="724a9d"] .site-footer__top-link:hover .site-footer__top-label, .strip[data-id="724a9d"] .site-footer__top-link:focus-visible .site-footer__top-label {
  color: hsl(96, 78%, 72%);
}
.strip[data-id="724a9d"] .site-footer__top-link:hover .site-footer__top-icon, .strip[data-id="724a9d"] .site-footer__top-link:focus-visible .site-footer__top-icon {
  background-color: hsl(96, 78%, 43%);
  color: hsl(0, 0%, 100%);
  transform: translateY(-2px);
}
.strip[data-id="724a9d"] .site-footer__top-link:focus-visible, .strip[data-id="724a9d"] .site-footer__hosting a:focus-visible {
  outline: 2px solid hsl(96, 78%, 60%);
  outline-offset: 4px;
}
@media (max-width: 680px) {
  .strip[data-id="724a9d"] .site-footer__container {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: min(100% - 32px, 420px);
    min-height: 210px;
    padding: 30px 0;
    text-align: center;
  }
  .strip[data-id="724a9d"] .site-footer__copyright, .strip[data-id="724a9d"] .site-footer__top {
    flex: none;
    justify-content: center;
  }
  .strip[data-id="724a9d"] .site-footer__hosting {
    max-width: 320px;
  }
  .strip[data-id="724a9d"] .site-footer__top-link {
    min-height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="724a9d"] .site-footer__hosting a::after, .strip[data-id="724a9d"] .site-footer__top-label, .strip[data-id="724a9d"] .site-footer__top-icon {
    transition: none;
  }
}