@import url('https://fonts.googleapis.com/css2?family=Lato&family=Playfair+Display&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="6ee3af"] {
  --section-id: "6ee3af";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/6ee3af";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/6ee3af";
}
.strip[data-id="6ee3af"] .main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="6ee3af"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6ee3af"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6ee3af"] .main-header .logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #2c3e50;
}
.strip[data-id="6ee3af"] .main-header .logo .logo-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.strip[data-id="6ee3af"] .main-header .logo .logo-name {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.strip[data-id="6ee3af"] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="6ee3af"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.strip[data-id="6ee3af"] .main-header .main-nav ul li a:hover {
  color: #d4af37;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn {
  background: #2c3e50;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn i {
  color: #d4af37;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn:hover {
  background: #1a252f;
}
.strip[data-id="6ee3af"] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.strip[data-id="6ee3af"] .main-header .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #2c3e50;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="6ee3af"] .main-nav, .strip[data-id="6ee3af"] .header-cta {
    display: none;
  }
  .strip[data-id="6ee3af"] .mobile-toggle {
    display: flex;
  }
}.strip[data-id=d30098] {
  --section-id: "d30098";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/d30098";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/d30098";
}
.strip[data-id=d30098] .hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  background-image: url(https://pwai-6ba8e567.praweb.cz/_section/d30098/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.strip[data-id=d30098] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
.strip[data-id=d30098] .hero-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=d30098] .hero-section .hero-content {
  max-width: 800px;
}
.strip[data-id=d30098] .hero-section .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.strip[data-id=d30098] .hero-section .hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.6;
  opacity: 0.9;
}
.strip[data-id=d30098] .hero-section .hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=d30098] .hero-section .hero-actions .btn-primary {
  background: #d4af37;
  color: #1a1a1a;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.strip[data-id=d30098] .hero-section .hero-actions .btn-primary:hover {
  background: #c19b2e;
  transform: translateY(-2px);
}
.strip[data-id=d30098] .hero-section .hero-actions .btn-secondary {
  background: transparent;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.strip[data-id=d30098] .hero-section .hero-actions .btn-secondary:hover {
  background: #fff;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .strip[data-id=d30098] .hero-title {
    font-size: 2.5rem;
  }
  .strip[data-id=d30098] .hero-subtitle {
    font-size: 1.1rem;
  }
}.strip[data-id="4df89c"] {
  --section-id: "4df89c";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/4df89c";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/4df89c";
}
.strip[data-id="4df89c"] .immediate-help {
  padding: 80px 0;
  background: #f9f9f9;
  font-family: "Lato", sans-serif;
}
.strip[data-id="4df89c"] .immediate-help .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4df89c"] .immediate-help .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="4df89c"] .immediate-help .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="4df89c"] .immediate-help .section-header p {
  color: #666;
  font-size: 1.1rem;
}
.strip[data-id="4df89c"] .immediate-help .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.strip[data-id="4df89c"] .immediate-help .step-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}
.strip[data-id="4df89c"] .immediate-help .step-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="4df89c"] .immediate-help .step-card .step-number {
  width: 50px;
  height: 50px;
  background: #d4af37;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 1.2rem;
}
.strip[data-id="4df89c"] .immediate-help .step-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="4df89c"] .immediate-help .step-card p {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
}.strip[data-id="7bbd49"] {
  --section-id: "7bbd49";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/7bbd49";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/7bbd49";
}
.strip[data-id="7bbd49"] .services-overview {
  padding: 100px 0;
  background: #fff;
  font-family: "Lato", sans-serif;
}
.strip[data-id="7bbd49"] .services-overview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7bbd49"] .services-overview .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="7bbd49"] .services-overview .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="7bbd49"] .services-overview .section-header p {
  color: #777;
  font-size: 1.1rem;
}
.strip[data-id="7bbd49"] .services-overview .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.strip[data-id="7bbd49"] .services-overview .service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.strip[data-id="7bbd49"] .services-overview .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-img {
  height: 220px;
  overflow: hidden;
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="7bbd49"] .services-overview .service-card:hover .service-img img {
  transform: scale(1.1);
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-content .service-link {
  margin-top: auto;
  color: #d4af37;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.strip[data-id="7bbd49"] .services-overview .service-card .service-content .service-link:hover {
  gap: 12px;
}.strip[data-id="54fa31"] {
  --section-id: "54fa31";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/54fa31";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/54fa31";
}
.strip[data-id="54fa31"] .about-tradition {
  padding: 100px 0;
  background: #2c3e50;
  color: #fff;
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
.strip[data-id="54fa31"] .about-tradition .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="54fa31"] .about-tradition .about-text {
  flex: 1;
}
.strip[data-id="54fa31"] .about-tradition .about-text .badge {
  background: #d4af37;
  color: #1a1a1a;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.strip[data-id="54fa31"] .about-tradition .about-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strip[data-id="54fa31"] .about-tradition .about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #bdc3c7;
  margin-bottom: 30px;
}
.strip[data-id="54fa31"] .about-tradition .about-text .stats {
  display: flex;
  gap: 40px;
}
.strip[data-id="54fa31"] .about-tradition .about-text .stats .stat-item .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
  font-family: "Playfair Display", serif;
}
.strip[data-id="54fa31"] .about-tradition .about-text .stats .stat-item .stat-label {
  font-size: 0.9rem;
  color: #888;
}
.strip[data-id="54fa31"] .about-tradition .about-image {
  flex: 1;
  position: relative;
}
.strip[data-id="54fa31"] .about-tradition .about-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 20px 20px 0 #d4af37;
}
@media (max-width: 992px) {
  .strip[data-id="54fa31"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="54fa31"] .about-text .stats {
    justify-content: center;
  }
  .strip[data-id="54fa31"] .about-image {
    margin-top: 40px;
    width: 80%;
  }
}.strip[data-id="04ffac"] {
  --section-id: "04ffac";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/04ffac";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/04ffac";
}
.strip[data-id="04ffac"] .contact-home {
  padding: 100px 0;
  background: #fdfdfd;
  font-family: "Lato", sans-serif;
}
.strip[data-id="04ffac"] .contact-home .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="04ffac"] .contact-home .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="04ffac"] .contact-home .contact-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
}
.strip[data-id="04ffac"] .contact-home .contact-info p {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list {
  list-style: none;
  padding: 0;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list li .icon {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  color: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list li .text h4 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  color: #2c3e50;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list li .text span, .strip[data-id="04ffac"] .contact-home .contact-info .info-list li .text a {
  color: #777;
  text-decoration: none;
  font-size: 0.95rem;
}
.strip[data-id="04ffac"] .contact-home .contact-info .info-list li .text a:hover {
  color: #d4af37;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #2c3e50;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #555;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group input, .strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
  transition: border-color 0.3s;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group input:focus, .strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group textarea:focus {
  outline: none;
  border-color: #d4af37;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .form-group textarea {
  height: 120px;
  resize: vertical;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .btn-submit {
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}
.strip[data-id="04ffac"] .contact-home .contact-form-wrapper .btn-submit:hover {
  background: #1a252f;
}
@media (max-width: 992px) {
  .strip[data-id="04ffac"] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="04ffac"] .contact-form-wrapper {
    padding: 30px;
  }
}.strip[data-id="2364b0"] {
  --section-id: "2364b0";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/2364b0";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/2364b0";
}
.strip[data-id="2364b0"] .main-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Lato", sans-serif;
}
.strip[data-id="2364b0"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2364b0"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="2364b0"] .main-footer .footer-col h4 {
  color: #d4af37;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="2364b0"] .main-footer .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d4af37;
}
.strip[data-id="2364b0"] .main-footer .footer-col .footer-logo {
  margin-bottom: 20px;
}
.strip[data-id="2364b0"] .main-footer .footer-col .footer-logo .logo-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #888;
}
.strip[data-id="2364b0"] .main-footer .footer-col .footer-logo .logo-name {
  font-size: 1.4rem;
  display: block;
  font-family: "Playfair Display", serif;
}
.strip[data-id="2364b0"] .main-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="2364b0"] .main-footer .footer-col ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ccc;
  font-size: 0.9rem;
}
.strip[data-id="2364b0"] .main-footer .footer-col ul li i {
  color: #d4af37;
  margin-top: 3px;
}
.strip[data-id="2364b0"] .main-footer .footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="2364b0"] .main-footer .footer-col ul li a:hover {
  color: #fff;
}
.strip[data-id="2364b0"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.85rem;
  color: #666;
}
.strip[data-id="2364b0"] .main-footer .footer-bottom .footer-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="2364b0"] .main-footer .footer-bottom .footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="2364b0"] .main-footer .footer-bottom .footer-links a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .strip[data-id="2364b0"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}