@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
.strip[data-id="58c461"] {
  --section-id: "58c461";
  --storage-url: "https://www.piano-forte.cz/_section/58c461";
  --public-url: "https://www.piano-forte.cz/_section/58c461";
}
.strip[data-id="58c461"] .main-header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="58c461"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="58c461"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="58c461"] .main-header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="58c461"] .main-header .logo .logo-img {
  height: 100px;
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease;
}
.strip[data-id="58c461"] .main-header .logo .brand-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="58c461"] .main-header .logo .brand-name {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #800000;
  line-height: 1;
}
.strip[data-id="58c461"] .main-header .logo .brand-tagline {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.1rem;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a {
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 8px 10px;
  border-radius: 6px;
  display: block;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a:hover {
  background-color: #f8f0f0;
  color: #800000;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a.active {
  background-color: #800000;
  color: #fff;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.2);
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="58c461"] .main-header .header-content {
    padding: 5px 0;
  }
  .strip[data-id="58c461"] .main-header .logo {
    gap: 1rem;
  }
  .strip[data-id="58c461"] .main-header .logo .logo-img {
    height: 70px;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-name {
    font-size: 1.6rem;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-tagline {
    font-size: 0.75rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    gap: 0.5rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list.is-open {
    display: flex;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list a {
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id=d7bd00] {
  --section-id: "d7bd00";
  --storage-url: "https://www.piano-forte.cz/_section/d7bd00";
  --public-url: "https://www.piano-forte.cz/_section/d7bd00";
}
.strip[data-id=d7bd00] .hero-aktuality {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
.strip[data-id=d7bd00] .hero-aktuality .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d7bd00] .hero-aktuality .poster-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.strip[data-id=d7bd00] .hero-aktuality .poster-container .poster-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  position: relative;
}
.strip[data-id=d7bd00] .hero-aktuality .poster-container .poster-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}
.strip[data-id=d7bd00] .hero-aktuality .hero-title {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.3;
}
.strip[data-id=d7bd00] .hero-aktuality .installment-box {
  background-color: #faebd7;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.strip[data-id=d7bd00] .hero-aktuality .installment-box h2 {
  font-size: 1.8rem;
  color: #000;
  margin: 0;
  line-height: 1.4;
}
.strip[data-id=d7bd00] .hero-aktuality .installment-box h2 strong {
  display: block;
  margin-bottom: 5px;
}.strip[data-id="51348b"] {
  --section-id: "51348b";
  --storage-url: "https://www.piano-forte.cz/_section/51348b";
  --public-url: "https://www.piano-forte.cz/_section/51348b";
}
.strip[data-id="51348b"] .care-tips-modern {
  padding: 80px 0;
  background-color: #fdfdfd;
  font-family: "Lora", serif;
}
.strip[data-id="51348b"] .care-tips-modern .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="51348b"] .care-tips-modern .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="51348b"] .care-tips-modern .section-header h2 {
  font-size: 2.5rem;
  color: #800000;
  margin-bottom: 20px;
}
.strip[data-id="51348b"] .care-tips-modern .section-header .intro-text {
  font-size: 1.2rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="51348b"] .care-tips-modern .tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.strip[data-id="51348b"] .care-tips-modern .tip-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="51348b"] .care-tips-modern .tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="51348b"] .care-tips-modern .tip-card .icon {
  font-size: 3rem;
  color: #800000;
  margin-bottom: 20px;
}
.strip[data-id="51348b"] .care-tips-modern .tip-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333;
}
.strip[data-id="51348b"] .care-tips-modern .tip-card p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666;
}
.strip[data-id="51348b"] .care-tips-modern .notice-box {
  background: linear-gradient(135deg, #800000 0%, #a52a2a 100%);
  color: #fff;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(128, 0, 0, 0.2);
}
.strip[data-id="51348b"] .care-tips-modern .notice-box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.strip[data-id="51348b"] .care-tips-modern .notice-box p {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
}
.strip[data-id="51348b"] .care-tips-modern .detailed-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.strip[data-id="51348b"] .care-tips-modern .detailed-info .info-block h4 {
  font-size: 1.5rem;
  color: #800000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="51348b"] .care-tips-modern .detailed-info .info-block h4::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background: #800000;
}
.strip[data-id="51348b"] .care-tips-modern .detailed-info .info-block p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}
.strip[data-id="51348b"] .care-tips-modern .detailed-info .info-block .warning {
  background: #fff5f5;
  border-left: 4px solid #ff4d4d;
  padding: 20px;
  font-weight: 700;
  color: #d32f2f;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .strip[data-id="51348b"] .care-tips-modern {
    padding: 50px 0;
  }
  .strip[data-id="51348b"] .care-tips-modern .detailed-info {
    grid-template-columns: 1fr;
  }
  .strip[data-id="51348b"] .care-tips-modern .section-header h2 {
    font-size: 2rem;
  }
}.strip[data-id="06de56"] {
  --section-id: "06de56";
  --storage-url: "https://www.piano-forte.cz/_section/06de56";
  --public-url: "https://www.piano-forte.cz/_section/06de56";
  /* Lightbox */
}
.strip[data-id="06de56"] .clients-gallery-modern {
  padding: 80px 0;
  background-color: #f9f9f9;
  /* Admin Styles */
}
.strip[data-id="06de56"] .clients-gallery-modern .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="06de56"] .clients-gallery-modern .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="06de56"] .clients-gallery-modern .section-header h2 {
  font-family: "Lora", serif;
  font-size: 2.2rem;
  color: #800000;
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #eee;
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 1.2rem;
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-item:hover img {
  transform: scale(1.1);
}
.strip[data-id="06de56"] .clients-gallery-modern .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  border: 2px dashed #800000;
  border-radius: 15px;
  text-align: center;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls h4 {
  color: #800000;
  margin-bottom: 20px;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls .upload-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  margin: 0 auto;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls .upload-form input[type=file] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls .upload-form button {
  padding: 12px;
  background: #800000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls .upload-form button:hover {
  background: #a52a2a;
}
.strip[data-id="06de56"] .clients-gallery-modern .admin-controls .upload-form button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.strip[data-id="06de56"] .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.strip[data-id="06de56"] .gallery-lightbox.active {
  display: flex;
}
.strip[data-id="06de56"] .gallery-lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id="06de56"] .gallery-lightbox .close-lb {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
}.strip[data-id="944551"] {
  --section-id: "944551";
  --storage-url: "https://www.piano-forte.cz/_section/944551";
  --public-url: "https://www.piano-forte.cz/_section/944551";
  /* Local Lightbox */
}
.strip[data-id="944551"] .workshop-and-links-modern {
  padding: 80px 0;
  background-color: #fff;
  font-family: "Lora", serif;
}
.strip[data-id="944551"] .workshop-and-links-modern .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="944551"] .workshop-and-links-modern .buyback-info {
  text-align: center;
  margin-bottom: 60px;
  padding: 50px;
  background: #fdf2f2;
  border-radius: 20px;
  border: 1px solid #eee;
}
.strip[data-id="944551"] .workshop-and-links-modern .buyback-info h3 {
  font-size: 2rem;
  color: #800000;
  margin-bottom: 20px;
}
.strip[data-id="944551"] .workshop-and-links-modern .buyback-info .brands {
  font-size: 1.4rem;
  color: #b8860b;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery {
  margin-bottom: 80px;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery h3 {
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-item {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-item .zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 1.2rem;
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.strip[data-id="944551"] .workshop-and-links-modern .workshop-gallery .gallery-item:hover .zoom-overlay {
  opacity: 1;
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section .yt-card {
  display: inline-block;
  padding: 30px 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section .yt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #ff0000;
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section .yt-card .yt-icon {
  color: #ff0000;
  font-size: 3rem;
  margin-bottom: 15px;
}
.strip[data-id="944551"] .workshop-and-links-modern .youtube-section .yt-card .yt-text {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.strip[data-id="944551"] .workshop-and-links-modern .service-box {
  text-align: center;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 15px;
  border-left: 5px solid #800000;
}
.strip[data-id="944551"] .workshop-and-links-modern .service-box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.strip[data-id="944551"] .workshop-and-links-modern .service-box p {
  font-size: 1.2rem;
}
.strip[data-id="944551"] .workshop-and-links-modern .service-box a {
  color: #800000;
  font-weight: 700;
  text-decoration: none;
}
.strip[data-id="944551"] .workshop-and-links-modern .service-box a:hover {
  text-decoration: underline;
}
.strip[data-id="944551"] .workshop-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.strip[data-id="944551"] .workshop-lightbox.active {
  display: flex;
}
.strip[data-id="944551"] .workshop-lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.strip[data-id="944551"] .workshop-lightbox .close-lb {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
}.strip[data-id="81d94f"] {
  --section-id: "81d94f";
  --storage-url: "https://www.piano-forte.cz/_section/81d94f";
  --public-url: "https://www.piano-forte.cz/_section/81d94f";
}
.strip[data-id="81d94f"] .main-footer {
  background: #222;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="81d94f"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="81d94f"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="81d94f"] .main-footer .footer-brand {
  font-family: "Lora", serif;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="81d94f"] .main-footer h4 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.strip[data-id="81d94f"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="81d94f"] .main-footer ul li {
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="81d94f"] .main-footer ul li a:hover {
  color: #fff;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper {
  margin-top: 1.5rem;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .strip[data-id="81d94f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}