@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=b45194] {
  --section-id: "b45194";
  --storage-url: "https://www.piano-forte.cz/_section/b45194";
  --public-url: "https://www.piano-forte.cz/_section/b45194";
}
.strip[data-id=b45194] .hero-premium {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background-color: #1a1a1a;
}
.strip[data-id=b45194] .hero-premium .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.strip[data-id=b45194] .hero-premium .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.strip[data-id=b45194] .hero-premium .hero-content {
  max-width: 800px;
  opacity: 0;
  transform: translateY(20px);
  animation: revealContent 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: 0.2s;
}
.strip[data-id=b45194] .hero-premium .hero-content .hero-tagline {
  font-family: "Lora", serif;
  color: #f1c40f;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  border-bottom: 2px solid #f1c40f;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=b45194] .hero-premium .hero-content h1 {
  font-family: "Lora", serif;
  font-size: clamp(2.8rem, 8vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #f1c40f;
  font-weight: 400;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
}
.strip[data-id=b45194] .hero-premium .hero-content .lead {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  margin-bottom: 3.5rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  max-width: 650px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.strip[data-id=b45194] .hero-premium .hero-actions {
  display: flex;
  gap: 1.5rem;
}
.strip[data-id=b45194] .hero-premium .hero-actions .btn {
  display: inline-block;
  padding: 1.2rem 2.8rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  text-align: center;
  border-radius: 2px;
}
.strip[data-id=b45194] .hero-premium .hero-actions .btn-primary {
  background: #f1c40f;
  color: #000;
  border: 2px solid #f1c40f;
}
.strip[data-id=b45194] .hero-premium .hero-actions .btn-primary:hover {
  background: transparent;
  color: #f1c40f;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(241, 196, 15, 0.3);
}
.strip[data-id=b45194] .hero-premium .hero-actions .btn-outline {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 2px solid #fff;
}
.strip[data-id=b45194] .hero-premium .hero-actions .btn-outline:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
}
.strip[data-id=b45194] .hero-premium .scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.strip[data-id=b45194] .hero-premium .scroll-hint .mouse {
  width: 26px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 13px;
  display: block;
  position: relative;
}
.strip[data-id=b45194] .hero-premium .scroll-hint .mouse::before {
  content: "";
  width: 4px;
  height: 8px;
  background: #f1c40f;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  animation: mouseWheel 2s infinite;
}
@keyframes revealContent {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mouseWheel {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b45194] .hero-premium {
    text-align: center;
  }
  .strip[data-id=b45194] .hero-premium .hero-content .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=b45194] .hero-premium .hero-actions {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .strip[data-id=b45194] .hero-premium .hero-actions .btn {
    width: 100%;
    max-width: 320px;
  }
}.strip[data-id="5ababa"] {
  --section-id: "5ababa";
  --storage-url: "https://www.piano-forte.cz/_section/5ababa";
  --public-url: "https://www.piano-forte.cz/_section/5ababa";
}
.strip[data-id="5ababa"] .reasons-section {
  padding: 6rem 0;
  background: #fdfdfd;
}
.strip[data-id="5ababa"] .reasons-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5ababa"] .reasons-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.strip[data-id="5ababa"] .reasons-section .section-header h2 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}
.strip[data-id="5ababa"] .reasons-section .section-header .divider {
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 0 auto;
}
.strip[data-id="5ababa"] .reasons-section .reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem 2rem;
}
.strip[data-id="5ababa"] .reasons-section .reason-item {
  display: flex;
  gap: 1.5rem;
}
.strip[data-id="5ababa"] .reasons-section .reason-item .reason-number {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(128, 0, 0, 0.1);
  line-height: 1;
  margin-top: -5px;
}
.strip[data-id="5ababa"] .reasons-section .reason-item .reason-content h3 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.strip[data-id="5ababa"] .reasons-section .reason-item .reason-content p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}
.strip[data-id="5ababa"] .reasons-section .section-footer {
  margin-top: 5rem;
  text-align: center;
  padding: 3rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="5ababa"] .reasons-section .section-footer .cta-text {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  color: #800000;
  margin-bottom: 1rem;
}
.strip[data-id="5ababa"] .reasons-section .section-footer .phone-link {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="5ababa"] .reasons-section .section-footer .phone-link:hover {
  color: #800000;
}
@media (max-width: 768px) {
  .strip[data-id="5ababa"] .reasons-section {
    padding: 4rem 0;
  }
  .strip[data-id="5ababa"] .reasons-section .section-header h2 {
    font-size: 2rem;
  }
  .strip[data-id="5ababa"] .reasons-section .section-footer .cta-text {
    font-size: 1.4rem;
  }
  .strip[data-id="5ababa"] .reasons-section .section-footer .phone-link {
    font-size: 1.5rem;
  }
}.strip[data-id="7561d7"] {
  --section-id: "7561d7";
  --storage-url: "https://www.piano-forte.cz/_section/7561d7";
  --public-url: "https://www.piano-forte.cz/_section/7561d7";
}
.strip[data-id="7561d7"] .toplist-counter {
  padding: 2rem 0;
  background-color: transparent;
}
.strip[data-id="7561d7"] .toplist-counter .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}.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;
}
@media (max-width: 768px) {
  .strip[data-id="81d94f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}