@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Montserrat:wght@500;600;700;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;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

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

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="7f863c"] {
  --section-id: "7f863c";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/7f863c";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/7f863c";
}
.strip[data-id="7f863c"] .nav-section {
  height: 80px;
  background: hsla(0, 0%, 100%, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(210, 5%, 85%, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="7f863c"] .nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="7f863c"] .logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="7f863c"] .logo-wrapper:hover {
  opacity: 0.8;
}
.strip[data-id="7f863c"] .logo-wrapper img {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="7f863c"] .menu-desktop {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="7f863c"] .menu-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: hsl(210, 10%, 20%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="7f863c"] .menu-link:hover,
.strip[data-id="7f863c"] .menu-link.active {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="7f863c"] .menu-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(43, 48%, 59%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7f863c"] .menu-link:hover::after,
.strip[data-id="7f863c"] .menu-link.active::after {
  width: 100%;
}
.strip[data-id="7f863c"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  margin-right: -12px;
  z-index: 1100;
  outline: none;
}
.strip[data-id="7f863c"] .hamburger-box {
  width: 26px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id="7f863c"] .hamburger-inner {
  width: 100%;
  height: 2px;
  background-color: hsl(210, 10%, 20%);
  border-radius: 4px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="7f863c"] .menu-mobile-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 100%, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1050;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="7f863c"] .menu-mobile-overlay.active {
  right: 0;
}
.strip[data-id="7f863c"] .menu-mobile-overlay .menu-link {
  font-size: 18px;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  .strip[data-id="7f863c"] .menu-desktop {
    gap: 20px;
  }
  .strip[data-id="7f863c"] .menu-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="7f863c"] .nav-section {
    height: 70px;
  }
  .strip[data-id="7f863c"] .menu-desktop {
    display: none;
  }
  .strip[data-id="7f863c"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="7f863c"] .mobile-toggle.active .hamburger-inner:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id="7f863c"] .mobile-toggle.active .hamburger-inner:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="7f863c"] .mobile-toggle.active .hamburger-inner:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}.strip[data-id="59820f"] {
  --section-id: "59820f";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/59820f";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/59820f";
  /* Scroll Indicator */
}
.strip[data-id="59820f"] .hero-section {
  height: 100vh;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://preview-majengo-cz.proweb.cz/_section/59820f/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.strip[data-id="59820f"] .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Darker at top and bottom for better contrast and cinematic look */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.strip[data-id="59820f"] .smoke-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
  background-image: url(https://preview-majengo-cz.proweb.cz/_section/59820f/smoke-texture.png);
  animation: smokeMove 60s linear infinite;
  pointer-events: none;
}
@keyframes smokeMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 1000px;
  }
}
.strip[data-id="59820f"] .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.strip[data-id="59820f"] .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="59820f"] .decorative-line {
  width: 60px;
  height: 2px;
  background-color: hsl(43, 48%, 59%);
  margin-bottom: 30px;
}
.strip[data-id="59820f"] .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 10vw, 110px); /* Fluid typography */
  color: hsl(0, 0%, 100%);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="59820f"] .hero-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
  color: hsl(36, 33%, 94%);
  margin: 0 auto 60px auto;
  max-width: 800px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.strip[data-id="59820f"] .hero-actions {
  display: flex;
  justify-content: center;
}
.strip[data-id="59820f"] .cta-button {
  display: inline-block;
  padding: 24px 50px;
  background-color: hsl(43, 48%, 59%);
  color: hsl(0, 0%, 0%);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="59820f"] .cta-button:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="59820f"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.strip[data-id="59820f"] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id="59820f"] .scroll-text {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: hsl(36, 33%, 94%);
}
.strip[data-id="59820f"] .scroll-arrow {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, hsl(43, 48%, 59%), transparent);
  position: relative;
  overflow: hidden;
}
.strip[data-id="59820f"] .scroll-arrow::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 767px) {
  .strip[data-id="59820f"] .hero-section {
    background-attachment: scroll;
  }
  .strip[data-id="59820f"] .container {
    padding: 0 25px;
  }
  .strip[data-id="59820f"] .hero-title {
    letter-spacing: 0.1em;
  }
  .strip[data-id="59820f"] .hero-subtitle {
    margin-bottom: 40px;
  }
  .strip[data-id="59820f"] .cta-button {
    padding: 20px 40px;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .strip[data-id="59820f"] .scroll-indicator {
    display: none;
  }
}.strip[data-id="90481b"] {
  --section-id: "90481b";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/90481b";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/90481b";
  /* Decorative background element */
  /* Accent element on image */
}
.strip[data-id="90481b"] .about-philosophy {
  background-color: hsl(0, 0%, 98%);
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="90481b"] .about-philosophy::before {
  content: "MAJENGO";
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12vw;
  color: hsla(0, 0%, 0%, 0.03);
  pointer-events: none;
  white-space: nowrap;
}
.strip[data-id="90481b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.strip[data-id="90481b"] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
.strip[data-id="90481b"] .text-side {
  flex: 0 0 50%;
}
.strip[data-id="90481b"] .heading-box {
  margin-bottom: 40px;
  position: relative;
}
.strip[data-id="90481b"] .separator {
  width: 60px;
  height: 4px;
  background-color: hsl(43, 48%, 85%);
  margin-bottom: 25px;
}
.strip[data-id="90481b"] h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: hsl(0, 0%, 5%);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.strip[data-id="90481b"] .description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: hsl(210, 5%, 30%);
  line-height: 1.8;
}
.strip[data-id="90481b"] .description p {
  margin: 0 0 20px 0;
}
.strip[data-id="90481b"] .image-side {
  flex: 0 0 50%;
  position: relative;
}
.strip[data-id="90481b"] .image-container {
  position: relative;
  border: 1px solid hsl(0, 0%, 10%);
  background-color: #fff;
  line-height: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
}
.strip[data-id="90481b"] .image-container:hover {
  transform: scale(1.02);
}
.strip[data-id="90481b"] .image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
}
.strip[data-id="90481b"] .image-accent {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-color: hsl(43, 48%, 85%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .strip[data-id="90481b"] .about-philosophy {
    padding: 80px 0;
  }
  .strip[data-id="90481b"] .about-philosophy::before {
    display: none;
  }
  .strip[data-id="90481b"] .content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id="90481b"] .text-side, .strip[data-id="90481b"] .image-side {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id="90481b"] .container {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="90481b"] h2 {
    font-size: 32px;
  }
  .strip[data-id="90481b"] .description {
    font-size: 17px;
  }
}.strip[data-id="75cd33"] {
  --section-id: "75cd33";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/75cd33";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/75cd33";
}
.strip[data-id="75cd33"] .services-section {
  position: relative;
  padding: 100px 0;
  background-color: hsl(36, 33%, 97%);
  overflow: hidden;
  font-family: "Inter", sans-serif;
}
.strip[data-id="75cd33"] .services-section .dot-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: radial-gradient(hsl(210, 10%, 25%) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.03;
}
.strip[data-id="75cd33"] .services-section .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.strip[data-id="75cd33"] .services-section .header-block {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="75cd33"] .services-section .header-block .accent-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #D4AF37;
  margin-bottom: 20px;
}
.strip[data-id="75cd33"] .services-section .header-block .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-weight: 600;
  letter-spacing: -1px;
}
.strip[data-id="75cd33"] .services-section .header-block .section-subtitle {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="75cd33"] .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 35px 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card .icon-wrapper {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: hsl(210, 10%, 25%);
  transition: color 0.4s ease;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card:hover {
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px) scale(1.02);
  border-color: transparent;
}
.strip[data-id="75cd33"] .services-section .services-grid .service-card:hover .icon-wrapper {
  color: #D4AF37;
}
.strip[data-id="75cd33"] .services-section .coordination-block {
  background: #ffffff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #1a1a1a;
  margin: 0 0 40px 0;
  font-weight: 600;
  text-align: center;
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-list li {
  position: relative;
  padding-top: 30px;
  font-family: "Inter", sans-serif;
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 4px;
  background-color: #D4AF37;
  border-radius: 2px;
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-list li strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.strip[data-id="75cd33"] .services-section .coordination-block .coordination-list li span {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  display: block;
}
@media (max-width: 1200px) {
  .strip[data-id="75cd33"] .services-section .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .strip[data-id="75cd33"] .services-section {
    padding: 80px 0;
  }
  .strip[data-id="75cd33"] .services-section .header-block .section-title {
    font-size: 38px;
  }
  .strip[data-id="75cd33"] .services-section .coordination-block {
    padding: 40px;
  }
  .strip[data-id="75cd33"] .services-section .coordination-block .coordination-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="75cd33"] .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .strip[data-id="75cd33"] .services-section .coordination-block .coordination-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .strip[data-id="75cd33"] .services-section .header-block .section-title {
    font-size: 32px;
  }
  .strip[data-id="75cd33"] .services-section .services-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=ff030b] {
  --section-id: "ff030b";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/ff030b";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/ff030b";
}
.strip[data-id=ff030b] .projects-showcase {
  background-color: #ffffff;
  padding: 120px 0;
  overflow: hidden;
}
.strip[data-id=ff030b] .projects-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ff030b] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=ff030b] .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=ff030b] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: hsl(43, 48%, 59%);
}
.strip[data-id=ff030b] .project-card {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id=ff030b] .project-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=ff030b] .project-card:last-child {
  margin-bottom: 0;
}
.strip[data-id=ff030b] .project-card:nth-child(even) {
  flex-direction: row-reverse;
}
.strip[data-id=ff030b] .project-image-wrapper {
  width: 65%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
}
.strip[data-id=ff030b] .project-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: transform 0.6s ease;
}
.strip[data-id=ff030b] .project-card:hover .project-image-wrapper img {
  transform: scale(1.05);
}
.strip[data-id=ff030b] .project-info-card {
  width: 40%;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-left: -5%;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.strip[data-id=ff030b] .project-card:nth-child(even) .project-info-card {
  margin-left: 0;
  margin-right: -5%;
}
.strip[data-id=ff030b] .project-card:hover .project-info-card {
  transform: translateY(-5px);
}
.strip[data-id=ff030b] .project-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.strip[data-id=ff030b] .project-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0 0 30px 0;
}
.strip[data-id=ff030b] .project-term {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
}
.strip[data-id=ff030b] .project-term::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
  margin-right: 10px;
}
.strip[data-id=ff030b] .project-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0f0f0;
  transition: border-color 0.3s ease;
}
.strip[data-id=ff030b] .project-link:hover {
  border-color: hsl(43, 48%, 59%);
}
@media (max-width: 1100px) {
  .strip[data-id=ff030b] .project-info-card {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ff030b] .projects-showcase {
    padding: 80px 0;
  }
  .strip[data-id=ff030b] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id=ff030b] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id=ff030b] .project-card, .strip[data-id=ff030b] .project-card:nth-child(even) {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .strip[data-id=ff030b] .project-image-wrapper {
    width: 100%;
  }
  .strip[data-id=ff030b] .project-info-card, .strip[data-id=ff030b] .project-card:nth-child(even) .project-info-card {
    width: 90%;
    margin: -40px auto 0 auto;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 576px) {
  .strip[data-id=ff030b] .project-title {
    font-size: 24px;
  }
  .strip[data-id=ff030b] .project-info-card, .strip[data-id=ff030b] .project-card:nth-child(even) .project-info-card {
    width: 95%;
    padding: 30px;
  }
}.strip[data-id="8fd54e"] {
  --section-id: "8fd54e";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/8fd54e";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/8fd54e";
}
.strip[data-id="8fd54e"] .quick-contact {
  width: 100%;
  background-color: hsl(210, 10%, 12%);
  padding: 0;
  overflow: hidden;
  position: relative;
  /* Subtile industrial texture */
}
.strip[data-id="8fd54e"] .quick-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3F%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}
.strip[data-id="8fd54e"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="8fd54e"] .contact-grid {
  display: flex;
  flex-wrap: wrap;
  min-height: 750px;
}
.strip[data-id="8fd54e"] .contact-info-panel {
  flex: 1.2;
  min-width: 320px;
  padding: 100px 60px;
  background-color: hsl(210, 10%, 12%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="8fd54e"] .contact-map-panel {
  flex: 0.8;
  min-width: 320px;
  min-height: 450px;
  filter: grayscale(70%) contrast(110%) brightness(0.9);
  position: relative;
  transition: filter 0.5s ease;
}
.strip[data-id="8fd54e"] .contact-map-panel:hover {
  filter: grayscale(30%) contrast(105%) brightness(1);
}
.strip[data-id="8fd54e"] .contact-map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.strip[data-id="8fd54e"] .contact-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  color: hsl(43, 48%, 59%);
  margin: 0 0 40px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.strip[data-id="8fd54e"] .studio-branding {
  margin-bottom: 30px;
}
.strip[data-id="8fd54e"] .architect-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: hsl(0, 0%, 100%);
  margin: 0 0 8px 0;
}
.strip[data-id="8fd54e"] .studio-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: hsl(0, 0%, 70%);
  margin: 0;
  letter-spacing: 1px;
}
.strip[data-id="8fd54e"] .contact-separator {
  width: 80px;
  height: 3px;
  background-color: hsl(43, 48%, 59%);
  margin: 40px 0;
}
.strip[data-id="8fd54e"] .contact-list {
  margin-bottom: 60px;
}
.strip[data-id="8fd54e"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(43, 48%, 59%, 0.15);
}
.strip[data-id="8fd54e"] .contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.strip[data-id="8fd54e"] .contact-icon {
  width: 24px;
  height: 24px;
  color: hsl(43, 48%, 59%);
  flex-shrink: 0;
  margin-top: 4px;
}
.strip[data-id="8fd54e"] .contact-details {
  flex: 1;
}
.strip[data-id="8fd54e"] .contact-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.strip[data-id="8fd54e"] .contact-value {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: hsl(0, 0%, 100%);
  line-height: 1.6;
}
.strip[data-id="8fd54e"] .contact-link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.strip[data-id="8fd54e"] .contact-link:hover {
  color: hsl(43, 48%, 59%);
  border-bottom-color: hsla(43, 48%, 59%, 0.5);
}
.strip[data-id="8fd54e"] .contact-form {
  margin-top: 20px;
  background: hsla(0, 0%, 100%, 0.03);
  padding: 30px;
  border: 1px solid hsla(43, 48%, 59%, 0.1);
}
.strip[data-id="8fd54e"] .form-row {
  margin-bottom: 25px;
}
.strip[data-id="8fd54e"] .form-group {
  position: relative;
}
.strip[data-id="8fd54e"] .form-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.strip[data-id="8fd54e"] .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsla(43, 48%, 59%, 0.4);
  padding: 10px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: hsl(0, 0%, 100%);
  outline: none;
  transition: all 0.3s ease;
}
.strip[data-id="8fd54e"] .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}
.strip[data-id="8fd54e"] .form-control:focus {
  border-bottom-color: hsl(43, 48%, 59%);
  padding-left: 10px;
}
.strip[data-id="8fd54e"] textarea.form-control {
  resize: none;
  min-height: 100px;
}
.strip[data-id="8fd54e"] .submit-button {
  background-color: hsl(43, 48%, 59%);
  color: hsl(210, 10%, 12%);
  border: none;
  padding: 18px 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 10px;
  letter-spacing: 1px;
  width: 100%;
}
.strip[data-id="8fd54e"] .submit-button:hover {
  background-color: hsl(0, 0%, 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .strip[data-id="8fd54e"] .contact-grid {
    flex-direction: column;
  }
  .strip[data-id="8fd54e"] .contact-info-panel {
    padding: 60px 25px;
  }
  .strip[data-id="8fd54e"] .contact-map-panel {
    height: 450px;
    order: 2;
  }
  .strip[data-id="8fd54e"] .contact-form {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .strip[data-id="8fd54e"] .contact-info-panel {
    padding-left: 0;
  }
}.strip[data-id="166ddd"] {
  --section-id: "166ddd";
  --storage-url: "https://preview-majengo-cz.proweb.cz/_section/166ddd";
  --public-url: "https://preview-majengo-cz.proweb.cz/_section/166ddd";
}
.strip[data-id="166ddd"] .site-footer {
  background-color: hsl(0, 0%, 8%);
  border-top: 2px solid hsl(43, 48%, 59%);
  padding: 50px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: hsl(0, 0%, 65%);
  line-height: 1.6;
}
.strip[data-id="166ddd"] .site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.strip[data-id="166ddd"] .site-footer .footer-column {
  flex: 1;
  display: flex;
  align-items: center;
}
.strip[data-id="166ddd"] .site-footer .footer-logo {
  justify-content: flex-start;
}
.strip[data-id="166ddd"] .site-footer .footer-logo .footer-logo-img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
  /* Invert for dark background, screen to blend any remaining dark edges */
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id="166ddd"] .site-footer .footer-logo .footer-logo-img:hover {
  opacity: 1;
}
.strip[data-id="166ddd"] .site-footer .footer-copyright {
  justify-content: center;
  text-align: center;
}
.strip[data-id="166ddd"] .site-footer .footer-copyright p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.strip[data-id="166ddd"] .site-footer .footer-links {
  justify-content: flex-end;
}
.strip[data-id="166ddd"] .site-footer .footer-links .footer-link {
  color: hsl(0, 0%, 65%);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.strip[data-id="166ddd"] .site-footer .footer-links .footer-link:hover {
  color: hsl(43, 48%, 59%);
  border-bottom-color: hsl(43, 48%, 59%);
}
@media (max-width: 991px) {
  .strip[data-id="166ddd"] .site-footer .footer-container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="166ddd"] .site-footer {
    padding: 40px 20px;
  }
  .strip[data-id="166ddd"] .site-footer .footer-container {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id="166ddd"] .site-footer .footer-column {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .strip[data-id="166ddd"] .site-footer .footer-logo {
    order: 1;
  }
  .strip[data-id="166ddd"] .site-footer .footer-copyright {
    order: 2;
  }
  .strip[data-id="166ddd"] .site-footer .footer-links {
    order: 3;
  }
}