.strip[data-id=b0b142] {
  --section-id: "b0b142";
  --storage-url: "https://rakabehan79.proweb.cz/_section/b0b142";
  --public-url: "https://rakabehan79.proweb.cz/_section/b0b142";
}
.strip[data-id=b0b142] .main-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: relative;
  z-index: 1000;
}
.strip[data-id=b0b142] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b0b142] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=b0b142] .main-header .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
}
.strip[data-id=b0b142] .main-header .logo .logo-icon {
  font-size: 2rem;
  margin-right: 10px;
}
.strip[data-id=b0b142] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.strip[data-id=b0b142] .main-header .main-nav a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=b0b142] .main-header .main-nav a:hover {
  color: #f39c12;
}
.strip[data-id=b0b142] .main-header .btn-primary {
  background: #f39c12;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}
.strip[data-id=b0b142] .main-header .btn-primary:hover {
  background: #e67e22;
}
.strip[data-id=b0b142] .main-header .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.strip[data-id=b0b142] .main-header .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .strip[data-id=b0b142] .main-header .main-nav, .strip[data-id=b0b142] .main-header .header-cta {
    display: none;
  }
  .strip[data-id=b0b142] .main-header .mobile-menu-toggle {
    display: flex;
  }
}.strip[data-id="0f7a9d"] {
  --section-id: "0f7a9d";
  --storage-url: "https://rakabehan79.proweb.cz/_section/0f7a9d";
  --public-url: "https://rakabehan79.proweb.cz/_section/0f7a9d";
}
.strip[data-id="0f7a9d"] .hero-section {
  padding: 80px 0;
  background: #fdfaf5;
  overflow: hidden;
}
.strip[data-id="0f7a9d"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="0f7a9d"] .hero-section .hero-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id="0f7a9d"] .hero-section .hero-text {
  flex: 1;
}
.strip[data-id="0f7a9d"] .hero-section .hero-text h1 {
  font-size: 3.5rem;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
}
.strip[data-id="0f7a9d"] .hero-section .hero-text .lead {
  font-size: 1.25rem;
  color: #7f8c8d;
  margin-bottom: 30px;
}
.strip[data-id="0f7a9d"] .hero-section .hero-actions {
  display: flex;
  gap: 15px;
}
.strip[data-id="0f7a9d"] .hero-section .btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s, background 0.3s;
}
.strip[data-id="0f7a9d"] .hero-section .btn:hover {
  transform: translateY(-3px);
}
.strip[data-id="0f7a9d"] .hero-section .btn-primary {
  background: #f39c12;
  color: white;
}
.strip[data-id="0f7a9d"] .hero-section .btn-primary:hover {
  background: #e67e22;
}
.strip[data-id="0f7a9d"] .hero-section .btn-secondary {
  background: transparent;
  border: 2px solid #f39c12;
  color: #f39c12;
}
.strip[data-id="0f7a9d"] .hero-section .btn-secondary:hover {
  background: #f39c12;
  color: white;
}
.strip[data-id="0f7a9d"] .hero-section .hero-image {
  flex: 1;
}
.strip[data-id="0f7a9d"] .hero-section .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id="0f7a9d"] .hero-section .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="0f7a9d"] .hero-section .hero-text h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="0f7a9d"] .hero-section .hero-actions {
    justify-content: center;
  }
}.strip[data-id="79b6ad"] {
  --section-id: "79b6ad";
  --storage-url: "https://rakabehan79.proweb.cz/_section/79b6ad";
  --public-url: "https://rakabehan79.proweb.cz/_section/79b6ad";
}
.strip[data-id="79b6ad"] .services-section {
  padding: 100px 0;
  background: #ffffff;
}
.strip[data-id="79b6ad"] .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="79b6ad"] .services-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="79b6ad"] .services-section .section-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="79b6ad"] .services-section .section-header p {
  color: #7f8c8d;
  font-size: 1.1rem;
}
.strip[data-id="79b6ad"] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.strip[data-id="79b6ad"] .services-section .service-card {
  background: #fdfaf5;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.strip[data-id="79b6ad"] .services-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="79b6ad"] .services-section .service-card .service-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}
.strip[data-id="79b6ad"] .services-section .service-card h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="79b6ad"] .services-section .service-card p {
  color: #7f8c8d;
  line-height: 1.6;
}.strip[data-id="2daa1f"] {
  --section-id: "2daa1f";
  --storage-url: "https://rakabehan79.proweb.cz/_section/2daa1f";
  --public-url: "https://rakabehan79.proweb.cz/_section/2daa1f";
}
.strip[data-id="2daa1f"] .about-section {
  padding: 100px 0;
  background: #fdfaf5;
}
.strip[data-id="2daa1f"] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2daa1f"] .about-section .about-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="2daa1f"] .about-section .about-image {
  flex: 1;
}
.strip[data-id="2daa1f"] .about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="2daa1f"] .about-section .about-text {
  flex: 1.2;
}
.strip[data-id="2daa1f"] .about-section .about-text .badge {
  background: #f39c12;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.strip[data-id="2daa1f"] .about-section .about-text h2 {
  font-size: 2.8rem;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strip[data-id="2daa1f"] .about-section .about-text .text-content {
  color: #7f8c8d;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.strip[data-id="2daa1f"] .about-section .about-text .stats {
  display: flex;
  gap: 40px;
}
.strip[data-id="2daa1f"] .about-section .about-text .stats .stat-item .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #f39c12;
}
.strip[data-id="2daa1f"] .about-section .about-text .stats .stat-item .stat-label {
  color: #2c3e50;
  font-weight: 500;
}
@media (max-width: 992px) {
  .strip[data-id="2daa1f"] .about-section .about-content {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="2daa1f"] .about-section .about-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .strip[data-id="2daa1f"] .about-section .stats {
    justify-content: center;
  }
}