
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=da986c] {
  --section-id: "da986c";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/da986c";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/da986c";
}
.strip[data-id=da986c] .site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  font-family: Montserrat, Arial, sans-serif;
}
.strip[data-id=da986c] .top-bar {
  width: 100%;
  background: hsl(210, 29%, 24%);
  color: hsl(0, 0%, 100%);
  font-size: 13px;
  line-height: 1.4;
}
.strip[data-id=da986c] .header-container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.strip[data-id=da986c] .top-bar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}
.strip[data-id=da986c] .top-bar__contact-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=da986c] .top-bar__contact,
.strip[data-id=da986c] .top-bar__address {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.strip[data-id=da986c] .top-bar__contact:hover,
.strip[data-id=da986c] .top-bar__contact:focus-visible {
  color: hsl(204, 70%, 70%);
}
.strip[data-id=da986c] .contact-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: hsl(6, 78%, 57%);
}
.strip[data-id=da986c] .top-bar__address {
  text-align: right;
}
.strip[data-id=da986c] .top-bar__address-label {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
}
.strip[data-id=da986c] .navigation-shell {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(35, 48, 61, 0.12);
  box-shadow: 0 8px 28px rgba(35, 48, 61, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.strip[data-id=da986c] .navigation-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.strip[data-id=da986c] .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: hsl(210, 29%, 24%);
  text-decoration: none;
}
.strip[data-id=da986c] .brand__icon {
  width: 34px;
  height: 34px;
  color: hsl(6, 78%, 57%);
}
.strip[data-id=da986c] .brand__text {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.strip[data-id=da986c] .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.strip[data-id=da986c] .main-navigation__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  color: hsl(210, 29%, 24%);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id=da986c] .main-navigation__link::after {
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 2px;
  background: hsl(204, 70%, 53%);
  content: "";
  transition: right 220ms ease, left 220ms ease;
}
.strip[data-id=da986c] .main-navigation__link:hover::after,
.strip[data-id=da986c] .main-navigation__link:focus-visible::after {
  right: 0;
  left: 0;
}
.strip[data-id=da986c] .main-navigation__link:hover,
.strip[data-id=da986c] .main-navigation__link:focus-visible {
  color: hsl(204, 70%, 43%);
}
.strip[data-id=da986c] .menu-toggle,
.strip[data-id=da986c] .menu-close,
.strip[data-id=da986c] .mobile-navigation-header,
.strip[data-id=da986c] .mobile-navigation-contact {
  display: none;
}
@media (max-width: 900px) {
  .strip[data-id=da986c] .header-container {
    width: min(100% - 36px, 720px);
  }
  .strip[data-id=da986c] .top-bar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .strip[data-id=da986c] .top-bar__address {
    text-align: left;
  }
  .strip[data-id=da986c] .navigation-inner {
    min-height: 72px;
  }
  .strip[data-id=da986c] .brand__text {
    font-size: 20px;
  }
  .strip[data-id=da986c] .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(35, 48, 61, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    color: hsl(210, 29%, 24%);
    cursor: pointer;
  }
  .strip[data-id=da986c] .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .strip[data-id=da986c] .main-navigation {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 24px 28px 36px;
    background: hsl(210, 29%, 24%);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transition: visibility 200ms ease, opacity 200ms ease;
  }
  .strip[data-id=da986c] .main-navigation.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .strip[data-id=da986c] .mobile-navigation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    font-weight: 700;
  }
  .strip[data-id=da986c] .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: transparent;
    color: hsl(0, 0%, 100%);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .strip[data-id=da986c] .main-navigation__link {
    min-height: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: hsl(0, 0%, 100%);
    font-size: 22px;
  }
  .strip[data-id=da986c] .main-navigation__link::after {
    bottom: -1px;
    background: hsl(204, 70%, 53%);
  }
  .strip[data-id=da986c] .main-navigation__link:hover,
  .strip[data-id=da986c] .main-navigation__link:focus-visible {
    color: hsl(204, 70%, 70%);
  }
  .strip[data-id=da986c] .mobile-navigation-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 34px;
    color: hsl(255, 100%, 100%);
    font-size: 14px;
  }
  .strip[data-id=da986c] .mobile-navigation-contact a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
  }
}
@media (max-width: 520px) {
  .strip[data-id=da986c] .header-container {
    width: calc(100% - 28px);
  }
  .strip[data-id=da986c] .top-bar__contact-group {
    gap: 8px 16px;
  }
  .strip[data-id=da986c] .top-bar__address {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
  }
  .strip[data-id=da986c] .brand__icon {
    width: 29px;
    height: 29px;
  }
  .strip[data-id=da986c] .brand__text {
    max-width: 235px;
    font-size: 17px;
  }
}.strip[data-id=ea5c08] {
  --section-id: "ea5c08";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/ea5c08";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/ea5c08";
}
.strip[data-id=ea5c08] .contact-info-section {
  width: 100%;
  padding: 88px 24px 96px;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, rgba(39, 96, 132, 0.035) 1px, transparent 1px), linear-gradient(45deg, rgba(39, 96, 132, 0.025) 1px, transparent 1px);
  background-size: 34px 34px, 34px 34px;
  color: #29333b;
}
.strip[data-id=ea5c08] .contact-info-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ea5c08] .contact-info-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.strip[data-id=ea5c08] .contact-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: #e24d3f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.strip[data-id=ea5c08] h2 {
  margin: 0 0 16px;
  color: #29333b;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
}
.strip[data-id=ea5c08] .contact-intro {
  margin: 0;
  color: #64717a;
  font-size: 1.05rem;
  line-height: 1.7;
}
.strip[data-id=ea5c08] .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}
.strip[data-id=ea5c08] .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.strip[data-id=ea5c08] .contact-card {
  min-height: 270px;
  padding: 28px 24px;
  border: 1px solid rgba(39, 96, 132, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 35px rgba(41, 51, 59, 0.06);
}
.strip[data-id=ea5c08] .contact-card-billing {
  border-color: rgba(39, 96, 132, 0.38);
  box-shadow: inset 0 3px 0 #276084, 0 12px 35px rgba(41, 51, 59, 0.06);
}
.strip[data-id=ea5c08] .contact-icon {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(226, 77, 63, 0.1);
}
.strip[data-id=ea5c08] .contact-icon svg,
.strip[data-id=ea5c08] .map-marker svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #e24d3f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.strip[data-id=ea5c08] h3 {
  margin: 0 0 14px;
  color: #276084;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.strip[data-id=ea5c08] .contact-card p {
  margin: 0;
  color: #56636c;
  font-size: 0.96rem;
  line-height: 1.75;
}
.strip[data-id=ea5c08] .contact-card a {
  color: #276084;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}
.strip[data-id=ea5c08] .contact-card a:hover,
.strip[data-id=ea5c08] .contact-card a:focus-visible {
  color: #e24d3f;
}
.strip[data-id=ea5c08] .contact-image-wrap {
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #dfe5e8;
  box-shadow: 0 12px 35px rgba(41, 51, 59, 0.1);
}
.strip[data-id=ea5c08] .contact-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}
.strip[data-id=ea5c08] .map-panel {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(39, 96, 132, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 35px rgba(41, 51, 59, 0.06);
}
.strip[data-id=ea5c08] .map-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}
.strip[data-id=ea5c08] .map-heading h3 {
  margin: 0;
}
.strip[data-id=ea5c08] .map-marker {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(226, 77, 63, 0.1);
}
.strip[data-id=ea5c08] .map-marker svg {
  width: 20px;
  height: 20px;
}
.strip[data-id=ea5c08] .map-frame {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8edef;
}
.strip[data-id=ea5c08] .map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 980px) {
  .strip[data-id=ea5c08] .contact-layout {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ea5c08] .contact-image-wrap,
  .strip[data-id=ea5c08] .contact-image-wrap img {
    min-height: 240px;
    height: 300px;
  }
}
@media (max-width: 700px) {
  .strip[data-id=ea5c08] .contact-info-section {
    padding: 64px 16px 72px;
  }
  .strip[data-id=ea5c08] .contact-info-header {
    margin-bottom: 32px;
  }
  .strip[data-id=ea5c08] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ea5c08] .contact-card {
    min-height: auto;
    padding: 24px 22px;
  }
  .strip[data-id=ea5c08] .contact-image-wrap,
  .strip[data-id=ea5c08] .contact-image-wrap img {
    height: 230px;
    min-height: 230px;
  }
  .strip[data-id=ea5c08] .map-panel {
    margin-top: 24px;
    padding: 16px;
  }
  .strip[data-id=ea5c08] .map-frame {
    height: 280px;
  }
}.strip[data-id=b1d12c] {
  --section-id: "b1d12c";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/b1d12c";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/b1d12c";
}
.strip[data-id=b1d12c] .site-footer {
  width: 100%;
  border-top: 2px solid hsl(204, 70%, 53%);
  background: hsl(210, 29%, 20%);
}
.strip[data-id=b1d12c] .site-footer__container {
  width: min(1200px, 100% - 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 40px 0;
}
.strip[data-id=b1d12c] p {
  margin: 0;
  color: hsl(210, 10%, 60%);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.strip[data-id=b1d12c] p:nth-child(2) {
  color: hsl(210, 16%, 72%);
  text-align: center;
}
.strip[data-id=b1d12c] p:nth-child(3) {
  text-align: right;
}
@media (max-width: 700px) {
  .strip[data-id=b1d12c] .site-footer__container {
    width: calc(100% - 36px);
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 34px 0;
    text-align: center;
  }
  .strip[data-id=b1d12c] p,
  .strip[data-id=b1d12c] p:nth-child(2),
  .strip[data-id=b1d12c] p:nth-child(3) {
    text-align: center;
  }
}