@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id="782097"] {
  --section-id: "782097";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/782097";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/782097";
  /* Scroll Indicator */
}
.strip[data-id="782097"] .hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://preview-zzv-eur-cz.praweb.cz/_section/782097/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id="782097"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.strip[data-id="782097"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: #ffffff;
}
.strip[data-id="782097"] .hero-content {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="782097"] h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
}
.strip[data-id="782097"] p {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.6;
  margin-bottom: 48px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.strip[data-id="782097"] .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  padding: 18px 40px;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}
.strip[data-id="782097"] .cta-button i {
  transition: transform 0.3s ease;
}
.strip[data-id="782097"] .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 123, 255, 0.4);
  background: linear-gradient(90deg, #0088ff 0%, #0066cc 100%);
}
.strip[data-id="782097"] .cta-button:hover i {
  transform: translateX(5px);
}
.strip[data-id="782097"] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.7;
  animation: bounce 2s infinite;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="782097"] .scroll-indicator i {
  font-size: 1.5rem;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="782097"] .hero-section {
    min-height: 70vh;
    padding: 80px 0;
  }
  .strip[data-id="782097"] .scroll-indicator {
    display: none;
  }
}.strip[data-id="61974e"] {
  --section-id: "61974e";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/61974e";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/61974e";
}
.strip[data-id="61974e"] .features-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.strip[data-id="61974e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="61974e"] .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px auto;
}
.strip[data-id="61974e"] .pre-title {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #007bff;
  margin-bottom: 12px;
}
.strip[data-id="61974e"] .section-header h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}
.strip[data-id="61974e"] .section-header p {
  font-size: 1.15rem;
  color: #4a4a4a;
  line-height: 1.7;
}
.strip[data-id="61974e"] .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="61974e"] .feature-card {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="61974e"] .feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 123, 255, 0.1);
  border-color: rgba(0, 123, 255, 0.1);
}
.strip[data-id="61974e"] .feature-image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.strip[data-id="61974e"] .feature-image {
  width: 140px;
  height: 140px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}
.strip[data-id="61974e"] .feature-card:hover .feature-image {
  transform: rotate(5deg) scale(1.05);
}
.strip[data-id="61974e"] .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="61974e"] .feature-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
}
.strip[data-id="61974e"] .feature-card p {
  font-size: 1.05rem;
  color: #555555;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .strip[data-id="61974e"] .features-grid {
    gap: 30px;
  }
  .strip[data-id="61974e"] .feature-card {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="61974e"] .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="61974e"] .features-section {
    padding: 70px 0;
  }
  .strip[data-id="61974e"] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="61974e"] .features-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=de7267] {
  --section-id: "de7267";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/de7267";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/de7267";
}
.strip[data-id=de7267] section {
  padding: 100px 0;
  background-color: #fdfdfd;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id=de7267] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=de7267] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
.strip[data-id=de7267] .text-content {
  flex: 1.2;
  min-width: 320px;
}
.strip[data-id=de7267] .image-content {
  flex: 0.8;
  min-width: 320px;
  position: relative;
}
.strip[data-id=de7267] .image-content img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=de7267] .image-content:hover img {
  transform: translateY(-10px);
}
.strip[data-id=de7267] .section-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(0, 86, 179, 0.1);
  color: #0056b3;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.strip[data-id=de7267] h2 {
  font-size: 2.8rem;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.15;
  font-weight: 800;
}
.strip[data-id=de7267] p {
  font-size: 1.15rem;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 35px;
}
.strip[data-id=de7267] .features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
}
.strip[data-id=de7267] .features-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 1.05rem;
}
.strip[data-id=de7267] .features-list li .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #0056b3;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.strip[data-id=de7267] .cta-button {
  display: inline-block;
  padding: 16px 36px;
  background-color: #0056b3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}
