.strip[data-id="151eb5"] {
  --section-id: "151eb5";
  --public-url: "http://php.ach.proweb.cz/_section/151eb5";
}
.strip[data-id="151eb5"] .main-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="151eb5"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="151eb5"] .main-header .logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.strip[data-id="151eb5"] .main-header .nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="151eb5"] .main-header .nav ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="151eb5"] .main-header .nav ul li a:hover {
  color: #007bff;
}.strip[data-id="5be933"] {
  --section-id: "5be933";
  --public-url: "http://php.ach.proweb.cz/_section/5be933";
}
.strip[data-id="5be933"] .about-us {
  padding: 100px 0;
  background-color: #ffffff;
}
.strip[data-id="5be933"] .about-us .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="5be933"] .about-us .about-us__header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="5be933"] .about-us .about-us__header .about-us__badge {
  display: inline-block;
  padding: 8px 16px;
  background: #eef6ff;
  color: #007bff;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="5be933"] .about-us .about-us__header .about-us__title {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 800;
}
.strip[data-id="5be933"] .about-us .about-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 850px) {
  .strip[data-id="5be933"] .about-us .about-us__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}
.strip[data-id="5be933"] .about-us .profile-card {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="5be933"] .about-us .profile-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image-wrapper {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image-wrapper::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid #eef6ff;
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__role {
  font-size: 0.9rem;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__bio {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a4a4a;
}.strip[data-id=fc03da] {
  --section-id: "fc03da";
  --public-url: "http://php.ach.proweb.cz/_section/fc03da";
}
.strip[data-id=fc03da] .main-footer {
  background-color: #333;
  color: #fff;
  padding: 2rem 0;
  margin-top: 40px;
}
.strip[data-id=fc03da] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}