.strip[data-id=eba3b0] {
  --section-id: "eba3b0";
  --storage-url: "https://media3.praweb.cz/_section/eba3b0";
  --public-url: "https://media3.praweb.cz/_section/eba3b0";
}
.strip[data-id=eba3b0] header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
  animation: headerSlideDown 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.strip[data-id=eba3b0] header.scrolled {
  top: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 0.8rem 0;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.strip[data-id=eba3b0] header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=eba3b0] header .logo a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.strip[data-id=eba3b0] header .logo a:hover {
  transform: scale(1.05);
}
.strip[data-id=eba3b0] header .logo a .highlight {
  color: #E2090D;
}
.strip[data-id=eba3b0] header nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=eba3b0] header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.strip[data-id=eba3b0] header nav ul li a:hover {
  color: #E2090D;
  transform: translateY(-2px);
}
.strip[data-id=eba3b0] header .btn-outline {
  border: 2px solid #E2090D;
  color: #fff;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}
.strip[data-id=eba3b0] header .btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E2090D;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id=eba3b0] header .btn-outline:hover {
  color: #fff;
  box-shadow: 0 0 20px rgba(226, 9, 13, 0.4);
  transform: translateY(-2px);
}
.strip[data-id=eba3b0] header .btn-outline:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@keyframes headerSlideDown {
  from {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id=eba3b0] nav {
    display: none;
  }
  .strip[data-id=eba3b0] header.scrolled {
    width: calc(100% - 20px);
    top: 10px;
  }
}.strip[data-id=c6cc78] {
  --section-id: "c6cc78";
  --storage-url: "https://media3.praweb.cz/_section/c6cc78";
  --public-url: "https://media3.praweb.cz/_section/c6cc78";
}
.strip[data-id=c6cc78] .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #0a0a0a;
  background-image: radial-gradient(circle at 20% 30%, rgba(226, 9, 13, 0.12) 0%, transparent 50%);
  padding-top: 100px;
  overflow: hidden;
}
.strip[data-id=c6cc78] .hero-section .network-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}
.strip[data-id=c6cc78] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=c6cc78] .hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.strip[data-id=c6cc78] .hero-section .hero-title {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.3s;
}
.strip[data-id=c6cc78] .hero-section .hero-title .accent {
  color: #E2090D;
  text-shadow: 0 0 20px rgba(226, 9, 13, 0.3);
}
.strip[data-id=c6cc78] .hero-section .hero-lead {
  font-size: 1.25rem;
  color: #ccc;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.5s;
}
.strip[data-id=c6cc78] .hero-section .hero-options {
  margin-bottom: 3rem;
  font-family: "Courier New", monospace;
  color: #888;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.7s;
}
.strip[data-id=c6cc78] .hero-section .hero-options .option {
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: default;
}
.strip[data-id=c6cc78] .hero-section .hero-options .option:hover {
  transform: translateX(8px);
  color: #fff;
}
.strip[data-id=c6cc78] .hero-section .hero-options .option .num {
  color: #E2090D;
  font-weight: bold;
}
.strip[data-id=c6cc78] .hero-section .hero-actions {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.9s;
}
.strip[data-id=c6cc78] .hero-section .btn-primary {
  background: #E2090D;
  color: #fff;
  padding: 1.1rem 2.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(226, 9, 13, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.strip[data-id=c6cc78] .hero-section .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: transform 0.6s ease;
  z-index: -1;
}
.strip[data-id=c6cc78] .hero-section .btn-primary:hover {
  background: #f51014;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 25px rgba(226, 9, 13, 0.5);
}
.strip[data-id=c6cc78] .hero-section .btn-primary:hover::before {
  transform: translateX(200%);
}
.strip[data-id=c6cc78] .hero-section .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #0a0a0a 100%);
  pointer-events: none;
  z-index: 1;
}
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id=c6cc78] .hero-section {
    text-align: center;
  }
  .strip[data-id=c6cc78] .hero-section .hero-options {
    display: inline-block;
    text-align: left;
  }
}.strip[data-id=a42790] {
  --section-id: "a42790";
  --storage-url: "https://media3.praweb.cz/_section/a42790";
  --public-url: "https://media3.praweb.cz/_section/a42790";
}
.strip[data-id=a42790] .services-section {
  padding: 120px 0;
  background-color: #050505;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.strip[data-id=a42790] .services-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.strip[data-id=a42790] .services-section .section-header {
  max-width: 700px;
  margin-bottom: 80px;
}
.strip[data-id=a42790] .services-section .section-header .section-subtitle {
  display: block;
  color: #E2090D;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.strip[data-id=a42790] .services-section .section-header .section-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.strip[data-id=a42790] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .strip[data-id=a42790] .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=a42790] .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.strip[data-id=a42790] .services-section .service-card {
  position: relative;
  background: #0f0f0f;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id=a42790] .services-section .service-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.strip[data-id=a42790] .services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(226, 9, 13, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  pointer-events: none;
}
.strip[data-id=a42790] .services-section .service-card:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(226, 9, 13, 0.35);
  box-shadow: 0 20px 40px rgba(226, 9, 13, 0.12), 0 0 40px rgba(0, 0, 0, 0.5);
}
.strip[data-id=a42790] .services-section .service-card:hover::before {
  opacity: 1;
}
.strip[data-id=a42790] .services-section .service-card:hover .card-number {
  color: rgba(226, 9, 13, 0.1);
  transform: scale(1.1) translateX(-10px);
}
.strip[data-id=a42790] .services-section .service-card:hover .icon-box {
  background: #E2090D;
  color: #fff;
  transform: rotateY(180deg);
  box-shadow: 0 0 25px rgba(226, 9, 13, 0.4);
}
.strip[data-id=a42790] .services-section .service-card .card-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=a42790] .services-section .service-card .icon-box {
  width: 70px;
  height: 70px;
  background: #1a1a1a;
  color: #E2090D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 35px;
  border-radius: 18px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 2;
}
.strip[data-id=a42790] .services-section .service-card .card-content {
  position: relative;
  z-index: 2;
}
.strip[data-id=a42790] .services-section .service-card .card-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.strip[data-id=a42790] .services-section .service-card .card-content p {
  color: #a0a0a0;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
}
.strip[data-id=a42790] .services-section .bg-shape {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(226, 9, 13, 0.05) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 1;
}@charset "UTF-8";
.strip[data-id="80352c"] {
  --section-id: "80352c";
  --storage-url: "https://media3.praweb.cz/_section/80352c";
  --public-url: "https://media3.praweb.cz/_section/80352c";
  /* ── Contact Section ── */
  /* Globe background image */
  /* Gradient overlay for readability */
  /* Content sits above overlays */
  /* ── Left Column ── */
  /* ── Method Items ── */
  /* ── Right Column: Enlarged & Redesigned Company Card ── */
  /* ── Responsive ── */
}
.strip[data-id="80352c"] .contact-section {
  padding: 140px 0 160px;
  overflow: hidden;
  position: relative;
  background: #050508;
}
.strip[data-id="80352c"] .contact-bg-globe {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}
.strip[data-id="80352c"] .contact-bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, transparent 30%, #050508 100%), linear-gradient(to bottom, #050508 0%, transparent 18%, transparent 82%, #050508 100%), linear-gradient(to right, #050508 0%, transparent 20%, transparent 80%, #050508 100%);
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="80352c"] .contact-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="80352c"] .contact-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="80352c"] .contact-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="80352c"] .contact-left .label-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(226, 9, 13, 0.1);
  color: #E2090D;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(226, 9, 13, 0.22);
  margin-bottom: 28px;
}
.strip[data-id="80352c"] .contact-left .label-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E2090D;
  display: inline-block;
  box-shadow: 0 0 6px #E2090D;
}
.strip[data-id="80352c"] .contact-left .contact-heading {
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.strip[data-id="80352c"] .contact-left .contact-heading .accent {
  color: #E2090D;
}
.strip[data-id="80352c"] .contact-left .contact-sub {
  color: rgba(255, 255, 255, 0.38);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 56px;
  max-width: 380px;
}
.strip[data-id="80352c"] .methods-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="80352c"] .method-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.strip[data-id="80352c"] .method-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(226, 9, 13, 0.07) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}
.strip[data-id="80352c"] .method-item:hover {
  border-color: rgba(226, 9, 13, 0.3);
  background: rgba(226, 9, 13, 0.05);
  transform: translateX(8px) scale(1.02);
}
.strip[data-id="80352c"] .method-item:hover::after {
  opacity: 1;
}
.strip[data-id="80352c"] .method-item:hover .method-icon {
  background: #E2090D;
  color: #fff;
  box-shadow: 0 0 18px rgba(226, 9, 13, 0.45);
}
.strip[data-id="80352c"] .method-item:hover .method-arrow {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="80352c"] .method-item .method-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(226, 9, 13, 0.12);
  color: #E2090D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.strip[data-id="80352c"] .method-item .method-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.strip[data-id="80352c"] .method-item .method-body .method-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}
