@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&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="86ef5e"] {
  --section-id: "86ef5e";
  --storage-url: "https://www.puman.cz/_section/86ef5e";
  --public-url: "https://www.puman.cz/_section/86ef5e";
}
.strip[data-id="86ef5e"] .header-wrapper {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.strip[data-id="86ef5e"] .top-bar {
  background-color: #cc0000;
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
}
.strip[data-id="86ef5e"] .top-bar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}
.strip[data-id="86ef5e"] .top-bar-info {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.strip[data-id="86ef5e"] .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="86ef5e"] .info-item:hover {
  opacity: 0.8;
}
.strip[data-id="86ef5e"] .info-item svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="86ef5e"] .top-bar-tagline {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.strip[data-id="86ef5e"] .main-header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.strip[data-id="86ef5e"] .main-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.strip[data-id="86ef5e"] .logo {
  display: block;
  transition: transform 0.3s ease;
  min-width: 0;
}
.strip[data-id="86ef5e"] .logo:hover {
  transform: scale(1.02);
}
.strip[data-id="86ef5e"] .logo img {
  height: 65px;
  max-width: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="86ef5e"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.strip[data-id="86ef5e"] .nav-item {
  position: relative;
}
.strip[data-id="86ef5e"] .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 5px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.3px;
}
.strip[data-id="86ef5e"] .nav-link:hover {
  color: #cc0000;
}
.strip[data-id="86ef5e"] .nav-link svg {
  transition: transform 0.3s ease;
}
.strip[data-id="86ef5e"] .nav-item:hover .nav-link svg {
  transform: rotate(180deg);
}
.strip[data-id="86ef5e"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 15px 0;
  margin: 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  border-top: 4px solid #cc0000;
}
.strip[data-id="86ef5e"] .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="86ef5e"] .dropdown-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.strip[data-id="86ef5e"] .dropdown-item a:hover {
  background-color: #f8f8f8;
  color: #cc0000;
  padding-left: 30px;
}
.strip[data-id="86ef5e"] .badge-novinka {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.2;
  white-space: nowrap;
}
.strip[data-id="86ef5e"] .mobile-toggle {
  display: none;
  cursor: pointer;
  background: #f5f5f5;
  border: none;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
  margin-left: auto;
}
.strip[data-id="86ef5e"] .mobile-toggle:hover {
  background: #eeeeee;
}
.strip[data-id="86ef5e"] .mobile-toggle svg {
  width: 28px;
  height: 28px;
  fill: #cc0000;
}
.strip[data-id="86ef5e"] .mobile-close {
  display: none;
}
.strip[data-id="86ef5e"] .mobile-backdrop {
  display: none;
}
@media (max-width: 1100px) {
  .strip[data-id="86ef5e"] .nav-menu {
    gap: 10px;
  }
  .strip[data-id="86ef5e"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="86ef5e"] .main-header {
    padding: 10px 0;
  }
  .strip[data-id="86ef5e"] .logo img {
    height: 55px;
  }
  .strip[data-id="86ef5e"] .mobile-toggle {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .strip[data-id="86ef5e"] nav {
    position: static;
  }
  .strip[data-id="86ef5e"] .mobile-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 1100;
    background: rgba(14, 18, 24, 0.42);
    backdrop-filter: blur(8px) saturate(115%);
    -webkit-backdrop-filter: blur(8px) saturate(115%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  .strip[data-id="86ef5e"] nav.menu-open .mobile-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0s;
  }
  .strip[data-id="86ef5e"] .mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    z-index: 1103;
    transition: background 0.3s ease;
  }
  .strip[data-id="86ef5e"] .mobile-close:hover {
    background: #ffffff;
  }
  .strip[data-id="86ef5e"] .mobile-close svg {
    width: 28px;
    height: 28px;
    fill: #cc0000;
  }
  .strip[data-id="86ef5e"] .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(380px, 100vw);
    max-width: 100vw;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    flex-direction: column;
    padding: 88px 0 40px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.4s;
    box-shadow: -18px 0 50px rgba(0, 0, 0, 0.22);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1102;
    gap: 0;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
  }
  .strip[data-id="86ef5e"] .nav-menu.active {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
  }
  .strip[data-id="86ef5e"] .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .strip[data-id="86ef5e"] .nav-link {
    padding: 18px 30px;
    font-size: 15px;
    justify-content: space-between;
  }
  .strip[data-id="86ef5e"] .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: rgba(250, 250, 250, 0.7);
  }
  .strip[data-id="86ef5e"] .nav-item.active .dropdown-menu {
    max-height: 500px;
    padding-bottom: 10px;
  }
  .strip[data-id="86ef5e"] .nav-item.active .nav-link svg {
    transform: rotate(180deg);
  }
  .strip[data-id="86ef5e"] .dropdown-item a {
    padding: 12px 45px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="86ef5e"] .top-bar-tagline {
    display: none;
  }
  .strip[data-id="86ef5e"] .top-bar-container {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="86ef5e"] .top-bar-info {
    gap: 15px;
    justify-content: center;
  }
  .strip[data-id="86ef5e"] .info-item span {
    font-size: 12px;
  }
}.strip[data-id="38c68f"] {
  --section-id: "38c68f";
  --storage-url: "https://www.puman.cz/_section/38c68f";
  --public-url: "https://www.puman.cz/_section/38c68f";
}
.strip[data-id="38c68f"] .hero-industrial {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(0, 0, 0, 0.4) 100%), url(https://www.puman.cz/_section/38c68f/banner-rental-new.jpg);
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 140px 0 100px;
}
.strip[data-id="38c68f"] .hero-industrial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 45%, rgba(204, 0, 0, 0.14), transparent 42%);
  pointer-events: none;
}
.strip[data-id="38c68f"] .hero-industrial::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 320px;
  height: 320px;
  border: 24px solid rgba(204, 0, 0, 0.16);
  transform: rotate(45deg);
  pointer-events: none;
}
.strip[data-id="38c68f"] .hero-industrial .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.strip[data-id="38c68f"] .hero-industrial .content {
  max-width: 760px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.strip[data-id="38c68f"] .hero-industrial .content.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="38c68f"] .hero-industrial h1 {
  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: normal;
  margin: 0 0 38px;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  clip-path: inset(0 100% 0 0);
  animation: hero-title-typing 2.8s steps(32, end) 0.35s forwards;
}
.strip[data-id="38c68f"] .hero-industrial h1 > span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.strip[data-id="38c68f"] .hero-industrial h1 > span > span {
  display: block;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.46em;
  line-height: 1.15;
  letter-spacing: 7px;
  margin-top: 20px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
}
@keyframes hero-title-typing {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.strip[data-id="38c68f"] .hero-industrial .subtitle-box {
  max-width: 760px;
  background: rgba(0, 0, 0, 0.72);
  padding: 28px 32px;
  border-left: 6px solid #CC0000;
  margin-bottom: 38px;
  backdrop-filter: blur(8px);
  border-radius: 0 8px 8px 0;
}
.strip[data-id="38c68f"] .hero-industrial .subtitle-box p {
  color: #ffffff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}
.strip[data-id="38c68f"] .hero-industrial .cta-button {
  display: inline-flex;
  align-items: center;
  background: #CC0000;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 45px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 30px rgba(204, 0, 0, 0.4);
  border-radius: 4px;
}
.strip[data-id="38c68f"] .hero-industrial .cta-button i {
  margin-left: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id="38c68f"] .hero-industrial .cta-button:hover {
  transform: translateY(-5px);
  background-color: #E60000;
  box-shadow: 0 20px 40px rgba(204, 0, 0, 0.5);
}
.strip[data-id="38c68f"] .hero-industrial .cta-button:hover i {
  transform: translateX(6px);
}
@media (max-width: 768px) {
  .strip[data-id="38c68f"] .hero-industrial {
    min-height: auto;
    padding: 120px 0 70px;
    background-attachment: scroll;
    background-position: center 30%;
  }
  .strip[data-id="38c68f"] .hero-industrial .container {
    padding: 0 20px;
  }
  .strip[data-id="38c68f"] .hero-industrial .content {
    max-width: 100%;
  }
  .strip[data-id="38c68f"] .hero-industrial h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.03;
  }
  .strip[data-id="38c68f"] .hero-industrial h1 > span > span {
    font-size: 0.48em;
    line-height: 1.15;
    letter-spacing: 3px;
    margin-top: 16px;
  }
  .strip[data-id="38c68f"] .hero-industrial .subtitle-box {
    padding: 24px 22px;
    border-left: 0;
    border-top: 5px solid #CC0000;
    border-radius: 8px;
  }
  .strip[data-id="38c68f"] .hero-industrial .cta-button {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="38c68f"] .hero-industrial h1 {
    animation: none;
    clip-path: none;
  }
}.strip[data-id=c89926] {
  --section-id: "c89926";
  --storage-url: "https://www.puman.cz/_section/c89926";
  --public-url: "https://www.puman.cz/_section/c89926";
}
.strip[data-id=c89926] .services-section {
  background-color: #fdfdfd;
  background-image: radial-gradient(rgba(227, 6, 19, 0.05) 1px, transparent 1px), radial-gradient(rgba(227, 6, 19, 0.05) 1px, #fdfdfd 1px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  padding: 100px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c89926] .services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e30613 0%, #2c2c2c 100%);
}
.strip[data-id=c89926] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=c89926] .services-section .section-title {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=c89926] .services-section .section-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.strip[data-id=c89926] .services-section .section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #e30613;
}
.strip[data-id=c89926] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=c89926] .services-section .service-card {
  background: #ffffff;
  padding: 50px 30px 40px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id=c89926] .services-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #e30613;
}
.strip[data-id=c89926] .services-section .service-card:hover .icon-container {
  transform: scale(1.02);
}
.strip[data-id=c89926] .services-section .service-card:hover .btn-more {
  background-color: #e30613;
  color: #fff;
}
.strip[data-id=c89926] .services-section .service-card .icon-container {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
  background: #ffffff;
  transition: transform 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}
