@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Roboto:wght@300;400;500&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=a54c9f] {
  --section-id: "a54c9f";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/a54c9f";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/a54c9f";
}
.strip[data-id=a54c9f] .header-glass {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease;
  z-index: 1000;
}
.strip[data-id=a54c9f] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a54c9f] .logo-wrapper .logo-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2D2D2D;
  letter-spacing: -0.5px;
  display: block;
}
.strip[data-id=a54c9f] .nav-desktop {
  display: flex;
  gap: 32px;
  align-items: center;
}
.strip[data-id=a54c9f] .nav-link {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2D2D2D;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=a54c9f] .nav-link:hover {
  color: #F39200;
}
.strip[data-id=a54c9f] .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #F39200, #ffb74d);
  border-radius: 2px;
}
.strip[data-id=a54c9f] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=a54c9f] .phone-link-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(243, 146, 0, 0.1);
  border-radius: 50%;
  transition: transform 0.3s ease;
  color: #F39200;
}
.strip[data-id=a54c9f] .phone-link-mobile:hover {
  transform: scale(1.1);
}
.strip[data-id=a54c9f] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=a54c9f] .menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #2D2D2D;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.strip[data-id=a54c9f] .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1000;
  padding-top: 100px;
  text-align: center;
}
.strip[data-id=a54c9f] .mobile-menu.is-open {
  display: block;
}
.strip[data-id=a54c9f] .nav-mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=a54c9f] .nav-link-mobile {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #2D2D2D;
  padding: 10px;
}
.strip[data-id=a54c9f] .nav-link-mobile:hover {
  color: #F39200;
}
@media (max-width: 991px) {
  .strip[data-id=a54c9f] .nav-desktop {
    display: none;
  }
  .strip[data-id=a54c9f] .menu-toggle {
    display: flex;
  }
  .strip[data-id=a54c9f] .header-container {
    height: 70px;
  }
  .strip[data-id=a54c9f] .menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id=a54c9f] .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=a54c9f] .menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@media (min-width: 992px) {
  .strip[data-id=a54c9f] .phone-link-mobile {
    display: none;
  }
}.strip[data-id="8d5e7b"] {
  --section-id: "8d5e7b";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/8d5e7b";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/8d5e7b";
}
.strip[data-id="8d5e7b"] .hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  background-image: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)), url(https://preview-pujcovna-plana-cz.proweb.cz/_section/8d5e7b/pozadi-obrazek.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}
.strip[data-id="8d5e7b"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F39200, #2D2D2D);
  z-index: 3;
}
.strip[data-id="8d5e7b"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id="8d5e7b"] .hero-section .content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="8d5e7b"] .hero-section .badge {
  display: inline-block;
  background: rgba(243, 146, 0, 0.15);
  color: #F39200;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border: 1px solid rgba(243, 146, 0, 0.3);
}
.strip[data-id="8d5e7b"] .hero-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #ffffff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="8d5e7b"] .hero-section h1 span {
  color: #F39200;
  display: block;
  margin-bottom: 5px;
}
.strip[data-id="8d5e7b"] .hero-section .subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.6;
  color: #e0e0e0;
  margin: 0 0 50px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="8d5e7b"] .hero-section .cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.strip[data-id="8d5e7b"] .hero-section .btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F39200;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 22px 50px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(243, 146, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  letter-spacing: 1.5px;
  border: 2px solid transparent;
}
.strip[data-id="8d5e7b"] .hero-section .btn-cta svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id="8d5e7b"] .hero-section .btn-cta:hover {
  transform: translateY(-5px);
  background-color: #d88200;
  box-shadow: 0 15px 40px rgba(243, 146, 0, 0.5);
  color: #ffffff;
}
.strip[data-id="8d5e7b"] .hero-section .btn-cta:hover svg {
  transform: translateX(5px);
}
@media (max-width: 1199px) {
  .strip[data-id="8d5e7b"] .hero-section h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="8d5e7b"] .hero-section {
    min-height: 70vh;
    padding: 100px 0;
  }
  .strip[data-id="8d5e7b"] .hero-section h1 {
    font-size: 52px;
  }
  .strip[data-id="8d5e7b"] .hero-section .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="8d5e7b"] .hero-section {
    background-attachment: scroll;
    min-height: auto;
    padding: 80px 0;
  }
  .strip[data-id="8d5e7b"] .hero-section h1 {
    font-size: 40px;
  }
  .strip[data-id="8d5e7b"] .hero-section .subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .strip[data-id="8d5e7b"] .hero-section .btn-cta {
    padding: 18px 35px;
    font-size: 16px;
    width: 100%;
  }
}.strip[data-id=eb2953] {
  --section-id: "eb2953";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/eb2953";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/eb2953";
}
.strip[data-id=eb2953] .about-services {
  background-color: #ffffff;
  padding: 80px 0;
}
.strip[data-id=eb2953] .about-services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=eb2953] .about-services .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .strip[data-id=eb2953] .about-services .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id=eb2953] .about-services .content-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=eb2953] .about-services .heading-wrapper {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.strip[data-id=eb2953] .about-services .heading-wrapper .accent-line {
  width: 4px;
  background-color: #ff8c00;
  flex-shrink: 0;
  border-radius: 2px;
}
.strip[data-id=eb2953] .about-services .heading-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2d2d2d;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .strip[data-id=eb2953] .about-services .heading-wrapper h2 {
    font-size: 28px;
  }
}
.strip[data-id=eb2953] .about-services .description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 767px) {
  .strip[data-id=eb2953] .about-services .description {
    font-size: 16px;
  }
}
.strip[data-id=eb2953] .about-services .price-link {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.strip[data-id=eb2953] .about-services .price-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ff8c00;
  transition: width 0.3s ease;
}
.strip[data-id=eb2953] .about-services .price-link:hover {
  color: #e67e00;
}
.strip[data-id=eb2953] .about-services .price-link:hover::after {
  width: 100%;
}
.strip[data-id=eb2953] .about-services .image-col .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=eb2953] .about-services .image-col .image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.strip[data-id=eb2953] .about-services .image-col .image-wrapper img, .strip[data-id=eb2953] .about-services .image-col .image-wrapper generated-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}.strip[data-id="1b6840"] {
  --section-id: "1b6840";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/1b6840";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/1b6840";
}
.strip[data-id="1b6840"] .equipment-categories {
  background-color: #F9F9F9;
  padding: 100px 0;
  font-family: "Roboto", sans-serif;
  color: #2D2D2D;
}
.strip[data-id="1b6840"] .equipment-categories .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="1b6840"] .equipment-categories .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="1b6840"] .equipment-categories .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #2D2D2D;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.strip[data-id="1b6840"] .equipment-categories .section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #F39200;
}
.strip[data-id="1b6840"] .equipment-categories .categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="1b6840"] .equipment-categories .category-card {
  background-color: #FFFFFF;
  padding: 50px 40px;
  border-bottom: 4px solid #F39200;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.strip[data-id="1b6840"] .equipment-categories .category-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="1b6840"] .equipment-categories .icon-wrapper {
  width: 72px;
  height: 72px;
  margin-bottom: 30px;
  color: #F39200;
  transition: transform 0.4s ease;
}
.strip[data-id="1b6840"] .equipment-categories .category-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="1b6840"] .equipment-categories .icon-wrapper svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="1b6840"] .equipment-categories .category-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2D2D2D;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id="1b6840"] .equipment-categories .equipment-list {
  font-size: 17px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.strip[data-id="1b6840"] .equipment-categories .equipment-list p {
  margin: 0;
}
.strip[data-id="1b6840"] .equipment-categories .card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F39200;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: gap 0.3s ease;
}
.strip[data-id="1b6840"] .equipment-categories .category-card:hover .card-link {
  gap: 12px;
}
@media (max-width: 992px) {
  .strip[data-id="1b6840"] .equipment-categories .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1b6840"] .equipment-categories {
    padding: 70px 0;
  }
  .strip[data-id="1b6840"] .equipment-categories .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="1b6840"] .equipment-categories .categories-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1b6840"] .equipment-categories .category-card {
    padding: 40px 30px;
  }
}.strip[data-id="8e869b"] {
  --section-id: "8e869b";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/8e869b";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/8e869b";
}
.strip[data-id="8e869b"] .opening-hours-section {
  background-color: #2D2D2D;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  padding: 80px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-family: sans-serif;
}
.strip[data-id="8e869b"] .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.strip[data-id="8e869b"] .info-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.strip[data-id="8e869b"] .header-icon {
  background: rgba(243, 146, 0, 0.1);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(243, 146, 0, 0.3);
}
.strip[data-id="8e869b"] .main-message h2 {
  font-weight: 700;
  font-size: 32px;
  color: #F39200;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.strip[data-id="8e869b"] .hours-box {
  border: 2px solid #F39200;
  padding: 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  background-color: rgba(35, 35, 35, 0.9);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="8e869b"] .hours-title {
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(243, 146, 0, 0.5);
  display: inline-block;
  padding-bottom: 5px;
}
.strip[data-id="8e869b"] .hours-list-content p {
  margin: 15px 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
.strip[data-id="8e869b"] .hours-list-content p:last-child {
  border-bottom: none;
}
.strip[data-id="8e869b"] .hours-list-content strong {
  color: #F39200;
  font-weight: 700;
}
.strip[data-id="8e869b"] .contact-note {
  max-width: 800px;
}
.strip[data-id="8e869b"] .contact-note p {
  font-style: italic;
  font-size: 18px;
  color: #BBBBBB;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.strip[data-id="8e869b"] .phone-highlight a {
  font-weight: 700;
  font-size: 28px;
  color: #F39200;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id="8e869b"] .phone-highlight a:hover {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .strip[data-id="8e869b"] .opening-hours-section {
    padding: 60px 20px;
  }
  .strip[data-id="8e869b"] .main-message h2 {
    font-size: 24px;
  }
  .strip[data-id="8e869b"] .hours-box {
    padding: 25px;
  }
  .strip[data-id="8e869b"] .hours-list-content p {
    font-size: 17px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}.strip[data-id="3aee1e"] {
  --section-id: "3aee1e";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/3aee1e";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/3aee1e";
}
.strip[data-id="3aee1e"] .contact-map-section {
  background-color: #FFFFFF;
  padding: 100px 0;
  font-family: "Roboto", sans-serif;
  color: #4A4A4A;
}
.strip[data-id="3aee1e"] .contact-map-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: stretch;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-info {
  flex: 0 0 calc(40% - 30px);
  background-color: #F9F9F9;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.strip[data-id="3aee1e"] .contact-map-section .map-container {
  flex: 0 0 calc(60% - 30px);
  height: 500px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
}
.strip[data-id="3aee1e"] .contact-map-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.strip[data-id="3aee1e"] .contact-map-section .label {
  display: inline-block;
  color: #F39200;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.strip[data-id="3aee1e"] .contact-map-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #2D2D2D;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.2;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 18px;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="3aee1e"] .contact-map-section .icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 4px;
}
.strip[data-id="3aee1e"] .contact-map-section .icon svg {
  width: 100%;
  height: 100%;
  fill: #F39200;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-item a {
  color: #4A4A4A;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="3aee1e"] .contact-map-section .contact-item a:hover {
  color: #F39200;
  border-bottom-color: #F39200;
}
.strip[data-id="3aee1e"] .contact-map-section .ico-info {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
  font-size: 14px;
  color: #888888;
}
@media (max-width: 1100px) {
  .strip[data-id="3aee1e"] .contact-map-section .container {
    gap: 40px;
  }
  .strip[data-id="3aee1e"] .contact-map-section .contact-info {
    flex: 0 0 calc(45% - 20px);
  }
  .strip[data-id="3aee1e"] .contact-map-section .map-container {
    flex: 0 0 calc(55% - 20px);
  }
}
@media (max-width: 991px) {
  .strip[data-id="3aee1e"] .contact-map-section {
    padding: 80px 0;
  }
  .strip[data-id="3aee1e"] .contact-map-section .contact-info,
  .strip[data-id="3aee1e"] .contact-map-section .map-container {
    flex: 0 0 100%;
  }
  .strip[data-id="3aee1e"] .contact-map-section .map-container {
    height: 400px;
    order: 2;
  }
  .strip[data-id="3aee1e"] .contact-map-section .contact-info {
    order: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3aee1e"] .contact-map-section {
    padding: 60px 0;
  }
  .strip[data-id="3aee1e"] .contact-map-section h2 {
    font-size: 26px;
  }
  .strip[data-id="3aee1e"] .contact-map-section .map-container {
    height: 350px;
  }
  .strip[data-id="3aee1e"] .contact-map-section .contact-info {
    padding: 30px;
  }
}.strip[data-id="45328e"] {
  --section-id: "45328e";
  --storage-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/45328e";
  --public-url: "https://preview-pujcovna-plana-cz.proweb.cz/_section/45328e";
  /* Desktop alignment adjustments */
}
.strip[data-id="45328e"] .footer-section {
  background-color: #2D2D2D;
  border-top: 3px solid #F39200;
  padding: 60px 20px;
  font-family: "Roboto", sans-serif;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id="45328e"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="45328e"] .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.strip[data-id="45328e"] .footer-col {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: color 0.3s ease;
}
.strip[data-id="45328e"] .footer-icon {
  color: #F39200;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id="45328e"] .footer-col p {
  margin: 0;
}
.strip[data-id="45328e"] .footer-col:hover {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .strip[data-id="45328e"] .footer-col:first-child {
    align-items: flex-start;
    text-align: left;
  }
  .strip[data-id="45328e"] .footer-col:last-child {
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .strip[data-id="45328e"] .footer-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="45328e"] .footer-section {
    padding: 40px 20px;
  }
  .strip[data-id="45328e"] .footer-grid {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="45328e"] .footer-col {
    min-width: 100%;
  }
}