html, body { background: #F8FAFC !important; overflow-x: hidden !important; }
/* =============================================================
   Elestio Software Template - Dark Theme Override
   All rules scoped under #sw-content to override style.css
   ============================================================= */

/* ─── GLOBAL / BODY ─── */
#sw-content {
  background-color: #F8FAFC !important;
  color: #1E293B !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ─── CONTAINER ─── */
#sw-content .container {
  max-width: 1200px !important;
}

/* =============================================================
   1. HERO SECTION (.banner)
   ============================================================= */
#sw-content .banner {
  background: #0B1120 !important;
  background-image: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(236, 90, 34, 0.08) 0%, rgba(0, 169, 234, 0.05) 40%, transparent 70%) !important;
  padding: 40px 0 30px !important;
  position: relative !important;
}

#sw-content .banner .container {
  position: relative !important;
  z-index: 2 !important;
}

#sw-content .banner .about-container {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
}

#sw-content .banner .about-header {
  flex: 1 !important;
}

#sw-content .banner .banner__openSource--header {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
}

#sw-content .banner .banner__openSource--image img {
  border-radius: 8px !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

#sw-content .sw-breadcrumb {
  margin-bottom: 24px !important;
  font-size: 14px !important;
  color: #64748B !important;
  text-align: left !important;
}

#sw-content .sw-breadcrumb a {
  color: #64748B !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

#sw-content .sw-breadcrumb a:hover {
  color: #EC5A22 !important;
}

#sw-content .sw-breadcrumb .sw-bc-sep {
  margin: 0 8px !important;
  color: #475569 !important;
}

#sw-content .sw-breadcrumb .sw-bc-current {
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

#sw-content .banner .gradient-title {
  color: #FFFFFF !important;
  font-size: 2.8rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

#sw-content .banner h1 .small {
  color: #94A3B8 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

#sw-content .banner .about-description {
  color: #94A3B8 !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
}

#sw-content .banner p {
  color: #94A3B8 !important;
}

/* Hero legal text */
#sw-content .banner p[style*="font-size: 12px"] {
  color: #64748B !important;
}

/* Deploy button */
#sw-content .btn__software--deploy,
#sw-content .banner .btn__software--deploy,
#sw-content a.btn__software--deploy,
#sw-content a.btn__software--deploy:visited,
#sw-content a.btn__software--deploy:active {
  background-color: #EC5A22 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.3) !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

#sw-content .btn__software--deploy:hover,
#sw-content .banner .btn__software--deploy:hover {
  background-color: #D4501E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(236, 90, 34, 0.4) !important;
}

/* Guides button (ghost) */
#sw-content .btn-guide,
#sw-content .btn__software--docs {
  background: transparent !important;
  color: #E2E8F0 !important;
  border: 1px solid #1E293B !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

#sw-content .btn-guide:hover,
#sw-content .btn__software--docs:hover {
  border-color: #EC5A22 !important;
  color: #EC5A22 !important;
  background: rgba(236, 90, 34, 0.05) !important;
}

/* Browser mockup in hero */
#sw-content .banner .browser-mockup {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
  flex: 1 !important;
}

#sw-content .banner .browser-mockup img {
  border-radius: 0 !important;
}

/* =============================================================
   2. HOSTED ON SECTION (.product__benefits first occurrence)
   ============================================================= */
#sw-content .product__benefits {
  background-color: #F8FAFC !important;
  padding: 60px 0 !important;
}

#sw-content .product__benefits > .container > p[style] {
  color: #EC5A22 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
}

#sw-content .sw-providers-certs {
  background: #0B1120 !important;
  padding: 48px 0 !important;
  margin-bottom: 0 !important;
}

#sw-content .sw-providers-certs .sw-pc-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
}

#sw-content .sw-providers-certs .sw-pc-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 4px !important;
}

#sw-content .sw-providers-certs .sw-pc-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px !important;
}

#sw-content .sw-providers-certs .sw-pc-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 10px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  color: rgba(255,255,255,0.7) !important;
  font-weight: 500 !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

#sw-content .sw-providers-certs .sw-pc-item:hover {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
}

#sw-content .sw-providers-certs .sw-pc-item strong {
  color: #fff !important;
}

@media (max-width: 768px) {
  #sw-content .sw-providers-certs .sw-pc-grid {
    gap: 4px !important;
  }
  #sw-content .sw-providers-certs .sw-pc-item {
    padding: 4px 8px !important;
    font-size: 10px !important;
  }
}

/* =============================================================
   3. BENEFITS SECTION - Bento grid style (from homepage)
   ============================================================= */
#sw-content .product__benefits {
  background: #F8FAFC !important;
  padding: 40px 0 !important;
}

#sw-content .product__benefits .container {
  border: none !important;
}

#sw-content .product__benefits .sw-section-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;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#sw-content .product__benefits .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

#sw-content .product__benefits .benefits__main--description {
  color: #64748B !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 600px !important;
  margin: 0 auto 48px !important;
}

#sw-content .benefits__cards {
  display: grid !important;
  gap: 16px !important;
}

#sw-content .benefits__cards--oss {
  grid-template-columns: repeat(3, 1fr) !important;
}

#sw-content .product__benefits .benefits__informations {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 28px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

#sw-content .product__benefits .benefits__informations::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s !important;
}

#sw-content .product__benefits .benefits__informations:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .product__benefits .benefits__informations:hover::after {
  transform: scaleX(1) !important;
}