.strip[data-id=c89926] .services-section .service-card .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  background: #ffffff;
  box-shadow: none;
  transition: transform 0.3s ease;
}
.strip[data-id=c89926] .services-section .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=c89926] .services-section .service-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.strip[data-id=c89926] .services-section .service-card .btn-more {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #e30613;
  color: #e30613;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .strip[data-id=c89926] .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id=c89926] .services-section {
    padding: 70px 15px;
  }
  .strip[data-id=c89926] .services-section .section-title h2 {
    font-size: 28px;
  }
  .strip[data-id=c89926] .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=c89926] .services-section .service-card {
    padding: 40px 20px 30px;
  }
  .strip[data-id=c89926] .services-section .service-card .icon-container {
    max-width: 100%;
  }
}.strip[data-id="2648c0"] {
  --section-id: "2648c0";
  --storage-url: "https://www.puman.cz/_section/2648c0";
  --public-url: "https://www.puman.cz/_section/2648c0";
}
.strip[data-id="2648c0"] .specialized-services {
  padding: 100px 0;
  background-color: #f8f9fa;
  font-family: "Montserrat", sans-serif;
  scroll-margin-top: 80px;
}
.strip[data-id="2648c0"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.strip[data-id="2648c0"] .service-block {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  scroll-margin-top: 100px;
}
.strip[data-id="2648c0"] .service-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(227, 6, 19, 0.12);
}
.strip[data-id="2648c0"] .service-block:last-child {
  margin-bottom: 0;
}
.strip[data-id="2648c0"] .service-block.reverse {
  flex-direction: row-reverse;
}
.strip[data-id="2648c0"] .image-side {
  flex: 1.2;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfc;
  overflow: hidden;
}
.strip[data-id="2648c0"] .image-side img {
  width: 100%;
  height: auto;
  max-height: 600px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="2648c0"] .service-block:hover .image-side img {
  transform: scale(1.04);
}
.strip[data-id="2648c0"] .text-side {
  flex: 1;
  padding: 80px 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="2648c0"] .bg-number {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 180px;
  font-weight: 900;
  color: #f6f6f6;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.4s ease;
}
.strip[data-id="2648c0"] .service-block:hover .bg-number {
  color: #f0e6e6;
}
.strip[data-id="2648c0"] .service-block.reverse .bg-number {
  right: auto;
  left: 50px;
}
.strip[data-id="2648c0"] .content-wrapper {
  position: relative;
  z-index: 1;
}
.strip[data-id="2648c0"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 46px;
  color: #1a1a1a;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.1;
}
.strip[data-id="2648c0"] h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #e31e24;
  margin-top: 20px;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.strip[data-id="2648c0"] .service-block:hover h2::after {
  width: 100px;
}
.strip[data-id="2648c0"] p {
  font-size: 19px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 35px;
}
.strip[data-id="2648c0"] .benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="2648c0"] .benefits li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  transition: transform 0.3s ease;
}
.strip[data-id="2648c0"] .service-block:hover .benefits li {
  transform: translateX(5px);
}
.strip[data-id="2648c0"] .benefits .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e31e24;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="2648c0"] .service-block:hover .benefits .icon {
  transform: scale(1.15) rotate(10deg);
}
.strip[data-id="2648c0"] .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  background-color: #e31e24;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.strip[data-id="2648c0"] .service-link:hover {
  background-color: #b9181d;
  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 1400px) {
  .strip[data-id="2648c0"] .text-side {
    padding: 60px 80px;
  }
}
@media (max-width: 1200px) {
  .strip[data-id="2648c0"] h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="2648c0"] .specialized-services {
    padding: 60px 0;
  }
  .strip[data-id="2648c0"] .container {
    padding: 0 20px;
  }
  .strip[data-id="2648c0"] .service-block,
  .strip[data-id="2648c0"] .service-block.reverse {
    flex-direction: column;
    margin-bottom: 40px;
    border-radius: 24px;
  }
  .strip[data-id="2648c0"] .image-side,
  .strip[data-id="2648c0"] .text-side {
    width: 100%;
  }
  .strip[data-id="2648c0"] .image-side {
    padding: 20px;
  }
  .strip[data-id="2648c0"] .image-side img {
    border-radius: 16px;
  }
  .strip[data-id="2648c0"] .text-side {
    padding: 30px 25px 35px;
  }
  .strip[data-id="2648c0"] .bg-number {
    font-size: 90px;
    top: 15px;
    right: 25px;
    opacity: 0.6;
  }
  .strip[data-id="2648c0"] .service-block.reverse .bg-number {
    right: 25px;
    left: auto;
  }
  .strip[data-id="2648c0"] h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .strip[data-id="2648c0"] h2::after {
    margin-top: 12px;
    width: 50px;
    height: 4px;
  }
  .strip[data-id="2648c0"] p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .strip[data-id="2648c0"] .benefits li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .strip[data-id="2648c0"] .benefits .icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    margin-right: 10px;
  }
  .strip[data-id="2648c0"] .service-link {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="2648c0"] .specialized-services {
    padding: 40px 0;
  }
  .strip[data-id="2648c0"] .container {
    padding: 0 12px;
  }
  .strip[data-id="2648c0"] .service-block {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .strip[data-id="2648c0"] .image-side {
    padding: 15px;
  }
  .strip[data-id="2648c0"] .text-side {
    padding: 20px 18px 25px;
  }
  .strip[data-id="2648c0"] .bg-number {
    font-size: 70px;
    top: 10px;
    right: 15px;
    opacity: 0.4;
  }
  .strip[data-id="2648c0"] h2 {
    font-size: 23px;
  }
  .strip[data-id="2648c0"] p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .strip[data-id="2648c0"] .benefits li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}.strip[data-id="765da4"] {
  --section-id: "765da4";
  --storage-url: "https://www.puman.cz/_section/765da4";
  --public-url: "https://www.puman.cz/_section/765da4";
}
.strip[data-id="765da4"] .brands-section {
  background-color: #0a0a0a;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="765da4"] .brands-section::before, .strip[data-id="765da4"] .brands-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0.05) 80%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 5;
}
.strip[data-id="765da4"] .brands-section::before {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="765da4"] .brands-section::after {
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="765da4"] .brands-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="765da4"] .brands-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.strip[data-id="765da4"] .brands-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #e30613;
  margin: 20px auto 0;
}
.strip[data-id="765da4"] .brands-section .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #b0b0b0;
  max-width: 850px;
  margin: 0 auto 80px;
  line-height: 1.8;
  font-weight: 400;
  padding: 0 20px;
}
.strip[data-id="765da4"] .logos-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
.strip[data-id="765da4"] .logos-slider::before, .strip[data-id="765da4"] .logos-slider::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}
.strip[data-id="765da4"] .logos-slider::before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0a0a0a 0%, transparent 100%);
}
.strip[data-id="765da4"] .logos-slider::after {
  right: 0;
  top: 0;
  background: linear-gradient(to left, #0a0a0a 0%, transparent 100%);
}
.strip[data-id="765da4"] .logos-track {
  display: flex;
  width: 6800px;
  animation: scroll 52s linear infinite;
}
.strip[data-id="765da4"] .logos-track:hover {
  animation-play-state: paused;
}
.strip[data-id="765da4"] .logo-item {
  flex: 0 0 340px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.strip[data-id="765da4"] .logo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}
.strip[data-id="765da4"] .logo-inner:hover {
  border-color: rgba(227, 6, 19, 0.6);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.strip[data-id="765da4"] .logo-inner img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 0.95;
  border-radius: 8px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.strip[data-id="765da4"] .logo-inner:hover img {
  transform: scale(1.05);
  opacity: 1;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3400px);
  }
}
@media (max-width: 1200px) {
  .strip[data-id="765da4"] .logo-item {
    flex-basis: 300px;
    height: 190px;
    padding: 0 10px;
  }
  .strip[data-id="765da4"] .logo-inner img {
    max-height: 140px;
  }
  .strip[data-id="765da4"] .logos-track {
    width: 6000px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3000px);
    }
  }
}
@media (max-width: 768px) {
  .strip[data-id="765da4"] .brands-section {
    padding: 80px 0;
  }
  .strip[data-id="765da4"] .brands-section h2 {
    font-size: 28px;
  }
  .strip[data-id="765da4"] .logo-item {
    flex-basis: 230px;
    height: 150px;
    padding: 0 6px;
  }
  .strip[data-id="765da4"] .logo-inner {
    padding: 10px;
    border-radius: 12px;
  }
  .strip[data-id="765da4"] .logo-inner img {
    max-height: 110px;
  }
  .strip[data-id="765da4"] .logos-track {
    width: 4600px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2300px);
    }
  }
  .strip[data-id="765da4"] .logos-slider::before,
  .strip[data-id="765da4"] .logos-slider::after {
    width: 70px;
  }
}.strip[data-id=a03fdf] {
  --section-id: "a03fdf";
  --storage-url: "https://www.puman.cz/_section/a03fdf";
  --public-url: "https://www.puman.cz/_section/a03fdf";
}
.strip[data-id=a03fdf] .contact-section {
  padding: 80px 0;
  background: #fff;
}
.strip[data-id=a03fdf] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=a03fdf] .contact-grid {
  display: flex;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  min-height: 650px;
  background: #fff;
}
.strip[data-id=a03fdf] .map-container {
  flex: 0 0 60%;
  background: #e5e5e5;
  position: relative;
  min-height: 650px;
}
.strip[data-id=a03fdf] .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  border: 0;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  transition: filter 0.5s ease;
}
.strip[data-id=a03fdf] .map-container:hover iframe {
  filter: grayscale(0.3) contrast(1) brightness(1);
}
.strip[data-id=a03fdf] .info-container {
  flex: 0 0 40%;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 50px 40px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}
