
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.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;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.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;
}
@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;
}.strip[data-id="3075f4"] {
  --section-id: "3075f4";
  --storage-url: "https://ales-novak.proweb.cz/_section/3075f4";
  --public-url: "https://ales-novak.proweb.cz/_section/3075f4";
}
.strip[data-id="3075f4"] .singing-info-section {
  padding: 60px 0 20px;
  background-color: #ffffff;
}
.strip[data-id="3075f4"] .singing-info-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3075f4"] .singing-info-section .info-block {
  margin-bottom: 40px;
}
.strip[data-id="3075f4"] .singing-info-section .info-block:last-child {
  margin-bottom: 0;
}
.strip[data-id="3075f4"] .singing-info-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid #ffb700;
  display: inline-block;
  padding-bottom: 5px;
}
.strip[data-id="3075f4"] .singing-info-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}
.strip[data-id="3075f4"] .singing-info-section p strong {
  color: #333;
}
.strip[data-id="3075f4"] .singing-info-section .note {
  font-style: italic;
  color: #777;
  font-size: 1rem;
  margin-top: 10px;
  padding-left: 15px;
  border-left: 3px solid #eee;
}
@media (max-width: 768px) {
  .strip[data-id="3075f4"] .singing-info-section {
    padding: 40px 0 10px;
  }
  .strip[data-id="3075f4"] .singing-info-section h2 {
    font-size: 1.6rem;
  }
  .strip[data-id="3075f4"] .singing-info-section p {
    font-size: 1rem;
  }
}@charset "UTF-8";
.strip[data-id=fd14df] {
  --section-id: "fd14df";
  --storage-url: "https://ales-novak.proweb.cz/_section/fd14df";
  --public-url: "https://ales-novak.proweb.cz/_section/fd14df";
}
.strip[data-id=fd14df] .tiles-section {
  padding: 40px 0;
}
.strip[data-id=fd14df] .tiles-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fd14df] .tiles-section .tiles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px; /* Přidán odstup pro text pod dlaždicemi */
}
.strip[data-id=fd14df] .tiles-section .tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1/1;
  text-decoration: none;
  color: #ffffff;
  padding: 20px;
  overflow: hidden;
  background-color: #3f3f3f;
  transition: transform 0.3s ease, background 0.4s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id=fd14df] .tiles-section .tile:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #ffb700 0%, #ff8c00 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.strip[data-id=fd14df] .tiles-section .tile:hover .tile-icon {
  opacity: 0.25;
  transform: scale(1.1);
}
.strip[data-id=fd14df] .tiles-section .tile .tile-content {
  position: relative;
  z-index: 2;
}
.strip[data-id=fd14df] .tiles-section .tile .tile-content h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id=fd14df] .tiles-section .tile .tile-icon {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 55%;
  height: 55%;
  opacity: 0.1;
  z-index: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.strip[data-id=fd14df] .tiles-section .tile .tile-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id=fd14df] .tiles-section .tiles-footer-text {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}
@media (max-width: 480px) {
  .strip[data-id=fd14df] .tile {
    max-width: 160px;
  }
  .strip[data-id=fd14df] .tile .tile-content h2 {
    font-size: 1.1rem;
  }
  .strip[data-id=fd14df] .tiles-footer-text {
    font-size: 1rem;
  }
}.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;
}