@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400;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.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="686e4d"] {
  --section-id: "686e4d";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/686e4d";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/686e4d";
  /* Dropdown */
  /* Search */
  /* Mobile Toggle */
}
.strip[data-id="686e4d"] .main-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  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.08);
  transition: all 0.3s ease;
}
.strip[data-id="686e4d"] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="686e4d"] .logo-wrapper {
  flex-shrink: 0;
}
.strip[data-id="686e4d"] .logo-link {
  text-decoration: none;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}
.strip[data-id="686e4d"] .logo-link:hover {
  transform: translateY(-1px);
}
.strip[data-id="686e4d"] .logo-link i {
  color: #556034;
  font-size: 26px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="686e4d"] .logo-link:hover i {
  transform: rotate(-10deg) scale(1.1);
}
.strip[data-id="686e4d"] .main-nav {
  display: flex;
  height: 100%;
  margin: 0 15px;
}
.strip[data-id="686e4d"] .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  gap: 2px;
}
.strip[data-id="686e4d"] .nav-item {
  position: relative;
  height: 100%;
}
.strip[data-id="686e4d"] .nav-link {
  padding: 0 12px;
  text-decoration: none;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.strip[data-id="686e4d"] .nav-link i.fa-chevron-down {
  font-size: 9px;
  opacity: 0.4;
  transition: transform 0.3s ease;
}
.strip[data-id="686e4d"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #556034;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.strip[data-id="686e4d"] .nav-item:hover .nav-link {
  color: #556034;
}
.strip[data-id="686e4d"] .nav-item:hover .nav-link i.fa-chevron-down {
  transform: rotate(180deg);
  opacity: 0.8;
}
.strip[data-id="686e4d"] .nav-item:hover .nav-link::after {
  transform: scaleX(1);
}
.strip[data-id="686e4d"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 260px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-radius: 0 0 8px 8px;
  border-top: 3px solid #556034;
}
.strip[data-id="686e4d"] .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="686e4d"] .dropdown-item {
  margin: 0;
}
.strip[data-id="686e4d"] .dropdown-item a {
  display: block;
  padding: 12px 25px;
  text-decoration: none;
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.strip[data-id="686e4d"] .dropdown-item a:hover {
  background-color: #f9f9f7;
  color: #556034;
  padding-left: 30px;
}
.strip[data-id="686e4d"] .search-wrapper {
  display: flex;
  align-items: center;
}
.strip[data-id="686e4d"] .search-form {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid transparent;
}
.strip[data-id="686e4d"] .search-form:hover {
  background: rgba(0, 0, 0, 0.08);
}
.strip[data-id="686e4d"] .search-form.active {
  width: 240px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}
.strip[data-id="686e4d"] .search-input {
  border: none;
  background: transparent;
  outline: none;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  width: 0;
  opacity: 0;
  transition: width 0.4s ease, opacity 0.3s ease;
  color: #333;
}
.strip[data-id="686e4d"] .search-form.active .search-input {
  width: 100%;
  opacity: 1;
}
.strip[data-id="686e4d"] .search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333333;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.strip[data-id="686e4d"] .search-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #556034;
}
.strip[data-id="686e4d"] .mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #333333;
  font-size: 24px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.strip[data-id="686e4d"] .mobile-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .strip[data-id="686e4d"] .nav-link {
    padding: 0 8px;
    font-size: 12px;
  }
}
@media (max-width: 1080px) {
  .strip[data-id="686e4d"] .nav-container {
    height: 70px;
  }
  .strip[data-id="686e4d"] .main-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0;
    z-index: 999;
    padding: 10px 0;
  }
  .strip[data-id="686e4d"] .main-nav.active {
    display: flex;
  }
  .strip[data-id="686e4d"] .nav-list {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .strip[data-id="686e4d"] .nav-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .strip[data-id="686e4d"] .nav-link {
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    justify-content: space-between;
    font-size: 14px;
  }
  .strip[data-id="686e4d"] .nav-link::after {
    display: none;
  }
  .strip[data-id="686e4d"] .dropdown-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    padding: 0;
    background: #fcfcfc;
    border-top: none;
    border-radius: 0;
  }
  .strip[data-id="686e4d"] .nav-item.open .dropdown-menu {
    display: block;
  }
  .strip[data-id="686e4d"] .nav-item.open .nav-link {
    background: #f9f9f7;
    color: #556034;
  }
  .strip[data-id="686e4d"] .nav-item.open .nav-link i.fa-chevron-down {
    transform: rotate(180deg);
  }
  .strip[data-id="686e4d"] .dropdown-item a {
    padding: 12px 45px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
  }
  .strip[data-id="686e4d"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="686e4d"] .search-wrapper {
    margin-left: auto;
  }
}.strip[data-id=b4f43f] {
  --section-id: "b4f43f";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/b4f43f";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/b4f43f";
}
.strip[data-id=b4f43f] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Stronger overlay for better text contrast */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%), url(https://preview-fislari-cz.proweb.cz/_section/b4f43f/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  padding: 120px 20px;
}
@media (max-width: 768px) {
  .strip[data-id=b4f43f] .hero-section {
    min-height: 80vh;
    background-attachment: scroll;
    padding: 80px 20px;
  }
}
.strip[data-id=b4f43f] .hero-section .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease-out forwards;
}
.strip[data-id=b4f43f] .hero-section .header-banner {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .strip[data-id=b4f43f] .hero-section .header-banner {
    max-width: 250px;
    margin-bottom: 30px;
  }
}
.strip[data-id=b4f43f] .hero-section .text-content {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .strip[data-id=b4f43f] .hero-section .text-content {
    padding: 20px;
    background: transparent;
    backdrop-filter: none;
    border: none;
  }
}
.strip[data-id=b4f43f] .hero-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .strip[data-id=b4f43f] .hero-section h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.strip[data-id=b4f43f] .hero-section .lead-text {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .strip[data-id=b4f43f] .hero-section .lead-text {
    font-size: 18px;
  }
}
.strip[data-id=b4f43f] .hero-section .cta-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip[data-id=b4f43f] .hero-section .btn {
  padding: 18px 40px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.strip[data-id=b4f43f] .hero-section .btn-primary {
  background-color: #5b6336; /* hsl(70, 25%, 34%) but direct hex */
  color: #ffffff;
  border: 2px solid #5b6336;
  box-shadow: 0 10px 20px rgba(91, 99, 54, 0.3);
}
.strip[data-id=b4f43f] .hero-section .btn-primary:hover {
  background-color: #6d7641;
  border-color: #6d7641;
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(91, 99, 54, 0.4);
}
.strip[data-id=b4f43f] .hero-section .btn-outline {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(5px);
}
.strip[data-id=b4f43f] .hero-section .btn-outline:hover {
  background-color: #ffffff;
  color: #5b6336;
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.2);
}
.strip[data-id=b4f43f] .hero-section .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  opacity: 0.7;
  animation: bounce 2s infinite;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.strip[data-id=b4f43f] .hero-section .scroll-indicator i {
  font-size: 24px;
}
.strip[data-id=b4f43f] .hero-section .scroll-indicator:hover {
  opacity: 1;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}@charset "UTF-8";
