/* =============================================================
   EXPLORE / SCREENSHOTS SECTION - Software Detail Page
   Light theme
   ============================================================= */

#sw-content section.sw-explore-section,
section.sw-explore-section {
  background-color: #FFFFFF !important;
  padding: 80px 0 !important;
}

#sw-content section.sw-explore-section .container,
section.sw-explore-section .container {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 1.5625rem !important;
  background: transparent !important;
}

#sw-content .sw-explore-section .sw-explore-label,
.sw-explore-section .sw-explore-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #EC5A22 !important;
  margin-bottom: 12px !important;
  display: block !important;
}

#sw-content .sw-explore-section .sw-explore-title,
.sw-explore-section .sw-explore-title {
  color: #1E293B !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.5px !important;
  line-height: 1.2 !important;
}

#sw-content .sw-explore-section .sw-explore-subtitle,
.sw-explore-section .sw-explore-subtitle {
  color: #64748B !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 600px !important;
  margin: 0 auto 40px !important;
}

#sw-content .sw-explore-section .product__screenshots__container,
.sw-explore-section .product__screenshots__container {
  position: relative !important;
}

#sw-content .sw-explore-section .product__screenshots,
.sw-explore-section .product__screenshots {
  display: flex !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#sw-content .sw-explore-section .product__screenshots::-webkit-scrollbar,
.sw-explore-section .product__screenshots::-webkit-scrollbar {
  display: none !important;
}

#sw-content .sw-explore-section .browser-mockup,
.sw-explore-section .browser-mockup {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  flex-shrink: 0 !important;
  scroll-snap-align: start !important;
}

#sw-content .sw-explore-section .product__screenshots__control,
.sw-explore-section .product__screenshots__control {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

#sw-content .sw-explore-section .product__screenshots__control:hover,
.sw-explore-section .product__screenshots__control:hover {
  border-color: #EC5A22 !important;
  background: #FFF7ED !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.15) !important;
}

#sw-content .sw-explore-section .product__screenshots__control svg,
.sw-explore-section .product__screenshots__control svg {
  width: 20px !important;
  height: 20px !important;
  color: #64748B !important;
}

#sw-content .sw-explore-section .product__screenshots__control:hover svg,
.sw-explore-section .product__screenshots__control:hover svg {
  color: #EC5A22 !important;
}

#sw-content .sw-explore-section .product__screenshots__control--left,
.sw-explore-section .product__screenshots__control--left {
  left: -24px !important;
}

#sw-content .sw-explore-section .product__screenshots__control--right,
.sw-explore-section .product__screenshots__control--right {
  right: -24px !important;
}

#sw-content .sw-explore-section .product__screenshots__control.is-hidden,
.sw-explore-section .product__screenshots__control.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

#sw-content .sw-explore-section .btn__software--blog--article,
.sw-explore-section .btn__software--blog--article {
  color: #EC5A22 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 24px !important;
  transition: color 0.3s ease !important;
}

#sw-content .sw-explore-section .btn__software--blog--article:hover,
.sw-explore-section .btn__software--blog--article:hover {
  color: #D4501E !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  #sw-content .sw-explore-section .product__screenshots__control--left,
  .sw-explore-section .product__screenshots__control--left {
    left: 4px !important;
  }
  #sw-content .sw-explore-section .product__screenshots__control--right,
  .sw-explore-section .product__screenshots__control--right {
    right: 4px !important;
  }
}
