
.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;
  }
}@charset "UTF-8";
.strip[data-id=feaf3a] {
  --section-id: "feaf3a";
  --storage-url: "https://syrius.proweb.cz/_section/feaf3a";
  --public-url: "https://syrius.proweb.cz/_section/feaf3a";
}
.strip[data-id=feaf3a] .services-section {
  padding: 6rem 0;
  background-color: #fff;
  color: #1a1a1a;
  font-family: var(--font-main, "Playfair Display", serif);
}
.strip[data-id=feaf3a] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=feaf3a] .section-header {
  text-align: center;
  margin-bottom: 5rem;
}
.strip[data-id=feaf3a] .section-header h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #000;
}
.strip[data-id=feaf3a] .section-header .divider {
  width: 60px;
  height: 2px;
  background: #b38e5d; /* Zlatý akcent z webu */
  margin: 1.5rem auto;
}
.strip[data-id=feaf3a] .service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
  align-items: center;
}
.strip[data-id=feaf3a] .service-card.reverse {
  direction: rtl;
}
.strip[data-id=feaf3a] .service-card.reverse .service-content {
  direction: ltr;
}
.strip[data-id=feaf3a] .service-image {
  position: relative;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=feaf3a] .service-image img,
.strip[data-id=feaf3a] .service-image generated-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.strip[data-id=feaf3a] .service-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #000;
  font-weight: 400;
}
.strip[data-id=feaf3a] .price-tag {
  font-family: sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #b38e5d;
  margin-bottom: 1.5rem;
  display: block;
  letter-spacing: 1px;
}
.strip[data-id=feaf3a] .service-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #444;
}
.strip[data-id=feaf3a] .service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.strip[data-id=feaf3a] .service-features li {
  font-size: 0.95rem;
  padding-left: 1.5rem;
  position: relative;
}
.strip[data-id=feaf3a] .service-features li::before {
  content: "•";
  color: #b38e5d;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.strip[data-id=feaf3a] .price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
.strip[data-id=feaf3a] .price-table td {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}
.strip[data-id=feaf3a] .price-table td:last-child {
  text-align: right;
  font-weight: 700;
  color: #000;
}
.strip[data-id=feaf3a] .note {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
}
@media (max-width: 992px) {
  .strip[data-id=feaf3a] .service-card, .strip[data-id=feaf3a] .service-card.reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
    direction: ltr;
  }
  .strip[data-id=feaf3a] .service-features {
    grid-template-columns: 1fr;
  }
  .strip[data-id=feaf3a] .section-header h1 {
    font-size: 2.5rem;
  }
}@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;
  }
}