/* Color per card - matching homepage palette */
#sw-content .product__benefits .benefits__informations:nth-child(1)::after { background: #EC5A22 !important; }
#sw-content .product__benefits .benefits__informations:nth-child(2)::after { background: #00A9EA !important; }
#sw-content .product__benefits .benefits__informations:nth-child(3)::after { background: #16A34A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(4)::after { background: #8C278A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(5)::after { background: #F5A11A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(6)::after { background: #3B82F6 !important; }

#sw-content .product__benefits .benefits__informations:nth-child(1) .sw-benefit-icon { background: rgba(236,90,34,0.08) !important; color: #EC5A22 !important; }
#sw-content .product__benefits .benefits__informations:nth-child(2) .sw-benefit-icon { background: rgba(0,169,234,0.08) !important; color: #00A9EA !important; }
#sw-content .product__benefits .benefits__informations:nth-child(3) .sw-benefit-icon { background: rgba(22,163,74,0.08) !important; color: #16A34A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(4) .sw-benefit-icon { background: rgba(140,39,138,0.08) !important; color: #8C278A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(5) .sw-benefit-icon { background: rgba(245,161,26,0.08) !important; color: #F5A11A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(6) .sw-benefit-icon { background: rgba(59,130,246,0.08) !important; color: #3B82F6 !important; }

#sw-content .product__benefits .sw-benefit-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
}

#sw-content .product__benefits .sw-benefit-icon svg {
  color: inherit !important;
}

#sw-content .product__benefits .benefits__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px !important;
}

#sw-content .product__benefits .benefits__informations p:not(.benefits__title) {
  font-size: 14px !important;
  color: #64748B !important;
  line-height: 1.6 !important;
}

#sw-content .product__benefits .benefits__informations {
  display: flex !important;
  flex-direction: column !important;
}

/* Bento-stat pills */
#sw-content .product__benefits .sw-benefit-stat {
  display: inline-block !important;
  margin-top: auto !important;
  padding-top: 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 100px !important;
  align-self: flex-start !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(1) .sw-benefit-stat { color: #EC5A22 !important; background: rgba(236,90,34,0.08) !important; }
#sw-content .product__benefits .benefits__informations:nth-child(2) .sw-benefit-stat { color: #00A9EA !important; background: rgba(0,169,234,0.08) !important; }
#sw-content .product__benefits .benefits__informations:nth-child(3) .sw-benefit-stat { color: #16A34A !important; background: rgba(22,163,74,0.08) !important; }
#sw-content .product__benefits .benefits__informations:nth-child(4) .sw-benefit-stat { color: #8C278A !important; background: rgba(140,39,138,0.08) !important; }
#sw-content .product__benefits .benefits__informations:nth-child(5) .sw-benefit-stat { color: #F5A11A !important; background: rgba(245,161,26,0.08) !important; }
#sw-content .product__benefits .benefits__informations:nth-child(6) .sw-benefit-stat { color: #3B82F6 !important; background: rgba(59,130,246,0.08) !important; }

#sw-content .product__benefits .benefits__header {
  display: block !important;
}

/* =============================================================
   4. SCREENSHOTS/VIDEOS SECTION
   ============================================================= */
#sw-content .light-background {
  background-color: #FFFFFF !important;
  padding: 0 !important;
}

#sw-content .light-background .container {
  border: none !important;
  text-align: center !important;
}

#sw-content .light-background .sw-section-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #EC5A22 !important;
  margin-bottom: 12px !important;
}

#sw-content .light-background .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

#sw-content .light-background .benefits__main--description {
  color: #64748B !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 600px !important;
  margin: 0 auto 48px !important;
}

/* Screenshot browser mockup - white card style */
#sw-content .light-background .browser-mockup {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  flex-shrink: 0 !important;
  scroll-snap-align: start !important;
}

#sw-content .product__screenshots__container {
  position: relative !important;
}

#sw-content .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 .product__screenshots::-webkit-scrollbar {
  display: none !important;
}

#sw-content .light-background .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 .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 10px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .product__screenshots__control:hover {
  border-color: #EC5A22 !important;
  color: #EC5A22 !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.15) !important;
}

#sw-content .product__screenshots__control svg {
  width: 20px !important;
  height: 20px !important;
  color: #1E293B !important;
}

#sw-content .product__screenshots__control:hover svg {
  color: #EC5A22 !important;
}

#sw-content .product__screenshots__control--left {
  left: -24px !important;
}

#sw-content .product__screenshots__control--right {
  right: -24px !important;
}

#sw-content .product__screenshots__control.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

#sw-content .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 .btn__software--blog--article:hover {
  color: #D4501E !important;
  text-decoration: underline !important;
}

/* =============================================================
   5. FEATURES & RESOURCES SECTION
   ============================================================= */
#sw-content .sw-features {
  background: #F8FAFC !important;
  padding: 40px 0 !important;
}

#sw-content .sw-features .sw-section-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #EC5A22 !important;
  margin-bottom: 12px !important;
}

#sw-content .sw-features .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

#sw-content .benefits__cards--features {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
}

#sw-content .sw-features .benefits__informations,
#sw-content .benefits__cards--features .benefits__informations {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 28px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

#sw-content .sw-features .benefits__informations::after,
#sw-content .benefits__cards--features .benefits__informations::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s !important;
}

#sw-content .sw-features .benefits__informations:hover,
#sw-content .benefits__cards--features .benefits__informations:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .sw-features .benefits__informations:hover::after,
#sw-content .benefits__cards--features .benefits__informations:hover::after {
  transform: scaleX(1) !important;
}

