.strip[data-id="243c3d"] {
  --section-id: "243c3d";
  --storage-url: "https://prestashop.proweb.cz/_section/243c3d";
  --public-url: "https://prestashop.proweb.cz/_section/243c3d";
}
.strip[data-id="243c3d"] .hero {
  padding: 120px 0;
  background: radial-gradient(circle at 10% 20%, rgba(223, 0, 103, 0.05) 0%, rgb(255, 255, 255) 90%);
  position: relative;
  overflow: hidden;
}
.strip[data-id="243c3d"] .hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(223, 0, 103, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="243c3d"] .hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="243c3d"] .hero .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="243c3d"] .hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #df0067;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(223, 0, 103, 0.15);
  border: 1px solid rgba(223, 0, 103, 0.1);
}
.strip[data-id="243c3d"] .hero h1 {
  font-size: 4rem;
  line-height: 1.05;
  color: #0f172a;
  margin-bottom: 28px;
  font-weight: 900;
  letter-spacing: -2px;
}
.strip[data-id="243c3d"] .hero h1 span {
  display: block;
  background: linear-gradient(90deg, #df0067, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id="243c3d"] .hero .lead {
  font-size: 1.3rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 45px;
  max-width: 600px;
}
.strip[data-id="243c3d"] .hero .hero-actions {
  display: flex;
  gap: 20px;
}
.strip[data-id="243c3d"] .hero .btn-primary {
  background: #df0067;
  color: white;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  box-shadow: 0 10px 20px rgba(223, 0, 103, 0.2);
}
.strip[data-id="243c3d"] .hero .btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(223, 0, 103, 0.3);
  background: #c00058;
}
.strip[data-id="243c3d"] .hero .btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  color: #1e293b;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  display: inline-block;
}
.strip[data-id="243c3d"] .hero .btn-secondary:hover {
  background: #fff;
  border-color: #df0067;
  color: #df0067;
}
.strip[data-id="243c3d"] .hero .hero-image {
  position: relative;
}
.strip[data-id="243c3d"] .hero .hero-image::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: linear-gradient(45deg, #df0067, #8b5cf6);
  border-radius: 30px;
  opacity: 0.1;
  z-index: -1;
  transform: rotate(-3deg);
}
.strip[data-id="243c3d"] .hero .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
  display: block;
}
@media (max-width: 992px) {
  .strip[data-id="243c3d"] .hero {
    padding: 80px 0;
  }
  .strip[data-id="243c3d"] .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="243c3d"] .hero-actions {
    justify-content: center;
  }
  .strip[data-id="243c3d"] h1 {
    font-size: 3rem;
  }
  .strip[data-id="243c3d"] .lead {
    margin-left: auto;
    margin-right: auto;
  }
}.strip[data-id="7f8c3d"] {
  --section-id: "7f8c3d";
  --storage-url: "https://prestashop.proweb.cz/_section/7f8c3d";
  --public-url: "https://prestashop.proweb.cz/_section/7f8c3d";
}
.strip[data-id="7f8c3d"] .services {
  padding: 120px 0;
  background: #f8fafc;
  position: relative;
}
.strip[data-id="7f8c3d"] .services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7f8c3d"] .services .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}
.strip[data-id="7f8c3d"] .services .section-header h2 {
  font-size: 3rem;
  color: #0f172a;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
.strip[data-id="7f8c3d"] .services .section-header .section-desc {
  font-size: 1.2rem;
  color: #64748b;
}
.strip[data-id="7f8c3d"] .services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="7f8c3d"] .services .service-card {
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.strip[data-id="7f8c3d"] .services .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #df0067, transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}
.strip[data-id="7f8c3d"] .services .service-card:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(223, 0, 103, 0.1);
}
.strip[data-id="7f8c3d"] .services .service-card:hover::before {
  transform: translateX(100%);
}
.strip[data-id="7f8c3d"] .services .service-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: #df0067;
  color: #fff;
}
.strip[data-id="7f8c3d"] .services .service-card .icon-wrapper {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #df0067;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 18px;
  margin-bottom: 30px;
  transition: all 0.4s;
  box-shadow: 0 10px 15px -3px rgba(223, 0, 103, 0.1);
}
.strip[data-id="7f8c3d"] .services .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #1e293b;
  font-weight: 700;
}
.strip[data-id="7f8c3d"] .services .service-card p {
  color: #475569;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .strip[data-id="7f8c3d"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="7f8c3d"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="7f8c3d"] .services {
    padding: 80px 0;
  }
}