.strip[data-id=de7267] .cta-button:hover {
  background-color: #004494;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 86, 179, 0.4);
}
@media (max-width: 992px) {
  .strip[data-id=de7267] .content-wrapper {
    gap: 50px;
  }
  .strip[data-id=de7267] h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id=de7267] section {
    padding: 70px 0;
  }
  .strip[data-id=de7267] .content-wrapper {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=de7267] .features-list li {
    justify-content: center;
  }
  .strip[data-id=de7267] .text-content, .strip[data-id=de7267] .image-content {
    flex: none;
    width: 100%;
  }
}@charset "UTF-8";
.strip[data-id="288fbe"] {
  --section-id: "288fbe";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/288fbe";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/288fbe";
  /* Dekorační prvek na pozadí */
}
.strip[data-id="288fbe"] .services-section {
  background-color: #ffffff;
  padding: 120px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="288fbe"] .services-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="288fbe"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="288fbe"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="288fbe"] .section-header .overline {
  display: inline-block;
  color: #0066ff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.strip[data-id="288fbe"] .section-header h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
  line-height: 1.1;
}
.strip[data-id="288fbe"] .section-header p {
  font-size: 18px;
  color: #475569;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="288fbe"] .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.strip[data-id="288fbe"] .service-card {
  background-color: #f8fafc;
  padding: 48px;
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.strip[data-id="288fbe"] .service-card:hover {
  transform: translateY(-8px);
  background-color: #ffffff;
  border-color: #0066ff;
  box-shadow: 0 20px 40px rgba(0, 102, 255, 0.06);
}
.strip[data-id="288fbe"] .icon-wrapper {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 32px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.strip[data-id="288fbe"] .service-card:hover .icon-wrapper {
  background: #0066ff;
  border-color: #0066ff;
  transform: scale(1.05);
}
.strip[data-id="288fbe"] .icon-wrapper svg {
  width: 32px;
  height: 32px;
  stroke: #0066ff;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.4s ease;
}
.strip[data-id="288fbe"] .service-card:hover .icon-wrapper svg {
  stroke: #ffffff;
}
.strip[data-id="288fbe"] .service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
}
.strip[data-id="288fbe"] .service-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.strip[data-id="288fbe"] .service-card .learn-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #0066ff;
  transition: gap 0.3s ease;
}
.strip[data-id="288fbe"] .service-card .learn-more svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.strip[data-id="288fbe"] .service-card:hover .learn-more {
  gap: 12px;
}
@media (max-width: 768px) {
  .strip[data-id="288fbe"] .services-section {
    padding: 80px 0;
  }
  .strip[data-id="288fbe"] .service-card {
    padding: 32px;
  }
}.strip[data-id="58154f"] {
  --section-id: "58154f";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/58154f";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/58154f";
}
.strip[data-id="58154f"] .services-section {
  padding: 120px 0;
  background-color: #ffffff;
  background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="58154f"] .services-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="58154f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="58154f"] .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px auto;
}
.strip[data-id="58154f"] .badge {
  display: inline-block;
  padding: 8px 20px;
  background-color: #eff6ff;
  color: #2563eb;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #dbeafe;
}
.strip[data-id="58154f"] h2 {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="58154f"] .lead-text {
  font-size: 20px;
  color: #475569;
  line-height: 1.6;
}
.strip[data-id="58154f"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="58154f"] .service-card {
  background-color: #ffffff;
  padding: 56px 48px;
  border-radius: 32px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.strip[data-id="58154f"] .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="58154f"] .service-card:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.12);
  border-color: #dbeafe;
}
.strip[data-id="58154f"] .service-card:hover::after {
  opacity: 1;
}
.strip[data-id="58154f"] .service-icon-wrapper {
  width: 72px;
  height: 72px;
  background-color: #f8fafc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: all 0.4s ease;
  color: #2563eb;
}
.strip[data-id="58154f"] .service-card:hover .service-icon-wrapper {
  background-color: #2563eb;
  color: #ffffff;
  transform: rotate(10deg) scale(1.1);
}
.strip[data-id="58154f"] .service-icon {
  width: 32px;
  height: 32px;
}
.strip[data-id="58154f"] h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}
.strip[data-id="58154f"] .service-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 32px;
  flex-grow: 1;
}
.strip[data-id="58154f"] .service-link {
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  gap: 8px;
}
.strip[data-id="58154f"] .service-link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="58154f"] .service-link:hover {
  color: #1d4ed8;
}
.strip[data-id="58154f"] .service-link:hover svg {
  transform: translateX(6px);
}
@media (max-width: 1024px) {
  .strip[data-id="58154f"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .strip[data-id="58154f"] h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="58154f"] .services-section {
    padding: 80px 0;
  }
  .strip[data-id="58154f"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="58154f"] h2 {
    font-size: 32px;
  }
  .strip[data-id="58154f"] .service-card {
    padding: 40px 32px;
  }
}.strip[data-id="02e090"] {
  --section-id: "02e090";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/02e090";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/02e090";
}
.strip[data-id="02e090"] .contact-section {
  padding: 100px 0;
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="02e090"] .contact-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="02e090"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="02e090"] .contact-section .contact-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="02e090"] .contact-section .contact-header .badge {
  display: inline-block;
  padding: 8px 20px;
  background-color: #eff6ff;
  color: #2563eb;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border: 1px solid #dbeafe;
}
.strip[data-id="02e090"] .contact-section .contact-header h2 {
  font-size: 48px;
  color: #0f172a;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="02e090"] .contact-section .contact-header p {
  font-size: 19px;
  color: #475569;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="02e090"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="02e090"] .contact-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card:hover .icon-box {
  background: #2563eb;
  color: #ffffff;
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card .icon-box {
  width: 64px;
  height: 64px;
  background: #f1f5f9;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card .icon-box svg {
  width: 28px;
  height: 28px;
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card .details h3 {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id="02e090"] .contact-section .contact-info .info-card .details p {
  color: #0f172a;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section {
  margin-top: 20px;
  padding: 0 10px;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section h4 {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 16px;
  font-weight: 600;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section .social-links {
  display: flex;
  gap: 16px;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section .social-links .social-link {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #475569;
  transition: all 0.3s ease;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section .social-links .social-link svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="02e090"] .contact-section .contact-info .social-section .social-links .social-link:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  transform: scale(1.1);
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper {
  background: #ffffff;
  padding: 50px;
  border-radius: 32px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  padding-left: 4px;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group input, .strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group textarea {
  padding: 14px 20px;
  background: #f8fafc;
  border: 2px solid #f1f5f9;
  border-radius: 16px;
  font-size: 16px;
  color: #0f172a;
  transition: all 0.3s ease;
  outline: none;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group input::placeholder, .strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group textarea::placeholder {
  color: #94a3b8;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group input:focus, .strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group textarea:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-group textarea {
  resize: none;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .submit-btn {
  background: #2563eb;
  color: #ffffff;
  border: none;
  padding: 18px 36px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .submit-btn:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.25);
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .submit-btn:active {
  transform: translateY(-1px);
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-message {
  margin-top: 20px;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  display: none;
  text-align: center;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-message.success {
  display: block;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-message.error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
@media (max-width: 1024px) {
  .strip[data-id="02e090"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="02e090"] .contact-section {
    padding: 70px 0;
  }
  .strip[data-id="02e090"] .contact-section .contact-header {
    margin-bottom: 50px;
  }
  .strip[data-id="02e090"] .contact-section .contact-header h2 {
    font-size: 34px;
  }
  .strip[data-id="02e090"] .contact-section .contact-form-wrapper {
    padding: 30px 20px;
  }
  .strip[data-id="02e090"] .contact-section .contact-form-wrapper .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}.strip[data-id="1b9a0b"] {
  --section-id: "1b9a0b";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/1b9a0b";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/1b9a0b";
}
.strip[data-id="1b9a0b"] .testimonials-section {
  padding: 100px 0;
  background-color: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="1b9a0b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="1b9a0b"] .section-header {
  text-align: center;
  margin-bottom: 64px;
}
.strip[data-id="1b9a0b"] .section-header h2 {
  font-size: 42px;
  color: #0f172a;
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="1b9a0b"] .section-header p {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="1b9a0b"] .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="1b9a0b"] .testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-top: 4px solid #2563eb;
}
.strip[data-id="1b9a0b"] .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.strip[data-id="1b9a0b"] .card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.strip[data-id="1b9a0b"] .quote-icon-wrapper {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}
.strip[data-id="1b9a0b"] .rating-stars {
  display: flex;
  gap: 4px;
  color: #fbbf24;
}
.strip[data-id="1b9a0b"] .testimonial-content {
  flex-grow: 1;
  margin-bottom: 32px;
}
.strip[data-id="1b9a0b"] .testimonial-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #334155;
  font-style: italic;
}
.strip[data-id="1b9a0b"] .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #f1f5f9;
  padding-top: 24px;
}
.strip[data-id="1b9a0b"] .author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #f1f5f9;
}
.strip[data-id="1b9a0b"] .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="1b9a0b"] .author-info strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 2px;
  font-weight: 700;
}
.strip[data-id="1b9a0b"] .author-info span {
  font-size: 14px;
  color: #64748b;
}
@media (max-width: 1024px) {
  .strip[data-id="1b9a0b"] .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1b9a0b"] .testimonials-section {
    padding: 64px 0;
  }
  .strip[data-id="1b9a0b"] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="1b9a0b"] .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .strip[data-id="1b9a0b"] .testimonial-card {
    padding: 32px;
  }
}.strip[data-id="18cfc4"] {
  --section-id: "18cfc4";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/18cfc4";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/18cfc4";
}
.strip[data-id="18cfc4"] .testimonials-section {
  padding: 100px 0;
  background-color: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="18cfc4"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="18cfc4"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="18cfc4"] .section-title {
  font-size: 2.5rem;
  color: #1e293b;
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="18cfc4"] .section-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="18cfc4"] .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="18cfc4"] .testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
}
.strip[data-id="18cfc4"] .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.strip[data-id="18cfc4"] .quote-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.strip[data-id="18cfc4"] .quote-icon-box {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
}
.strip[data-id="18cfc4"] .rating {
  display: flex;
  gap: 2px;
  color: #fbbf24;
}
.strip[data-id="18cfc4"] .testimonial-content {
  flex-grow: 1;
  margin-bottom: 32px;
}
.strip[data-id="18cfc4"] .testimonial-content .text {
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}
.strip[data-id="18cfc4"] .author-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}
.strip[data-id="18cfc4"] .author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #eff6ff;
}
.strip[data-id="18cfc4"] .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="18cfc4"] .author-details .name {
  font-size: 1.125rem;
  color: #1e293b;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.strip[data-id="18cfc4"] .author-details .position {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="18cfc4"] .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="18cfc4"] .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="18cfc4"] .section-title {
    font-size: 2rem;
  }
  .strip[data-id="18cfc4"] .testimonial-card {
    padding: 30px;
  }
  .strip[data-id="18cfc4"] .testimonials-section {
    padding: 60px 0;
  }
}.strip[data-id="72091b"] {
  --section-id: "72091b";
  --storage-url: "https://preview-zzv-eur-cz.praweb.cz/_section/72091b";
  --public-url: "https://preview-zzv-eur-cz.praweb.cz/_section/72091b";
}
.strip[data-id="72091b"] .footer-section {
  background-color: #0f172a;
  color: #f8fafc;
  padding: 80px 0 40px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id="72091b"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="72091b"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 60px;
}
.strip[data-id="72091b"] .footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id="72091b"] .footer-title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 12px;
}
.strip[data-id="72091b"] .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #3b82f6;
}
.strip[data-id="72091b"] .footer-text {
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 0.9375rem;
  margin: 0;
}
.strip[data-id="72091b"] .social-links {
  display: flex;
  gap: 12px;
}
.strip[data-id="72091b"] .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="72091b"] .social-link:hover {
  background-color: #3b82f6;
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3);
}
.strip[data-id="72091b"] .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id="72091b"] .footer-list li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.strip[data-id="72091b"] .footer-list li a:hover {
  color: #3b82f6;
  transform: translateX(6px);
}
.strip[data-id="72091b"] .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.strip[data-id="72091b"] .contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #cbd5e1;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.strip[data-id="72091b"] .contact-info li i {
  color: #3b82f6;
  margin-top: 3px;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.strip[data-id="72091b"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="72091b"] .copyright {
  color: #94a3b8;
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="72091b"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="72091b"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="72091b"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="72091b"] .footer-bottom {
    padding-top: 24px;
  }
}