
.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="07c531"] {
  --section-id: "07c531";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/07c531";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/07c531";
}
.strip[data-id="07c531"] .madej-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  padding: 120px 0 96px;
  overflow: hidden;
  isolation: isolate;
  background-image: linear-gradient(180deg, rgba(20, 27, 45, 0.4) 0%, rgba(20, 27, 45, 0.68) 52%, rgba(20, 27, 45, 0.9) 100%), url(https://test-fu3zi8vy.proweb.cz/_section/07c531/hero-workshop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strip[data-id="07c531"] .madej-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(20, 27, 45, 0.62) 0%, rgba(20, 27, 45, 0.26) 58%, rgba(20, 27, 45, 0.42) 100%);
}
.strip[data-id="07c531"] .madej-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.15) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.15) 87.5%, rgba(255, 255, 255, 0.15)), linear-gradient(150deg, rgba(255, 255, 255, 0.15) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.15) 87.5%, rgba(255, 255, 255, 0.15));
  background-size: 34px 58px;
  background-position: 0 0, 17px 29px;
  pointer-events: none;
}
.strip[data-id="07c531"] .madej-hero__container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.strip[data-id="07c531"] .madej-hero__content {
  width: min(100%, 820px);
  margin: 0;
  color: #ffffff;
}
.strip[data-id="07c531"] .madej-hero h1 {
  max-width: 820px;
  margin: 0 0 26px;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.42);
}
.strip[data-id="07c531"] .madej-hero__description {
  max-width: 700px;
  margin: 0 0 38px;
  color: hsl(210, 10%, 85%);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.strip[data-id="07c531"] .madej-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
.strip[data-id="07c531"] .madej-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border: 1px solid transparent;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.strip[data-id="07c531"] .madej-hero__button:hover,
.strip[data-id="07c531"] .madej-hero__button:focus-visible {
  transform: translateY(-2px);
}
.strip[data-id="07c531"] .madej-hero__button--primary {
  background: hsl(25, 95%, 50%);
  color: #111827;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.25);
}
.strip[data-id="07c531"] .madej-hero__button--primary:hover,
.strip[data-id="07c531"] .madej-hero__button--primary:focus-visible {
  background: hsl(25, 95%, 58%);
}
.strip[data-id="07c531"] .madej-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.strip[data-id="07c531"] .madej-hero__button--secondary:hover,
.strip[data-id="07c531"] .madej-hero__button--secondary:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 720px) {
  .strip[data-id="07c531"] .madej-hero {
    min-height: 84vh;
    padding: 104px 0 72px;
    background-position: 62% center;
  }
  .strip[data-id="07c531"] .madej-hero__container {
    width: min(100% - 32px, 560px);
  }
  .strip[data-id="07c531"] .madej-hero__content {
    width: 100%;
  }
  .strip[data-id="07c531"] .madej-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(34px, 10vw, 48px);
  }
  .strip[data-id="07c531"] .madej-hero__description {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.55;
  }
  .strip[data-id="07c531"] .madej-hero__actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 340px);
  }
  .strip[data-id="07c531"] .madej-hero__button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .strip[data-id="07c531"] .madej-hero__container {
    width: min(100% - 24px, 380px);
  }
  .strip[data-id="07c531"] .madej-hero {
    padding-top: 92px;
  }
}.strip[data-id="98b68a"] {
  --section-id: "98b68a";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/98b68a";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/98b68a";
}
.strip[data-id="98b68a"] .madej-services {
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background: #ffffff;
  color: hsl(220, 45%, 15%);
}
.strip[data-id="98b68a"] .madej-services__pattern {
  position: absolute;
  top: -110px;
  right: -90px;
  width: 340px;
  height: 340px;
  opacity: 0.55;
  background-image: linear-gradient(135deg, transparent 48%, rgba(20, 27, 45, 0.045) 49%, rgba(20, 27, 45, 0.045) 51%, transparent 52%), linear-gradient(45deg, transparent 48%, rgba(249, 115, 22, 0.05) 49%, rgba(249, 115, 22, 0.05) 51%, transparent 52%);
  background-size: 34px 34px;
  transform: rotate(10deg);
  pointer-events: none;
}
.strip[data-id="98b68a"] .madej-services__pattern::after {
  content: "";
  position: absolute;
  left: -700px;
  top: 690px;
  width: 340px;
  height: 340px;
  background-image: linear-gradient(135deg, transparent 48%, rgba(20, 27, 45, 0.045) 49%, rgba(20, 27, 45, 0.045) 51%, transparent 52%), linear-gradient(45deg, transparent 48%, rgba(249, 115, 22, 0.05) 49%, rgba(249, 115, 22, 0.05) 51%, transparent 52%);
  background-size: 34px 34px;
}
.strip[data-id="98b68a"] .madej-services__container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.strip[data-id="98b68a"] .madej-services__header {
  margin: 0 0 48px;
  text-align: center;
}
.strip[data-id="98b68a"] .madej-services h2 {
  max-width: 800px;
  margin: 0 auto;
  color: hsl(220, 45%, 15%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.strip[data-id="98b68a"] .madej-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}
.strip[data-id="98b68a"] .madej-service-card {
  position: relative;
  min-height: 310px;
  padding: 36px 30px 40px;
  overflow: hidden;
  border-bottom: 4px solid hsl(25, 95%, 50%);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.strip[data-id="98b68a"] .madej-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 38px rgba(20, 27, 45, 0.12);
}
.strip[data-id="98b68a"] .madej-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0 0 28px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  color: hsl(220, 45%, 15%);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}
.strip[data-id="98b68a"] .madej-service-card:hover .madej-service-card__icon {
  background: rgba(249, 115, 22, 0.16);
  color: hsl(25, 95%, 50%);
  transform: rotate(-4deg);
}
.strip[data-id="98b68a"] .madej-service-card__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}
.strip[data-id="98b68a"] .madej-service-card h3 {
  margin: 0 0 14px;
  color: hsl(220, 45%, 15%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.strip[data-id="98b68a"] .madej-service-card p {
  margin: 0;
  color: hsl(210, 10%, 40%);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}
@media (max-width: 900px) {
  .strip[data-id="98b68a"] .madej-services {
    padding: 80px 0;
  }
  .strip[data-id="98b68a"] .madej-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id="98b68a"] .madej-service-card:last-child {
    grid-column: 1/-1;
    width: min(100%, (100% - 28px) / 2);
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .strip[data-id="98b68a"] .madej-services {
    padding: 68px 0;
  }
  .strip[data-id="98b68a"] .madej-services__container {
    width: min(100% - 32px, 520px);
  }
  .strip[data-id="98b68a"] .madej-services__header {
    margin-bottom: 34px;
  }
  .strip[data-id="98b68a"] .madej-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="98b68a"] .madej-service-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .strip[data-id="98b68a"] .madej-service-card {
    min-height: 0;
    padding: 30px 26px 34px;
  }
}
@media (max-width: 420px) {
  .strip[data-id="98b68a"] .madej-services__container {
    width: min(100% - 24px, 380px);
  }
}.strip[data-id=bc7718] {
  --section-id: "bc7718";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/bc7718";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/bc7718";
}
.strip[data-id=bc7718] .madej-about {
  width: 100%;
  padding: 110px 0;
  overflow: hidden;
  background: hsl(220, 45%, 15%);
  color: hsl(210, 10%, 80%);
}
.strip[data-id=bc7718] .madej-about__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 90px;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.strip[data-id=bc7718] .madej-about__content {
  max-width: 570px;
  margin: 0;
}
.strip[data-id=bc7718] .madej-about__eyebrow {
  margin: 0 0 18px;
  color: hsl(25, 95%, 50%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.strip[data-id=bc7718] .madej-about h2 {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.strip[data-id=bc7718] .madej-about__intro {
  margin: 0 0 38px;
  color: hsl(210, 10%, 80%);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}
.strip[data-id=bc7718] .madej-about__reasons {
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.strip[data-id=bc7718] .madej-about__reasons h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
.strip[data-id=bc7718] .madej-about__reasons ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id=bc7718] .madej-about__reasons li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: hsl(210, 10%, 80%);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.strip[data-id=bc7718] .madej-about__reason-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: hsl(25, 95%, 50%);
  font-size: 20px;
  line-height: 22px;
}
.strip[data-id=bc7718] .madej-about__visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=bc7718] .madej-about__experience {
  position: absolute;
  top: -20px;
  left: -44px;
  z-index: 0;
  color: hsl(220, 42%, 19%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(150px, 18vw, 250px);
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.1em;
  user-select: none;
}
.strip[data-id=bc7718] .madej-about__experience sup {
  font-size: 0.32em;
  vertical-align: top;
  letter-spacing: -0.04em;
}
.strip[data-id=bc7718] .madej-about__image-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  aspect-ratio: 4/5;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: hsl(220, 42%, 19%);
  box-shadow: 20px 24px 0 rgba(249, 115, 22, 0.9);
}
.strip[data-id=bc7718] .madej-about__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.strip[data-id=bc7718] .madej-about__badge {
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 2;
  max-width: 220px;
  padding: 13px 18px;
  border-left: 3px solid hsl(25, 95%, 50%);
  background: rgba(20, 27, 45, 0.92);
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .strip[data-id=bc7718] .madej-about {
    padding: 88px 0;
  }
  .strip[data-id=bc7718] .madej-about__container {
    gap: 54px;
  }
  .strip[data-id=bc7718] .madej-about__visual {
    min-height: 500px;
  }
  .strip[data-id=bc7718] .madej-about__experience {
    left: -24px;
    font-size: 170px;
  }
}
@media (max-width: 760px) {
  .strip[data-id=bc7718] .madej-about {
    padding: 72px 0 86px;
  }
  .strip[data-id=bc7718] .madej-about__container {
    grid-template-columns: 1fr;
    gap: 56px;
    width: min(100% - 32px, 560px);
  }
  .strip[data-id=bc7718] .madej-about__content {
    max-width: none;
  }
  .strip[data-id=bc7718] .madej-about__visual {
    min-height: 500px;
  }
  .strip[data-id=bc7718] .madej-about__experience {
    left: -6px;
  }
}
@media (max-width: 520px) {
  .strip[data-id=bc7718] .madej-about__container {
    width: min(100% - 24px, 420px);
  }
  .strip[data-id=bc7718] .madej-about__reasons ul {
    grid-template-columns: 1fr;
  }
  .strip[data-id=bc7718] .madej-about__visual {
    min-height: 430px;
  }
  .strip[data-id=bc7718] .madej-about__image-frame {
    width: min(100% - 24px, 360px);
    box-shadow: 12px 16px 0 rgba(249, 115, 22, 0.9);
  }
  .strip[data-id=bc7718] .madej-about__experience {
    top: -4px;
    left: -8px;
    font-size: 130px;
  }
  .strip[data-id=bc7718] .madej-about__badge {
    right: 0;
    bottom: 30px;
    max-width: 190px;
    font-size: 11px;
  }
}.strip[data-id="29158e"] {
  --section-id: "29158e";
  --storage-url: "https://test-fu3zi8vy.proweb.cz/_section/29158e";
  --public-url: "https://test-fu3zi8vy.proweb.cz/_section/29158e";
}
.strip[data-id="29158e"] .madej-contact-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: hsl(25, 95%, 50%);
  color: hsl(220, 45%, 15%);
}
.strip[data-id="29158e"] .madej-contact-banner__blueprint {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(90deg, transparent 49.5%, rgba(20, 27, 45, 0.36) 49.5%, rgba(20, 27, 45, 0.36) 50.5%, transparent 50.5%), linear-gradient(0deg, transparent 49.5%, rgba(20, 27, 45, 0.36) 49.5%, rgba(20, 27, 45, 0.36) 50.5%, transparent 50.5%), radial-gradient(ellipse at 75% 50%, transparent 0 78px, rgba(20, 27, 45, 0.32) 79px 80px, transparent 81px 132px, rgba(20, 27, 45, 0.22) 133px 134px, transparent 135px);
  background-size: 72px 72px, 72px 72px, 330px 330px;
  background-position: 12px 8px, 12px 8px, 0 0;
  pointer-events: none;
}
.strip[data-id="29158e"] .madej-contact-banner__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 56px 0;
}
.strip[data-id="29158e"] .madej-contact-banner__copy {
  max-width: 610px;
  margin: 0;
}
.strip[data-id="29158e"] .madej-contact-banner h2 {
  margin: 0 0 14px;
  color: hsl(220, 45%, 15%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.strip[data-id="29158e"] .madej-contact-banner p {
  max-width: 570px;
  margin: 0;
  color: rgba(20, 27, 45, 0.78);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.strip[data-id="29158e"] .madej-contact-banner__details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}
.strip[data-id="29158e"] .madej-contact-banner__phone-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
}
.strip[data-id="29158e"] .madej-contact-banner__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: hsl(220, 45%, 15%);
}
.strip[data-id="29158e"] .madej-contact-banner__phone-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id="29158e"] .madej-contact-banner__phone {
  display: inline-block;
  color: #0b0f16;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-decoration: none;
  transform-origin: right center;
  transition: transform 180ms ease, color 180ms ease;
}
.strip[data-id="29158e"] .madej-contact-banner__phone:hover,
.strip[data-id="29158e"] .madej-contact-banner__phone:focus-visible {
  color: hsl(220, 45%, 15%);
  transform: scale(1.05);
}
.strip[data-id="29158e"] .madej-contact-banner__email {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: rgba(20, 27, 45, 0.76);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.strip[data-id="29158e"] .madej-contact-banner__email a {
  color: hsl(220, 45%, 15%);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.strip[data-id="29158e"] .madej-contact-banner__email a:hover,
.strip[data-id="29158e"] .madej-contact-banner__email a:focus-visible {
  color: #0b0f16;
}
@media (max-width: 850px) {
  .strip[data-id="29158e"] .madej-contact-banner__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 48px 0;
  }
  .strip[data-id="29158e"] .madej-contact-banner__details {
    align-items: flex-start;
  }
  .strip[data-id="29158e"] .madej-contact-banner__phone {
    transform-origin: left center;
  }
}
@media (max-width: 520px) {
  .strip[data-id="29158e"] .madej-contact-banner__container {
    width: min(100% - 32px, 520px);
    padding: 42px 0;
  }
  .strip[data-id="29158e"] .madej-contact-banner__phone-wrap {
    gap: 8px;
  }
  .strip[data-id="29158e"] .madej-contact-banner__phone-icon {
    width: 38px;
    height: 38px;
  }
  .strip[data-id="29158e"] .madej-contact-banner__phone {
    font-size: clamp(24px, 8vw, 32px);
  }
}
@media (max-width: 380px) {
  .strip[data-id="29158e"] .madej-contact-banner__container {
    width: min(100% - 24px, 360px);
  }
  .strip[data-id="29158e"] .madej-contact-banner__phone {
    font-size: 23px;
  }
  .strip[data-id="29158e"] .madej-contact-banner__email {
    font-size: 14px;
  }
}.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);
  }
}