@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=cb169a] {
  --section-id: "cb169a";
  --storage-url: "https://www.piano-forte.cz/_section/cb169a";
  --public-url: "https://www.piano-forte.cz/_section/cb169a";
}
.strip[data-id=cb169a] .page-hero {
  padding: 4rem 0;
  background: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.strip[data-id=cb169a] .page-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=cb169a] .page-hero h1 {
  font-family: "Lora", serif;
  font-size: 3rem;
  color: #800000;
  margin-bottom: 1rem;
}
.strip[data-id=cb169a] .page-hero .lead {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}.strip[data-id="068e46"] {
  --section-id: "068e46";
  --storage-url: "https://www.piano-forte.cz/_section/068e46";
  --public-url: "https://www.piano-forte.cz/_section/068e46";
}
.strip[data-id="068e46"] .pricing-section {
  padding: 5rem 0;
}
.strip[data-id="068e46"] .pricing-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="068e46"] .pricing-section .pricing-category {
  margin-bottom: 4rem;
}
.strip[data-id="068e46"] .pricing-section .pricing-category h3 {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  color: #800000;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}
.strip[data-id="068e46"] .pricing-section .price-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strip[data-id="068e46"] .pricing-section .price-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #eee;
}
.strip[data-id="068e46"] .pricing-section .price-item .label {
  color: #333;
  font-weight: 500;
}
.strip[data-id="068e46"] .pricing-section .price-item .label small {
  color: #666;
  font-weight: 400;
}
.strip[data-id="068e46"] .pricing-section .price-item .value {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.strip[data-id="068e46"] .pricing-section .price-item.note {
  border: none;
  padding-top: 0;
  font-size: 0.9rem;
  color: #888;
  font-style: italic;
}
@media (max-width: 600px) {
  .strip[data-id="068e46"] .price-item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .strip[data-id="068e46"] .price-item .value {
    align-self: flex-end;
  }
}.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;
  }
}