.strip[data-id=a03fdf] .info-content {
  width: 100%;
  max-width: 100%;
}
.strip[data-id=a03fdf] .info-content h2 {
  font-size: 2.2rem;
  margin: 0 0 30px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=a03fdf] .business-info {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.strip[data-id=a03fdf] .business-name {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 20px;
  color: #d32f2f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=a03fdf] .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.strip[data-id=a03fdf] .info-item .icon {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 15px;
  margin-top: 2px;
  color: #d32f2f;
}
.strip[data-id=a03fdf] .info-item .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id=a03fdf] .info-item p {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}
.strip[data-id=a03fdf] .info-item a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 600;
}
.strip[data-id=a03fdf] .info-item a:hover {
  color: #d32f2f;
}
.strip[data-id=a03fdf] .contact-form {
  margin-top: 10px;
  width: 100%;
}
.strip[data-id=a03fdf] .form-group {
  margin-bottom: 18px;
}
.strip[data-id=a03fdf] .form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
}
.strip[data-id=a03fdf] .form-group input, .strip[data-id=a03fdf] .form-group textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  transition: all 0.3s ease;
  background: #fff;
  resize: vertical;
}
.strip[data-id=a03fdf] .form-group input:focus, .strip[data-id=a03fdf] .form-group textarea:focus {
  outline: none;
  border-color: #d32f2f;
  box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.08);
}
.strip[data-id=a03fdf] .form-group input:invalid:not(:placeholder-shown), .strip[data-id=a03fdf] .form-group textarea:invalid:not(:placeholder-shown) {
  border-color: #b00020;
}
.strip[data-id=a03fdf] .submit-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #d32f2f;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.2);
}
.strip[data-id=a03fdf] .submit-btn:hover {
  background: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
}
.strip[data-id=a03fdf] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id=a03fdf] .submit-btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.strip[data-id=a03fdf] .contact-form__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.strip[data-id=a03fdf] .contact-form__status {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-weight: 700;
}
.strip[data-id=a03fdf] .contact-form__status.is-success {
  color: #167a32;
}
.strip[data-id=a03fdf] .contact-form__status.is-error {
  color: #b00020;
}
@media (max-width: 1100px) {
  .strip[data-id=a03fdf] .info-container {
    padding: 40px 30px;
  }
  .strip[data-id=a03fdf] .info-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id=a03fdf] .contact-grid {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .strip[data-id=a03fdf] .map-container, .strip[data-id=a03fdf] .info-container {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id=a03fdf] .map-container {
    min-height: 450px;
    height: 450px;
  }
  .strip[data-id=a03fdf] .map-container iframe {
    min-height: 450px;
  }
  .strip[data-id=a03fdf] .info-container {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=a03fdf] .contact-section {
    padding: 50px 0;
  }
  .strip[data-id=a03fdf] .container {
    padding: 0 15px;
  }
  .strip[data-id=a03fdf] .contact-grid {
    border-radius: 12px;
  }
  .strip[data-id=a03fdf] .info-container {
    padding: 35px 20px;
  }
  .strip[data-id=a03fdf] .info-content h2 {
    font-size: 1.8rem;
  }
  .strip[data-id=a03fdf] .form-group input, .strip[data-id=a03fdf] .form-group textarea {
    font-size: 16px;
  }
}@charset "UTF-8";
.strip[data-id="9810d3"] {
  --section-id: "9810d3";
  --storage-url: "https://www.puman.cz/_section/9810d3";
  --public-url: "https://www.puman.cz/_section/9810d3";
  /* Arrows automatically added for external links */
}
.strip[data-id="9810d3"] .footer-section {
  --red: #ff3b43;
  --ink: #101010;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
  padding: clamp(3.5rem, 8vw, 7rem) 1.25rem 1.25rem;
  border-top: 4px solid var(--red);
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="9810d3"] .footer-orbit {
  position: absolute;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  right: -15%;
  top: -35%;
  border: 1px solid rgba(255, 59, 67, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 59, 67, 0.1), 0 0 0 68px rgba(255, 59, 67, 0.08);
  pointer-events: none;
}
.strip[data-id="9810d3"] .footer-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.8fr) minmax(250px, 0.9fr);
  gap: clamp(2.5rem, 6vw, 7rem);
}
.strip[data-id="9810d3"] .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.strip[data-id="9810d3"] .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="9810d3"] .brand-mark img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 100%;
}
.strip[data-id="9810d3"] .brand-caption {
  max-width: 100px;
  color: var(--red);
  font: 700 1.05rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
}
.strip[data-id="9810d3"] .footer-kicker {
  margin: 2.5rem 0 0.8rem;
  color: #ff6970;
  font: 600 clamp(1.15rem, 2vw, 1.5rem)/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.strip[data-id="9810d3"] .footer-note {
  max-width: 310px;
  margin: 0;
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.8;
}
.strip[data-id="9810d3"] .footer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.strip[data-id="9810d3"] .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #82f58b;
  box-shadow: 0 0 0 5px rgba(130, 245, 139, 0.22);
}
.strip[data-id="9810d3"] .footer-heading {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #85817d;
  padding-bottom: 0.9rem;
}
.strip[data-id="9810d3"] .heading-index {
  color: #ff6970;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.strip[data-id="9810d3"] .footer-heading h2 {
  margin: 0;
  color: #ffffff;
  font: 700 1.2rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip[data-id="9810d3"] .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="9810d3"] .footer-nav li {
  border-bottom: 2px solid #5e5a56;
}
.strip[data-id="9810d3"] .footer-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 2.9rem;
  padding: 0.62rem 0;
  color: #cccccc !important;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: color 0.2s ease, padding-left 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a > span:first-child,
