@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id=d861f0] {
  --section-id: "d861f0";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/d861f0";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/d861f0";
}
.strip[data-id=d861f0] header {
  background-color: rgba(20, 20, 20, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.strip[data-id=d861f0] header.scrolled {
  background-color: rgba(10, 10, 10, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id=d861f0] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s ease;
}
header.scrolled .strip[data-id=d861f0] .nav-container {
  height: 70px;
}
.strip[data-id=d861f0] .logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
}
.strip[data-id=d861f0] .logo-wrapper a:hover {
  transform: scale(1.05);
}
.strip[data-id=d861f0] .logo-img {
  max-height: 36px;
  width: auto;
  display: block;
}
.strip[data-id=d861f0] .main-nav {
  display: flex;
  gap: 32px;
}
.strip[data-id=d861f0] .main-nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id=d861f0] .main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff4500;
  transition: width 0.3s ease;
}
.strip[data-id=d861f0] .main-nav a:hover {
  color: #ffffff;
}
.strip[data-id=d861f0] .main-nav a:hover::after {
  width: 100%;
}
.strip[data-id=d861f0] .cta-wrapper {
  display: flex;
  align-items: center;
}
.strip[data-id=d861f0] .cta-button {
  background-color: #ff4500;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.2);
  border: 1px solid transparent;
}
.strip[data-id=d861f0] .cta-button:hover {
  background-color: #e63e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.3);
}
.strip[data-id=d861f0] .cta-button:active {
  transform: translateY(0);
}
.strip[data-id=d861f0] .mobile-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  padding: 12px;
  width: 44px;
  height: 44px;
  position: relative;
  transition: background 0.3s ease;
}
.strip[data-id=d861f0] .mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.strip[data-id=d861f0] .mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px auto;
  transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.strip[data-id=d861f0] .mobile-menu {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(15, 15, 15, 0.98);
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 999;
}
header.scrolled .strip[data-id=d861f0] .mobile-menu {
  top: 70px;
}
.strip[data-id=d861f0] .mobile-menu.active {
  height: calc(100vh - 85px);
  padding: 40px 20px;
}
header.scrolled .strip[data-id=d861f0] .mobile-menu.active {
  height: calc(100vh - 70px);
}
.strip[data-id=d861f0] .mobile-menu .proweb-editable-text {
  width: 100%;
  text-align: center;
  margin: 12px 0;
}
.strip[data-id=d861f0] .mobile-menu a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id=d861f0] .mobile-menu a:hover {
  color: #ff4500;
}
.strip[data-id=d861f0] .mobile-menu .cta-button {
  margin-top: 30px;
  width: 100%;
  max-width: 280px;
  text-align: center;
}
@media (max-width: 991px) {
  .strip[data-id=d861f0] .main-nav {
    display: none;
  }
  .strip[data-id=d861f0] .cta-wrapper {
    display: none;
  }
  .strip[data-id=d861f0] .mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id=d861f0] .nav-container {
    height: 70px;
  }
  .strip[data-id=d861f0] .mobile-menu {
    top: 70px;
  }
  .strip[data-id=d861f0] .mobile-menu.active {
    height: calc(100vh - 70px);
  }
}
.strip[data-id=d861f0] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.strip[data-id=d861f0] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=d861f0] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}.strip[data-id=fcc58a] {
  --section-id: "fcc58a";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/fcc58a";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/fcc58a";
  /* Ensure content is readable on very small screens */
}
.strip[data-id=fcc58a] .hero-section {
  position: relative;
  width: 100%;
  height: 100dvh; /* Use dynamic viewport height for mobile */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
  font-family: "Inter", sans-serif;
}
.strip[data-id=fcc58a] .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.strip[data-id=fcc58a] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  z-index: 2;
}
.strip[data-id=fcc58a] .hero-content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=fcc58a] h1 {
  font-weight: 900;
  font-size: clamp(2.5rem, 10vw, 8rem);
  line-height: 0.9;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.strip[data-id=fcc58a] p {
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.5;
  max-width: 650px;
  margin: 0 0 3rem 0;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.strip[data-id=fcc58a] .btn-primary {
  display: inline-block;
  background-color: #ff4500;
  color: #ffffff;
  padding: 1.25rem 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3);
}
.strip[data-id=fcc58a] .btn-primary:hover {
  background-color: #e63e00;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 69, 0, 0.5);
  animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 69, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}
@media (max-width: 480px) {
  .strip[data-id=fcc58a] .hero-content {
    padding: 1.5rem;
  }
  .strip[data-id=fcc58a] h1 {
    letter-spacing: 0.1em;
  }
  .strip[data-id=fcc58a] .btn-primary {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }
}.strip[data-id=f8e4ea] {
  --section-id: "f8e4ea";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/f8e4ea";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/f8e4ea";
}
.strip[data-id=f8e4ea] .about-section {
  background-color: #0a0a0a;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 69, 0, 0.05) 1px, transparent 0);
  background-size: 30px 30px;
  padding: 120px 0;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
.strip[data-id=f8e4ea] .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
}
.strip[data-id=f8e4ea] .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  line-height: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=f8e4ea] .image-wrapper:hover {
  transform: translateY(-10px);
}
.strip[data-id=f8e4ea] .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 69, 0, 0.2);
  border-radius: 12px;
  z-index: 2;
  pointer-events: none;
}
.strip[data-id=f8e4ea] .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.strip[data-id=f8e4ea] .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: scale 0.8s ease;
}
.strip[data-id=f8e4ea] .image-wrapper:hover img {
  scale: 1.05;
}
.strip[data-id=f8e4ea] .content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id=f8e4ea] .sub-title {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ff4500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id=f8e4ea] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin: 0 0 35px 0;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
}
.strip[data-id=f8e4ea] h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 60px;
  height: 4px;
  background-color: #ff4500;
}
.strip[data-id=f8e4ea] .description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.strip[data-id=f8e4ea] .decorative-element {
  position: absolute;
  top: -40px;
  right: -20px;
  font-size: 8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.03);
  user-select: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .strip[data-id=f8e4ea] .about-section {
    padding: 80px 0;
  }
  .strip[data-id=f8e4ea] .about-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=f8e4ea] .content-wrapper {
    order: -1;
    text-align: center;
  }
  .strip[data-id=f8e4ea] h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=f8e4ea] .decorative-element {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id=f8e4ea] .about-section {
    padding: 60px 0;
  }
  .strip[data-id=f8e4ea] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=f8e4ea] .description {
    font-size: 1rem;
  }
}@charset "UTF-8";
.strip[data-id=af2453] {
  --section-id: "af2453";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/af2453";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/af2453";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id=af2453] .services-section {
  background-color: #0a0a0a;
  padding: 120px 0;
  width: 100%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.strip[data-id=af2453] .services-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.05) 0%, rgba(10, 10, 10, 0) 70%);
  pointer-events: none;
}
.strip[data-id=af2453] .services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.strip[data-id=af2453] .title-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=af2453] h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id=af2453] h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #ff4500;
  border-radius: 2px;
}
.strip[data-id=af2453] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.strip[data-id=af2453] .service-card {
  background-color: #141414;
  border: 1px solid #222222;
  padding: 48px 32px;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.strip[data-id=af2453] .service-card:hover {
  transform: translateY(-12px);
  border-color: #ff4500;
  background-color: #1a1a1a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id=af2453] .icon-container {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 69, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.strip[data-id=af2453] .service-card:hover .icon-container {
  background-color: #ff4500;
  box-shadow: 0 0 20px rgba(255, 69, 0, 0.3);
}
.strip[data-id=af2453] .icon-wrapper {
  font-size: 28px;
  color: #ff4500;
  transition: all 0.3s ease;
}
.strip[data-id=af2453] .service-card:hover .icon-wrapper {
  color: #ffffff;
  transform: scale(1.1);
}
.strip[data-id=af2453] .service-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 16px 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.strip[data-id=af2453] .service-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=af2453] .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=af2453] .services-section {
    padding: 80px 0;
  }
  .strip[data-id=af2453] .title-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=af2453] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=af2453] .service-card {
    padding: 40px 24px;
  }
  .strip[data-id=af2453] .icon-container {
    margin-bottom: 24px;
  }
}.strip[data-id="84b6bc"] {
  --section-id: "84b6bc";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/84b6bc";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/84b6bc";
}
.strip[data-id="84b6bc"] .portfolio-section {
  background-color: #000000;
  padding: 120px 0 120px 0;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.strip[data-id="84b6bc"] .portfolio-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.strip[data-id="84b6bc"] .portfolio-header {
  text-align: left;
  margin-bottom: 80px;
  max-width: 600px;
}
.strip[data-id="84b6bc"] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.strip[data-id="84b6bc"] h2 span {
  color: #ff4500;
}
.strip[data-id="84b6bc"] .portfolio-header p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #a0a0a0;
  margin: 0;
}
.strip[data-id="84b6bc"] .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="84b6bc"] .portfolio-item {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 8px;
  cursor: pointer;
  background-color: #111111;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="84b6bc"] .portfolio-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), filter 0.8s ease;
}
.strip[data-id="84b6bc"] .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  backdrop-filter: blur(4px);
}
.strip[data-id="84b6bc"] .portfolio-overlay i {
  color: #ffffff;
  background-color: #ff4500;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), background-color 0.3s ease;
  box-shadow: 0 10px 20px rgba(255, 69, 0, 0.3);
}
.strip[data-id="84b6bc"] .portfolio-overlay span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 16px;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.1s;
  opacity: 0;
}
.strip[data-id="84b6bc"] .portfolio-item:hover img {
  transform: scale(1.15);
  filter: grayscale(0.5);
}
.strip[data-id="84b6bc"] .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
.strip[data-id="84b6bc"] .portfolio-item:hover .portfolio-overlay i,
.strip[data-id="84b6bc"] .portfolio-item:hover .portfolio-overlay span {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="84b6bc"] .portfolio-overlay i:hover {
  background-color: #e63e00;
}
.strip[data-id="84b6bc"] .section-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, rgba(255, 69, 0, 0.15), transparent);
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="84b6bc"] .decoration-line {
  width: 60px;
  height: 4px;
  background-color: #ff4500;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .strip[data-id="84b6bc"] .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .strip[data-id="84b6bc"] h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="84b6bc"] .portfolio-section {
    padding: 80px 0 80px 0;
  }
  .strip[data-id="84b6bc"] .portfolio-header {
    margin-bottom: 50px;
  }
  .strip[data-id="84b6bc"] h2 {
    font-size: 2.5rem;
  }
  .strip[data-id="84b6bc"] .portfolio-header p {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id="84b6bc"] .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="84b6bc"] h2 {
    font-size: 2.25rem;
  }
  .strip[data-id="84b6bc"] .portfolio-section {
    padding: 60px 0 60px 0;
  }
}.strip[data-id="254d33"] {
  --section-id: "254d33";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/254d33";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/254d33";
}
.strip[data-id="254d33"] .contact-section {
  background-color: #111111;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="254d33"] .contact-section::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.05) 0%, rgba(255, 69, 0, 0) 70%);
  pointer-events: none;
}
.strip[data-id="254d33"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="254d33"] .contact-label {
  display: inline-block;
  color: #ff4500;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.strip[data-id="254d33"] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.1;
}
.strip[data-id="254d33"] h2 span {
  color: #ff4500;
}
.strip[data-id="254d33"] .contact-lead {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 48px;
  color: #cccccc;
  max-width: 500px;
}
.strip[data-id="254d33"] .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.strip[data-id="254d33"] .contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 69, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4500;
  flex-shrink: 0;
}
.strip[data-id="254d33"] .contact-icon svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="254d33"] .contact-content {
  font-family: "Inter", sans-serif;
}
.strip[data-id="254d33"] .contact-content span {
  display: block;
  font-size: 0.85rem;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.strip[data-id="254d33"] .contact-content a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.strip[data-id="254d33"] .contact-content a:hover {
  color: #ff4500;
}
.strip[data-id="254d33"] .map-wrapper {
  height: 500px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  filter: grayscale(1) invert(1) contrast(0.9) brightness(0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="254d33"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="254d33"] h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="254d33"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="254d33"] .contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="254d33"] .contact-lead {
    max-width: 100%;
  }
  .strip[data-id="254d33"] .map-wrapper {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="254d33"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="254d33"] .contact-icon {
    width: 40px;
    height: 40px;
  }
  .strip[data-id="254d33"] .contact-icon svg {
    width: 20px;
    height: 20px;
  }
  .strip[data-id="254d33"] .contact-content a {
    font-size: 1.1rem;
  }
}.strip[data-id="936a2b"] {
  --section-id: "936a2b";
  --storage-url: "https://preview-media3-cz.praweb.cz/_section/936a2b";
  --public-url: "https://preview-media3-cz.praweb.cz/_section/936a2b";
}
.strip[data-id="936a2b"] footer {
  background-color: #000000;
  padding: 60px 0;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #ff4500;
}
.strip[data-id="936a2b"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="936a2b"] .copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px 0;
}
.strip[data-id="936a2b"] .social-heading {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.strip[data-id="936a2b"] .social-links {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.strip[data-id="936a2b"] .social-links a {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
}
.strip[data-id="936a2b"] .social-links a:hover {
  color: #ff4500;
  transform: translateY(-8px) scale(1.2);
}
@media (max-width: 768px) {
  .strip[data-id="936a2b"] footer {
    padding: 50px 0;
  }
  .strip[data-id="936a2b"] .social-links {
    gap: 30px;
  }
}