#sw-content .sw-features .benefits__informations:nth-child(1)::after { background: #EC5A22 !important; }
#sw-content .sw-features .benefits__informations:nth-child(2)::after { background: #00A9EA !important; }
#sw-content .sw-features .benefits__informations:nth-child(3)::after { background: #16A34A !important; }
#sw-content .sw-features .benefits__informations:nth-child(4)::after { background: #8C278A !important; }

#sw-content .sw-features .benefits__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px !important;
}

#sw-content .sw-features .benefits__informations p:not(.benefits__title),
#sw-content .sw-features .card__description {
  font-size: 14px !important;
  color: #64748B !important;
  line-height: 1.6 !important;
}

#sw-content .sw-features .benefits__header {
  display: block !important;
}

#sw-content .benefits__cards--features .benefits__informations:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .benefits__cards--features .benefits__title {
  color: #1E293B !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
}

#sw-content .benefits__cards--features .benefits__informations p,
#sw-content .benefits__cards--features .card__description {
  color: #64748B !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

#sw-content .openSource__software {
  margin-top: 40px !important;
}

#sw-content .openSource__software--cards {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

#sw-content .openSource__software .card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 24px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  min-width: 140px !important;
}

#sw-content .openSource__software .card:hover {
  border-color: #EC5A22 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
}

#sw-content .openSource__software .card__icon {
  margin-bottom: 12px !important;
}

#sw-content .openSource__software .card__icon svg {
  color: #EC5A22 !important;
  stroke: #EC5A22 !important;
}

#sw-content .openSource__software .card__title {
  color: #E2E8F0 !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}

#sw-content .openSource__software a {
  text-decoration: none !important;
}

/* =============================================================
   6. DB MIGRATION SECTION (.db-migration-section)
   ============================================================= */
#sw-content .db-migration-section {
  background-color: #F8FAFC !important;
  padding: 40px 0 !important;
}

#sw-content .db-migration-section .container {
  border: none !important;
}

#sw-content .db-migration-section .sw-section-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #EC5A22 !important;
  margin-bottom: 12px !important;
}

#sw-content .db-migration-section .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

#sw-content .db-migration-section .benefits__main--description {
  color: #64748B !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 600px !important;
  margin: 0 auto 48px !important;
}

#sw-content .db-migration-section .product__screenshots {
  display: flex !important;
  align-items: center !important;
  gap: 48px !important;
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  border-radius: 14px !important;
  padding: 40px !important;
  text-align: left !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  visibility: visible !important;
  scroll-snap-type: none !important;
  overflow: visible !important;
  flex-direction: row !important;
  margin-top: 0 !important;
}
#sw-content .db-migration-section .product__screenshots * {
  visibility: visible !important;
}

#sw-content .db-migration-section .product__screenshots:hover {
  border-color: rgba(236, 90, 34, 0.3) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .db-migration-section p {
  color: #64748B !important;
  line-height: 1.7 !important;
  font-size: 15px !important;
}

#sw-content .db-migration-section .db-migration-block p:first-child {
  color: #1E293B !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

#sw-content .db-migration-section .benefits__image--left img {
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  max-width: 380px !important;
}

#sw-content .db-migration-section .btn__software--deploy {
  margin-top: 32px !important;
  background-color: #EC5A22 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.2s !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.3) !important;
}

#sw-content .db-migration-section .btn__software--deploy:hover {
  background-color: #D4501E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(236, 90, 34, 0.4) !important;
}

@media (max-width: 768px) {
  #sw-content .db-migration-section .product__screenshots {
    flex-direction: column !important;
    padding: 24px !important;
    gap: 24px !important;
  }
  #sw-content .db-migration-section .benefits__image--left img {
    max-width: 100% !important;
  }
}

/* =============================================================
   7. TESTIMONIALS SECTION (.light-background with reviews)
   ============================================================= */
#sw-content .homepage_software__reviews {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

#sw-content .software__review {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 24px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 380px !important;
}

#sw-content .software__review:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

#sw-content .software__review__header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

#sw-content .software__review__image img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

#sw-content .software__review__name {
  color: #1E293B !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}

#sw-content .software__review__location {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #94A3B8 !important;
}

#sw-content .software__review__location__label {
  color: #94A3B8 !important;
  font-size: 0.8rem !important;
}

#sw-content .software__review__rate {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

#sw-content .software__review__stars img {
  height: 20px !important;
}

#sw-content .software__review__date {
  color: #94A3B8 !important;
  font-size: 0.8rem !important;
}

#sw-content .software__review__title {
  color: #1E293B !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 8px !important;
  transition: color 0.3s ease !important;
}

#sw-content .software__review__title:hover {
  color: #EC5A22 !important;
}

#sw-content .software__review__content {
  color: #64748B !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

#sw-content .carousel-dots-review {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 30px !important;
}

#sw-content .carousel-dots-review .dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #CBD5E1 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

#sw-content .carousel-dots-review .dot:hover {
  background: #94A3B8 !important;
}

#sw-content .carousel-dots-review .dot.active {
  background: #EC5A22 !important;
  transform: scale(1.2) !important;
}

#sw-content .light-background .btn__color {
  background-color: #EC5A22 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.3) !important;
  text-decoration: none !important;
}

#sw-content .light-background .btn__color:hover {
  background-color: #D4501E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(236, 90, 34, 0.4) !important;
}

/* =============================================================
   8. FAQ SECTION - Domains style
   ============================================================= */
