@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id="6fea80"] {
  --section-id: "6fea80";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/6fea80";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/6fea80";
}
.strip[data-id="6fea80"] .main-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}
.strip[data-id="6fea80"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="6fea80"] .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="6fea80"] .logo {
  font-size: 1.5rem;
  font-weight: 800;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}
.strip[data-id="6fea80"] .main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="6fea80"] .main-nav a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.3s ease;
}
.strip[data-id="6fea80"] .main-nav a:hover {
  color: #000000;
}
.strip[data-id="6fea80"] .btn-header {
  display: inline-block;
  padding: 10px 20px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.strip[data-id="6fea80"] .btn-header:hover {
  transform: translateY(-2px);
}
.strip[data-id="6fea80"] .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="6fea80"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id="6fea80"] .main-nav, .strip[data-id="6fea80"] .header-cta {
    display: none;
  }
  .strip[data-id="6fea80"] .mobile-menu-toggle {
    display: flex;
  }
}.strip[data-id=f27a89] {
  --section-id: "f27a89";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/f27a89";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/f27a89";
}
.strip[data-id=f27a89] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0a0a0a;
  font-family: sans-serif;
}
.strip[data-id=f27a89] .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id=f27a89] .background-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.strip[data-id=f27a89] .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.strip[data-id=f27a89] .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
  text-align: center;
  color: #ffffff;
}
.strip[data-id=f27a89] .content {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}
.strip[data-id=f27a89] .content h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.strip[data-id=f27a89] .content p {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
  text-wrap: balance;
}
.strip[data-id=f27a89] .actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id=f27a89] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.strip[data-id=f27a89] .btn-primary {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}
.strip[data-id=f27a89] .btn-primary:hover {
  background-color: #f0f0f0;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}
.strip[data-id=f27a89] .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.strip[data-id=f27a89] .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-4px);
}
.strip[data-id=f27a89] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  cursor: pointer;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=f27a89] .hero-section {
    min-height: 80vh;
  }
  .strip[data-id=f27a89] .container {
    padding: 60px 20px;
  }
  .strip[data-id=f27a89] .actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .strip[data-id=f27a89] .btn {
    width: 100%;
  }
}.strip[data-id="43ad1c"] {
  --section-id: "43ad1c";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/43ad1c";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/43ad1c";
}
.strip[data-id="43ad1c"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
  background-color: #0a0a0a;
}
.strip[data-id="43ad1c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id="43ad1c"] .hero-content {
  max-width: 700px;
  color: #ffffff;
}
.strip[data-id="43ad1c"] .hero-content h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id="43ad1c"] .hero-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 550px;
}
.strip[data-id="43ad1c"] .button-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.strip[data-id="43ad1c"] .primary-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.strip[data-id="43ad1c"] .primary-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
.strip[data-id="43ad1c"] .secondary-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
.strip[data-id="43ad1c"] .secondary-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
.strip[data-id="43ad1c"] .hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="43ad1c"] .hero-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.4) 50%, rgba(10, 10, 10, 0.2) 100%);
}
.strip[data-id="43ad1c"] .hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .strip[data-id="43ad1c"] .hero-content h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .strip[data-id="43ad1c"] .hero-section {
    min-height: auto;
    padding: 80px 0;
    text-align: center;
  }
  .strip[data-id="43ad1c"] .hero-content {
    margin: 0 auto;
  }
  .strip[data-id="43ad1c"] .hero-content h1 {
    font-size: 2.75rem;
  }
  .strip[data-id="43ad1c"] .hero-content p {
    font-size: 1.125rem;
    margin: 0 auto 32px;
  }
  .strip[data-id="43ad1c"] .button-group {
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id="43ad1c"] .primary-button, .strip[data-id="43ad1c"] .secondary-button {
    width: 100%;
  }
  .strip[data-id="43ad1c"] .hero-image-wrapper::after {
    background: rgba(10, 10, 10, 0.7);
  }
}.strip[data-id="49d23c"] {
  --section-id: "49d23c";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/49d23c";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/49d23c";
}
.strip[data-id="49d23c"] .hero-section {
  position: relative;
  padding: 120px 0;
  background-color: #0a0a0a;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 85vh;
}
.strip[data-id="49d23c"] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id="49d23c"] .hero-content {
  max-width: 800px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="49d23c"] .hero-heading {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id="49d23c"] .hero-description {
  font-size: 20px;
  line-height: 1.6;
  color: #d1d1d1;
  margin-bottom: 48px;
}
.strip[data-id="49d23c"] .hero-cta {
  display: inline-block;
  padding: 18px 36px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}
