@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}@charset "UTF-8";
.strip[data-id=fb886b] {
  --section-id: "fb886b";
  --storage-url: "https://ales-novak.proweb.cz/_section/fb886b";
  --public-url: "https://ales-novak.proweb.cz/_section/fb886b";
}
.strip[data-id=fb886b] .main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
.strip[data-id=fb886b] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb886b] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=fb886b] .main-header .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  position: relative;
  overflow: hidden; /* Pro oříznutí odlesku */
}
.strip[data-id=fb886b] .main-header .logo .logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  /* Efekt odlesku */
}
.strip[data-id=fb886b] .main-header .logo .logo-wrapper img {
  height: 60px;
  width: auto;
  object-fit: contain;
  /* Odstranění šedého pozadí pomocí multiply (funguje na bílé/světlé) */
  mix-blend-mode: multiply;
}
.strip[data-id=fb886b] .main-header .logo .logo-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.strip[data-id=fb886b] .main-header .logo .logo-wrapper.shimmering::after {
  animation: shimmer 0.8s ease-in-out;
}
.strip[data-id=fb886b] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id=fb886b] .main-header .main-nav ul a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=fb886b] .main-header .main-nav ul a:hover {
  color: #e91e63;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=fb886b] .header-content {
    flex-direction: column;
    gap: 15px;
  }
}.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="8c4732"] {
  --section-id: "8c4732";
  --storage-url: "https://ales-novak.proweb.cz/_section/8c4732";
  --public-url: "https://ales-novak.proweb.cz/_section/8c4732";
}
.strip[data-id="8c4732"] .branch-detail-nav {
  padding: 60px 0;
  background-color: #fff;
  /* Hlavní mřížka oborů */
  /* Sekundární mřížka (podstránky hudebního oboru) */
}
.strip[data-id="8c4732"] .branch-detail-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="8c4732"] .branch-detail-nav .main-branches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  /* Při najetí na mřížku všechny karty zešednou */
}
.strip[data-id="8c4732"] .branch-detail-nav .main-branches-grid:hover .branch-card {
  filter: grayscale(1);
  opacity: 0.5;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 180px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(1); /* Výchozí stav pro neaktivní */
  opacity: 0.6;
  /* Karta, na kterou se přímo najede, se zvýrazní */
  /* Aktivní karta (hudební obor) je ve výchozím stavu barevná */
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  filter: grayscale(0) !important;
  opacity: 1 !important;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card.active {
  filter: grayscale(0);
  opacity: 1;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card.hudebni {
  background-color: #0098d8;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card.vytvarny {
  background-color: #ffc20e;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card.tanecni {
  background-color: #e61e6e;
}
.strip[data-id="8c4732"] .branch-detail-nav .branch-card.ldo {
  background-color: #5c2d91;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-pages-grid:hover .sub-page-card {
  opacity: 0.6;
  filter: brightness(0.9);
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 150px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  /* Výrazněji odlišené odstíny modré */
  /* Azurově modrá (velmi světlá) */
  /* Základní modrá */
  /* Královská modrá (tmavší) */
  /* Námořnická modrá (velmi tmavá) */
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  filter: brightness(1.1) !important;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card.nastroje {
  background-color: #00d2ff;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card.zpev {
  background-color: #0098d8;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card.soubory {
  background-color: #005fa3;
}
.strip[data-id="8c4732"] .branch-detail-nav .sub-page-card.nauka {
  background-color: #002d5c;
}
@media (max-width: 992px) {
  .strip[data-id="8c4732"] .branch-detail-nav .main-branches-grid, .strip[data-id="8c4732"] .branch-detail-nav .sub-pages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id="8c4732"] .branch-detail-nav .main-branches-grid, .strip[data-id="8c4732"] .branch-detail-nav .sub-pages-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] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://ales-novak.proweb.cz/_section/bffbbb/hero-bg.jpg);
  background-size: cover;
  background-position: center;
}
.strip[data-id=bffbbb] .hero-section .container {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.strip[data-id=bffbbb] .hero-section h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.strip[data-id=bffbbb] .hero-section .lead {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.strip[data-id=bffbbb] .hero-section .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #e91e63;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.3s, background 0.3s;
}
.strip[data-id=bffbbb] .hero-section .cta-button:hover {
  background: #c2185b;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .strip[data-id=bffbbb] .hero-section h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=bffbbb] .hero-section .lead {
    font-size: 1.2rem;
  }
}.strip[data-id="99c255"] {
  --section-id: "99c255";
  --storage-url: "https://ales-novak.proweb.cz/_section/99c255";
  --public-url: "https://ales-novak.proweb.cz/_section/99c255";
}
.strip[data-id="99c255"] .main-footer {
  background: #2c3e50;
  color: white;
  padding: 40px 0;
  margin-top: 50px;
}
.strip[data-id="99c255"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="99c255"] .main-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.strip[data-id="99c255"] .main-footer .social-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .social-links a {
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: background 0.3s, border-color 0.3s;
}
.strip[data-id="99c255"] .main-footer .social-links a:hover {
  background: #e91e63;
  border-color: #e91e63;
}
.strip[data-id="99c255"] .main-footer .copyright {
  font-size: 0.9rem;
  color: #bdc3c7;
  margin-top: 10px;
}