@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');
.strip[data-id=c9746c] {
  --section-id: "c9746c";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/c9746c";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/c9746c";
  /* Mobile Toggle */
  /* Mobile Menu Overlay */
}
.strip[data-id=c9746c] header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #0047AB;
  padding: 15px 0;
  transition: background-color 0.3s ease;
}
.strip[data-id=c9746c] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=c9746c] .logo-link {
  display: flex;
  align-items: center;
}
.strip[data-id=c9746c] .logo-img {
  max-height: 50px;
  width: auto;
  display: block;
}
.strip[data-id=c9746c] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id=c9746c] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=c9746c] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=c9746c] .nav-link:hover {
  color: #00FFFF;
}
.strip[data-id=c9746c] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00FFFF;
  transition: width 0.3s ease, left 0.3s ease;
}
.strip[data-id=c9746c] .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id=c9746c] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id=c9746c] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.3s;
}
.strip[data-id=c9746c] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.4s ease-in-out;
  z-index: 10000;
}
.strip[data-id=c9746c] .mobile-menu-overlay.active {
  right: 0;
}
.strip[data-id=c9746c] .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=c9746c] .mobile-menu-item {
  margin: 20px 0;
}
.strip[data-id=c9746c] .mobile-menu-link {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.strip[data-id=c9746c] .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .strip[data-id=c9746c] .nav-list {
    display: none;
  }
  .strip[data-id=c9746c] .mobile-toggle {
    display: block;
  }
}.strip[data-id="7a3b86"] {
  --section-id: "7a3b86";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/7a3b86";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/7a3b86";
}
.strip[data-id="7a3b86"] .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://preview-zvuk-podia-cz.praweb.cz/_section/7a3b86/pult.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  padding: 80px 20px;
}
.strip[data-id="7a3b86"] .hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.4) 50%, #000000 100%);
  z-index: 1;
}
.strip[data-id="7a3b86"] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.strip[data-id="7a3b86"] .hero-section .icon-wrapper {
  margin-bottom: 30px;
}
.strip[data-id="7a3b86"] .hero-section .icon-wrapper .note-icon {
  width: 64px;
  height: 64px;
  animation: pulse 2s infinite ease-in-out;
  filter: drop-shadow(0 0 15px #00FFFF);
}
.strip[data-id="7a3b86"] .hero-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #FFFAFA;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.9);
  margin: 0 0 24px 0;
  line-height: 1.1;
}
.strip[data-id="7a3b86"] .hero-section .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #C0C0C0;
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.6;
}
.strip[data-id="7a3b86"] .hero-section .cta-button {
  display: inline-block;
  background-color: #0047AB;
  color: #FFFFFF;
  padding: 18px 42px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 71, 171, 0.4);
}
.strip[data-id="7a3b86"] .hero-section .cta-button:hover {
  background-color: #00FFFF;
  transform: scale(1.05);
  color: #000000;
  box-shadow: 0 6px 25px rgba(0, 255, 255, 0.6);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7a3b86"] .hero-section {
    min-height: 70vh;
    background-attachment: scroll;
    padding: 60px 20px;
  }
  .strip[data-id="7a3b86"] .hero-section .icon-wrapper {
    display: none;
  }
  .strip[data-id="7a3b86"] .hero-section h1 {
    font-size: 36px;
  }
  .strip[data-id="7a3b86"] .hero-section .subtitle {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .strip[data-id="7a3b86"] .hero-section .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}.strip[data-id="0bf146"] {
  --section-id: "0bf146";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/0bf146";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/0bf146";
}
.strip[data-id="0bf146"] section {
  background-color: #050505;
  background-image: radial-gradient(circle at 2px 2px, #1a1a1a 1px, transparent 0);
  background-size: 24px 24px;
  padding: 120px 20px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="0bf146"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="0bf146"] .text-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id="0bf146"] .heading-group h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.strip[data-id="0bf146"] .heading-group .accent-number {
  font-size: 110px;
  font-weight: 700;
  color: #00ffff;
  line-height: 0.8;
  display: block;
  margin-bottom: 15px;
  text-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
}
.strip[data-id="0bf146"] .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #e0e0e0;
  max-width: 540px;
}
.strip[data-id="0bf146"] .features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.strip[data-id="0bf146"] .feature-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="0bf146"] .feature-icon {
  width: 32px;
  height: 32px;
  color: #00ffff;
}
.strip[data-id="0bf146"] .feature-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00ffff;
}
.strip[data-id="0bf146"] .image-composition {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="0bf146"] .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.strip[data-id="0bf146"] .image-composition img {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
}
.strip[data-id="0bf146"] .image-composition .img-1 {
  top: 0;
  left: 0;
  width: 80%;
  height: 70%;
  z-index: 1;
}
.strip[data-id="0bf146"] .image-composition .img-2 {
  bottom: 0;
  right: 0;
  width: 70%;
  height: 60%;
  z-index: 2;
}
.strip[data-id="0bf146"] .image-composition:hover .img-1 {
  transform: translate(-10px, -10px) scale(1.02);
}
.strip[data-id="0bf146"] .image-composition:hover .img-2 {
  transform: translate(10px, 10px) scale(1.05);
}
.strip[data-id="0bf146"] .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="0bf146"] .glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 71, 171, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.strip[data-id="0bf146"] .glow-1 {
  top: -100px;
  right: -100px;
}
.strip[data-id="0bf146"] .glow-2 {
  bottom: -100px;
  left: -100px;
}
.strip[data-id="0bf146"] .line {
  position: absolute;
  background: linear-gradient(90deg, transparent, #0047ab, transparent);
  height: 1px;
  width: 200px;
}
.strip[data-id="0bf146"] .line-1 {
  top: 25%;
  left: 45%;
  transform: rotate(-15deg);
}
.strip[data-id="0bf146"] .line-2 {
  bottom: 20%;
  left: 50%;
  transform: rotate(10deg);
}
@media (max-width: 1024px) {
  .strip[data-id="0bf146"] .container {
    gap: 40px;
  }
  .strip[data-id="0bf146"] .heading-group .accent-number {
    font-size: 80px;
  }
  .strip[data-id="0bf146"] .heading-group h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="0bf146"] section {
    padding: 80px 20px;
  }
  .strip[data-id="0bf146"] .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="0bf146"] .text-content {
    align-items: center;
  }
  .strip[data-id="0bf146"] .description {
    margin: 0 auto;
  }
  .strip[data-id="0bf146"] .features-list {
    justify-content: center;
  }
  .strip[data-id="0bf146"] .image-composition {
    height: 400px;
    margin-top: 40px;
  }
  .strip[data-id="0bf146"] .image-composition .img-1 {
    width: 75%;
    height: 80%;
  }
  .strip[data-id="0bf146"] .image-composition .img-2 {
    width: 65%;
    height: 70%;
  }
}
@media (max-width: 480px) {
  .strip[data-id="0bf146"] .image-composition {
    height: 300px;
  }
  .strip[data-id="0bf146"] .heading-group .accent-number {
    font-size: 60px;
  }
  .strip[data-id="0bf146"] .heading-group h2 {
    font-size: 28px;
  }
}@charset "UTF-8";
.strip[data-id=f64978] {
  --section-id: "f64978";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/f64978";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/f64978";
  /* Tečkovaný vzor na pozadí */
  /* Svítící linka dole */
}
.strip[data-id=f64978] .services-section {
  background-color: #000000;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.strip[data-id=f64978] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f64978] .section-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.strip[data-id=f64978] .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #00ffff;
  margin: 20px auto 0;
}
.strip[data-id=f64978] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.strip[data-id=f64978] .service-card {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 1;
}
.strip[data-id=f64978] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.strip[data-id=f64978] .service-card:hover {
  transform: translateY(-15px);
  border-color: rgba(0, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 255, 0.1);
}
.strip[data-id=f64978] .service-card:hover::before {
  opacity: 0.5;
}
.strip[data-id=f64978] .service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #00ffff;
  transition: height 0.3s ease;
  box-shadow: 0 0 15px #00ffff;
}
.strip[data-id=f64978] .service-card:hover::after {
  height: 4px;
}
.strip[data-id=f64978] .icon-wrapper {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  transition: transform 0.4s ease, background 0.4s ease;
}
.strip[data-id=f64978] .service-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: rgba(0, 255, 255, 0.05);
}
.strip[data-id=f64978] .service-icon {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
.strip[data-id=f64978] .service-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.strip[data-id=f64978] .service-description {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=f64978] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=f64978] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f64978] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=f64978] .section-title {
    font-size: 28px;
  }
}.strip[data-id="3459f7"] {
  --section-id: "3459f7";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/3459f7";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/3459f7";
  /* Decorative background elements */
  /* Responsive adjustments */
}
.strip[data-id="3459f7"] .references-section {
  background: radial-gradient(circle at top right, #00254a, #00172d);
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3459f7"] .references-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id="3459f7"] .ref-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="3459f7"] h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="3459f7"] .title-underline {
  display: block;
  width: 60px;
  height: 4px;
  background: #007bff; /* Accent color */
  margin: 0 auto 30px;
  border-radius: 2px;
}
.strip[data-id="3459f7"] .subtitle {
  font-size: 18px;
  color: #b0c4de;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 400;
}
.strip[data-id="3459f7"] .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.strip[data-id="3459f7"] .logo-box {
  background-color: #ffffff;
  border-radius: 12px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="3459f7"] .logo-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.2);
  border-color: rgba(0, 123, 255, 0.3);
}
.strip[data-id="3459f7"] .logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.5s ease;
}
.strip[data-id="3459f7"] .logo-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}
@media (max-width: 1024px) {
  .strip[data-id="3459f7"] .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="3459f7"] .references-section {
    padding: 80px 0;
  }
  .strip[data-id="3459f7"] h2 {
    font-size: 32px;
  }
  .strip[data-id="3459f7"] .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .strip[data-id="3459f7"] .logo-box {
    height: 130px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3459f7"] .logo-grid {
    gap: 12px;
  }
  .strip[data-id="3459f7"] .logo-box {
    height: 110px;
    padding: 15px;
    border-radius: 8px;
  }
  .strip[data-id="3459f7"] .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}.strip[data-id="6ef07f"] {
  --section-id: "6ef07f";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/6ef07f";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/6ef07f";
  /* Decorative element */
}
.strip[data-id="6ef07f"] .contact-map-section {
  background-color: #000000;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6ef07f"] .contact-map-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 209, 255, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}
.strip[data-id="6ef07f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: center;
}
.strip[data-id="6ef07f"] .contact-content {
  flex: 1;
}
.strip[data-id="6ef07f"] .section-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 15px 0;
  line-height: 1.1;
}
.strip[data-id="6ef07f"] .title-accent {
  display: block;
  width: 60px;
  height: 4px;
  background: #00d1ff;
  margin-bottom: 30px;
  border-radius: 2px;
}
.strip[data-id="6ef07f"] .section-description {
  color: #b0b0b0;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 0 50px 0;
  max-width: 500px;
}
.strip[data-id="6ef07f"] .contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="6ef07f"] .contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="6ef07f"] .contact-item.link:hover {
  background: rgba(0, 209, 255, 0.08);
  border-color: rgba(0, 209, 255, 0.3);
  transform: translateX(10px);
}
.strip[data-id="6ef07f"] .icon-wrapper {
  width: 54px;
  height: 54px;
  background: rgba(0, 209, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00d1ff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.strip[data-id="6ef07f"] .contact-item.link:hover .icon-wrapper {
  background: #00d1ff;
  color: #000000;
  box-shadow: 0 0 20px rgba(0, 209, 255, 0.4);
}
.strip[data-id="6ef07f"] .text-wrapper {
  display: flex;
  flex-direction: column;
}
.strip[data-id="6ef07f"] .label {
  color: #a0a0a0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
  font-weight: 600;
}
.strip[data-id="6ef07f"] .value {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
  transition: color 0.3s ease;
}
.strip[data-id="6ef07f"] .map-wrapper {
  flex: 1.2;
  width: 100%;
  height: 550px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="6ef07f"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.1) brightness(0.8);
  transition: filter 0.5s ease;
}
.strip[data-id="6ef07f"] .map-wrapper:hover iframe {
  filter: grayscale(0.5) invert(0.9) contrast(1.1) brightness(0.9);
}
@media (max-width: 1100px) {
  .strip[data-id="6ef07f"] .container {
    gap: 50px;
  }
  .strip[data-id="6ef07f"] .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id="6ef07f"] .container {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="6ef07f"] .map-wrapper {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="6ef07f"] .contact-map-section {
    padding: 60px 20px;
  }
  .strip[data-id="6ef07f"] .section-title {
    font-size: 2.2rem;
  }
  .strip[data-id="6ef07f"] .contact-item {
    padding: 15px;
  }
  .strip[data-id="6ef07f"] .contact-item.link:hover {
    transform: none;
  }
  .strip[data-id="6ef07f"] .map-wrapper {
    height: 300px;
  }
}.strip[data-id="3ca0f9"] {
  --section-id: "3ca0f9";
  --storage-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/3ca0f9";
  --public-url: "https://preview-zvuk-podia-cz.praweb.cz/_section/3ca0f9";
}
.strip[data-id="3ca0f9"] .basskid-footer {
  background-color: #000000;
  border-top: 1px solid #0047ab;
  padding: 60px 0 40px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.strip[data-id="3ca0f9"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="3ca0f9"] .footer-nav {
  margin-bottom: 30px;
}
.strip[data-id="3ca0f9"] .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.strip[data-id="3ca0f9"] .footer-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id="3ca0f9"] .footer-nav-link:hover {
  color: #00ffff;
}
.strip[data-id="3ca0f9"] .footer-text, .strip[data-id="3ca0f9"] .footer-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #c0c0c0;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.strip[data-id="3ca0f9"] .brand-highlight {
  color: #fffafa;
  font-weight: 400;
  transition: color 0.3s ease;
  cursor: default;
}
.strip[data-id="3ca0f9"] .brand-highlight:hover {
  color: #007fff;
}
.strip[data-id="3ca0f9"] .separator-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #007fff;
  border-radius: 50%;
  margin: 0 15px;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 127, 255, 0.4);
}
@media (max-width: 768px) {
  .strip[data-id="3ca0f9"] .basskid-footer {
    padding: 40px 0 30px;
  }
  .strip[data-id="3ca0f9"] .footer-nav-list {
    gap: 15px;
  }
  .strip[data-id="3ca0f9"] .footer-nav-link {
    font-size: 12px;
  }
  .strip[data-id="3ca0f9"] .footer-text, .strip[data-id="3ca0f9"] .footer-content {
    font-size: 12px;
  }
  .strip[data-id="3ca0f9"] .separator-dot {
    margin: 0 8px;
  }
}