
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=d08856] {
  --section-id: "d08856";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/d08856";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/d08856";
}
.strip[data-id=d08856] .madej-header {
  width: 100%;
  background: rgba(20, 27, 45, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  position: relative;
  z-index: 20;
}
.strip[data-id=d08856] .madej-header__container {
  width: min(1200px, 100% - 48px);
  min-height: 78px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.strip[data-id=d08856] .madej-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  flex: 0 0 auto;
}
.strip[data-id=d08856] .madej-brand__icon {
  width: 48px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  color: #f97316;
}
.strip[data-id=d08856] .madej-brand__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id=d08856] .madej-brand__name {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.strip[data-id=d08856] .madej-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}
.strip[data-id=d08856] .madej-navigation__link {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease;
}
.strip[data-id=d08856] .madej-navigation__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #f97316;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.strip[data-id=d08856] .madej-navigation__link:hover,
.strip[data-id=d08856] .madej-navigation__link:focus-visible {
  color: hsl(25, 95%, 50%);
}
.strip[data-id=d08856] .madej-navigation__link:hover::after,
.strip[data-id=d08856] .madej-navigation__link:focus-visible::after {
  transform: scaleX(1);
}
.strip[data-id=d08856] .madej-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex: 0 0 auto;
}
.strip[data-id=d08856] .madej-contact__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.strip[data-id=d08856] .madej-contact__phone {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid hsl(25, 95%, 50%);
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}
.strip[data-id=d08856] .madej-contact__phone:hover,
.strip[data-id=d08856] .madej-contact__phone:focus-visible {
  background: hsl(25, 95%, 50%);
  color: #111827;
}
.strip[data-id=d08856] .madej-menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  cursor: pointer;
}
.strip[data-id=d08856] .madej-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #ffffff;
  transition: transform 180ms ease, opacity 180ms ease;
}
@media (max-width: 900px) {
  .strip[data-id=d08856] .madej-header__container {
    width: min(100% - 32px, 680px);
    gap: 18px;
  }
  .strip[data-id=d08856] .madej-menu-toggle {
    display: block;
    order: 2;
    margin-left: auto;
  }
  .strip[data-id=d08856] .madej-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 10px 16px 18px;
    background: rgba(15, 23, 42, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .strip[data-id=d08856] .madej-navigation.is-open {
    display: flex;
  }
  .strip[data-id=d08856] .madej-navigation__link {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .strip[data-id=d08856] .madej-contact {
    order: 3;
  }
  .strip[data-id=d08856] .madej-contact__label {
    display: none;
  }
  .strip[data-id=d08856] .madej-contact__phone {
    padding: 8px 11px;
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .strip[data-id=d08856] .madej-header__container {
    width: min(100% - 24px, 420px);
    min-height: 68px;
    padding: 10px 0;
    gap: 10px;
  }
  .strip[data-id=d08856] .madej-brand__icon {
    width: 40px;
    height: 28px;
  }
  .strip[data-id=d08856] .madej-brand__name {
    max-width: 145px;
    font-size: 14px;
    white-space: normal;
  }
  .strip[data-id=d08856] .madej-contact__phone {
    padding: 7px 8px;
    font-size: 11px;
  }
}@charset "UTF-8";
.strip[data-id="51fcdb"] {
  --section-id: "51fcdb";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/51fcdb";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/51fcdb";
}
.strip[data-id="51fcdb"] .service-details {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: hsl(220, 45%, 15%);
}
.strip[data-id="51fcdb"] .service-details__container {
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
  padding: 112px 0 120px;
}
.strip[data-id="51fcdb"] .service-details__intro {
  max-width: 760px;
  margin: 0 auto 74px;
  text-align: center;
}
.strip[data-id="51fcdb"] .service-details__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: #607084;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id="51fcdb"] .service-details h1, .strip[data-id="51fcdb"] .service-details h2, .strip[data-id="51fcdb"] .service-details p {
  margin-top: 0;
}
.strip[data-id="51fcdb"] .service-details h1 {
  margin-bottom: 22px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}
.strip[data-id="51fcdb"] .service-details__lead {
  margin-bottom: 0;
  color: #607084;
  font-size: 1.12rem;
  line-height: 1.75;
}
.strip[data-id="51fcdb"] .service-details__list {
  display: flex;
  flex-direction: column;
}
.strip[data-id="51fcdb"] .service-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: 390px;
  padding: 62px 7%;
  overflow: hidden;
  isolation: isolate;
}
.strip[data-id="51fcdb"] .service-row:nth-child(even) {
  background: hsl(210, 15%, 97%);
}
.strip[data-id="51fcdb"] .service-row::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 8%;
  color: #1b3659;
  content: "⚙";
  font-size: 18rem;
  font-weight: 900;
  opacity: 0.03;
  transform: translateY(-50%) rotate(-18deg);
}
.strip[data-id="51fcdb"] .service-row:nth-child(even)::before {
  right: auto;
  left: 6%;
  transform: translateY(-50%) rotate(18deg);
}
.strip[data-id="51fcdb"] .service-row__content {
  position: relative;
  z-index: 1;
  max-width: 460px;
}
.strip[data-id="51fcdb"] .service-row--image-left .service-row__content {
  margin-left: auto;
}
.strip[data-id="51fcdb"] .service-row__number {
  display: block;
  margin-bottom: 22px;
  color: #8a99a8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.strip[data-id="51fcdb"] .service-row__icon {
  display: block;
  margin-bottom: 14px;
  color: #607084;
  font-size: 1.7rem;
  line-height: 1;
}
.strip[data-id="51fcdb"] .service-row h2 {
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.strip[data-id="51fcdb"] .service-row p {
  margin-bottom: 0;
  color: #607084;
  font-size: 1rem;
  line-height: 1.8;
}
.strip[data-id="51fcdb"] .service-row__visual {
  position: relative;
  width: min(100%, 470px);
  margin: 0 auto;
}
.strip[data-id="51fcdb"] .service-row--image-left .service-row__visual {
  grid-column: 1;
  grid-row: 1;
}
.strip[data-id="51fcdb"] .service-row--image-left .service-row__content {
  grid-column: 2;
  grid-row: 1;
}
.strip[data-id="51fcdb"] .service-row__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border: 10px solid #718092;
  box-shadow: 0 22px 45px rgba(25, 42, 61, 0.16);
  object-fit: cover;
}
.strip[data-id="51fcdb"] .service-row__image-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 8px 12px;
  background: rgba(17, 35, 57, 0.88);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip[data-id="51fcdb"] .service-row__visual--graphic {
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5dce3;
  background: linear-gradient(135deg, #e9eef2, #f8fafb);
  box-shadow: 0 22px 45px rgba(25, 42, 61, 0.09);
}
.strip[data-id="51fcdb"] .service-row__visual--graphic::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(96, 112, 132, 0.28);
  content: "";
}
.strip[data-id="51fcdb"] .service-row__visual-icon {
  color: #718092;
  font-size: 7rem;
  line-height: 1;
  opacity: 0.6;
}
.strip[data-id="51fcdb"] .service-row__visual-label {
  position: absolute;
  bottom: 28px;
  left: 50%;
  color: #607084;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}
.strip[data-id="51fcdb"] [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.strip[data-id="51fcdb"] [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 760px) {
  .strip[data-id="51fcdb"] .service-details__container {
    width: min(100% - 28px, 560px);
    padding: 76px 0 80px;
  }
  .strip[data-id="51fcdb"] .service-details__intro {
    margin-bottom: 46px;
  }
  .strip[data-id="51fcdb"] .service-details__lead {
    font-size: 1rem;
  }
  .strip[data-id="51fcdb"] .service-row, .strip[data-id="51fcdb"] .service-row--image-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
    min-height: 0;
    padding: 46px 24px;
  }
  .strip[data-id="51fcdb"] .service-row--image-left .service-row__visual, .strip[data-id="51fcdb"] .service-row--image-left .service-row__content {
    order: initial;
  }
  .strip[data-id="51fcdb"] .service-row__content, .strip[data-id="51fcdb"] .service-row--image-left .service-row__content {
    max-width: none;
    margin: 0;
  }
  .strip[data-id="51fcdb"] .service-row__visual {
    width: 100%;
  }
  .strip[data-id="51fcdb"] .service-row__visual--graphic {
    min-height: 210px;
  }
  .strip[data-id="51fcdb"] .service-row__visual-icon {
    font-size: 5.5rem;
  }
  .strip[data-id="51fcdb"] .service-row__visual-label {
    bottom: 22px;
    font-size: 0.62rem;
  }
  .strip[data-id="51fcdb"] .service-row::before {
    right: -2%;
    font-size: 12rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="51fcdb"] [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}.strip[data-id=a9cecb] {
  --section-id: "a9cecb";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/a9cecb";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/a9cecb";
}
.strip[data-id=a9cecb] .madej-footer {
  width: 100%;
  background: hsl(210, 15%, 8%);
  color: hsl(210, 10%, 70%);
}
.strip[data-id=a9cecb] .madej-footer__container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 72px 0 0;
}
.strip[data-id=a9cecb] .madej-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.25fr 1fr;
  gap: 42px;
  margin: 0;
}
.strip[data-id=a9cecb] .madej-footer__column {
  min-width: 0;
  margin: 0;
}
.strip[data-id=a9cecb] .madej-footer__column h2 {
  margin: 0 0 22px;
  color: hsl(25, 95%, 50%);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.strip[data-id=a9cecb] .madej-footer__column--about h2 {
  max-width: 230px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: none;
}
.strip[data-id=a9cecb] .madej-footer address {
  margin: 0;
  color: hsl(210, 10%, 70%);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}
.strip[data-id=a9cecb] .madej-footer__hours,
.strip[data-id=a9cecb] .madej-footer__company {
  margin: 0;
  padding: 0;
}
.strip[data-id=a9cecb] .madej-footer__hours > div,
.strip[data-id=a9cecb] .madej-footer__company > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin: 0 0 12px;
}
.strip[data-id=a9cecb] .madej-footer__hours dt,
.strip[data-id=a9cecb] .madej-footer__hours dd,
.strip[data-id=a9cecb] .madej-footer__company dt,
.strip[data-id=a9cecb] .madej-footer__company dd {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.strip[data-id=a9cecb] .madej-footer__hours dt,
.strip[data-id=a9cecb] .madej-footer__company dt {
  color: #ffffff;
  font-weight: 600;
}
.strip[data-id=a9cecb] .madej-footer__hours dd,
.strip[data-id=a9cecb] .madej-footer__company dd {
  color: hsl(210, 10%, 70%);
  text-align: right;
}
.strip[data-id=a9cecb] .madej-footer__map-link {
  display: block;
  height: 152px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #252a2e;
}
.strip[data-id=a9cecb] .madej-footer__map-link iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(0.85) brightness(0.75);
  transition: filter 240ms ease, transform 240ms ease;
}
.strip[data-id=a9cecb] .madej-footer__map-link:hover iframe,
.strip[data-id=a9cecb] .madej-footer__map-link:focus-visible iframe {
  filter: grayscale(0) contrast(1) brightness(1);
  transform: scale(1.03);
}
.strip[data-id=a9cecb] .madej-footer__bottom {
  margin: 58px 0 0;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=a9cecb] .madej-footer__bottom p {
  margin: 0;
  color: hsl(210, 10%, 55%);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 980px) {
  .strip[data-id=a9cecb] .madej-footer__container {
    padding-top: 58px;
  }
  .strip[data-id=a9cecb] .madej-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 34px;
  }
  .strip[data-id=a9cecb] .madej-footer__map {
    grid-column: 2;
  }
}
@media (max-width: 560px) {
  .strip[data-id=a9cecb] .madej-footer__container {
    width: min(100% - 32px, 520px);
    padding-top: 48px;
  }
  .strip[data-id=a9cecb] .madej-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .strip[data-id=a9cecb] .madej-footer__column--about h2 {
    max-width: 280px;
  }
  .strip[data-id=a9cecb] .madej-footer__map {
    grid-column: auto;
  }
  .strip[data-id=a9cecb] .madej-footer__map-link {
    height: 190px;
  }
  .strip[data-id=a9cecb] .madej-footer__bottom {
    margin-top: 42px;
  }
}
@media (max-width: 380px) {
  .strip[data-id=a9cecb] .madej-footer__container {
    width: min(100% - 24px, 360px);
  }
}