#sw-content .faq {
  background-color: #FFFFFF !important;
  padding: 40px 0 !important;
}

#sw-content .faq .faq__header {
  text-align: center !important;
  margin-bottom: 48px !important;
}

#sw-content .faq .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 12px !important;
}

#sw-content .faq .faq__header p {
  color: #64748B !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

#sw-content .faq .faq__header__link {
  color: #EC5A22 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

#sw-content .faq .faq__header__link:hover {
  text-decoration: underline !important;
}

#sw-content .faq-container {
  list-style: none !important;
  padding: 0 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

#sw-content .faq__item {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
  overflow: hidden !important;
  transition: border-color 0.2s !important;
}

#sw-content .faq__item:hover {
  border-color: rgba(236, 90, 34, 0.3) !important;
}

#sw-content .faq__item:has(.faq__title.active) {
  border-color: rgba(236, 90, 34, 0.3) !important;
}

#sw-content .faq__title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 24px !important;
  cursor: pointer !important;
  gap: 16px !important;
  transition: background 0.2s !important;
  background: transparent !important;
}

#sw-content .faq__title:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

#sw-content .faq__title--text {
  color: #1E293B !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  flex: 1 !important;
}

#sw-content .faq__title.active .faq__title--text {
  color: #1E293B !important;
}

#sw-content .faq__icon {
  display: none !important;
}

#sw-content .faq__chevron {
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
  color: #EC5A22 !important;
  stroke: #EC5A22 !important;
  transition: transform 0.3s !important;
}

#sw-content .faq__title.active .faq__chevron {
  transform: rotate(45deg) !important;
  stroke: #EC5A22 !important;
}

#sw-content .faq__description {
  padding: 0 24px 20px 24px !important;
  color: #64748B !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  background: transparent !important;
}

#sw-content .faq__description.hide-content {
  display: none !important;
}

#sw-content .faq__title.active + .faq__description {
  display: block !important;
  background: transparent !important;
}

#sw-content .faq__description a {
  color: #EC5A22 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

#sw-content .faq__description a:hover {
  text-decoration: underline !important;
}

#sw-content .faq__description p {
  color: #64748B !important;
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

#sw-content .faq__description p:last-child {
  margin-bottom: 0 !important;
}

/* =============================================================
   9. CTA SECTION (.sw-cta)
   ============================================================= */
#sw-content .sw-cta {
  background: #0B1120 !important;
  padding: 40px 0 !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

#sw-content .sw-cta::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px !important;
  height: 600px !important;
  background: radial-gradient(circle, rgba(236, 90, 34, 0.08) 0%, transparent 70%) !important;
  pointer-events: none !important;
}

#sw-content .sw-cta-inner {
  position: relative !important;
  z-index: 1 !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}

#sw-content .sw-cta-title {
  color: #FFFFFF !important;
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  line-height: 1.15 !important;
  margin-bottom: 16px !important;
}

#sw-content .sw-cta-sub {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 36px !important;
}

#sw-content .sw-cta-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

#sw-content .sw-cta-btn {
  background: #EC5A22 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  box-shadow: 0 4px 20px rgba(236, 90, 34, 0.3) !important;
}

#sw-content .sw-cta-btn:hover {
  background: #D4501E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(236, 90, 34, 0.4) !important;
}

#sw-content .sw-cta-btn-outline {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

#sw-content .sw-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Hide old offer decorations */
#sw-content .offer,
#sw-content .offer::before,
#sw-content .offer::after {
  display: none !important;
}

/* =============================================================
   GENERAL BUTTON OVERRIDES
   ============================================================= */
#sw-content .btn__color {
  background-color: #EC5A22 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.3) !important;
}

#sw-content .btn__color:hover {
  background-color: #D4501E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(236, 90, 34, 0.4) !important;
}

#sw-content .btn {
  display: inline-block !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  font-family: 'Inter', sans-serif !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

/* =============================================================
   GENERAL LINK OVERRIDES
   ============================================================= */
#sw-content a {
  transition: color 0.3s ease !important;
}

#sw-content .product__benefits a {
  color: #EC5A22 !important;
}

/* Header styles are handled by config/header.html - no overrides needed here */

/* =============================================================
   FOOTER OVERRIDES
   ============================================================= */
#sw-content .footer {
  background-color: #0B1120 !important;
  border-top: 1px solid #1E293B !important;
  padding: 60px 0 30px !important;
}

#sw-content .footer__container {
  display: flex !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
}

#sw-content .footer__title {
  color: #EC5A22 !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

#sw-content .footer__link,
#sw-content .footer__list a {
  color: #94A3B8 !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  transition: color 0.3s ease !important;
}

#sw-content .footer__link:hover,
#sw-content .footer__list a:hover {
  color: #E2E8F0 !important;
}

#sw-content .footer__list li {
  margin-bottom: 8px !important;
}

#sw-content .footer__address p {
  color: #94A3B8 !important;
  font-size: 0.9rem !important;
  margin-bottom: 4px !important;
}

#sw-content .footer__bottom {
  border-top: 1px solid #1E293B !important;
  padding-top: 20px !important;
  margin-top: 40px !important;
}

#sw-content .footer__bottom p {
  color: #64748B !important;
  font-size: 0.85rem !important;
}

#sw-content .footer__social .social--link svg,
#sw-content .footer__social .social--link--element svg {
  fill: #94A3B8 !important;
}

