
.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="29ad13"] {
  --section-id: "29ad13";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/29ad13";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/29ad13";
}
.strip[data-id="29ad13"] .hero-section {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 90vh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: hsl(210, 29%, 24%);
  background-image: linear-gradient(90deg, rgba(35, 48, 61, 0.86) 0%, rgba(35, 48, 61, 0.68) 48%, rgba(35, 48, 61, 0.46) 100%), url(https://test-n2fbvamp.proweb.cz/_section/29ad13/hero-workshop.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.strip[data-id="29ad13"] .hero-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 48, 61, 0.08) 0%, rgba(35, 48, 61, 0.38) 100%);
  content: "";
}
.strip[data-id="29ad13"] .hero-section__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-position: center center;
  background-size: 12px 12px;
  opacity: 0.1;
  pointer-events: none;
}
.strip[data-id="29ad13"] .hero-section__content {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 110px 0 100px;
}
.strip[data-id="29ad13"] .hero-section__copy {
  max-width: 820px;
  margin: 0;
}
.strip[data-id="29ad13"] h1 {
  max-width: 820px;
  margin: 0 0 26px;
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
.strip[data-id="29ad13"] p {
  max-width: 700px;
  margin: 0 0 38px;
  color: hsl(210, 20%, 90%);
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="29ad13"] .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 1px solid hsl(6, 78%, 57%);
  border-radius: 4px;
  background: hsl(6, 78%, 57%);
  box-shadow: 0 12px 26px rgba(117, 24, 17, 0.32);
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.strip[data-id="29ad13"] .cta-button:hover,
.strip[data-id="29ad13"] .cta-button:focus-visible {
  border-color: hsl(6, 70%, 45%);
  background: hsl(6, 70%, 45%);
  box-shadow: 0 15px 30px rgba(117, 24, 17, 0.42);
  transform: scale(1.05);
}
.strip[data-id="29ad13"] .cta-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .strip[data-id="29ad13"] .hero-section {
    min-height: 78vh;
    background-position: 58% center;
    background-attachment: scroll;
  }
  .strip[data-id="29ad13"] .hero-section__content {
    width: calc(100% - 36px);
    padding: 86px 0 78px;
  }
  .strip[data-id="29ad13"] h1 {
    margin-bottom: 20px;
    font-size: clamp(32px, 10vw, 46px);
  }
  .strip[data-id="29ad13"] p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.55;
  }
  .strip[data-id="29ad13"] .cta-button {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="29ad13"] .hero-section {
    background-attachment: scroll;
  }
  .strip[data-id="29ad13"] .cta-button {
    transition: none;
  }
}.strip[data-id="662b12"] {
  --section-id: "662b12";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/662b12";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/662b12";
}
.strip[data-id="662b12"] .about-section {
  width: 100%;
  background: hsl(0, 0%, 100%);
}
.strip[data-id="662b12"] .about-section__container {
  width: min(1200px, 100% - 48px);
  min-height: 620px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 88px;
  margin: 0 auto;
  padding: 100px 0;
}
.strip[data-id="662b12"] .about-section__content {
  max-width: 570px;
}
.strip[data-id="662b12"] .about-section__eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  color: hsl(204, 70%, 43%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id="662b12"] h2 {
  margin: 0;
  color: hsl(210, 29%, 24%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.strip[data-id="662b12"] .about-section__accent {
  width: 62px;
  height: 4px;
  margin: 22px 0 28px;
  background: hsl(204, 70%, 53%);
}
.strip[data-id="662b12"] p {
  margin: 0 0 30px;
  color: hsl(210, 16%, 38%);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}
.strip[data-id="662b12"] .about-benefits {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id="662b12"] .about-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 12px 0;
  border-bottom: 1px solid hsl(210, 18%, 89%);
  color: hsl(210, 29%, 24%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}
.strip[data-id="662b12"] .about-benefits li:first-child {
  border-top: 1px solid hsl(210, 18%, 89%);
}
.strip[data-id="662b12"] .benefit-check {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(54, 157, 211, 0.12);
  color: hsl(204, 70%, 53%);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.strip[data-id="662b12"] .about-section__visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="662b12"] .about-section__shape {
  position: absolute;
  top: 42px;
  right: 2px;
  width: min(82%, 420px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(54, 157, 211, 0.22);
  background: rgba(54, 157, 211, 0.1);
  transform: translate(20px, 20px);
}
.strip[data-id="662b12"] .mechanic-figure {
  position: relative;
  z-index: 1;
  width: min(78%, 390px);
  margin: 0;
  background: hsl(210, 29%, 24%);
  box-shadow: 0 22px 46px rgba(35, 48, 61, 0.2);
}
.strip[data-id="662b12"] .mechanic-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center center;
}
.strip[data-id="662b12"] .mechanic-figure figcaption {
  margin: 0;
  padding: 15px 18px 17px;
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .strip[data-id="662b12"] .about-section__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    padding: 78px 0;
  }
  .strip[data-id="662b12"] .about-section__content {
    max-width: none;
  }
  .strip[data-id="662b12"] .about-section__visual {
    min-height: 460px;
  }
}
@media (max-width: 520px) {
  .strip[data-id="662b12"] .about-section__container {
    width: calc(100% - 36px);
    gap: 38px;
    padding: 64px 0;
  }
  .strip[data-id="662b12"] h2 {
    font-size: 30px;
  }
  .strip[data-id="662b12"] p {
    font-size: 16px;
    line-height: 1.65;
  }
  .strip[data-id="662b12"] .about-section__visual {
    min-height: 390px;
  }
  .strip[data-id="662b12"] .about-section__shape {
    top: 26px;
    right: 6px;
    width: 86%;
    transform: translate(12px, 12px);
  }
  .strip[data-id="662b12"] .mechanic-figure {
    width: 82%;
  }
}.strip[data-id="730d98"] {
  --section-id: "730d98";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/730d98";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/730d98";
}
.strip[data-id="730d98"] .services-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: hsl(210, 20%, 98%);
}
.strip[data-id="730d98"] .services-section__container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 108px 0 116px;
}
.strip[data-id="730d98"] .services-section__outline {
  position: absolute;
  top: 76px;
  right: -28px;
  color: transparent;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(110px, 18vw, 260px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  opacity: 0.5;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(35, 48, 61, 0.08);
  text-transform: uppercase;
  white-space: nowrap;
}
.strip[data-id="730d98"] .services-section__heading {
  max-width: 620px;
  margin: 0 0 52px;
}
.strip[data-id="730d98"] .services-section__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: hsl(204, 70%, 43%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id="730d98"] h2 {
  margin: 0;
  color: hsl(210, 29%, 24%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.strip[data-id="730d98"] .services-section__accent {
  width: 62px;
  height: 4px;
  margin: 22px 0 0;
  background: hsl(204, 70%, 53%);
}
.strip[data-id="730d98"] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.strip[data-id="730d98"] .service-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 40px 32px 34px;
  border-top: 3px solid transparent;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.strip[data-id="730d98"] .service-card:hover,
.strip[data-id="730d98"] .service-card:focus-within {
  border-top-color: hsl(6, 78%, 57%);
  box-shadow: 0 18px 38px rgba(35, 48, 61, 0.12);
  transform: translateY(-10px);
}
.strip[data-id="730d98"] .service-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 0 28px;
  color: hsl(204, 70%, 53%);
}
.strip[data-id="730d98"] .service-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id="730d98"] h3 {
  margin: 0 0 14px;
  color: hsl(210, 29%, 24%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="730d98"] p {
  margin: 0;
  color: hsl(210, 16%, 42%);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
.strip[data-id="730d98"] .service-card__number {
  margin-top: auto;
  padding-top: 26px;
  color: hsl(210, 20%, 85%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media (max-width: 1050px) {
  .strip[data-id="730d98"] .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .strip[data-id="730d98"] .service-card {
    min-height: 300px;
  }
}
@media (max-width: 620px) {
  .strip[data-id="730d98"] .services-section__container {
    width: calc(100% - 36px);
    padding: 74px 0 82px;
  }
  .strip[data-id="730d98"] .services-section__outline {
    top: 48px;
    right: -48px;
    font-size: 108px;
  }
  .strip[data-id="730d98"] .services-section__heading {
    margin-bottom: 34px;
  }
  .strip[data-id="730d98"] .services-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .strip[data-id="730d98"] .service-card {
    min-height: 0;
    padding: 32px 28px 28px;
  }
  .strip[data-id="730d98"] .service-card__icon {
    margin-bottom: 22px;
  }
  .strip[data-id="730d98"] h3 {
    font-size: 20px;
  }
}.strip[data-id="9c019e"] {
  --section-id: "9c019e";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/9c019e";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/9c019e";
}
.strip[data-id="9c019e"] .gallery-section {
  width: 100%;
  background: hsl(0, 0%, 100%);
}
.strip[data-id="9c019e"] .gallery-section__container {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 108px 0 116px;
}
.strip[data-id="9c019e"] .gallery-section__intro {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}
.strip[data-id="9c019e"] .gallery-section__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: hsl(204, 70%, 43%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id="9c019e"] h2 {
  margin: 0 0 18px;
  color: hsl(210, 29%, 24%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.strip[data-id="9c019e"] p {
  margin: 0;
  color: hsl(210, 16%, 42%);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id="9c019e"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.strip[data-id="9c019e"] .gallery-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: hsl(210, 29%, 24%);
  cursor: zoom-in;
  text-align: left;
}
.strip[data-id="9c019e"] .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}
.strip[data-id="9c019e"] .gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
  background: rgba(54, 157, 211, 0);
  color: hsl(0, 0%, 100%);
  opacity: 0;
  transition: background-color 260ms ease, opacity 260ms ease;
}
.strip[data-id="9c019e"] .gallery-item:hover img,
.strip[data-id="9c019e"] .gallery-item:focus-visible img {
  transform: scale(1.07);
}
.strip[data-id="9c019e"] .gallery-item:hover .gallery-item__overlay,
.strip[data-id="9c019e"] .gallery-item:focus-visible .gallery-item__overlay {
  background: rgba(54, 157, 211, 0.76);
  opacity: 1;
}
.strip[data-id="9c019e"] .gallery-item:focus-visible {
  outline: 3px solid hsl(204, 70%, 53%);
  outline-offset: 4px;
}
.strip[data-id="9c019e"] .gallery-item__label {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.strip[data-id="9c019e"] .gallery-item__zoom {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.strip[data-id="9c019e"] .gallery-item__zoom svg {
  width: 21px;
  height: 21px;
}
.strip[data-id="9c019e"] .gallery-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(20, 28, 36, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: visibility 200ms ease, opacity 200ms ease;
}
.strip[data-id="9c019e"] .gallery-lightbox.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.strip[data-id="9c019e"] .gallery-lightbox__content {
  max-width: min(1000px, 92vw);
  max-height: 90vh;
  text-align: center;
}
.strip[data-id="9c019e"] .gallery-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  object-fit: contain;
}
.strip[data-id="9c019e"] .gallery-lightbox__caption {
  margin: 16px 0 0;
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.strip[data-id="9c019e"] .gallery-lightbox__close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: transparent;
  color: hsl(0, 0%, 100%);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.strip[data-id="9c019e"] .gallery-lightbox__close:hover,
.strip[data-id="9c019e"] .gallery-lightbox__close:focus-visible {
  background: hsl(6, 78%, 57%);
  border-color: hsl(6, 78%, 57%);
}
@media (max-width: 620px) {
  .strip[data-id="9c019e"] .gallery-section__container {
    width: calc(100% - 36px);
    padding: 76px 0 84px;
  }
  .strip[data-id="9c019e"] .gallery-section__intro {
    margin-bottom: 34px;
  }
  .strip[data-id="9c019e"] p {
    font-size: 16px;
  }
  .strip[data-id="9c019e"] .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .strip[data-id="9c019e"] .gallery-item__overlay {
    padding: 18px;
    background: rgba(54, 157, 211, 0.68);
    opacity: 1;
  }
  .strip[data-id="9c019e"] .gallery-item__zoom {
    width: 36px;
    height: 36px;
  }
  .strip[data-id="9c019e"] .gallery-lightbox {
    padding: 24px 16px;
  }
  .strip[data-id="9c019e"] .gallery-lightbox__close {
    top: 14px;
    right: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="9c019e"] .gallery-item img,
  .strip[data-id="9c019e"] .gallery-item__overlay,
  .strip[data-id="9c019e"] .gallery-lightbox {
    transition: none;
  }
}.strip[data-id="1d99d1"] {
  --section-id: "1d99d1";
  --storage-url: "https://test-n2fbvamp.proweb.cz/_section/1d99d1";
  --public-url: "https://test-n2fbvamp.proweb.cz/_section/1d99d1";
}
.strip[data-id="1d99d1"] .contact-section {
  width: 100%;
  background: hsl(210, 20%, 98%);
}
.strip[data-id="1d99d1"] .contact-section__container {
  width: min(1200px, 100% - 48px);
  min-height: 610px;
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 0 auto;
  padding: 100px 0;
}
.strip[data-id="1d99d1"] .contact-section__info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  background: hsl(210, 29%, 24%);
  color: hsl(0, 0%, 100%);
}
.strip[data-id="1d99d1"] .contact-section__eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  color: hsl(204, 70%, 70%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id="1d99d1"] h2 {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.strip[data-id="1d99d1"] .contact-section__accent {
  width: 62px;
  height: 4px;
  margin: 22px 0 28px;
  background: hsl(204, 70%, 53%);
}
.strip[data-id="1d99d1"] .contact-section__intro {
  margin: 0 0 36px;
  color: hsl(210, 20%, 90%);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.strip[data-id="1d99d1"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.strip[data-id="1d99d1"] .contact-detail {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.strip[data-id="1d99d1"] .contact-detail:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.strip[data-id="1d99d1"] .contact-detail__icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: hsl(204, 70%, 70%);
}
.strip[data-id="1d99d1"] .contact-detail__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.strip[data-id="1d99d1"] .contact-detail p {
  margin: 0;
  color: hsl(210, 20%, 90%);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.strip[data-id="1d99d1"] .contact-detail strong {
  display: block;
  margin: 0 0 3px;
  color: hsl(204, 70%, 70%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.strip[data-id="1d99d1"] .contact-detail a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: color 180ms ease;
}
.strip[data-id="1d99d1"] .contact-detail a:hover,
.strip[data-id="1d99d1"] .contact-detail a:focus-visible {
  color: hsl(204, 70%, 70%);
}
.strip[data-id="1d99d1"] .contact-section__map-wrap {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: hsl(210, 14%, 34%);
}
.strip[data-id="1d99d1"] .contact-section__map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  border: 0;
  filter: grayscale(0.8) contrast(0.95) brightness(0.78);
}
.strip[data-id="1d99d1"] .contact-section__map-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 3px;
  background: hsl(6, 78%, 57%);
  box-shadow: 0 8px 18px rgba(35, 48, 61, 0.25);
  color: hsl(0, 0%, 100%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}
.strip[data-id="1d99d1"] .contact-section__map-link:hover,
.strip[data-id="1d99d1"] .contact-section__map-link:focus-visible {
  background: hsl(6, 70%, 45%);
  transform: translateY(-2px);
}
@media (max-width: 860px) {
  .strip[data-id="1d99d1"] .contact-section__container {
    grid-template-columns: 1fr;
    padding: 78px 0;
  }
  .strip[data-id="1d99d1"] .contact-section__info {
    padding: 54px 48px;
  }
  .strip[data-id="1d99d1"] .contact-section__map-wrap,
  .strip[data-id="1d99d1"] .contact-section__map {
    min-height: 420px;
  }
}
@media (max-width: 520px) {
  .strip[data-id="1d99d1"] .contact-section__container {
    width: calc(100% - 36px);
    padding: 64px 0;
  }
  .strip[data-id="1d99d1"] .contact-section__info {
    padding: 42px 28px;
  }
  .strip[data-id="1d99d1"] .contact-section__intro {
    font-size: 15px;
  }
  .strip[data-id="1d99d1"] .contact-section__map-wrap,
  .strip[data-id="1d99d1"] .contact-section__map {
    min-height: 360px;
  }
  .strip[data-id="1d99d1"] .contact-section__map-link {
    right: 14px;
    bottom: 14px;
  }
}.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;
  }
}