@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&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="1069ab"] {
  --section-id: "1069ab";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/1069ab";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/1069ab";
  /* Mobile Menu Open State */
}
.strip[data-id="1069ab"] .header-nav {
  background-color: rgba(20, 20, 20, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(232, 185, 139, 0.15);
  padding: 12px 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="1069ab"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1069ab"] .logo-link {
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="1069ab"] .logo-link:hover {
  transform: scale(1.05);
}
.strip[data-id="1069ab"] .logo-link img {
  max-height: 55px;
  width: auto;
  display: block;
  border-radius: 4px; /* Subtle rounding for the logo with background */
}
.strip[data-id="1069ab"] .nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
}
.strip[data-id="1069ab"] .nav-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="1069ab"] .nav-links a:hover {
  color: #e8b98b;
}
.strip[data-id="1069ab"] .nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #e8b98b;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="1069ab"] .nav-links a:hover::after,
.strip[data-id="1069ab"] .nav-links a.active::after {
  width: 100%;
}
.strip[data-id="1069ab"] .nav-links a.active {
  color: #e8b98b;
}
.strip[data-id="1069ab"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id="1069ab"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #e8b98b;
  margin: 6px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.strip[data-id="1069ab"] .mobile-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.strip[data-id="1069ab"] .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="1069ab"] .mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 992px) {
  .strip[data-id="1069ab"] .nav-links {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1069ab"] .header-nav {
    padding: 15px 0;
  }
  .strip[data-id="1069ab"] .container {
    padding: 0 20px;
  }
  .strip[data-id="1069ab"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="1069ab"] .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    transition: 0.4s ease-in-out;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }
  .strip[data-id="1069ab"] .nav-links.open {
    right: 0;
  }
  .strip[data-id="1069ab"] .nav-links a {
    font-size: 18px;
  }
}.strip[data-id=db14f7] {
  --section-id: "db14f7";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/db14f7";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/db14f7";
}
.strip[data-id=db14f7] .hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id=db14f7] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.strip[data-id=db14f7] .content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.strip[data-id=db14f7] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 8vw, 84px);
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  letter-spacing: -1px;
}
.strip[data-id=db14f7] .divider {
  width: 100px;
  height: 5px;
  background-color: #e8b98b;
  margin: 0 auto 35px auto;
  position: relative;
}
.strip[data-id=db14f7] .divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
  animation: dividerScan 3s linear infinite;
}
.strip[data-id=db14f7] p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 auto 50px auto;
  max-width: 650px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id=db14f7] .cta-wrapper {
  display: flex;
  justify-content: center;
}
.strip[data-id=db14f7] .cta-button {
  display: inline-block;
  background-color: #e8b98b;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 22px 50px;
  border-radius: 0px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.strip[data-id=db14f7] .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.3s ease;
  z-index: -1;
}
.strip[data-id=db14f7] .cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(232, 185, 139, 0.4);
  color: #000;
}
.strip[data-id=db14f7] .cta-button:hover::before {
  width: 100%;
}
.strip[data-id=db14f7] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.6;
  animation: fadeIn 1.5s ease 1s forwards;
  opacity: 0;
}
.strip[data-id=db14f7] .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  position: relative;
}
.strip[data-id=db14f7] .wheel {
  width: 4px;
  height: 8px;
  background-color: #e8b98b;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s ease-in-out infinite;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 0.6;
  }
}
@keyframes scrollWheel {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}
@keyframes dividerScan {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  .strip[data-id=db14f7] .hero-section {
    min-height: 100vh;
    padding: 80px 0;
  }
  .strip[data-id=db14f7] .container {
    padding: 0 20px;
  }
  .strip[data-id=db14f7] .divider {
    margin-bottom: 25px;
  }
  .strip[data-id=db14f7] p {
    margin-bottom: 40px;
  }
  .strip[data-id=db14f7] .cta-button {
    width: 100%;
    max-width: 320px;
    padding: 18px 20px;
    font-size: 15px;
  }
  .strip[data-id=db14f7] .scroll-indicator {
    bottom: 20px;
  }
}.strip[data-id="5195ef"] {
  --section-id: "5195ef";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/5195ef";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/5195ef";
}
.strip[data-id="5195ef"] .philosophy-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="5195ef"] .philosophy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-texture);
  opacity: 0.08;
  pointer-events: none;
}
.strip[data-id="5195ef"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id="5195ef"] .text-column {
  position: relative;
  animation: fadeUp 1s ease-out forwards;
}
.strip[data-id="5195ef"] .watermark {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: clamp(150px, 20vw, 300px);
  color: rgba(197, 160, 89, 0.07);
  font-weight: 800;
  z-index: -1;
  pointer-events: none;
  line-height: 0.8;
  user-select: none;
}
.strip[data-id="5195ef"] .section-subtitle {
  display: block;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.strip[data-id="5195ef"] h2 {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  color: #1a1a1a;
  margin-bottom: 35px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
}
.strip[data-id="5195ef"] h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 4px;
  background: linear-gradient(to bottom, #c5a059, #e2c08d);
}
.strip[data-id="5195ef"] p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
.strip[data-id="5195ef"] .image-column {
  position: relative;
  animation: fadeUp 1s ease-out 0.2s forwards;
  opacity: 0;
}
.strip[data-id="5195ef"] .image-wrapper {
  position: relative;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="5195ef"] .image-wrapper:hover {
  transform: translateY(-10px);
}
.strip[data-id="5195ef"] .offset-border {
  position: absolute;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: -30px;
  border: 1px solid #c5a059;
  z-index: 0;
  transition: all 0.5s ease;
}
.strip[data-id="5195ef"] .image-wrapper:hover .offset-border {
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border-width: 2px;
}
.strip[data-id="5195ef"] .image-wrapper img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  position: relative;
  z-index: 1;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  display: block;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="5195ef"] .container {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id="5195ef"] .philosophy-section {
    padding: 80px 0;
  }
  .strip[data-id="5195ef"] .container {
    grid-template-columns: 1fr;
    gap: 80px;
    text-align: left;
  }
  .strip[data-id="5195ef"] .image-column {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="5195ef"] .watermark {
    top: -20px;
    left: -20px;
  }
  .strip[data-id="5195ef"] .offset-border {
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="5195ef"] .philosophy-section {
    padding: 60px 0;
  }
  .strip[data-id="5195ef"] h2 {
    font-size: 32px;
    padding-left: 20px;
  }
  .strip[data-id="5195ef"] .image-wrapper {
    padding-right: 20px;
  }
  .strip[data-id="5195ef"] .offset-border {
    right: 0;
  }
}.strip[data-id=c18266] {
  --section-id: "c18266";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/c18266";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/c18266";
  /* Custom Grid Layout for 5 images */
  /* Responsiveness */
}
.strip[data-id=c18266] .gallery-section {
  background-color: #fcfcfc;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.strip[data-id=c18266] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c18266] .header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.strip[data-id=c18266] .header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id=c18266] .header h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c2b280; /* Gold accent */
  margin: 15px auto 0;
}
.strip[data-id=c18266] .header p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0 auto;
  max-width: 650px;
  line-height: 1.7;
}
.strip[data-id=c18266] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 150px;
  gap: 24px;
}
.strip[data-id=c18266] .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}
.strip[data-id=c18266] .grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id=c18266] .grid-item:nth-child(1) {
  grid-column: span 8;
  grid-row: span 3;
}
.strip[data-id=c18266] .grid-item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 2;
}
.strip[data-id=c18266] .grid-item:nth-child(3) {
  grid-column: span 4;
  grid-row: span 3;
}
.strip[data-id=c18266] .grid-item:nth-child(4) {
  grid-column: span 4;
  grid-row: span 2;
}
.strip[data-id=c18266] .grid-item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 2;
}
.strip[data-id=c18266] .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=c18266] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(194, 178, 128, 0.2), rgba(194, 178, 128, 0.6));
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.strip[data-id=c18266] .overlay-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}
.strip[data-id=c18266] .overlay-icon::before,
.strip[data-id=c18266] .overlay-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.strip[data-id=c18266] .overlay-icon::before {
  width: 16px;
  height: 2px;
}
.strip[data-id=c18266] .overlay-icon::after {
  width: 2px;
  height: 16px;
}
.strip[data-id=c18266] .grid-item:hover img {
  transform: scale(1.08);
}
.strip[data-id=c18266] .grid-item:hover .overlay {
  opacity: 1;
}
.strip[data-id=c18266] .grid-item:hover .overlay-icon {
  transform: scale(1);
}
@media (max-width: 1024px) {
  .strip[data-id=c18266] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }
  .strip[data-id=c18266] .grid-item:nth-child(1),
  .strip[data-id=c18266] .grid-item:nth-child(2),
  .strip[data-id=c18266] .grid-item:nth-child(3),
  .strip[data-id=c18266] .grid-item:nth-child(4),
  .strip[data-id=c18266] .grid-item:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c18266] .header h2 {
    font-size: 32px;
  }
  .strip[data-id=c18266] .gallery-section {
    padding: 70px 15px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=c18266] .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .strip[data-id=c18266] .grid-item {
    aspect-ratio: 1/1;
  }
  .strip[data-id=c18266] .header h2 {
    font-size: 28px;
  }
}.strip[data-id=ccb1af] {
  --section-id: "ccb1af";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/ccb1af";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/ccb1af";
}
.strip[data-id=ccb1af] .pricing-section {
  background-color: #1a1a1a;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=ccb1af] .bg-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(232, 185, 139, 0.03) 40px, rgba(232, 185, 139, 0.03) 41px);
  pointer-events: none;
}
.strip[data-id=ccb1af] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=ccb1af] .header-content {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=ccb1af] .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}
.strip[data-id=ccb1af] .section-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id=ccb1af] .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=ccb1af] .pricing-card {
  background-color: #e8b98b;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border-radius: 4px;
}
.strip[data-id=ccb1af] .pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id=ccb1af] .card-icon-wrapper {
  width: 90px;
  height: 90px;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #1a1a1a;
  transition: transform 0.3s ease;
}
.strip[data-id=ccb1af] .pricing-card:hover .card-icon-wrapper {
  transform: scale(1.1);
}
.strip[data-id=ccb1af] .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=ccb1af] .card-price {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.strip[data-id=ccb1af] .card-price span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 2px;
}
.strip[data-id=ccb1af] .card-btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #1a1a1a;
  color: #e8b98b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #1a1a1a;
  margin-top: auto;
}
.strip[data-id=ccb1af] .card-btn:hover {
  background-color: transparent;
  color: #1a1a1a;
}
@media (max-width: 1100px) {
  .strip[data-id=ccb1af] .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=ccb1af] .pricing-section {
    padding: 80px 0;
  }
  .strip[data-id=ccb1af] .section-title {
    font-size: 36px;
  }
  .strip[data-id=ccb1af] .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=ccb1af] .pricing-card {
    padding: 40px 30px;
  }
}.strip[data-id="241e68"] {
  --section-id: "241e68";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/241e68";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/241e68";
  /* Subtle decorative element */
}
.strip[data-id="241e68"] .contact-map {
  background-color: #ffffff;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.strip[data-id="241e68"] .contact-map::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}
.strip[data-id="241e68"] .contact-map .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="241e68"] .contact-map .grid {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id="241e68"] .contact-map .contact-info {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="241e68"] .contact-map .map-container {
  flex: 1;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}
