@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@400;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[data-id=bc402a] {
  --section-id: "bc402a";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/bc402a";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/bc402a";
}
.strip[data-id=bc402a] .main-navigation {
  width: 100%;
  height: 80px;
  background-color: hsla(0, 0%, 13%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid hsla(0, 0%, 46%, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=bc402a] .nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=bc402a] .logo-box {
  flex-shrink: 0;
}
.strip[data-id=bc402a] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=bc402a] .logo-link:hover {
  opacity: 0.9;
}
.strip[data-id=bc402a] .logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
}
.strip[data-id=bc402a] .menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=bc402a] .menu-link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.strip[data-id=bc402a] .menu-link:hover,
.strip[data-id=bc402a] .menu-link.active {
  color: hsl(0, 64%, 51%);
}
.strip[data-id=bc402a] .menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(0, 64%, 51%);
  transition: width 0.3s ease;
}
.strip[data-id=bc402a] .menu-link:hover::after,
.strip[data-id=bc402a] .menu-link.active::after {
  width: 100%;
}
.strip[data-id=bc402a] .contact-box {
  display: flex;
  align-items: center;
}
.strip[data-id=bc402a] .contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border: 2px solid hsl(0, 64%, 51%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  background-color: transparent;
}
.strip[data-id=bc402a] .contact-btn:hover {
  background-color: hsl(0, 64%, 51%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px hsla(0, 64%, 51%, 0.3);
}
.strip[data-id=bc402a] .contact-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.strip[data-id=bc402a] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}
.strip[data-id=bc402a] .hamburger-icon {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id=bc402a] .hamburger-line {
  width: 100%;
  height: 2px;
  background-color: hsl(0, 64%, 51%);
  transition: all 0.3s ease;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .strip[data-id=bc402a] .menu-list {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=bc402a] .main-navigation {
    height: 70px;
  }
  .strip[data-id=bc402a] .menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: hsl(0, 0%, 13%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 30px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }
  .strip[data-id=bc402a] .menu-list.active {
    right: 0;
  }
  .strip[data-id=bc402a] .mobile-toggle {
    display: block;
  }
  .strip[data-id=bc402a] .contact-box {
    display: none;
  }
  .strip[data-id=bc402a] .logo-img {
    height: 40px;
  }
}.strip[data-id="4311b7"] {
  --section-id: "4311b7";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/4311b7";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/4311b7";
}
.strip[data-id="4311b7"] .hero-section {
  position: relative;
  height: 90vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(https://preview-dtsberoun-cz.proweb.cz/_section/4311b7/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.strip[data-id="4311b7"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}
.strip[data-id="4311b7"] .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.strip[data-id="4311b7"] .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.strip[data-id="4311b7"] .headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 8vw, 64px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #ffffff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.8s ease-out forwards;
}
.strip[data-id="4311b7"] .subheadline {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.6;
  color: #e0e0e0;
  margin: 0 auto 48px auto;
  max-width: 700px;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
.strip[data-id="4311b7"] .cta-button {
  display: inline-block;
  background-color: #d42f2f;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 56px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(212, 47, 47, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
  border: 2px solid transparent;
}
.strip[data-id="4311b7"] .cta-button:hover {
  transform: translateY(-5px) scale(1.05);
  background-color: #e63939;
  box-shadow: 0 15px 40px rgba(212, 47, 47, 0.5);
}
.strip[data-id="4311b7"] .cta-button:active {
  transform: translateY(-2px) scale(1.02);
}
.strip[data-id="4311b7"] .trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 32px;
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
  opacity: 0;
}
.strip[data-id="4311b7"] .badge {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.3s ease;
}
.strip[data-id="4311b7"] .badge:hover {
  opacity: 0.8;
}
.strip[data-id="4311b7"] .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d42f2f; /* Red accent for icons */
  filter: drop-shadow(0 0 8px rgba(212, 47, 47, 0.3));
}
.strip[data-id="4311b7"] .badge-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.strip[data-id="4311b7"] .divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
}
.strip[data-id="4311b7"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.strip[data-id="4311b7"] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id="4311b7"] .scroll-indicator svg {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
  fill: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-12px) translateX(-50%);
  }
  60% {
    transform: translateY(-6px) translateX(-50%);
  }
}
@media (max-width: 767px) {
  .strip[data-id="4311b7"] .hero-section {
    height: auto;
    padding: 120px 0 100px 0;
    min-height: auto;
  }
  .strip[data-id="4311b7"] .trust-badges {
    flex-direction: column;
    gap: 20px;
    margin-top: 56px;
  }
  .strip[data-id="4311b7"] .divider {
    display: none;
  }
  .strip[data-id="4311b7"] .scroll-indicator {
    display: none;
  }
}.strip[data-id="42b5fe"] {
  --section-id: "42b5fe";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/42b5fe";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/42b5fe";
}
.strip[data-id="42b5fe"] .about-philosophy {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="42b5fe"] .about-philosophy .watermark {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M10 10 L90 10 L90 90 L10 90 Z" fill="none" stroke="hsl(0, 0%, 95%)" stroke-width="0.3"/><circle cx="50" cy="50" r="35" fill="none" stroke="hsl(0, 0%, 95%)" stroke-width="0.3"/><path d="M0 50 L100 50 M50 0 L50 100" stroke="hsl(0, 0%, 95%)" stroke-width="0.2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
.strip[data-id="42b5fe"] .about-philosophy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="42b5fe"] .about-philosophy .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="42b5fe"] .about-philosophy .content-side {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="42b5fe"] .about-philosophy .text-content {
  font-size: 18px;
  line-height: 1.6;
  color: hsl(0, 0%, 13%);
  margin-bottom: 40px;
}
.strip[data-id="42b5fe"] .about-philosophy .text-content p {
  margin-bottom: 20px;
}
.strip[data-id="42b5fe"] .about-philosophy .quote-container {
  border-left: 4px solid hsl(0, 64%, 51%);
  padding-left: 25px;
}
.strip[data-id="42b5fe"] .about-philosophy .main-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  color: hsl(0, 64%, 51%);
  margin: 0;
  line-height: 1.4;
}
.strip[data-id="42b5fe"] .about-philosophy .image-wrapper {
  position: relative;
}
.strip[data-id="42b5fe"] .about-philosophy .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
  object-fit: cover;
}
.strip[data-id="42b5fe"] .about-philosophy .accent-square {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background-color: hsl(0, 64%, 51%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .strip[data-id="42b5fe"] .about-philosophy .grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="42b5fe"] .about-philosophy {
    padding: 80px 0;
  }
  .strip[data-id="42b5fe"] .about-philosophy .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="42b5fe"] .about-philosophy .image-side {
    order: -1;
  }
  .strip[data-id="42b5fe"] .about-philosophy .watermark {
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .strip[data-id="42b5fe"] .about-philosophy .text-content {
    font-size: 17px;
  }
  .strip[data-id="42b5fe"] .about-philosophy .main-quote {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="42b5fe"] .about-philosophy {
    padding: 60px 0;
  }
  .strip[data-id="42b5fe"] .about-philosophy .accent-square {
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -10px;
  }
}.strip[data-id="43599f"] {
  --section-id: "43599f";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/43599f";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/43599f";
}
.strip[data-id="43599f"] .dt-servis-section {
  background-color: #f9f9f9;
  background-image: radial-gradient(#e0e0e0 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #2d2d2d;
  position: relative;
  overflow: hidden;
}
.strip[data-id="43599f"] .dt-servis-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="43599f"] .dt-servis-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="43599f"] .dt-servis-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 42px);
  color: #111;
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id="43599f"] .dt-servis-header p {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id="43599f"] .dt-servis-content-layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.strip[data-id="43599f"] .dt-servis-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}
.strip[data-id="43599f"] .dt-servis-image-shape {
  width: 100%;
  max-width: 1000px;
  height: 450px;
  position: relative;
}
.strip[data-id="43599f"] .dt-servis-image-shape::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #cc0000;
  border-radius: 40px 100px 50px 120px;
  z-index: -1;
  opacity: 0.2;
}
.strip[data-id="43599f"] .dt-servis-image-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 120px 40px 100px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.strip[data-id="43599f"] .dt-servis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}
.strip[data-id="43599f"] .dt-servis-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 35px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  height: 100%;
}
.strip[data-id="43599f"] .dt-servis-card:hover {
  transform: translateY(-8px);
  border-color: #cc0000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="43599f"] .dt-servis-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #cc0000;
  transition: width 0.3s ease;
  border-radius: 12px 0 0 12px;
}
.strip[data-id="43599f"] .dt-servis-card:hover::after {
  width: 6px;
}
.strip[data-id="43599f"] .dt-servis-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: #cc0000;
  background: rgba(204, 0, 0, 0.05);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.strip[data-id="43599f"] .dt-servis-card:hover .dt-servis-icon {
  transform: scale(1.1);
  background: rgba(204, 0, 0, 0.1);
}
.strip[data-id="43599f"] .dt-servis-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="43599f"] .dt-servis-card-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}
@media (max-width: 1024px) {
  .strip[data-id="43599f"] .dt-servis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="43599f"] .dt-servis-section {
    padding: 70px 20px;
  }
  .strip[data-id="43599f"] .dt-servis-header {
    margin-bottom: 50px;
  }
  .strip[data-id="43599f"] .dt-servis-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="43599f"] .dt-servis-image-shape {
    height: 300px;
  }
  .strip[data-id="43599f"] .dt-servis-image-shape img {
    border-radius: 30px;
  }
  .strip[data-id="43599f"] .dt-servis-image-shape::before {
    display: none;
  }
}.strip[data-id=fb7cea] {
  --section-id: "fb7cea";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/fb7cea";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/fb7cea";
}
.strip[data-id=fb7cea] .sid-czech-showcase {
  background-color: #1a1a1a;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=fb7cea] .luxury-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb7cea] .showcase-grid {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
.strip[data-id=fb7cea] .text-block {
  flex: 1;
}
.strip[data-id=fb7cea] .image-block {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.strip[data-id=fb7cea] .main-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
.strip[data-id=fb7cea] .accent-line {
  width: 80px;
  height: 1px;
  background-color: #cc0000;
  margin: 20px 0;
}
.strip[data-id=fb7cea] .description-text {
  font-size: 18px;
  line-height: 1.7;
  margin: 25px 0;
  font-weight: 300;
}
.strip[data-id=fb7cea] .note-text {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  font-style: italic;
  border-left: 2px solid #cc0000;
  padding-left: 20px;
}
.strip[data-id=fb7cea] .image-reveal-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.strip[data-id=fb7cea] .image-reveal-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1a1a1a 0%, transparent 15%, transparent 85%, #1a1a1a 100%), linear-gradient(0deg, #1a1a1a 0%, transparent 15%, transparent 85%, #1a1a1a 100%);
  pointer-events: none;
}
.strip[data-id=fb7cea] .luxury-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.7) contrast(1.2);
  border-radius: 4px;
}
.strip[data-id=fb7cea] .brands-section {
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=fb7cea] .brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.strip[data-id=fb7cea] .brand-logo {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: default;
  letter-spacing: 2px;
}
.strip[data-id=fb7cea] .brand-logo:hover {
  opacity: 1;
  color: #ffffff;
  text-shadow: 0 0 15px #cc0000, 0 0 30px #cc0000;
  transform: translateY(-5px);
}
@media (max-width: 991px) {
  .strip[data-id=fb7cea] .showcase-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=fb7cea] .accent-line {
    margin: 20px auto;
  }
  .strip[data-id=fb7cea] .note-text {
    border-left: none;
    border-top: 2px solid #cc0000;
    padding-left: 0;
    padding-top: 20px;
    display: inline-block;
  }
  .strip[data-id=fb7cea] .image-block {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .strip[data-id=fb7cea] .main-title {
    font-size: 32px;
  }
  .strip[data-id=fb7cea] .brands-grid {
    gap: 30px;
  }
  .strip[data-id=fb7cea] .brand-logo {
    font-size: 16px;
  }
  .strip[data-id=fb7cea] .sid-czech-showcase {
    padding: 60px 0;
  }
}.strip[data-id="2b9825"] {
  --section-id: "2b9825";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/2b9825";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/2b9825";
}
.strip[data-id="2b9825"] .specialized-services {
  background-color: #ffffff;
  padding: 100px 0;
}
.strip[data-id="2b9825"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2b9825"] .grid {
  display: flex;
  gap: 30px;
}
.strip[data-id="2b9825"] .card {
  flex: 1;
  background-color: hsl(0, 0%, 96%);
  padding: 60px 50px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-top: 4px solid transparent;
}
.strip[data-id="2b9825"] .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-top-color: #d32f2f;
}
.strip[data-id="2b9825"] .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="2b9825"] .icon-wrapper {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 90px;
  height: 90px;
  color: #d32f2f;
  z-index: 2;
  opacity: 0.85;
  transition: transform 0.4s ease;
}
.strip[data-id="2b9825"] .card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="2b9825"] .icon-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}
.strip[data-id="2b9825"] .card-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="2b9825"] h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="2b9825"] p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 30px 0;
  max-width: 95%;
}
.strip[data-id="2b9825"] .service-link {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 8px;
}
.strip[data-id="2b9825"] .service-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d32f2f;
  transition: all 0.3s ease;
}
.strip[data-id="2b9825"] .service-link:hover::after {
  width: 100%;
  left: 0;
}
@media (max-width: 991px) {
  .strip[data-id="2b9825"] .specialized-services {
    padding: 80px 0;
  }
  .strip[data-id="2b9825"] .grid {
    flex-direction: column;
    gap: 20px;
  }
  .strip[data-id="2b9825"] .card {
    min-height: 300px;
    padding: 50px 40px;
  }
  .strip[data-id="2b9825"] .icon-wrapper {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="2b9825"] .specialized-services {
    padding: 60px 0;
  }
  .strip[data-id="2b9825"] .card {
    padding: 40px 30px;
  }
  .strip[data-id="2b9825"] .icon-wrapper {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
  }
  .strip[data-id="2b9825"] h3 {
    font-size: 22px;
  }
  .strip[data-id="2b9825"] p {
    font-size: 15px;
  }
}.strip[data-id="6fbe0c"] {
  --section-id: "6fbe0c";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/6fbe0c";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/6fbe0c";
}
.strip[data-id="6fbe0c"] .contact-section {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6fbe0c"] .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 10% 10%, rgba(255, 0, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.strip[data-id="6fbe0c"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="6fbe0c"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .strip[data-id="6fbe0c"] .contact-section .contact-grid {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="6fbe0c"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.strip[data-id="6fbe0c"] .contact-section .contact-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id="6fbe0c"] .contact-section .headline-wrapper {
  margin-bottom: 40px;
}
.strip[data-id="6fbe0c"] .contact-section .headline-wrapper .accent-line {
  width: 40px;
  height: 4px;
  background-color: #FF0000;
  margin-bottom: 15px;
}
.strip[data-id="6fbe0c"] .contact-section .headline-wrapper .headline {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .strip[data-id="6fbe0c"] .contact-section .headline-wrapper .headline {
    font-size: 32px;
  }
}
.strip[data-id="6fbe0c"] .contact-section .contact-details {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.strip[data-id="6fbe0c"] .contact-section .contact-details .detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.strip[data-id="6fbe0c"] .contact-section .contact-details .detail-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: #FF0000;
  transform: translateX(5px);
}
.strip[data-id="6fbe0c"] .contact-section .contact-details .detail-item .icon {
  color: #FF0000;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.strip[data-id="6fbe0c"] .contact-section .contact-details .detail-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.strip[data-id="6fbe0c"] .contact-section .contact-details .detail-item .value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .strip[data-id="6fbe0c"] .contact-section .contact-form {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group.full-width {
  grid-column: 1/-1;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group input, .strip[data-id="6fbe0c"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 15px 18px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group input::placeholder, .strip[data-id="6fbe0c"] .contact-section .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group input:focus, .strip[data-id="6fbe0c"] .contact-section .contact-form .form-group textarea:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #FF0000;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .submit-btn {
  grid-column: 1/-1;
  background-color: #FF0000;
  color: #ffffff;
  border: none;
  padding: 20px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .submit-btn:hover {
  background-color: #e60000;
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.2);
  transform: translateY(-2px);
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id="6fbe0c"] .contact-section .contact-form .submit-btn svg {
  width: 18px;
  height: 18px;
}
.strip[data-id="6fbe0c"] .contact-section .map-container {
  position: sticky;
  top: 40px;
}
@media (max-width: 991px) {
  .strip[data-id="6fbe0c"] .contact-section .map-container {
    position: static;
  }
}
.strip[data-id="6fbe0c"] .contact-section .map-wrapper {
  height: 600px;
  width: 100%;
  filter: grayscale(1) brightness(0.8) contrast(1.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  transition: filter 0.5s ease;
}
.strip[data-id="6fbe0c"] .contact-section .map-wrapper:hover {
  filter: grayscale(0.5) brightness(0.9) contrast(1);
}
@media (max-width: 991px) {
  .strip[data-id="6fbe0c"] .contact-section .map-wrapper {
    height: 400px;
  }
}
.strip[data-id="6fbe0c"] .contact-section .map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id="6fbe0c"] .contact-section .map-info {
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="6fbe0c"] .contact-section .map-info svg {
  color: #FF0000;
  flex-shrink: 0;
}.strip[data-id=b8d7f8] {
  --section-id: "b8d7f8";
  --storage-url: "https://preview-dtsberoun-cz.proweb.cz/_section/b8d7f8";
  --public-url: "https://preview-dtsberoun-cz.proweb.cz/_section/b8d7f8";
}
.strip[data-id=b8d7f8] .site-footer {
  background-color: #0d0d0d;
  background-image: radial-gradient(circle at 50% 0%, rgba(204, 0, 0, 0.05) 0%, transparent 70%);
  border-top: 3px solid #cc0000;
  padding: 80px 0 50px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 1.7;
}
.strip[data-id=b8d7f8] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id=b8d7f8] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
}
.strip[data-id=b8d7f8] .footer-column {
  display: flex;
  flex-direction: column;
}
.strip[data-id=b8d7f8] .footer-logo {
  margin-bottom: 25px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=b8d7f8] .footer-logo:hover {
  transform: translateY(-2px);
}
.strip[data-id=b8d7f8] .logo-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -1px;
}
.strip[data-id=b8d7f8] .logo-sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #cc0000;
  margin-left: 2px;
  letter-spacing: 1px;
}
.strip[data-id=b8d7f8] .footer-description p {
  margin: 0;
  color: #8c8c8c;
  max-width: 320px;
}
.strip[data-id=b8d7f8] .column-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=b8d7f8] .column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cc0000;
}
.strip[data-id=b8d7f8] .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=b8d7f8] .footer-nav li {
  margin-bottom: 15px;
}
.strip[data-id=b8d7f8] .footer-nav a {
  color: #a6a6a6;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.strip[data-id=b8d7f8] .footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #cc0000;
  transition: width 0.3s ease;
}
.strip[data-id=b8d7f8] .footer-nav a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.strip[data-id=b8d7f8] .footer-nav a:hover::after {
  width: 100%;
}
.strip[data-id=b8d7f8] .social-icons {
  display: flex;
  gap: 12px;
}
.strip[data-id=b8d7f8] .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=b8d7f8] .social-link svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.strip[data-id=b8d7f8] .social-link:hover {
  border-color: #cc0000;
  background-color: #cc0000;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3);
}
.strip[data-id=b8d7f8] .social-link:hover svg {
  fill: #ffffff;
}
.strip[data-id=b8d7f8] .copyright-info {
  font-size: 13px;
  color: #666666;
}
.strip[data-id=b8d7f8] .copyright-info p {
  margin: 0 0 8px 0;
}
@media (max-width: 1024px) {
  .strip[data-id=b8d7f8] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .strip[data-id=b8d7f8] .footer-description p {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .strip[data-id=b8d7f8] .site-footer {
    padding: 60px 0 40px 0;
    text-align: center;
  }
  .strip[data-id=b8d7f8] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=b8d7f8] .footer-column {
    align-items: center;
  }
  .strip[data-id=b8d7f8] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=b8d7f8] .footer-nav a:hover {
    padding-left: 0;
  }
  .strip[data-id=b8d7f8] .social-icons {
    justify-content: center;
  }
}