
.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=eb138b] {
  --section-id: "eb138b";
  --storage-url: "https://syrius.proweb.cz/_section/eb138b";
  --public-url: "https://syrius.proweb.cz/_section/eb138b";
}
.strip[data-id=eb138b] .contact-page {
  padding: 5rem 0;
}
.strip[data-id=eb138b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=eb138b] .page-title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.strip[data-id=eb138b] .contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
.strip[data-id=eb138b] .info-block {
  margin-bottom: 3rem;
}
.strip[data-id=eb138b] .info-block h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}
.strip[data-id=eb138b] .big-phone {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.strip[data-id=eb138b] .modern-form .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id=eb138b] .modern-form label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.strip[data-id=eb138b] .modern-form input,
.strip[data-id=eb138b] .modern-form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #eee;
  background: var(--color-gray-light);
  font-family: inherit;
  transition: border-color 0.3s;
}
.strip[data-id=eb138b] .modern-form input:focus,
.strip[data-id=eb138b] .modern-form textarea:focus {
  outline: none;
  border-color: var(--color-black);
}
.strip[data-id=eb138b] .btn-dark {
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 1rem 2.5rem;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}
.strip[data-id=eb138b] .btn-dark:hover {
  opacity: 0.8;
}
.strip[data-id=eb138b] #form-status {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.strip[data-id=eb138b] .status-success {
  color: green;
}
.strip[data-id=eb138b] .status-error {
  color: red;
}
@media (max-width: 992px) {
  .strip[data-id=eb138b] .contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}@charset "UTF-8";
.strip[data-id="970e1b"] {
  --section-id: "970e1b";
  --storage-url: "https://syrius.proweb.cz/_section/970e1b";
  --public-url: "https://syrius.proweb.cz/_section/970e1b";
}
.strip[data-id="970e1b"] .team-section {
  padding: 80px 20px;
  background-color: #fff;
}
.strip[data-id="970e1b"] .team-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="970e1b"] .team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="970e1b"] .team-section .section-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  font-family: serif;
}
.strip[data-id="970e1b"] .team-section .section-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="970e1b"] .team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.strip[data-id="970e1b"] .team-section .team-card {
  text-align: center;
  transition: transform 0.3s ease;
}
.strip[data-id="970e1b"] .team-section .team-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="970e1b"] .team-section .team-card .img-wrapper {
  width: 100%;
  aspect-ratio: 4/5;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 4px;
}
.strip[data-id="970e1b"] .team-section .team-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Odstraněn grayscale filtr, aby byly fotky lépe vidět */
  transition: transform 0.5s ease;
}
.strip[data-id="970e1b"] .team-section .team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #222;
}
.strip[data-id="970e1b"] .team-section .team-card .role {
  font-size: 0.95rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .strip[data-id="970e1b"] .team-section {
    padding: 50px 15px;
  }
  .strip[data-id="970e1b"] .team-section .section-header h2 {
    font-size: 2rem;
  }
  .strip[data-id="970e1b"] .team-section .team-grid {
    gap: 30px;
  }
}@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;
  }
}