.strip[data-id="241e68"] .contact-map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.1) brightness(0.9);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="241e68"] .contact-map .map-container:hover iframe {
  filter: grayscale(0%) contrast(1) brightness(1);
}
.strip[data-id="241e68"] .contact-map h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="241e68"] .contact-map .lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #666;
  margin-bottom: 48px;
  line-height: 1.6;
  max-width: 400px;
}
.strip[data-id="241e68"] .contact-map .details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id="241e68"] .contact-map .brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  display: block;
}
.strip[data-id="241e68"] .contact-map .detail-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.strip[data-id="241e68"] .contact-map .icon-box {
  width: 48px;
  height: 48px;
  background-color: rgba(197, 160, 89, 0.1);
  color: #c5a059;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.strip[data-id="241e68"] .contact-map .detail-item:hover .icon-box {
  background-color: #c5a059;
  color: #ffffff;
  transform: translateY(-2px);
}
.strip[data-id="241e68"] .contact-map .detail-item a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="241e68"] .contact-map .detail-item a:hover {
  color: #c5a059;
}
@media (max-width: 1024px) {
  .strip[data-id="241e68"] .contact-map .grid {
    gap: 40px;
  }
  .strip[data-id="241e68"] .contact-map h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="241e68"] .contact-map {
    padding: 80px 0;
  }
  .strip[data-id="241e68"] .contact-map .grid {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="241e68"] .contact-map .contact-info {
    flex: 0 0 100%;
    text-align: center;
    align-items: center;
  }
  .strip[data-id="241e68"] .contact-map .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="241e68"] .contact-map .map-container {
    width: 100%;
    height: 400px;
    min-height: auto;
  }
  .strip[data-id="241e68"] .contact-map .detail-item {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="241e68"] .contact-map h2 {
    font-size: 32px;
  }
  .strip[data-id="241e68"] .contact-map .map-container {
    height: 300px;
  }
}.strip[data-id="281df0"] {
  --section-id: "281df0";
  --storage-url: "https://preview-re-hyb-cz.praweb.cz/_section/281df0";
  --public-url: "https://preview-re-hyb-cz.praweb.cz/_section/281df0";
}
.strip[data-id="281df0"] .footer-section {
  background-color: #1a1a1a;
  padding: 60px 0 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="281df0"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="281df0"] .footer-divider {
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity: 0.4;
  margin-bottom: 40px;
}
.strip[data-id="281df0"] .footer-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}
.strip[data-id="281df0"] .footer-logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.4));
}
.strip[data-id="281df0"] .footer-logo svg {
  width: 100%;
  height: 100%;
  fill: #d4af37;
}
.strip[data-id="281df0"] .footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}
.strip[data-id="281df0"] .footer-copyright:hover {
  color: #d4af37;
}
.strip[data-id="281df0"] .footer-copyright p {
  margin: 0;
}
@media (max-width: 768px) {
  .strip[data-id="281df0"] .footer-section {
    padding: 40px 0 30px;
  }
  .strip[data-id="281df0"] .footer-divider {
    margin-bottom: 30px;
    max-width: 90%;
  }
  .strip[data-id="281df0"] .footer-copyright {
    font-size: 12px;
    letter-spacing: 1px;
  }
}