
.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;
  }
}.strip[data-id="087cb6"] {
  --section-id: "087cb6";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/087cb6";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/087cb6";
}
.strip[data-id="087cb6"] .contact-hub {
  width: 100%;
  background: #ffffff;
  color: #172b45;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 0 80px;
}
.strip[data-id="087cb6"] .contact-map-wrap {
  width: 100%;
  position: relative;
  background: #e9eef2;
}
.strip[data-id="087cb6"] .contact-map {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: saturate(0.82) contrast(1.02);
}
.strip[data-id="087cb6"] .map-caption {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 32px);
  padding: 11px 17px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #172b45;
  box-shadow: 0 8px 24px rgba(23, 43, 69, 0.16);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.strip[data-id="087cb6"] .map-pin {
  color: #e87520;
  font-size: 20px;
  line-height: 1;
}
.strip[data-id="087cb6"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 68px 28px 0;
}
.strip[data-id="087cb6"] .contact-intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.strip[data-id="087cb6"] .eyebrow {
  margin: 0 0 12px;
  color: #e87520;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.strip[data-id="087cb6"] h1, .strip[data-id="087cb6"] h2 {
  margin: 0;
  color: #e87520;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.strip[data-id="087cb6"] h1 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.strip[data-id="087cb6"] h2 {
  color: #172b45;
  font-size: 20px;
  line-height: 1.25;
}
.strip[data-id="087cb6"] .intro-copy {
  margin: 18px 0 0;
  color: #5d6d7e;
  font-size: 17px;
  line-height: 1.7;
}
.strip[data-id="087cb6"] .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.strip[data-id="087cb6"] .contact-card {
  min-width: 0;
  padding: 27px;
  border: 1px solid #e5e9ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 43, 69, 0.07);
}
.strip[data-id="087cb6"] .card-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  margin-bottom: 22px;
}
.strip[data-id="087cb6"] .line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid #dce3ea;
  border-radius: 50%;
  color: #173b61;
  font-size: 23px;
  line-height: 1;
}
.strip[data-id="087cb6"] .address-photo {
  margin: 0 -7px 22px;
  padding: 8px 8px 22px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(23, 43, 69, 0.15);
  transform: rotate(-1.5deg);
}
.strip[data-id="087cb6"] .address-photo img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.strip[data-id="087cb6"] .card-copy, .strip[data-id="087cb6"] .billing-details {
  color: #526477;
  font-size: 15px;
  line-height: 1.7;
}
.strip[data-id="087cb6"] .card-copy p, .strip[data-id="087cb6"] .billing-details p {
  margin: 0 0 14px;
}
.strip[data-id="087cb6"] .card-copy p:last-child, .strip[data-id="087cb6"] .billing-details p:last-child {
  margin-bottom: 0;
}
.strip[data-id="087cb6"] strong {
  color: #172b45;
  font-weight: 700;
}
.strip[data-id="087cb6"] a {
  color: #173b61;
  font-weight: 700;
  text-decoration-color: #e87520;
  text-underline-offset: 3px;
}
.strip[data-id="087cb6"] table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  color: #526477;
  font-size: 14px;
}
.strip[data-id="087cb6"] th, .strip[data-id="087cb6"] td {
  padding: 10px 9px;
  text-align: left;
  line-height: 1.35;
}
.strip[data-id="087cb6"] th {
  color: #172b45;
  font-weight: 700;
}
.strip[data-id="087cb6"] td {
  text-align: right;
  white-space: nowrap;
}
.strip[data-id="087cb6"] tr.current-day th, .strip[data-id="087cb6"] tr.current-day td {
  background: #fff0e5;
  color: #b84e0a;
}
.strip[data-id="087cb6"] tr.current-day th {
  border-radius: 6px 0 0 6px;
}
.strip[data-id="087cb6"] tr.current-day td {
  border-radius: 0 6px 6px 0;
  font-weight: 700;
}
.strip[data-id="087cb6"] .hours-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #edf0f3;
  color: #7a8996;
  font-size: 13px;
  line-height: 1.55;
}
.strip[data-id="087cb6"] .trust-badge {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 32px;
  padding: 14px;
  border-radius: 8px;
  background: #f3f7fa;
  color: #526477;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id="087cb6"] .trust-badge span {
  color: #e87520;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 900px) {
  .strip[data-id="087cb6"] .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id="087cb6"] .billing-card {
    grid-column: 1/-1;
  }
  .strip[data-id="087cb6"] .billing-card .trust-badge {
    max-width: 360px;
  }
}
@media (max-width: 620px) {
  .strip[data-id="087cb6"] .contact-hub {
    padding-bottom: 54px;
  }
  .strip[data-id="087cb6"] .contact-map {
    height: 300px;
  }
  .strip[data-id="087cb6"] .map-caption {
    bottom: 14px;
    font-size: 12px;
  }
  .strip[data-id="087cb6"] .contact-container {
    padding: 48px 18px 0;
  }
  .strip[data-id="087cb6"] .contact-intro {
    margin-bottom: 30px;
  }
  .strip[data-id="087cb6"] .intro-copy {
    font-size: 15px;
  }
  .strip[data-id="087cb6"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="087cb6"] .billing-card {
    grid-column: auto;
  }
  .strip[data-id="087cb6"] .contact-card {
    padding: 22px;
  }
  .strip[data-id="087cb6"] .address-photo img {
    height: 190px;
  }
}.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);
  }
}