@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Montserrat:wght@400;500;600;700&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: #101820;
    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: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    z-index: 1103;
    transition: background 0.3s ease;
  }
  .strip[data-id="86ef5e"] .mobile-close:hover {
    background: #f3f3f3;
  }
  .strip[data-id="86ef5e"] .mobile-close svg {
    width: 28px;
    height: 28px;
    fill: #cc0000;
  }
  .strip[data-id="86ef5e"] .nav-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100vh;
    background: #ffffff;
    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: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    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);
    flex: 0 0 auto;
  }
  .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: #f7f7f7;
  }
  .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=e1f235] {
  --section-id: "e1f235";
  --storage-url: "https://www.puman.cz/_section/e1f235";
  --public-url: "https://www.puman.cz/_section/e1f235";
}
.strip[data-id=e1f235] .rental-hero {
  min-height: 430px;
  background: #202020 url(https://www.puman.cz/_section/e1f235/rental-tools-hero-bg.jpg) center/cover no-repeat;
  color: #fff;
}
.strip[data-id=e1f235] .rental-hero-overlay {
  min-height: 430px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28));
}
.strip[data-id=e1f235] .rental-hero-content {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 64px 24px;
}
.strip[data-id=e1f235] .rental-hero-kicker {
  margin: 0 0 12px;
  color: #f39c12;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.strip[data-id=e1f235] .rental-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.03;
}
.strip[data-id=e1f235] .rental-hero-text {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.strip[data-id=e1f235] .rental-hero-button {
  display: inline-block;
  background: #d90000;
  color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 2px;
}
.strip[data-id=e1f235] .rental-hero-button:hover {
  background: #b00000;
}
@media (max-width: 650px) {
  .strip[data-id=e1f235] .rental-hero,
  .strip[data-id=e1f235] .rental-hero-overlay {
    min-height: 420px;
  }
  .strip[data-id=e1f235] .rental-hero-content {
    padding: 48px 18px;
  }
  .strip[data-id=e1f235] .rental-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .strip[data-id=e1f235] .rental-hero-kicker {
    font-size: 0.75rem;
  }
}.strip[data-id="4adf97"] {
  --section-id: "4adf97";
  --storage-url: "https://www.puman.cz/_section/4adf97";
  --public-url: "https://www.puman.cz/_section/4adf97";
}
.strip[data-id="4adf97"] .rental-price {
  background: #f7f7f7;
  padding: 64px 20px 80px;
  color: #202020;
  font-family: Arial, sans-serif;
}
.strip[data-id="4adf97"] .price-wrap {
  max-width: 1220px;
  margin: 0 auto;
}
.strip[data-id="4adf97"] .eyebrow {
  color: #d90000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
.strip[data-id="4adf97"] .rental-price h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin: 0 0 16px;
}
.strip[data-id="4adf97"] .lead {
  font-size: 1.18rem;
  line-height: 1.65;
  max-width: 820px;
  margin: 0;
}
.strip[data-id="4adf97"] .toc {
  background: #fff;
  padding: 24px 28px;
  margin: 32px 0 20px;
  border-top: 5px solid #d90000;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.strip[data-id="4adf97"] .toc strong {
  font-size: 1.12rem;
}
.strip[data-id="4adf97"] .toc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
  margin-top: 12px;
}
.strip[data-id="4adf97"] .toc ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.strip[data-id="4adf97"] .toc a {
  color: #b00000;
  text-decoration: none;
}
.strip[data-id="4adf97"] .toc a:hover {
  text-decoration: underline;
}
.strip[data-id="4adf97"] .hint {
  background: #fff3d6;
  border-left: 4px solid #f39c12;
  padding: 14px 18px;
  line-height: 1.6;
  margin: 20px 0 34px;
}
.strip[data-id="4adf97"] .tables {
  display: grid;
  gap: 34px;
}
.strip[data-id="4adf97"] .tables section {
  scroll-margin-top: 30px;
}
.strip[data-id="4adf97"] .rental-price h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  margin: 0 0 10px;
  border-left: 6px solid #d90000;
  padding-left: 14px;
}
.strip[data-id="4adf97"] .tables table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
.strip[data-id="4adf97"] .tables th {
  background: #111;
  color: #fff;
  text-align: left;
  padding: 13px 12px;
  font-size: 0.92rem;
}
.strip[data-id="4adf97"] .tables th:first-child, .strip[data-id="4adf97"] .tables td:first-child {
  width: 25%;
}
.strip[data-id="4adf97"] .tables th:nth-child(2), .strip[data-id="4adf97"] .tables td:nth-child(2) {
  width: 25%;
}
.strip[data-id="4adf97"] .tables th:nth-child(3), .strip[data-id="4adf97"] .tables td:nth-child(3) {
  width: 20%;
}
.strip[data-id="4adf97"] .tables th:nth-child(4), .strip[data-id="4adf97"] .tables td:nth-child(4), .strip[data-id="4adf97"] .tables th:nth-child(5), .strip[data-id="4adf97"] .tables td:nth-child(5) {
  width: 15%;
}
.strip[data-id="4adf97"] .tables td {
  padding: 11px 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.strip[data-id="4adf97"] .tables tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.strip[data-id="4adf97"] .tables tbody tr:hover {
  background: #fff1df;
}
.strip[data-id="4adf97"] .notes {
  line-height: 1.8;
  font-style: italic;
  margin: 34px 0 0;
  padding-left: 22px;
}
@media (max-width: 760px) {
  .strip[data-id="4adf97"] .rental-price {
    padding: 42px 12px 56px;
  }
  .strip[data-id="4adf97"] .toc {
    padding: 20px 18px;
  }
  .strip[data-id="4adf97"] .toc-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .strip[data-id="4adf97"] .tables {
    gap: 28px;
  }
  .strip[data-id="4adf97"] .tables > section {
    overflow-x: auto;
  }
  .strip[data-id="4adf97"] .tables table {
    min-width: 760px;
  }
  .strip[data-id="4adf97"] .rental-price h2 {
    font-size: 1.45rem;
  }
  .strip[data-id="4adf97"] .hint {
    font-size: 0.95rem;
  }
}@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;
  }
}