.strip[data-id="08ab0e"] {
  --section-id: "08ab0e";
  --storage-url: "https://ach.proweb.cz/_section/08ab0e";
  --public-url: "https://ach.proweb.cz/_section/08ab0e";
}
.strip[data-id="08ab0e"] .iot-presentation-section {
  padding: 140px 0;
  background-color: #f8fafc;
  background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="08ab0e"] .iot-presentation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="08ab0e"] .iot-presentation-section .project-card {
  display: flex;
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 100px -20px rgba(15, 23, 42, 0.12);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.strip[data-id="08ab0e"] .iot-presentation-section .project-card:hover {
  box-shadow: 0 50px 140px -30px rgba(15, 23, 42, 0.2);
}
@media (max-width: 991px) {
  .strip[data-id="08ab0e"] .iot-presentation-section .project-card {
    flex-direction: column;
  }
}
.strip[data-id="08ab0e"] .iot-presentation-section .image-side {
  flex: 1;
  position: relative;
  min-height: 550px;
  background: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}
.strip[data-id="08ab0e"] .iot-presentation-section .image-side::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent, #3b82f6, #8b5cf6, #2dd4bf, transparent);
  opacity: 0.3;
  filter: blur(80px);
  animation: rotateAura 15s linear infinite;
}
.strip[data-id="08ab0e"] .iot-presentation-section .image-side .morph-shape {
  position: absolute;
  width: 90%;
  height: 90%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: morphComplex 12s ease-in-out infinite;
  z-index: 1;
}
.strip[data-id="08ab0e"] .iot-presentation-section .image-side .project-image {
  width: 100%;
  height: 100%;
  max-width: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: relative;
  transform: translateZ(50px);
}
@media (max-width: 991px) {
  .strip[data-id="08ab0e"] .iot-presentation-section .image-side {
    min-height: 400px;
  }
}
.strip[data-id="08ab0e"] .iot-presentation-section .content-side {
  flex: 1.2;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  transform: translateZ(30px);
}
@media (max-width: 1200px) {
  .strip[data-id="08ab0e"] .iot-presentation-section .content-side {
    padding: 60px 40px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="08ab0e"] .iot-presentation-section .content-side {
    padding: 40px 25px;
  }
}
.strip[data-id="08ab0e"] .iot-presentation-section .meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
}
.strip[data-id="08ab0e"] .iot-presentation-section .badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.strip[data-id="08ab0e"] .iot-presentation-section .status-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
}
.strip[data-id="08ab0e"] .iot-presentation-section .status-indicator::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
  animation: pulseGlow 2.5s infinite;
}
.strip[data-id="08ab0e"] .iot-presentation-section .project-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: #0f172a;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
}
.strip[data-id="08ab0e"] .iot-presentation-section .project-desc {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 45px;
  max-width: 650px;
  opacity: 0.9;
}
.strip[data-id="08ab0e"] .iot-presentation-section .specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: auto;
}
@media (max-width: 480px) {
  .strip[data-id="08ab0e"] .iot-presentation-section .specs-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card:hover {
  border-color: #3b82f6;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.15);
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card:hover .spec-icon {
  transform: scale(1.1) rotate(5deg);
  background: #3b82f6;
  color: #ffffff;
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card .spec-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #3b82f6;
  border-radius: 14px;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card .spec-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="08ab0e"] .iot-presentation-section .spec-card .spec-value {
  font-size: 1.1rem;
  color: #0f172a;
  font-weight: 800;
}
@keyframes morphComplex {
  0%, 100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  33% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  66% {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  }
}
@keyframes rotateAura {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}.strip[data-id="5be933"] {
  --section-id: "5be933";
  --storage-url: "https://ach.proweb.cz/_section/5be933";
  --public-url: "https://ach.proweb.cz/_section/5be933";
}
.strip[data-id="5be933"] .about-us {
  --primary-color: #3b82f6;
  --secondary-color: #f59e0b;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --bg-white: #ffffff;
  --section-padding: 140px;
  padding: var(--section-padding) 0;
  background-color: var(--bg-white);
  position: relative;
  overflow: hidden;
}
.strip[data-id="5be933"] .about-us .about-us__bg-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="5be933"] .about-us .about-us__bg-decoration::before {
  content: "VISION";
  position: absolute;
  top: 10%;
  right: -5%;
  font-size: 20vw;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.02);
  line-height: 1;
  letter-spacing: -0.05em;
}
.strip[data-id="5be933"] .about-us .about-us__bg-decoration::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.strip[data-id="5be933"] .about-us .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="5be933"] .about-us .about-us__header {
  margin-bottom: 80px;
  max-width: 800px;
}
.strip[data-id="5be933"] .about-us .about-us__header .about-us__badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--primary-color);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.strip[data-id="5be933"] .about-us .about-us__header .about-us__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: -0.02em;
}
.strip[data-id="5be933"] .about-us .about-us__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 991px) {
  .strip[data-id="5be933"] .about-us .about-us__grid {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.strip[data-id="5be933"] .about-us .profile-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.strip[data-id="5be933"] .about-us .profile-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image-container {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: visible;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image-container::before {
  content: "";
  position: absolute;
  inset: -15px;
  border: 2px solid var(--primary-color);
  border-radius: 40px;
  z-index: -1;
  transition: transform 0.4s ease;
  opacity: 0.2;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__content .profile-card__role {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__content .profile-card__name {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 16px;
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__content .profile-card__bio {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.strip[data-id="5be933"] .about-us .profile-card .profile-card__content .profile-card__bio p {
  margin: 0;
}
.strip[data-id="5be933"] .about-us .profile-card--primary .profile-card__image-container::before {
  top: -20px;
  left: -20px;
}
.strip[data-id="5be933"] .about-us .profile-card--secondary {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .strip[data-id="5be933"] .about-us .profile-card--secondary {
    margin-top: 0;
  }
}
.strip[data-id="5be933"] .about-us .profile-card--secondary .profile-card__image-container::before {
  border-color: var(--secondary-color);
  bottom: -20px;
  right: -20px;
  top: auto;
  left: auto;
}
.strip[data-id="5be933"] .about-us .profile-card--secondary .profile-card__role {
  color: var(--secondary-color);
}
.strip[data-id="5be933"] .about-us .profile-card--secondary .profile-card__image {
  aspect-ratio: 1/1;
}
.strip[data-id="5be933"] .about-us .profile-card:hover .profile-card__image {
  transform: scale(1.02);
}
.strip[data-id="5be933"] .about-us .profile-card:hover .profile-card__image-container::before {
  transform: scale(1.05);
}