@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@700;800&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=eed960] {
  --section-id: "eed960";
  --storage-url: "https://test-60scichl.praweb.cz/_section/eed960";
  --public-url: "https://test-60scichl.praweb.cz/_section/eed960";
  /* Scrolled state handled by JS */
  /* Mobile Toggle */
  /* Mobile Menu */
  /* Hamburger Animation */
}
.strip[data-id=eed960] .header-section {
  width: 100%;
  background-color: hsla(210, 29%, 14%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 25px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strip[data-id=eed960] .header-section.scrolled {
  padding: 12px 0;
  background-color: hsla(210, 29%, 10%, 0.95);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=eed960] .header-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=eed960] .logo-zone {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=eed960] .logo-zone:hover {
  transform: scale(1.02);
}
.strip[data-id=eed960] .logo-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=eed960] .logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strip[data-id=eed960] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.strip[data-id=eed960] .nav-zone {
  display: block;
}
.strip[data-id=eed960] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.strip[data-id=eed960] .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=eed960] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(33, 100%, 50%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=eed960] .nav-link:hover {
  color: #ffffff;
}
.strip[data-id=eed960] .nav-link:hover::after,
.strip[data-id=eed960] .nav-link.active::after {
  width: 100%;
}
.strip[data-id=eed960] .nav-link.active {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=eed960] .cta-zone {
  display: flex;
  align-items: center;
  gap: 30px;
}
.strip[data-id=eed960] .phone-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id=eed960] .phone-link:hover {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=eed960] .cta-button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: hsl(33, 100%, 50%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px hsla(33, 100%, 50%, 0.3);
  border: none;
  cursor: pointer;
}
.strip[data-id=eed960] .cta-button:hover {
  background-color: hsl(33, 100%, 45%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px hsla(33, 100%, 50%, 0.4);
}
.strip[data-id=eed960] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=eed960] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id=eed960] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: hsl(210, 29%, 8%);
  z-index: 1000;
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.strip[data-id=eed960] .mobile-menu-overlay.active {
  right: 0;
}
.strip[data-id=eed960] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.strip[data-id=eed960] .mobile-nav-link {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: color 0.3s ease;
}
.strip[data-id=eed960] .mobile-nav-link:hover {
  color: hsl(33, 100%, 50%);
}
.strip[data-id=eed960] .mobile-cta-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.strip[data-id=eed960] .phone-link-mobile {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.strip[data-id=eed960] .cta-button-mobile {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: hsl(33, 100%, 50%);
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1100px) {
  .strip[data-id=eed960] .nav-list {
    gap: 20px;
  }
  .strip[data-id=eed960] .cta-zone {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=eed960] .nav-zone {
    display: none;
  }
  .strip[data-id=eed960] .phone-link {
    display: none;
  }
  .strip[data-id=eed960] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=eed960] .header-section {
    padding: 18px 0;
  }
  .strip[data-id=eed960] .header-section.scrolled {
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id=eed960] .logo-text {
    font-size: 19px;
  }
  .strip[data-id=eed960] .cta-button {
    display: none;
  }
}
.strip[data-id=eed960] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=eed960] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.strip[data-id=eed960] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}@charset "UTF-8";
.strip[data-id=fcface] {
  --section-id: "fcface";
  --storage-url: "https://test-60scichl.praweb.cz/_section/fcface";
  --public-url: "https://test-60scichl.praweb.cz/_section/fcface";
}
.strip[data-id=fcface] .hero-section {
  position: relative;
  min-height: 85vh;
  margin-top: -80px; /* Přizpůsobení výšce hlavičky */
  display: flex;
  align-items: center;
  background-color: #141414;
  background-image: linear-gradient(90deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.7) 40%, rgba(20, 20, 20, 0) 100%), var(--bg-image);
  background-size: cover;
  background-position: center;
  /* Odstraněno fixed pro lepší kompatibilitu */
  background-attachment: scroll;
  overflow: hidden;
}
.strip[data-id=fcface] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.01) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.01) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.01) 75%);
  background-size: 4px 4px;
  background-position: 0 0, 0 2px, 2px 2px, 2px 0;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=fcface] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 20px 80px; /* Zvětšený horní padding kvůli hlavičce */
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id=fcface] .content-wrapper {
  max-width: 750px;
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 50px;
  border-radius: 12px;
  border-left: 5px solid hsl(33, 100%, 50%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id=fcface] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.strip[data-id=fcface] h1 span {
  color: hsl(33, 100%, 50%);
  display: block;
}
.strip[data-id=fcface] .lead-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: hsl(210, 20%, 90%);
  max-width: 600px;
  margin-bottom: 45px;
}
.strip[data-id=fcface] .button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=fcface] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  letter-spacing: 1px;
}
.strip[data-id=fcface] .btn-primary {
  background-color: hsl(33, 100%, 50%);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 25px hsla(33, 100%, 50%, 0.4);
  animation: pulse-orange 3s infinite;
}
.strip[data-id=fcface] .btn-primary:hover {
  background-color: hsl(33, 100%, 45%);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px hsla(33, 100%, 50%, 0.5);
}
.strip[data-id=fcface] .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(5px);
}
.strip[data-id=fcface] .btn-secondary:hover {
  background-color: #ffffff;
  color: #141414;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}
@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 hsla(33, 100%, 50%, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px hsla(33, 100%, 50%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(33, 100%, 50%, 0);
  }
}
@media (max-width: 768px) {
  .strip[data-id=fcface] .hero-section {
    min-height: 100vh;
    margin-top: 0;
    background-image: linear-gradient(0deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.7) 60%, rgba(20, 20, 20, 0.4) 100%), var(--bg-image);
    text-align: center;
    padding-top: 60px;
  }
  .strip[data-id=fcface] .container {
    padding-top: 100px;
  }
  .strip[data-id=fcface] .content-wrapper {
    margin: 0 auto;
    padding: 40px 25px;
    background: rgba(20, 20, 20, 0.7);
    border-left: none;
    border-top: 5px solid hsl(33, 100%, 50%);
  }
  .strip[data-id=fcface] .btn {
    width: 100%;
    max-width: 350px;
  }
}.strip[data-id=e3d317] {
  --section-id: "e3d317";
  --storage-url: "https://test-60scichl.praweb.cz/_section/e3d317";
  --public-url: "https://test-60scichl.praweb.cz/_section/e3d317";
}
.strip[data-id=e3d317] .services-section {
  padding: 100px 20px;
  background-color: #f8fafc;
  background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e3d317] .services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