.strip[data-id="80352c"] .method-item .method-body .method-value {
  font-size: 0.98rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.strip[data-id="80352c"] .method-item .method-arrow {
  color: #E2090D;
  font-size: 0.8rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.strip[data-id="80352c"] .contact-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="80352c"] .contact-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="80352c"] .company-card {
  background: rgba(10, 10, 14, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 56px 48px;
  width: 100%;
  max-width: 520px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 40px rgba(226, 9, 13, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="80352c"] .company-card:hover {
  border-color: rgba(226, 9, 13, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 50px rgba(226, 9, 13, 0.12);
}
.strip[data-id="80352c"] .company-card .card-glow {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(226, 9, 13, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="80352c"] .company-card .card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.strip[data-id="80352c"] .company-card .card-header .card-logo-mark {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #E2090D, #930005);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 950;
  color: #fff;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(226, 9, 13, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.strip[data-id="80352c"] .company-card .card-header h3 {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.strip[data-id="80352c"] .company-card .card-header .card-tagline {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id="80352c"] .company-card .card-divider {
  height: 1px;
  background: linear-gradient(to right, rgba(226, 9, 13, 0.5), rgba(255, 255, 255, 0.1), transparent);
  margin-bottom: 40px;
}
.strip[data-id="80352c"] .company-card .card-rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id="80352c"] .company-card .card-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.strip[data-id="80352c"] .company-card .card-row:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}
.strip[data-id="80352c"] .company-card .card-row .row-key {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="80352c"] .company-card .card-row .row-key i {
  color: #E2090D;
  font-size: 0.85rem;
}
.strip[data-id="80352c"] .company-card .card-row .row-val {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-align: left;
}
@media (max-width: 960px) {
  .strip[data-id="80352c"] .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 0 28px;
  }
  .strip[data-id="80352c"] .contact-left .contact-sub {
    max-width: 100%;
  }
  .strip[data-id="80352c"] .company-card {
    max-width: 100%;
    padding: 44px 32px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="80352c"] .contact-section {
    padding: 90px 0 110px;
  }
  .strip[data-id="80352c"] .method-item {
    padding: 14px 16px;
  }
  .strip[data-id="80352c"] .company-card {
    padding: 32px 20px;
    border-radius: 24px;
  }
  .strip[data-id="80352c"] .company-card .card-header {
    gap: 16px;
    margin-bottom: 28px;
  }
  .strip[data-id="80352c"] .company-card .card-header .card-logo-mark {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
  .strip[data-id="80352c"] .company-card .card-header h3 {
    font-size: 1.25rem;
  }
  .strip[data-id="80352c"] .company-card .card-row {
    padding: 12px 16px;
  }
  .strip[data-id="80352c"] .company-card .card-row .row-val {
    font-size: 0.95rem;
  }
}.strip[data-id=c429a1] {
  --section-id: "c429a1";
  --storage-url: "https://media3.praweb.cz/_section/c429a1";
  --public-url: "https://media3.praweb.cz/_section/c429a1";
}
.strip[data-id=c429a1] footer {
  padding: 40px 0;
  background: #0a0a0a;
  border-top: 1px solid #1a1a1a;
  text-align: center;
}
.strip[data-id=c429a1] footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c429a1] footer p {
  color: #555;
  font-size: 0.9rem;
  margin: 0;
}