.strip[data-id="2b4ec8"] {
  --section-id: "2b4ec8";
  --storage-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
  --public-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
}
.strip[data-id="2b4ec8"] .hidden-assets-section {
  display: none;
}@charset "UTF-8";
.strip[data-id=fff246] {
  --section-id: "fff246";
  --storage-url: "https://ales-novak.proweb.cz/_section/fff246";
  --public-url: "https://ales-novak.proweb.cz/_section/fff246";
}
.strip[data-id=fff246] .branches-section {
  padding: 60px 0;
  background-color: #d1d1d1; /* Výraznější šedé pozadí */
}
.strip[data-id=fff246] .branches-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=fff246] .branches-section .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
}
.strip[data-id=fff246] .branches-section .branches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.strip[data-id=fff246] .branches-section .branches-grid:hover .branch-card {
  filter: grayscale(1);
  opacity: 0.4;
}
.strip[data-id=fff246] .branches-section .branch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  gap: 15px;
}
.strip[data-id=fff246] .branches-section .branch-card .year-badge {
  background-color: #fff;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id=fff246] .branches-section .branch-card .year-badge .year-text {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(to right, #0098d8, #ffc20e, #e61e6e, #5c2d91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.strip[data-id=fff246] .branches-section .branch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  filter: grayscale(0) !important;
  opacity: 1 !important;
}
.strip[data-id=fff246] .branches-section .branch-card.hudebni {
  background-color: #0098d8;
}
.strip[data-id=fff246] .branches-section .branch-card.vytvarny {
  background-color: #ffc20e;
}
.strip[data-id=fff246] .branches-section .branch-card.tanecni {
  background-color: #e61e6e;
}
.strip[data-id=fff246] .branches-section .branch-card.ldo {
  background-color: #5c2d91;
}
@media (max-width: 992px) {
  .strip[data-id=fff246] .branches-section .branches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id=fff246] .branches-section .branches-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=ef5a28] {
  --section-id: "ef5a28";
  --storage-url: "https://ales-novak.proweb.cz/_section/ef5a28";
  --public-url: "https://ales-novak.proweb.cz/_section/ef5a28";
}
.strip[data-id=ef5a28] .branches-section-2026 {
  padding: 60px 0;
  background-color: #1a1a1a;
}
.strip[data-id=ef5a28] .branches-section-2026 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=ef5a28] .branches-section-2026 .section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=ef5a28] .branches-section-2026 .branches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.strip[data-id=ef5a28] .branches-section-2026 .branches-grid:hover .branch-card {
  filter: brightness(0.5);
  opacity: 0.6;
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 12px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  gap: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card .year-badge {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card .year-badge .year-text {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1) !important;
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card.hudebni {
  background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card.vytvarny {
  background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card.tanecni {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}
.strip[data-id=ef5a28] .branches-section-2026 .branch-card.ldo {
  background: linear-gradient(135deg, #8e44ad 0%, #c0392b 100%);
}
@media (max-width: 992px) {
  .strip[data-id=ef5a28] .branches-section-2026 .branches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id=ef5a28] .branches-section-2026 .branches-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=bffbbb] {
  --section-id: "bffbbb";
  --storage-url: "https://ales-novak.proweb.cz/_section/bffbbb";
  --public-url: "https://ales-novak.proweb.cz/_section/bffbbb";
}
.strip[data-id=bffbbb] .main-footer {
  background-color: #333;
  color: #fff;
  padding: 60px 0 30px;
}
.strip[data-id=bffbbb] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=bffbbb] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=bffbbb] .main-footer .footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li {
  margin-bottom: 12px;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li a:hover {
  color: #fff;
}
.strip[data-id=bffbbb] .main-footer .footer-col p {
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 10px;
}
.strip[data-id=bffbbb] .main-footer .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #444;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .strip[data-id=bffbbb] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}