#sw-content .footer__social .social--link:hover svg,
#sw-content .footer__social .social--link--element:hover svg {
  fill: #EC5A22 !important;
}

#sw-content .footer__social .social--link svg path,
#sw-content .footer__social .social--link--element svg path {
  fill: #94A3B8 !important;
}

#sw-content .footer__social .social--link:hover svg path,
#sw-content .footer__social .social--link--element:hover svg path {
  fill: #EC5A22 !important;
}

#sw-content .footer .logo {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9 !important;
}

/* Communication bubble */
#sw-content .communication {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 999 !important;
}

#sw-content .communication__bubble {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: #EC5A22 !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 15px rgba(236, 90, 34, 0.4) !important;
  transition: all 0.3s ease !important;
}

#sw-content .communication__bubble:hover {
  background: #D4501E !important;
  transform: scale(1.1) !important;
}

/* =============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================= */
@media (max-width: 1024px) {
  #sw-content .banner .about-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 32px !important;
  }
  #sw-content .banner .about-header {
    text-align: center !important;
  }
  #sw-content .banner .about-description {
    text-align: center !important;
    max-width: 600px !important;
  }
  #sw-content .banner div[style*="display: flex"][style*="gap: 14px"] {
    justify-content: center !important;
  }
  #sw-content .sw-hero-card {
    min-width: unset !important;
    max-width: 520px !important;
    width: 100% !important;
  }
  #sw-content .benefits__cards--oss {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #sw-content .benefits__cards--features {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #sw-content .product__screenshots__control--left {
    left: 8px !important;
  }
  #sw-content .product__screenshots__control--right {
    right: 8px !important;
  }
  #sw-content .banner .gradient-title {
    font-size: 2.2rem !important;
  }
  #sw-content .db-migration-section .product__screenshots {
    flex-direction: column !important;
    gap: 24px !important;
  }
  #sw-content .db-migration-section .benefits__image--left img {
    max-width: 100% !important;
  }
  #sw-content .benefits__main--description {

  }
}


/* ─── HERO INFO CARD ─── */
#sw-content .sw-hero-card {
  background: linear-gradient(145deg, #131B2E 0%, #0F172A 100%) !important;
  border: 1px solid #1E293B !important;
  border-radius: 16px !important;
  padding: 36px !important;
  min-width: 420px !important;
  max-width: 480px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

#sw-content .sw-hero-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #EC5A22, #0B1120) !important;
}

#sw-content .sw-hero-card__header {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

#sw-content .sw-hero-card__icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  background: #FFFFFF !important;
  padding: 8px !important;
}

#sw-content .sw-hero-card__title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
}

#sw-content .sw-hero-card__category {
  font-size: 0.8rem !important;
  color: #64748B !important;
  margin-top: 2px !important;
}

#sw-content .sw-hero-card__price-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}

#sw-content .sw-hero-card__price-box {
  background: #0B1120 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

#sw-content .sw-hero-card__price-box-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #64748B !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

#sw-content .sw-hero-card__price-box-value {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
}

#sw-content .sw-hero-card__price-box-value small {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #94A3B8 !important;
}

#sw-content .sw-hero-card__benefits {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

#sw-content .sw-hero-card__benefit {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #CBD5E1 !important;
  white-space: nowrap !important;
}

#sw-content .sw-hero-card__benefit svg {
  flex-shrink: 0 !important;
}

/* Hide old stat styles if any remain */
#sw-content .sw-hero-card__stats { display: none !important; }