.strip[data-id="9810d3"] .footer-nav a > span:first-child editable-content {
  display: inline-block !important;
  color: #cccccc !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a:hover, .strip[data-id="9810d3"] .footer-nav a:focus-visible {
  padding-left: 0.65rem;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
}
.strip[data-id="9810d3"] .footer-nav a:hover > span:first-child,
.strip[data-id="9810d3"] .footer-nav a:hover > span:first-child editable-content {
  color: #ffffff !important;
}
.strip[data-id="9810d3"] .footer-nav a[href^="http://"]::after,
.strip[data-id="9810d3"] .footer-nav a[href^="https://"]::after,
.strip[data-id="9810d3"] .footer-nav a[target=_blank]::after {
  content: "↗";
  color: #ff6970;
  font-size: 1rem;
  margin-left: 0.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a[href^="http://"]:hover::after,
.strip[data-id="9810d3"] .footer-nav a[href^="https://"]:hover::after,
.strip[data-id="9810d3"] .footer-nav a[target=_blank]:hover::after {
  color: #ffffff;
  transform: translateX(3px);
}
.strip[data-id="9810d3"] .footer-contact address {
  margin: 0;
  font-style: normal;
}
.strip[data-id="9810d3"] .contact-address {
  margin: 0 0 1.4rem;
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.8;
}
.strip[data-id="9810d3"] .contact-link {
  display: block;
  width: fit-content;
  color: #cccccc !important;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.8;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.strip[data-id="9810d3"] .contact-link:hover, .strip[data-id="9810d3"] .contact-link:focus-visible {
  color: #ff9a9f !important;
  border-color: #ff9a9f;
}
.strip[data-id="9810d3"] .contact-phone {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff !important;
}
.strip[data-id="9810d3"] .opening-hours {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1.8rem;
  padding: 1rem;
  border-left: 4px solid #ff6970;
  background: #2b2927;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id="9810d3"] .opening-hours strong {
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.strip[data-id="9810d3"] .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  padding-top: 1.2rem;
  border-top: 2px solid #85817d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #cccccc;
  font-size: 0.72rem;
}
.strip[data-id="9810d3"] .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.strip[data-id="9810d3"] .footer-legal a {
  color: #cccccc;
  text-decoration: none;
}
.strip[data-id="9810d3"] .footer-legal a:hover, .strip[data-id="9810d3"] .footer-legal a:focus-visible {
  color: #ff9a9f;
}
.strip[data-id="9810d3"] .footer-year {
  color: #ff6970;
  font-weight: 700;
}
@media (max-width: 800px) {
  .strip[data-id="9810d3"] .footer-shell {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
  .strip[data-id="9810d3"] .footer-intro {
    grid-column: 1/-1;
  }
  .strip[data-id="9810d3"] .footer-note {
    max-width: 520px;
  }
}
@media (max-width: 560px) {
  .strip[data-id="9810d3"] .footer-section {
    padding-top: 3.5rem;
  }
  .strip[data-id="9810d3"] .footer-orbit {
    width: 90vw;
    right: -45%;
    top: -10%;
  }
  .strip[data-id="9810d3"] .footer-shell {
    display: block;
  }
  .strip[data-id="9810d3"] .footer-nav, .strip[data-id="9810d3"] .footer-contact {
    margin-top: 3.5rem;
  }
  .strip[data-id="9810d3"] .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .strip[data-id="9810d3"] .footer-legal {
    flex-direction: column;
    gap: 0.5rem;
  }
}