.strip[data-id=f71962] {
  --section-id: "f71962";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/f71962";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/f71962";
}
.strip[data-id=f71962] .magazine-section {
  background-color: hsl(60, 20%, 98%);
  /* Jemná textura plátna */
  background-image: linear-gradient(90deg, rgba(85, 107, 47, 0.03) 1px, transparent 1px), linear-gradient(rgba(85, 107, 47, 0.03) 1px, transparent 1px);
  background-size: 3px 3px;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id=f71962] .magazine-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=f71962] .magazine-section .grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 50px;
  align-items: start;
}
.strip[data-id=f71962] .magazine-section h2 {
  font-size: 22px;
  font-weight: 800;
  color: #4a5d23;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.strip[data-id=f71962] .magazine-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #556b2f;
  border-radius: 2px;
}
.strip[data-id=f71962] .magazine-section .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=f71962] .magazine-section .column ul li {
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  transition: transform 0.2s ease;
}
.strip[data-id=f71962] .magazine-section .column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: #556b2f;
  /* Maska pro ikonku háčku */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 192c-17.7 0-32-14.3-32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 88.4-71.6 160-160 160s-160-71.6-160-160V64c0-17.7-14.3-32-32-32S0 46.3 0 64v96c0 123.7 100.3 224 224 224h16c0 53 43 96 96 96s96-43 96-96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c106 0 192-86 192-192z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 192c-17.7 0-32-14.3-32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 88.4-71.6 160-160 160s-160-71.6-160-160V64c0-17.7-14.3-32-32-32S0 46.3 0 64v96c0 123.7 100.3 224 224 224h16c0 53 43 96 96 96s96-43 96-96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c106 0 192-86 192-192z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.strip[data-id=f71962] .magazine-section .column ul li:hover {
  transform: translateX(5px);
}
.strip[data-id=f71962] .magazine-section .column .date {
  display: block;
  font-size: 12px;
  color: #708090;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id=f71962] .magazine-section .article-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(85, 107, 47, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(85, 107, 47, 0.05);
}
.strip[data-id=f71962] .magazine-section .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(85, 107, 47, 0.15);
}
.strip[data-id=f71962] .magazine-section .article-card:hover .image-frame img {
  transform: scale(1.05);
}
.strip[data-id=f71962] .magazine-section .article-card .image-frame {
  background: #f4f7ed;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.strip[data-id=f71962] .magazine-section .article-card .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.02));
}
.strip[data-id=f71962] .magazine-section .article-card .image-frame img {
  max-width: 180px;
  height: auto;
  transition: transform 0.5s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
.strip[data-id=f71962] .magazine-section .article-card .card-content {
  padding: 30px;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .meta {
  margin-bottom: 20px;
  font-size: 13px;
  color: #708090;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .meta .author {
  font-weight: 700;
  color: #556b2f;
  background: rgba(85, 107, 47, 0.08);
  padding: 2px 10px;
  border-radius: 20px;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .meta .date {
  margin-bottom: 0;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 25px 0;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #556b2f;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: gap 0.2s ease;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .btn-more::after {
  content: "→";
  font-size: 18px;
}
.strip[data-id=f71962] .magazine-section .article-card .card-content .btn-more:hover {
  gap: 12px;
}
.strip[data-id=f71962] .magazine-section .web-news ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(85, 107, 47, 0.15);
}
.strip[data-id=f71962] .magazine-section .web-news ul li:last-child {
  border-bottom: none;
}
.strip[data-id=f71962] .magazine-section .web-news ul li::before {
  background-color: #708090;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0c17.7 0 32 14.3 32 32V66.7C347.5 77.6 394.4 124.5 405.3 184H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H405.3C394.4 307.5 347.5 354.4 288 365.3V416h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V365.3C164.5 354.4 117.6 307.5 106.7 248H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h42.7C117.6 124.5 164.5 77.6 224 66.7V32c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0c17.7 0 32 14.3 32 32V66.7C347.5 77.6 394.4 124.5 405.3 184H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H405.3C394.4 307.5 347.5 354.4 288 365.3V416h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V365.3C164.5 354.4 117.6 307.5 106.7 248H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h42.7C117.6 124.5 164.5 77.6 224 66.7V32c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");
}
@media (max-width: 1100px) {
  .strip[data-id=f71962] .magazine-section {
    padding: 80px 0;
  }
  .strip[data-id=f71962] .magazine-section .grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id=f71962] .magazine-section .column.web-news {
    grid-column: span 2;
  }
  .strip[data-id=f71962] .magazine-section .column.web-news ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .strip[data-id=f71962] .magazine-section .column.web-news ul li {
    border-bottom: none;
    background: rgba(85, 107, 47, 0.03);
    padding: 15px 15px 15px 40px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f71962] .magazine-section {
    padding: 60px 0;
  }
  .strip[data-id=f71962] .magazine-section .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f71962] .magazine-section .column.featured {
    order: -1;
  }
  .strip[data-id=f71962] .magazine-section .column.web-news {
    grid-column: span 1;
  }
  .strip[data-id=f71962] .magazine-section .column.web-news ul {
    grid-template-columns: 1fr;
  }
}.strip[data-id="747afc"] {
  --section-id: "747afc";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/747afc";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/747afc";
}
.strip[data-id="747afc"] .gallery-section {
  background-color: hsl(75, 34%, 15%);
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  color: #f5f5dc;
}
.strip[data-id="747afc"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="747afc"] h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 4px solid #f5f5dc;
  padding-left: 20px;
}
.strip[data-id="747afc"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.strip[data-id="747afc"] .video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="747afc"] .card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.strip[data-id="747afc"] .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3;
  background-color: #000;
  margin-bottom: 15px;
}
.strip[data-id="747afc"] .video-wrapper {
  aspect-ratio: 16/9;
}
.strip[data-id="747afc"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.strip[data-id="747afc"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id="747afc"] .overlay span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.strip[data-id="747afc"] .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.strip[data-id="747afc"] .play-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 3px;
}
.strip[data-id="747afc"] .card:hover .image-wrapper img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.strip[data-id="747afc"] .card:hover .overlay {
  opacity: 1;
}
.strip[data-id="747afc"] .fish-name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #708090;
  margin-bottom: 5px;
  display: block;
}
.strip[data-id="747afc"] .author {
  font-size: 13px;
  color: #f5f5dc;
  opacity: 0.8;
}
.strip[data-id="747afc"] .video-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .strip[data-id="747afc"] .gallery-grid, .strip[data-id="747afc"] .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="747afc"] .gallery-section {
    padding: 50px 0;
  }
  .strip[data-id="747afc"] .container {
    padding-right: 0;
  }
  .strip[data-id="747afc"] h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .strip[data-id="747afc"] .gallery-grid, .strip[data-id="747afc"] .video-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .strip[data-id="747afc"] .gallery-grid::-webkit-scrollbar, .strip[data-id="747afc"] .video-grid::-webkit-scrollbar {
    display: none;
  }
  .strip[data-id="747afc"] .card {
    flex: 0 0 280px;
  }
}.strip[data-id="935a1e"] {
  --section-id: "935a1e";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/935a1e";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/935a1e";
}
.strip[data-id="935a1e"] {
  padding: 100px 0;
  background-color: #fcfcfc;
  background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 200 Q 100 150 200 200 T 400 200' fill='none' stroke='%23708090' stroke-width='0.5' opacity='0.08'/%3E%3Cpath d='M0 280 Q 100 230 200 280 T 400 280' fill='none' stroke='%23708090' stroke-width='0.5' opacity='0.08'/%3E%3Cpath d='M0 120 Q 100 70 200 120 T 400 120' fill='none' stroke='%23708090' stroke-width='0.5' opacity='0.08'/%3E%3Cpath d='M0 360 Q 100 310 200 360 T 400 360' fill='none' stroke='%23708090' stroke-width='0.5' opacity='0.08'/%3E%3Cpath d='M0 40 Q 100 -10 200 40 T 400 40' fill='none' stroke='%23708090' stroke-width='0.5' opacity='0.08'/%3E%3C/svg%3E");
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id="935a1e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="935a1e"] .section-header {
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}
.strip[data-id="935a1e"] .section-header::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #556b2f;
  border-radius: 2px;
}
.strip[data-id="935a1e"] .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.2;
}
.strip[data-id="935a1e"] .kb-layout {
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.strip[data-id="935a1e"] .featured-rig {
  flex: 0 0 62%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="935a1e"] .featured-rig:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id="935a1e"] .rig-image-container {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #eef2f3;
  position: relative;
}
.strip[data-id="935a1e"] .rig-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="935a1e"] .featured-rig:hover .rig-image-container img {
  transform: scale(1.08);
}
.strip[data-id="935a1e"] .rig-content {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="935a1e"] .rig-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #95a5a6;
  font-weight: 600;
}
.strip[data-id="935a1e"] .rig-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="935a1e"] .rig-meta i {
  color: #556b2f;
}
.strip[data-id="935a1e"] .rig-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.strip[data-id="935a1e"] .rig-description {
  font-size: 16px;
  font-weight: 400;
  color: #7f8c8d;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="935a1e"] .kb-menu {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.strip[data-id="935a1e"] .kb-tile {
  background: linear-gradient(135deg, hsl(71, 23%, 47%) 0%, hsl(71, 23%, 42%) 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(85, 107, 47, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="935a1e"] .kb-tile:hover {
  background: linear-gradient(135deg, #556b2f 0%, #445626 100%);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(85, 107, 47, 0.3);
}
.strip[data-id="935a1e"] .kb-tile i {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="935a1e"] .kb-tile:hover i {
  transform: scale(1.1);
  color: #ffffff;
}
.strip[data-id="935a1e"] .kb-tile span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .strip[data-id="935a1e"] .kb-layout {
    gap: 30px;
  }
  .strip[data-id="935a1e"] .rig-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="935a1e"] .kb-layout {
    flex-direction: column;
  }
  .strip[data-id="935a1e"] .featured-rig {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id="935a1e"] .kb-menu {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="935a1e"] .rig-image-container {
    height: 320px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="935a1e"] .kb-menu {
    grid-template-columns: 1fr;
  }
  .strip[data-id="935a1e"] .section-header h2 {
    font-size: 28px;
  }
  .strip[data-id="935a1e"] .rig-content {
    padding: 30px 20px;
  }
  .strip[data-id="935a1e"] .rig-image-container {
    height: 240px;
  }
}.strip[data-id="8b6e39"] {
  --section-id: "8b6e39";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/8b6e39";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/8b6e39";
}
.strip[data-id="8b6e39"] .community-dashboard {
  padding: 80px 0;
  background-color: #f8f9f5;
  font-family: "Montserrat", sans-serif;
  /* Members Box */
  /* Weather Box */
  /* Joke Box */
}
.strip[data-id="8b6e39"] .community-dashboard .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8b6e39"] .community-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="8b6e39"] .community-dashboard .dashboard-box {
  background: #ffffff;
  border: 1px solid hsl(70, 15%, 85%);
  border-bottom: 4px solid hsl(70, 25%, 34%);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(27, 48, 34, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="8b6e39"] .community-dashboard .dashboard-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(27, 48, 34, 0.1);
}
.strip[data-id="8b6e39"] .community-dashboard h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1b3022;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8b6e39"] .community-dashboard h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #4a5d23;
  border-radius: 2px;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-avatar {
  width: 36px;
  height: 36px;
  background: #f0f2eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5d23;
  font-size: 14px;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-link {
  color: #1b3022;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #4a5d23;
  transition: width 0.3s ease;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-link:hover {
  color: #4a5d23;
}
.strip[data-id="8b6e39"] .community-dashboard .members-list .member-link:hover::after {
  width: 100%;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  justify-content: center;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-item .weather-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  animation: pulse-icon 4s infinite ease-in-out;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-item span {
  font-size: 13px;
  font-weight: 700;
  color: #1b3022;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-details {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px dashed #e0e0e0;
  font-size: 13px;
  color: #708090;
}
.strip[data-id="8b6e39"] .community-dashboard .weather-widget .weather-details .detail {
  display: flex;
  align-items: center;
  gap: 5px;
}
.strip[data-id="8b6e39"] .community-dashboard .joke-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="8b6e39"] .community-dashboard .joke-bubble {
  background: #f9faf7;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  border: 1px solid #eceee7;
}
.strip[data-id="8b6e39"] .community-dashboard .joke-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f9faf7 transparent transparent;
}
.strip[data-id="8b6e39"] .community-dashboard .joke-bubble .joke-text {
  font-size: 15px;
  font-style: italic;
  color: #506070;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="8b6e39"] .community-dashboard .joke-meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #90a0b0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@keyframes pulse-icon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .strip[data-id="8b6e39"] .community-dashboard {
    padding: 60px 0;
  }
  .strip[data-id="8b6e39"] .community-dashboard .dashboard-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="8b6e39"] .community-dashboard .dashboard-box {
    padding: 30px;
  }
}.strip[data-id=fd6ccb] {
  --section-id: "fd6ccb";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/fd6ccb";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/fd6ccb";
}
.strip[data-id=fd6ccb] .bazar-links-section {
  background-color: hsl(60, 20%, 98%);
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=fd6ccb] .bazar-links-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(138, 154, 91, 0.2), transparent);
}
.strip[data-id=fd6ccb] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=fd6ccb] .flex-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.strip[data-id=fd6ccb] .banners-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 320px;
}
.strip[data-id=fd6ccb] .banner-link {
  display: block;
  text-decoration: none;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  background: #fff;
}
.strip[data-id=fd6ccb] .banner-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id=fd6ccb] .banner-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.strip[data-id=fd6ccb] .banner-link:hover img {
  transform: scale(1.03);
}
.strip[data-id=fd6ccb] .divider {
  align-self: stretch;
  width: 1px;
  background: radial-gradient(circle, #8a9a5b 20%, transparent 20%);
  background-size: 1px 12px;
  opacity: 0.4;
}
.strip[data-id=fd6ccb] .links-column {
  flex: 1;
}
.strip[data-id=fd6ccb] .links-title {
  font-size: 32px;
  font-weight: 800;
  color: #3a4d1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id=fd6ccb] .section-intro {
  font-size: 18px;
  color: #4a5568;
  margin: 0 0 40px 0;
  line-height: 1.6;
  max-width: 600px;
}
.strip[data-id=fd6ccb] .resource-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.strip[data-id=fd6ccb] .resource-item {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(138, 154, 91, 0.1);
}
.strip[data-id=fd6ccb] .resource-item a {
  font-size: 16px;
  font-weight: 600;
  color: #4a5568;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  height: 100%;
  transition: color 0.3s ease;
}
.strip[data-id=fd6ccb] .resource-item i {
  color: #8a9a5b;
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(138, 154, 91, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.strip[data-id=fd6ccb] .resource-item:hover {
  border-color: #8a9a5b;
  box-shadow: 0 8px 20px rgba(138, 154, 91, 0.1);
  transform: translateY(-2px);
}
.strip[data-id=fd6ccb] .resource-item:hover a {
  color: #3a4d1a;
}
.strip[data-id=fd6ccb] .resource-item:hover i {
  background: #8a9a5b;
  color: #fff;
}
@media (max-width: 1100px) {
  .strip[data-id=fd6ccb] .flex-layout {
    gap: 40px;
  }
  .strip[data-id=fd6ccb] .banners-column {
    flex: 0 0 280px;
  }
}
@media (max-width: 900px) {
  .strip[data-id=fd6ccb] .bazar-links-section {
    padding: 80px 0;
  }
  .strip[data-id=fd6ccb] .flex-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=fd6ccb] .divider {
    width: 100%;
    height: 1px;
    background: radial-gradient(circle, #8a9a5b 20%, transparent 20%);
    background-size: 12px 1px;
  }
  .strip[data-id=fd6ccb] .banners-column {
    flex: 0 0 auto;
    width: 100%;
    max-width: 340px;
  }
  .strip[data-id=fd6ccb] .section-intro {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=fd6ccb] .resource-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .strip[data-id=fd6ccb] .resource-item a {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .strip[data-id=fd6ccb] .resource-list {
    grid-template-columns: 1fr;
  }
}.strip[data-id=f7194a] {
  --section-id: "f7194a";
  --storage-url: "https://preview-fislari-cz.proweb.cz/_section/f7194a";
  --public-url: "https://preview-fislari-cz.proweb.cz/_section/f7194a";
}
.strip[data-id=f7194a] .footer-section {
  background-color: hsl(75, 34%, 7%);
  border-top: 4px solid hsl(75, 34%, 35%);
  padding: 80px 0 40px 0;
  font-family: "Montserrat", sans-serif;
  color: #fffdf0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f7194a] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at 50% -20%, hsl(75, 34%, 15%) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id=f7194a] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.strip[data-id=f7194a] .footer-decoration {
  margin-bottom: 40px;
  color: hsl(75, 34%, 45%);
  font-size: 24px;
  opacity: 0.5;
}
.strip[data-id=f7194a] .social-links {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.strip[data-id=f7194a] .social-icon {
  width: 48px;
  height: 48px;
  background-color: hsl(75, 34%, 15%);
  border: 1px solid hsl(75, 34%, 25%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id=f7194a] .social-icon:hover {
  background-color: hsl(75, 34%, 40%);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.strip[data-id=f7194a] .social-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id=f7194a] .copyright-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 253, 240, 0.75);
  margin-bottom: 40px;
  max-width: 700px;
  letter-spacing: 0.02em;
}
.strip[data-id=f7194a] .copyright-text strong {
  font-weight: 600;
  color: rgba(255, 253, 240, 0.9);
}
.strip[data-id=f7194a] .footer-divider {
  width: 60px;
  height: 2px;
  background-color: hsl(75, 34%, 25%);
  margin-bottom: 40px;
}
.strip[data-id=f7194a] .toplist-logo {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.strip[data-id=f7194a] .toplist-logo:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: scale(1.05);
}
.strip[data-id=f7194a] .toplist-logo img {
  height: 60px;
  width: auto;
  display: block;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.3s ease;
}
.strip[data-id=f7194a] .toplist-logo:hover img {
  filter: grayscale(0) contrast(1.2);
}
@media (max-width: 768px) {
  .strip[data-id=f7194a] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=f7194a] .copyright-text {
    font-size: 12px;
    padding: 0 10px;
  }
  .strip[data-id=f7194a] .social-icon {
    width: 42px;
    height: 42px;
  }
}