@media (max-width: 768px) {
  #sw-content .banner {
    padding: 60px 0 40px !important;
  }
  #sw-content .banner .gradient-title {
    font-size: 1.8rem !important;
  }
  #sw-content .benefits__cards--oss {
    grid-template-columns: 1fr !important;
  }
  #sw-content .benefits__cards--features {
    grid-template-columns: 1fr !important;
  }
  #sw-content .light-background {
    padding: 50px 0 !important;
  }
  #sw-content .faq {
    padding: 50px 0 !important;
  }
  #sw-content .sw-cta {
    padding: 60px 0 !important;
  }
  #sw-content .sw-cta-actions {
    flex-direction: column !important;
  }
  #sw-content .sw-cta-btn,
  #sw-content .sw-cta-btn-outline {
    width: 100% !important;
    max-width: 320px !important;
    text-align: center !important;
  }
  #sw-content .benefits__main--title,
  #sw-content .product__benefits .benefits__main--title,
  #sw-content .light-background .benefits__main--title,
  #sw-content .faq .benefits__main--title {
    font-size: 1.6rem !important;
  }
  #sw-content .openSource__software--cards {
    flex-direction: column !important;
    align-items: center !important;
  }
  #sw-content .openSource__software .card {
    width: 100% !important;
    max-width: 300px !important;
  }
  #sw-content .software__review {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  #sw-content .footer__container {
    flex-direction: column !important;
  }
  #sw-content .footer__categories {
    flex-direction: column !important;
  }
  #sw-content .product__hosted {
    gap: 16px !important;
  }
  #sw-content .product__hosted .provider__logo {
    width: 60px !important;
  }
  #sw-content .banner .banner__openSource--header {
    flex-direction: column !important;
    text-align: center !important;
  }
  #sw-content .banner .about-header {
    text-align: center !important;
  }
  #sw-content .banner div[style*="display: flex"][style*="gap: 14px"] {
    justify-content: center !important;
  }
  /* Screenshots/Videos section - responsive fix */
  #sw-content .product__screenshots__container {
    margin: 1rem 0 !important;
  }
  #sw-content .product__screenshots {
    padding: 1rem !important;
    gap: 12px !important;
  }
  #sw-content .product__screenshots .browser-mockup {
    flex-shrink: 0 !important;
    min-width: calc(100vw - 4rem) !important;
    max-width: calc(100vw - 4rem) !important;
  }
  #sw-content .product__video__overview__iframe__container {
    min-width: auto !important;
    max-width: calc(100vw - 4rem) !important;
    width: 100% !important;
  }
  #sw-content .product__video__overview__iframe__container iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
  #sw-content .product__screenshots img {
    height: auto !important;
    width: 100% !important;
  }
  #sw-content .product__screenshots__control--left {
    left: 4px !important;
  }
  #sw-content .product__screenshots__control--right {
    right: 4px !important;
  }
  /* Banner hero image responsive */

  /* Hero card responsive */
  #sw-content .sw-hero-card {
    min-width: unset !important;
    max-width: unset !important;
    width: 100% !important;
    padding: 28px !important;
  }
  #sw-content .sw-hero-card__price-grid {
    gap: 8px !important;
  }
  #sw-content .sw-hero-card__benefits {
    gap: 6px !important;
  }
  #sw-content .sw-hero-card__benefit {
    font-size: 12px !important;
  }
  #sw-content .banner .about-container {

    gap: 24px !important;
  }
  #sw-content .banner .browser-mockup {
    max-width: 100% !important;
  }
  #sw-content .banner .browser-mockup img {
    width: 100% !important;
    height: auto !important;
  }
  /* Section spacing */
  #sw-content .sw-features {
    padding: 0 !important;
  }
  #sw-content .product__benefits {
    padding: 0 !important;
  }
  /* CTA buttons */
  #sw-content .btn__software--deploy {
    width: 100% !important;
    max-width: 320px !important;
    text-align: center !important;
  }
  #sw-content .btn-guide {
    width: 100% !important;
    max-width: 320px !important;
    text-align: center !important;
  }
  /* Blog article button */
  #sw-content .btn__software--blog--article {
    font-size: 13px !important;
    padding: 12px 20px !important;
  }
  /* Providers certs compact */
  #sw-content .sw-providers-certs {
    padding: 32px 0 !important;
  }
}

@media (max-width: 480px) {
  #sw-content .banner {
    padding: 40px 0 30px !important;
  }
  #sw-content .banner .gradient-title {
    font-size: 1.4rem !important;
    letter-spacing: -0.5px !important;
  }
  #sw-content .banner .about-description {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
  }
  #sw-content .sw-hero-card {
    padding: 20px !important;
  }
  #sw-content .sw-hero-card__title {
    font-size: 18px !important;
  }
  #sw-content .sw-hero-card__price-box {
    padding: 10px !important;
  }
  #sw-content .sw-hero-card__price-box-value {
    font-size: 22px !important;
  }
  #sw-content .sw-hero-card__benefit {
    font-size: 11px !important;
    gap: 6px !important;
  }
  #sw-content .btn__software--deploy,
  #sw-content .btn-guide {
    padding: 12px 24px !important;
    font-size: 0.85rem !important;
  }
  /* Section headers compact */
  #sw-content .benefits__main--title,
  #sw-content .product__benefits .benefits__main--title,
  #sw-content .light-background .benefits__main--title,
  #sw-content .faq .benefits__main--title {
    font-size: 1.4rem !important;
    letter-spacing: -0.5px !important;
  }
  #sw-content .benefits__main--description {
    font-size: 14px !important;
  }
  #sw-content .sw-section-label {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
  }
  /* Bento cards compact */
  #sw-content .sw-bento-card {
    padding: 20px !important;
  }
  #sw-content .sw-bento-card h3 {
    font-size: 16px !important;
  }
  #sw-content .sw-bento-card p {
    font-size: 13px !important;
  }
  #sw-content .sw-bento-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }
  /* Benefits cards compact */
  #sw-content .benefits__informations {
    padding: 20px !important;
  }
  /* FAQ compact */
  #sw-content .faq__title {
    padding: 14px 16px !important;
    font-size: 14px !important;
  }
  #sw-content .faq__description {
    padding: 0 16px 14px 40px !important;
    font-size: 13px !important;
  }
  /* Screenshots */
  #sw-content .product__screenshots__control {
    width: 32px !important;
    height: 32px !important;
  }
  #sw-content .product__screenshots .browser-mockup {
    min-width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }
  /* CTA section */
  #sw-content .sw-cta {
    padding: 60px 0 !important;
  }
  #sw-content .sw-cta-title {
    font-size: 1.5rem !important;
  }
  #sw-content .sw-cta-sub {
    font-size: 14px !important;
  }
  #sw-content .sw-cta-btn,
  #sw-content .sw-cta-btn-outline {
    padding: 12px 24px !important;
    font-size: 14px !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
  }
  /* Providers section */
  #sw-content .sw-providers-certs {
    padding: 24px 0 !important;
  }
  #sw-content .sw-providers-certs .sw-pc-item {
    padding: 3px 6px !important;
    font-size: 9px !important;
  }
  #sw-content .sw-providers-certs .sw-pc-item img {
    height: 12px !important;
  }
  /* DB Migration compact */
  #sw-content .db-migration-section .product__screenshots {
    padding: 16px !important;
  }
  #sw-content .db-migration-section .db-migration-block p:first-child {
    font-size: 16px !important;
  }
  /* Resource cards */
  #sw-content .sw-features .openSource__software--cards {
    grid-template-columns: 1fr !important;
  }
  #sw-content .sw-features .openSource__software .card {
    padding: 16px !important;
  }
}