.strip[data-id=e3d317] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=e3d317] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px auto;
}
.strip[data-id=e3d317] .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1e293b;
  margin-bottom: 24px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.strip[data-id=e3d317] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #ff6600;
  border-radius: 2px;
}
.strip[data-id=e3d317] .section-header p {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin-top: 32px;
}
.strip[data-id=e3d317] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=e3d317] .service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 48px 32px;
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.strip[data-id=e3d317] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px -12px rgba(15, 23, 42, 0.12);
  border-color: rgba(255, 102, 0, 0.2);
}
.strip[data-id=e3d317] .icon-container {
  width: 72px;
  height: 72px;
  background-color: #fff7ed;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: all 0.4s ease;
  border: 1px solid #ffedd5;
}
.strip[data-id=e3d317] .service-icon {
  width: 36px;
  height: 36px;
  color: #ff6600;
  transition: all 0.4s ease;
}
.strip[data-id=e3d317] .service-card:hover .icon-container {
  background-color: #ff6600;
  border-color: #ff6600;
  transform: rotate(10deg);
}
.strip[data-id=e3d317] .service-card:hover .service-icon {
  color: #ffffff;
  transform: scale(1.1);
}
.strip[data-id=e3d317] .card-content {
  flex-grow: 1;
}
.strip[data-id=e3d317] .card-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}
.strip[data-id=e3d317] .card-content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id=e3d317] .card-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  color: #ff6600;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s ease;
}
.strip[data-id=e3d317] .card-footer svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.strip[data-id=e3d317] .service-card:hover .card-footer svg {
  transform: translateX(5px);
}
@media (max-width: 1200px) {
  .strip[data-id=e3d317] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=e3d317] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=e3d317] .services-section {
    padding: 80px 20px;
  }
  .strip[data-id=e3d317] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id=e3d317] .service-card {
    padding: 40px 24px;
  }
}.strip[data-id=d343b2] {
  --section-id: "d343b2";
  --storage-url: "https://test-60scichl.praweb.cz/_section/d343b2";
  --public-url: "https://test-60scichl.praweb.cz/_section/d343b2";
}
.strip[data-id=d343b2] .why-choose-us {
  background-color: hsl(210, 29%, 10%);
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=d343b2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=d343b2] .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d343b2] .text-side {
  position: relative;
}
.strip[data-id=d343b2] .wheel-schema {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 400px;
  height: 400px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" stroke="white" stroke-width="0.5" fill="none"><circle cx="50" cy="50" r="45"/><circle cx="50" cy="50" r="10"/><line x1="50" y1="5" x2="50" y2="40"/><line x1="50" y1="60" x2="50" y2="95"/><line x1="5" y1="50" x2="40" y2="50"/><line x1="60" y1="50" x2="95" y2="50"/><line x1="18" y1="18" x2="43" y2="43"/><line x1="57" y1="57" x2="82" y2="82"/><line x1="82" y1="18" x2="57" y2="43"/><line x1="43" y1="57" x2="18" y2="82"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}
.strip[data-id=d343b2] .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #ffffff;
}
.strip[data-id=d343b2] .orange-divider {
  width: 60px;
  height: 4px;
  background-color: #ff6600;
  margin-bottom: 50px;
}
.strip[data-id=d343b2] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=d343b2] .benefit-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.strip[data-id=d343b2] .icon-box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #ff6600;
  margin-top: 5px;
}
.strip[data-id=d343b2] .benefit-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #ffffff;
}
.strip[data-id=d343b2] .benefit-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d5db;
  margin: 0;
}
.strip[data-id=d343b2] .image-side {
  position: relative;
}
.strip[data-id=d343b2] .image-mask {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.strip[data-id=d343b2] .image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id=d343b2] .image-mask:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .strip[data-id=d343b2] .grid-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=d343b2] .image-side {
    order: -1;
  }
  .strip[data-id=d343b2] .image-mask {
    height: 300px;
    aspect-ratio: auto;
  }
  .strip[data-id=d343b2] .section-title {
    font-size: 30px;
  }
  .strip[data-id=d343b2] .why-choose-us {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d343b2] .benefit-item {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id=d343b2] .icon-box {
    margin-top: 0;
  }
}.strip[data-id="942727"] {
  --section-id: "942727";
  --storage-url: "https://test-60scichl.praweb.cz/_section/942727";
  --public-url: "https://test-60scichl.praweb.cz/_section/942727";
}
.strip[data-id="942727"] .footer {
  background-color: #1a1d21;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 40px 40px;
  border-top: 4px solid #ff8c00;
  padding: 80px 0 40px 0;
  color: #a0a6ad;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="942727"] .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.3), transparent);
}
.strip[data-id="942727"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="942727"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 60px;
}
.strip[data-id="942727"] .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ff8c00;
  margin-bottom: 30px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="942727"] .footer-title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background: rgba(255, 140, 0, 0.2);
}
.strip[data-id="942727"] .footer-text p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="942727"] .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="942727"] .footer-list li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.strip[data-id="942727"] .footer-list svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #ff8c00;
}
.strip[data-id="942727"] .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.strip[data-id="942727"] .contact-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}
.strip[data-id="942727"] .social-links {
  display: flex;
  gap: 12px;
}
.strip[data-id="942727"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="942727"] .social-icon:hover {
  background: #ff8c00;
  border-color: #ff8c00;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 140, 0, 0.2);
}
.strip[data-id="942727"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="942727"] .footer-bottom p {
  font-size: 13px;
  margin: 0;
  opacity: 0.6;
}
.strip[data-id="942727"] .back-to-top {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strip[data-id="942727"] .back-to-top:hover {
  background: #ff8c00;
  border-color: #ff8c00;
}
@media (max-width: 1024px) {
  .strip[data-id="942727"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="942727"] .footer {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="942727"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="942727"] .footer-title::after {
    display: none;
  }
  .strip[data-id="942727"] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}