
.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="61e813"] {
  --section-id: "61e813";
  --storage-url: "https://syrius.proweb.cz/_section/61e813";
  --public-url: "https://syrius.proweb.cz/_section/61e813";
}
.strip[data-id="61e813"] .main-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  transition: all 0.3s ease;
  z-index: 1000;
  position: relative;
  font-style: italic; /* Nastavení kurzívy pro celé záhlaví */
}
.strip[data-id="61e813"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="61e813"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="61e813"] .logo a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.strip[data-id="61e813"] .logo-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.strip[data-id="61e813"] .logo-subtitle {
  font-size: 0.7rem;
  letter-spacing: 4px;
  margin-top: 4px;
  opacity: 0.7;
}
.strip[data-id="61e813"] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="61e813"] .main-nav a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="61e813"] .main-nav a:hover {
  opacity: 1;
}
.strip[data-id="61e813"] .header-cta .phone-link {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #eee;
  padding-left: 2rem;
}
.strip[data-id="61e813"] .phone-label {
  font-size: 0.65rem;
  letter-spacing: 2px;
  opacity: 0.6;
}
.strip[data-id="61e813"] .phone-number {
  font-size: 1.2rem;
  font-weight: 600;
}
.strip[data-id="61e813"] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="61e813"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  margin: 5px 0;
}
@media (max-width: 992px) {
  .strip[data-id="61e813"] .main-nav {
    display: none;
  }
  .strip[data-id="61e813"] .header-cta {
    display: none;
  }
  .strip[data-id="61e813"] .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id="49a37f"] {
  --section-id: "49a37f";
  --storage-url: "https://syrius.proweb.cz/_section/49a37f";
  --public-url: "https://syrius.proweb.cz/_section/49a37f";
}
.strip[data-id="49a37f"] .catalog-hub {
  padding: 5rem 0;
}
.strip[data-id="49a37f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="49a37f"] .page-title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.strip[data-id="49a37f"] .intro-text {
  max-width: 800px;
  margin: 0 auto 4rem;
  font-size: 1.2rem;
  opacity: 0.7;
}
.strip[data-id="49a37f"] .text-center {
  text-align: center;
}
.strip[data-id="49a37f"] .hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
.strip[data-id="49a37f"] .hub-card {
  text-decoration: none;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.strip[data-id="49a37f"] .hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border-color: var(--color-black);
}
.strip[data-id="49a37f"] .hub-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--color-gray-light);
}
.strip[data-id="49a37f"] .hub-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.5s ease;
}
.strip[data-id="49a37f"] .hub-card:hover .hub-card-img img {
  transform: scale(1.05);
}
.strip[data-id="49a37f"] .hub-card-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="49a37f"] .hub-card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="49a37f"] .hub-card-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.strip[data-id="49a37f"] .card-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--color-black);
  padding-bottom: 4px;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .strip[data-id="49a37f"] .hub-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}@charset "UTF-8";
.strip[data-id=ba2ab3] {
  --section-id: "ba2ab3";
  --storage-url: "https://syrius.proweb.cz/_section/ba2ab3";
  --public-url: "https://syrius.proweb.cz/_section/ba2ab3";
}
.strip[data-id=ba2ab3] .parte-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  color: #333;
}
.strip[data-id=ba2ab3] .parte-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ba2ab3] .parte-section .top-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .strip[data-id=ba2ab3] .parte-section .top-content {
    flex-direction: row;
    align-items: center;
  }
}
.strip[data-id=ba2ab3] .parte-section .content {
  flex: 1;
}
.strip[data-id=ba2ab3] .parte-section .content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-family: serif;
}
.strip[data-id=ba2ab3] .parte-section .content .description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.strip[data-id=ba2ab3] .parte-section .content .requirements {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id=ba2ab3] .parte-section .content .requirements h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #444;
}
.strip[data-id=ba2ab3] .parte-section .content .requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=ba2ab3] .parte-section .content .requirements ul li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.strip[data-id=ba2ab3] .parte-section .content .requirements ul li:last-child {
  border-bottom: none;
}
.strip[data-id=ba2ab3] .parte-section .content .requirements ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}
.strip[data-id=ba2ab3] .parte-section .image-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
.strip[data-id=ba2ab3] .parte-section .image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}@charset "UTF-8";
.strip[data-id=fa20fa] {
  --section-id: "fa20fa";
  --storage-url: "https://syrius.proweb.cz/_section/fa20fa";
  --public-url: "https://syrius.proweb.cz/_section/fa20fa";
}
.strip[data-id=fa20fa] .main-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: 5rem 0 2rem;
  font-style: italic; /* Nastavení kurzívy pro celé zápatí */
}
.strip[data-id=fa20fa] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=fa20fa] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.strip[data-id=fa20fa] .footer-logo {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.strip[data-id=fa20fa] .footer-desc {
  font-size: 0.9rem;
  opacity: 0.6;
  max-width: 300px;
  line-height: 1.8;
}
.strip[data-id=fa20fa] .footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=fa20fa] .footer-col p {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  opacity: 0.8;
}
.strip[data-id=fa20fa] .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=fa20fa] .footer-col ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=fa20fa] .footer-col ul a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.strip[data-id=fa20fa] .footer-col ul a:hover {
  opacity: 1;
}
.strip[data-id=fa20fa] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}
.strip[data-id=fa20fa] .footer-bottom p {
  font-size: 0.8rem;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .strip[data-id=fa20fa] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}