/* =============================================================
   TRANSITIONS & ANIMATIONS
   ============================================================= */
#sw-content section {
  transition: background-color 0.3s ease !important;
}

#sw-content .benefits__informations,
#sw-content .software__review,
#sw-content .openSource__software .card,
#sw-content .faq__item {
  transition: all 0.3s ease !important;
}

#sw-content ::selection {
  background: rgba(236, 90, 34, 0.3) !important;
  color: #FFFFFF !important;
}

#sw-content ::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

#sw-content ::-webkit-scrollbar-track {
  background: #F8FAFC !important;
}

#sw-content ::-webkit-scrollbar-thumb {
  background: #CBD5E1 !important;
  border-radius: 3px !important;
}

#sw-content ::-webkit-scrollbar-thumb:hover {
  background: #EC5A22 !important;
}

/* Hide unreplaced video/screenshot placeholders */
#sw-content .product__video__overview__iframe__container--empty,
#sw-content iframe[src*="[ELESTIO_YOUTUBE_VIDEO_ID]"],
#sw-content iframe[src*="[ADDITIONAL_VIDEO_"] {
  display: none !important;
}
#sw-content iframe[src*="[ELESTIO_YOUTUBE_VIDEO_ID]"] {
  display: none !important;
}
/* Hide parent container when iframe src has placeholder */
#sw-content .product__video__overview__iframe__container:has(iframe[src*="ELESTIO_YOUTUBE_VIDEO_ID"]) {
  display: none !important;
}
#sw-content .product__video__overview__iframe__container:has(iframe[src*="ADDITIONAL_VIDEO"]) {
  display: none !important;
}

/* =============================================================
   CSS VARIABLE OVERRIDES
   ============================================================= */
#sw-content {
  --orange: #EC5A22 !important;
  --grey-light: #94A3B8 !important;
}

/* Header/nav/mega-menu styles handled by config/header.html */

/* =============================================================
   MISC CLEANUP OVERRIDES
   ============================================================= */
#sw-content .hide-content {
  display: none !important;
}

#sw-content .text-center {
  text-align: center !important;
}

#sw-content section {
  border: none !important;
}

#sw-content .faq a,
#sw-content .offer a {
  color: inherit !important;
}

#sw-content .benefits__informations p {
  margin: 0 !important;
}

#sw-content .browser-mockup {
  border-radius: 12px !important;
  overflow: hidden !important;
}

#sw-content .browser-mockup img {
  width: 100% !important;
  display: block !important;
}

#sw-content .product__video__overview__iframe__container {
  position: relative !important;
  min-width: 578px !important;
  width: 578px !important;
  flex-shrink: 0 !important;
  scroll-snap-align: start !important;
}

#sw-content .product__video__overview__iframe__container iframe {
  border-radius: 12px !important;
  border: none !important;
  width: 100% !important;
  height: 325px !important;
  display: block !important;
}

#sw-content .faq__description[style*="background: #fff"],
#sw-content .faq__description[style*="background: rgb(255"] {
  background: transparent !important;
}

/* Nav link styles handled by config/header.html */

/* =============================================================
   BENEFITS CARDS - DOMAINS STYLE (light cards, color-coded)
   ============================================================= */
#sw-content .benefits__cards.benefits__cards--oss {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  text-align: left !important;
}

#sw-content .benefits__cards.benefits__cards--oss .benefits__informations {
  grid-column: span 1 !important;
}

#sw-content .product__benefits .benefits__informations {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 28px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Animated top border on hover */
#sw-content .product__benefits .benefits__informations::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: #EC5A22 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}

#sw-content .product__benefits .benefits__informations:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: #E2E8F0 !important;
}

#sw-content .product__benefits .benefits__informations:hover::before {
  transform: scaleX(1) !important;
}

/* Color-coded top borders per card */
#sw-content .product__benefits .benefits__informations:nth-child(1)::before { background: #EC5A22 !important; }
#sw-content .product__benefits .benefits__informations:nth-child(2)::before { background: #00A9EA !important; }
#sw-content .product__benefits .benefits__informations:nth-child(3)::before { background: #16A34A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(4)::before { background: #F5A11A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(5)::before { background: #8C278A !important; }
#sw-content .product__benefits .benefits__informations:nth-child(6)::before { background: #00A9EA !important; }

#sw-content .product__benefits .benefits__header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

/* Icon containers - domains style */
#sw-content .product__benefits .sw-benefit-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
#sw-content .product__benefits .sw-benefit-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
}

