.sw-prod-hero {
  padding: 108px 0 48px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(212, 175, 55, 0.16), transparent 60%),
    linear-gradient(165deg, #0a1628 0%, #132238 55%, #1a3050 100%);
  color: #fff;
  text-align: center;
}

.sw-prod-hero-compact {
  padding-bottom: 40px;
  text-align: left;
}

.sw-prod-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  color: #fff !important;
  margin: 10px 0 14px;
  line-height: 1.15 !important;
}

.sw-prod-lead {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  font-size: 17px;
}

.sw-prod-hero-compact .sw-prod-lead {
  margin: 0;
}

.sw-prod-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.sw-prod-breadcrumb a {
  color: #64ffda;
  text-decoration: none;
}

.sw-prod-hero-row {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.sw-prod-hero-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.sw-prod-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
}

.sw-prod-hero-compact .btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.sw-prod-grid-section,
.sw-prod-body {
  padding: 64px 0 80px;
}

.sw-prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.sw-prod-card {
  display: block;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  text-decoration: none;
  color: #0a192f;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.sw-prod-card:hover {
  transform: translateY(-4px);
  border-color: #d4af37;
  box-shadow: 0 18px 40px rgba(10, 25, 47, 0.1);
}

.sw-prod-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a192f, #1a3050);
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.sw-prod-card h2 {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}

.sw-prod-card-tagline {
  color: #d4af37;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}

.sw-prod-card-body {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.sw-prod-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.sw-prod-intro {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
}

.sw-prod-intro p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}

.sw-prod-highlights {
  list-style: none;
  margin: 0 auto 2.5rem;
  padding: 0;
  max-width: 640px;
  display: grid;
  gap: 10px;
}

.sw-prod-highlights li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  color: #0a192f;
  font-size: 0.95rem;
}

.sw-prod-highlights i {
  color: #d4af37;
  margin-top: 3px;
}

.sw-prod-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.sw-prod-feature {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
}

.sw-prod-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f4f6f9;
  color: #b8942e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.sw-prod-feature h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #0a192f;
}

.sw-prod-feature p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 0.92rem;
}

.sw-prod-bottom-cta {
  text-align: center;
  padding: 2.5rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #0a1628 0%, #1a3050 100%);
  color: #fff;
}

.sw-prod-bottom-cta h2 {
  color: #fff !important;
  margin-bottom: 0.5rem !important;
}

.sw-prod-bottom-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.25rem;
}

.sw-prod-bottom-cta .btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

@media (max-width: 768px) {
  .sw-prod-hero-row {
    flex-direction: column;
  }

  .sw-prod-hero-actions .cta-button,
  .sw-prod-hero-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
}