.strip[data-id="49d23c"] .hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
  background-color: #f0f0f0;
}
.strip[data-id="49d23c"] .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="49d23c"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0a0a0a 20%, rgba(10, 10, 10, 0.4) 100%);
  z-index: 2;
}
.strip[data-id="49d23c"] .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .strip[data-id="49d23c"] .hero-section {
    padding: 100px 0;
    min-height: 70vh;
  }
  .strip[data-id="49d23c"] .hero-heading {
    font-size: 44px;
  }
  .strip[data-id="49d23c"] .hero-description {
    font-size: 18px;
  }
  .strip[data-id="49d23c"] .hero-overlay {
    background: linear-gradient(0deg, #0a0a0a 30%, rgba(10, 10, 10, 0.3) 100%);
  }
}.strip[data-id="2a7b6c"] {
  --section-id: "2a7b6c";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/2a7b6c";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/2a7b6c";
}
.strip[data-id="2a7b6c"] .hero-section {
  padding: 100px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.strip[data-id="2a7b6c"] .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.strip[data-id="2a7b6c"] .hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="2a7b6c"] .text-block {
  flex: 1;
}
.strip[data-id="2a7b6c"] .image-block {
  flex: 1;
  position: relative;
}
.strip[data-id="2a7b6c"] .image-block img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  display: block;
}
.strip[data-id="2a7b6c"] h1 {
  font-size: 4rem;
  line-height: 1.1;
  margin: 0 0 24px 0;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="2a7b6c"] p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0 0 40px 0;
  color: #475569;
  max-width: 540px;
}
.strip[data-id="2a7b6c"] .cta-wrapper {
  display: flex;
  gap: 16px;
}
.strip[data-id="2a7b6c"] .btn-primary {
  display: inline-block;
  padding: 18px 36px;
  background-color: #2563eb;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="2a7b6c"] .btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .strip[data-id="2a7b6c"] .hero-content {
    gap: 40px;
  }
  .strip[data-id="2a7b6c"] h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2a7b6c"] .hero-section {
    padding: 60px 20px;
  }
  .strip[data-id="2a7b6c"] .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="2a7b6c"] .text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="2a7b6c"] p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="2a7b6c"] .image-block {
    width: 100%;
  }
  .strip[data-id="2a7b6c"] .image-block img {
    height: 350px;
  }
  .strip[data-id="2a7b6c"] h1 {
    font-size: 2.5rem;
  }
}.strip[data-id=c132ca] {
  --section-id: "c132ca";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/c132ca";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/c132ca";
}
.strip[data-id=c132ca] .services-section {
  padding: 100px 0;
  background-color: #050505;
  background-image: linear-gradient(rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.8)), url(https://preview-zzstar-cz.praweb.cz/_section/c132ca/services-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.strip[data-id=c132ca] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=c132ca] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=c132ca] .section-header h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.strip[data-id=c132ca] .section-header p {
  font-size: 1.25rem;
  color: #a0a0a0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=c132ca] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=c132ca] .service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id=c132ca] .service-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id=c132ca] .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #000000;
}
.strip[data-id=c132ca] .service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.strip[data-id=c132ca] .service-card p {
  font-size: 1.1rem;
  color: #a0a0a0;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.strip[data-id=c132ca] .service-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.strip[data-id=c132ca] .service-link:hover {
  gap: 12px;
}
@media (max-width: 1024px) {
  .strip[data-id=c132ca] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=c132ca] .services-section {
    padding: 60px 0;
  }
  .strip[data-id=c132ca] .section-header h2 {
    font-size: 2.25rem;
  }
  .strip[data-id=c132ca] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=c132ca] .service-card {
    padding: 30px;
  }
}.strip[data-id="690a81"] {
  --section-id: "690a81";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/690a81";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/690a81";
}
.strip[data-id="690a81"] .services-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f9fbff 0%, #f0f4f8 100%);
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="690a81"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="690a81"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="690a81"] .section-header .badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 102, 255, 0.1);
  color: #0066ff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="690a81"] .section-header h2 {
  font-size: 48px;
  color: #0f172a;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -1px;
}
.strip[data-id="690a81"] .section-header p {
  font-size: 19px;
  color: #475569;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="690a81"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="690a81"] .service-card {
  background: #ffffff;
  padding: 0;
  border-radius: 24px;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="690a81"] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
  border-color: rgba(0, 102, 255, 0.2);
}
.strip[data-id="690a81"] .image-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="690a81"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id="690a81"] .service-card:hover .image-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="690a81"] .card-content {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="690a81"] .icon-box {
  width: 60px;
  height: 60px;
  background: #0066ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.2);
}
.strip[data-id="690a81"] .icon-box svg {
  width: 30px;
  height: 30px;
}
.strip[data-id="690a81"] .service-card h3 {
  font-size: 26px;
  color: #0f172a;
  margin-bottom: 15px;
  font-weight: 700;
}
.strip[data-id="690a81"] .service-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 30px;
}
.strip[data-id="690a81"] .learn-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #0066ff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: gap 0.3s ease;
}
.strip[data-id="690a81"] .learn-more span {
  margin-right: 8px;
}
.strip[data-id="690a81"] .learn-more svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="690a81"] .service-card:hover .learn-more svg {
  transform: translateX(5px);
}
@media (max-width: 1100px) {
  .strip[data-id="690a81"] .services-grid {
    gap: 30px;
  }
  .strip[data-id="690a81"] .section-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="690a81"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="690a81"] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="690a81"] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id="690a81"] .services-section {
    padding: 70px 20px;
  }
  .strip[data-id="690a81"] .image-wrapper {
    height: 200px;
  }
}@charset "UTF-8";
.strip[data-id="1bb40e"] {
  --section-id: "1bb40e";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/1bb40e";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/1bb40e";
}
.strip[data-id="1bb40e"] .testimonials-section {
  padding: 100px 20px;
  background-color: #ffffff;
  background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
  background-size: 40px 40px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1bb40e"] .testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="1bb40e"] .testimonials-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="1bb40e"] .testimonials-header h2 {
  font-size: 48px;
  color: #111827;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.strip[data-id="1bb40e"] .testimonials-header p {
  font-size: 20px;
  color: #4b5563;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="1bb40e"] .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="1bb40e"] .testimonial-card {
  background: #ffffff;
  padding: 50px 40px 40px;
  border-radius: 32px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id="1bb40e"] .testimonial-card::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 80px;
  color: #e5e7eb;
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}
.strip[data-id="1bb40e"] .testimonial-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  border-color: #e5e7eb;
}
.strip[data-id="1bb40e"] .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="1bb40e"] .star-icon {
  width: 18px;
  height: 18px;
  fill: #fbbf24;
}
.strip[data-id="1bb40e"] .testimonial-text {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 32px;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
.strip[data-id="1bb40e"] .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #f3f4f6;
  padding-top: 24px;
  margin-top: auto;
}
.strip[data-id="1bb40e"] .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #f3f4f6;
}
.strip[data-id="1bb40e"] .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="1bb40e"] .author-info strong {
  display: block;
  font-size: 17px;
  color: #111827;
  font-weight: 700;
}
.strip[data-id="1bb40e"] .author-info span {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-top: 2px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .strip[data-id="1bb40e"] .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1bb40e"] .testimonials-section {
    padding: 80px 20px;
  }
  .strip[data-id="1bb40e"] .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1bb40e"] .testimonials-header h2 {
    font-size: 36px;
  }
  .strip[data-id="1bb40e"] .testimonials-header p {
    font-size: 18px;
  }
}.strip[data-id=ec14d8] {
  --section-id: "ec14d8";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/ec14d8";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/ec14d8";
}
.strip[data-id=ec14d8] .contact-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ec14d8] .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=ec14d8] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id=ec14d8] .contact-grid {
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id=ec14d8] .contact-info {
  flex: 1;
  min-width: 300px;
}
.strip[data-id=ec14d8] .contact-info h2 {
  font-size: 42px;
  color: #111827;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.strip[data-id=ec14d8] .contact-info .description {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 480px;
}
.strip[data-id=ec14d8] .info-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id=ec14d8] .info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.2s ease;
}
.strip[data-id=ec14d8] .info-item:hover {
  transform: translateX(5px);
}
.strip[data-id=ec14d8] .info-item .icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 16px;
  transition: background 0.3s ease, color 0.3s ease;
}
.strip[data-id=ec14d8] .info-item:hover .icon {
  background: #2563eb;
  color: #ffffff;
}
.strip[data-id=ec14d8] .info-item .icon svg {
  width: 24px;
  height: 24px;
}
.strip[data-id=ec14d8] .info-item .text {
  display: flex;
  flex-direction: column;
}
.strip[data-id=ec14d8] .info-item .text strong {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 4px;
}
.strip[data-id=ec14d8] .info-item .text span {
  font-size: 18px;
  color: #111827;
  font-weight: 500;
}
.strip[data-id=ec14d8] .contact-form-wrapper {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  border: 1px solid #f3f4f6;
}
.strip[data-id=ec14d8] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=ec14d8] .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id=ec14d8] .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.strip[data-id=ec14d8] .form-group input,
.strip[data-id=ec14d8] .form-group textarea {
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  color: #111827;
  background-color: #f9fafb;
  transition: all 0.2s ease;
}
.strip[data-id=ec14d8] .form-group input:focus,
.strip[data-id=ec14d8] .form-group textarea:focus {
  outline: none;
  border-color: #2563eb;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.strip[data-id=ec14d8] .submit-btn {
  background-color: #2563eb;
  color: #ffffff;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.strip[data-id=ec14d8] .submit-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}
.strip[data-id=ec14d8] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id=ec14d8] .submit-btn:disabled {
  background-color: #93c5fd;
  cursor: not-allowed;
  transform: none;
}
.strip[data-id=ec14d8] .form-status {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.strip[data-id=ec14d8] .form-status.success {
  display: block;
  background-color: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.strip[data-id=ec14d8] .form-status.error {
  display: block;
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
@media (max-width: 1024px) {
  .strip[data-id=ec14d8] .contact-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ec14d8] .contact-grid {
    flex-direction: column;
  }
  .strip[data-id=ec14d8] .contact-info h2 {
    font-size: 32px;
  }
  .strip[data-id=ec14d8] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id=ec14d8] .contact-form-wrapper {
    padding: 32px 24px;
  }
}.strip[data-id=da2019] {
  --section-id: "da2019";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/da2019";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/da2019";
}
.strip[data-id=da2019] .features-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id=da2019] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=da2019] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=da2019] .section-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: #eff6ff;
  color: #2563eb;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id=da2019] .section-header h2 {
  font-size: 2.75rem;
  color: #111827;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.strip[data-id=da2019] .section-header p {
  font-size: 1.25rem;
  color: #4b5563;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=da2019] .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id=da2019] .feature-card {
  position: relative;
  background: #ffffff;
  padding: 48px 40px;
  border-radius: 24px;
  border: 1px solid #f3f4f6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  overflow: hidden;
}
.strip[data-id=da2019] .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2563eb;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
.strip[data-id=da2019] .feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  border-color: #e5e7eb;
}
.strip[data-id=da2019] .feature-card:hover::before {
  transform: scaleX(1);
}
.strip[data-id=da2019] .icon-wrapper {
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #f8fafc;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.strip[data-id=da2019] .feature-card:hover .icon-wrapper {
  background-color: #eff6ff;
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id=da2019] .feature-card h3 {
  font-size: 1.5rem;
  color: #111827;
  margin-bottom: 16px;
  font-weight: 700;
}
.strip[data-id=da2019] .feature-card p {
  font-size: 1.0625rem;
  color: #6b7280;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .strip[data-id=da2019] .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=da2019] .features-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=da2019] .section-header h2 {
    font-size: 2.25rem;
  }
  .strip[data-id=da2019] .features-section {
    padding: 70px 0;
  }
  .strip[data-id=da2019] .feature-card {
    padding: 40px 30px;
  }
}.strip[data-id="47738e"] {
  --section-id: "47738e";
  --storage-url: "https://preview-zzstar-cz.praweb.cz/_section/47738e";
  --public-url: "https://preview-zzstar-cz.praweb.cz/_section/47738e";
}
.strip[data-id="47738e"] .main-footer {
  background: #0a0a0a;
  color: #ffffff;
  padding: 80px 0 40px;
  margin-top: 60px;
}
.strip[data-id="47738e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="47738e"] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="47738e"] .footer-brand h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.strip[data-id="47738e"] .footer-brand p {
  color: #a0a0a0;
  line-height: 1.6;
  max-width: 300px;
}
.strip[data-id="47738e"] .footer-links h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.strip[data-id="47738e"] .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="47738e"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="47738e"] .footer-links a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="47738e"] .footer-links a:hover {
  color: #ffffff;
}
.strip[data-id="47738e"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .strip[data-id="47738e"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id="47738e"] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="47738e"] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}