/* Card 1 - Orange */
#sw-content .product__benefits .benefits__informations:nth-child(1) .sw-benefit-icon {
  background: rgba(236, 90, 34, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(1) .sw-benefit-icon svg {
  color: #EC5A22 !important;
  stroke: #EC5A22 !important;
}
/* Card 2 - Blue */
#sw-content .product__benefits .benefits__informations:nth-child(2) .sw-benefit-icon {
  background: rgba(0, 169, 234, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(2) .sw-benefit-icon svg {
  color: #00A9EA !important;
  stroke: #00A9EA !important;
}
/* Card 3 - Green */
#sw-content .product__benefits .benefits__informations:nth-child(3) .sw-benefit-icon {
  background: rgba(22, 163, 74, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(3) .sw-benefit-icon svg {
  color: #16A34A !important;
  stroke: #16A34A !important;
}
/* Card 4 - Gold */
#sw-content .product__benefits .benefits__informations:nth-child(4) .sw-benefit-icon {
  background: rgba(245, 161, 26, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(4) .sw-benefit-icon svg {
  color: #F5A11A !important;
  stroke: #F5A11A !important;
}
/* Card 5 - Purple */
#sw-content .product__benefits .benefits__informations:nth-child(5) .sw-benefit-icon {
  background: rgba(140, 39, 138, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(5) .sw-benefit-icon svg {
  color: #8C278A !important;
  stroke: #8C278A !important;
}
/* Card 6 - Blue */
#sw-content .product__benefits .benefits__informations:nth-child(6) .sw-benefit-icon {
  background: rgba(0, 169, 234, 0.08) !important;
}
#sw-content .product__benefits .benefits__informations:nth-child(6) .sw-benefit-icon svg {
  color: #00A9EA !important;
  stroke: #00A9EA !important;
}

#sw-content .product__benefits .benefits__title {
  color: #1E293B !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.3px !important;
}

#sw-content .product__benefits .benefits__informations p:not(.benefits__title),
#sw-content .product__benefits .benefits__informations .card__description {
  color: #64748B !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Also fix section title/desc colors for light bg */
#sw-content .product__benefits .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

#sw-content .product__benefits .benefits__main--description {
  color: #64748B !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  max-width: 700px !important;
  margin: 0 auto 40px !important;
}

/* Remove container border on benefits section too */
#sw-content .product__benefits .container {
  border: none !important;
}

@media (max-width: 1024px) {
  #sw-content .benefits__cards.benefits__cards--oss {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  #sw-content .benefits__cards.benefits__cards--oss {
    grid-template-columns: 1fr !important;
  }
}

/* =============================================================
   FEATURES & RESOURCES - Homepage bento-card style
   ============================================================= */
#sw-content .sw-features {
  background: #F8FAFC !important;
  padding: 40px 0 !important;
}

#sw-content .sw-features .container {
  border: none !important;
  text-align: center !important;
}

#sw-content .sw-features .sw-section-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #EC5A22 !important;
  margin-bottom: 12px !important;
}

#sw-content .sw-features .benefits__main--title {
  color: #1E293B !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}

/* ─── Bento Grid (same as homepage) ─── */
#sw-content .sw-bento-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 32px !important;
  text-align: left !important;
}

#sw-content .sw-bento-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 28px !important;
  transition: all 0.3s !important;
  position: relative !important;
  overflow: hidden !important;
}

#sw-content .sw-bento-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Animated color bar on hover */
#sw-content .sw-bento-card::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s !important;
}

#sw-content .sw-bento-card:hover::after {
  transform: scaleX(1) !important;
}

/* Colors per card */
#sw-content .sw-bento-card:nth-child(1)::after { background: #EC5A22 !important; }
#sw-content .sw-bento-card:nth-child(2)::after { background: #00A9EA !important; }
#sw-content .sw-bento-card:nth-child(3)::after { background: #16A34A !important; }
#sw-content .sw-bento-card:nth-child(4)::after { background: #8C278A !important; }

/* Icon */
#sw-content .sw-bento-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
}

#sw-content .sw-bento-card:nth-child(1) .sw-bento-icon { background: rgba(236,90,34,0.08) !important; }
#sw-content .sw-bento-card:nth-child(1) .sw-bento-icon svg { color: #EC5A22 !important; }
#sw-content .sw-bento-card:nth-child(2) .sw-bento-icon { background: rgba(0,169,234,0.08) !important; }
#sw-content .sw-bento-card:nth-child(2) .sw-bento-icon svg { color: #00A9EA !important; }
#sw-content .sw-bento-card:nth-child(3) .sw-bento-icon { background: rgba(22,163,74,0.08) !important; }
#sw-content .sw-bento-card:nth-child(3) .sw-bento-icon svg { color: #16A34A !important; }
#sw-content .sw-bento-card:nth-child(4) .sw-bento-icon { background: rgba(140,39,138,0.08) !important; }
#sw-content .sw-bento-card:nth-child(4) .sw-bento-icon svg { color: #8C278A !important; }

/* Title */
#sw-content .sw-bento-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px !important;
}

/* Description */
#sw-content .sw-bento-card p {
  font-size: 14px !important;
  color: #64748B !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ─── Resource cards row ─── */
#sw-content .sw-features .openSource__software {
  margin-top: 0 !important;
}

#sw-content .sw-features .openSource__software--cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  text-align: center !important;
}

#sw-content .sw-features .openSource__software .card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 14px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: auto !important;
  transition: all 0.3s !important;
}

#sw-content .sw-features .openSource__software .card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

#sw-content .sw-features .openSource__software .card__icon {
  width: 48px !important;
  height: 48px !important;
  background: rgba(236, 90, 34, 0.08) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
}

#sw-content .sw-features .openSource__software .card__icon svg {
  width: 24px !important;
  height: 24px !important;
}

#sw-content .sw-features .openSource__software .card__title {
  color: #1E293B !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

#sw-content .sw-features .openSource__software a {
  text-decoration: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  #sw-content .sw-bento-grid {
    grid-template-columns: 1fr !important;
  }
  #sw-content .sw-features .openSource__software--cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #sw-content .sw-features .openSource__software--cards {
    grid-template-columns: 1fr 1fr !important;
  }
  #sw-content .sw-features {
    padding: 0 !important;
  }
}