
.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="88ddc4"] {
  --section-id: "88ddc4";
  --storage-url: "https://syrius.proweb.cz/_section/88ddc4";
  --public-url: "https://syrius.proweb.cz/_section/88ddc4";
}
.strip[data-id="88ddc4"] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}
.strip[data-id="88ddc4"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="88ddc4"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Ztmavení overlaye pro lepší kontrast */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.strip[data-id="88ddc4"] .hero-container {
  position: relative;
  z-index: 2;
}
.strip[data-id="88ddc4"] .hero-content {
  max-width: 700px;
}
.strip[data-id="88ddc4"] .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #ffffff;
  /* Přidání stínu pro lepší čitelnost */
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id="88ddc4"] .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  color: #ffffff;
  opacity: 1; /* Plná sytost bílé */
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.strip[data-id="88ddc4"] .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id="88ddc4"] .btn {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.strip[data-id="88ddc4"] .btn-primary {
  background: #ffffff;
  color: #000000;
}
.strip[data-id="88ddc4"] .btn-primary:hover {
  background: #e0e0e0;
}
.strip[data-id="88ddc4"] .btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.strip[data-id="88ddc4"] .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .strip[data-id="88ddc4"] .hero-section {
    height: auto;
    padding: 100px 0;
  }
  .strip[data-id="88ddc4"] .hero-actions {
    flex-direction: column;
  }
  .strip[data-id="88ddc4"] .btn {
    width: 100%;
    text-align: center;
  }
}@charset "UTF-8";
.strip[data-id="90f1b8"] {
  --section-id: "90f1b8";
  --storage-url: "https://syrius.proweb.cz/_section/90f1b8";
  --public-url: "https://syrius.proweb.cz/_section/90f1b8";
}
.strip[data-id="90f1b8"] .quick-guide {
  padding: 5rem 0;
  background: var(--color-gray-light);
}
.strip[data-id="90f1b8"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="90f1b8"] .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.strip[data-id="90f1b8"] .guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Změněno z 3 na 4 */
  gap: 1.5rem;
}
.strip[data-id="90f1b8"] .guide-card {
  background: var(--color-white);
  padding: 2rem;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none; /* Pro linkovanou kartu */
  color: inherit;
}
.strip[data-id="90f1b8"] .guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="90f1b8"] .card-icon {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.strip[data-id="90f1b8"] .guide-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.strip[data-id="90f1b8"] .guide-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}
.strip[data-id="90f1b8"] .card-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  width: fit-content;
}
@media (max-width: 1200px) {
  .strip[data-id="90f1b8"] .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="90f1b8"] .guide-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="0050ce"] {
  --section-id: "0050ce";
  --storage-url: "https://syrius.proweb.cz/_section/0050ce";
  --public-url: "https://syrius.proweb.cz/_section/0050ce";
}
.strip[data-id="0050ce"] .services-preview {
  padding: 5rem 0;
  background: var(--color-white);
}
.strip[data-id="0050ce"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="0050ce"] .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.strip[data-id="0050ce"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.strip[data-id="0050ce"] .service-item {
  display: flex;
  flex-direction: column;
}
.strip[data-id="0050ce"] .service-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--color-gray-light);
}
.strip[data-id="0050ce"] .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.5s ease;
}
.strip[data-id="0050ce"] .service-item:hover .service-img img {
  transform: scale(1.05);
}
.strip[data-id="0050ce"] .service-info h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="0050ce"] .service-info p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.strip[data-id="0050ce"] .text-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.strip[data-id="0050ce"] .text-link:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .strip[data-id="0050ce"] .services-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="5a86ff"] {
  --section-id: "5a86ff";
  --storage-url: "https://syrius.proweb.cz/_section/5a86ff";
  --public-url: "https://syrius.proweb.cz/_section/5a86ff";
}
.strip[data-id="5a86ff"] .about-us {
  padding: 5rem 0;
  background: var(--color-gray-light);
}
.strip[data-id="5a86ff"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="5a86ff"] .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.strip[data-id="5a86ff"] .about-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 5rem;
  align-items: center;
}
.strip[data-id="5a86ff"] .text-left {
  text-align: left;
}
.strip[data-id="5a86ff"] .about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}
.strip[data-id="5a86ff"] .about-stats {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.strip[data-id="5a86ff"] .stat-item {
  border-left: 2px solid var(--color-black);
  padding-left: 2rem;
}
.strip[data-id="5a86ff"] .stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.strip[data-id="5a86ff"] .stat-label {
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .strip[data-id="5a86ff"] .about-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}@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;
  }
}