.sv-hero {
  background: linear-gradient(160deg, #8B5CF6 0%, #7C3AED 35%, #6D28D9 65%, #5B21B6 100%);
}

.sv-hero::before {
  background: radial-gradient(ellipse, rgba(167, 139, 250, 0.3) 0%, transparent 60%);
}

.sv-hero-title .sv-gradient {
  background: linear-gradient(135deg, #fff 0%, #DDD6FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sv-btn-primary {
  color: #7C3AED;
}

.sv-btn-primary:hover {
  color: #7C3AED;
}

.sv-intro-accent {
  background: linear-gradient(180deg, #8B5CF6, #7C3AED);
}

.sv-label {
  color: #7C3AED;
}

.sv-sub-pillars {
  grid-template-columns: 1fr;
  max-width: 680px;
}

.sv-sub-card::before {
  background: linear-gradient(180deg, #8B5CF6, #7C3AED);
}

.sv-sub-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.12);
}

.sv-sub-card-icon {
  background: rgba(124, 58, 237, 0.1);
}

.sv-sub-card:hover .sv-sub-card-icon {
  background: rgba(124, 58, 237, 0.18);
}

.sv-sub-card-icon svg {
  stroke: #7C3AED;
}

.sv-sub-card-tag {
  background: rgba(124, 58, 237, 0.1);
  color: #7C3AED;
}

.sv-sub-card-link {
  color: #7C3AED;
}

.sv-cause-item svg {
  stroke: #8B5CF6;
}

.sv-table tbody tr:hover {
  background: rgba(124, 58, 237, 0.04);
}

.sv-table-aside {
  background: linear-gradient(135deg, #F5F3FF 0%, #DDD6FE 100%);
  border-color: rgba(124, 58, 237, 0.2);
}

.sv-table-aside-title {
  color: #7C3AED;
}

.sv-step-num {
  background: linear-gradient(135deg, #8B5CF6, #7C3AED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sv-step:hover {
  border-color: rgba(124, 58, 237, 0.25);
}

.sv-step {
  text-align: center;
}

.sv-check-item svg {
  stroke: #7C3AED;
}

.sv-dark-highlight::before {
  background: linear-gradient(180deg, #8B5CF6, #7C3AED);
}

.sv-divider {
  background: linear-gradient(90deg, #8B5CF6, #7C3AED);
}

.sv-section-dark .sv-label {
  color: rgba(221, 214, 254, 0.95);
}

.sv-section-dark .sv-table {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.sv-section-dark .sv-table th {
  background: rgba(124, 58, 237, 0.12);
  color: #DDD6FE;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  padding: 16px 24px;
}

.sv-section-dark .sv-table td {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 15px;
  padding: 16px 24px;
  line-height: 1.6;
}

.sv-section-dark .sv-table td:first-child {
  color: #DDD6FE;
  font-weight: 600;
}

.sv-section-dark .sv-table tbody tr:hover {
  background: rgba(124, 58, 237, 0.08);
}

.sv-section-dark .sv-table tbody tr:last-child td {
  border-bottom: none;
}

.sv-hero-badge-dot {
  background: #DDD6FE;
}

.sv-hero-metric-icon svg {
  stroke: #DDD6FE;
}

.sv-perf-cta {
  position: relative;
  padding: 32px 36px;
  background: linear-gradient(135deg, #F5F3FF 0%, #DDD6FE 100%);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 16px;
  overflow: hidden;
}

.sv-perf-cta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #8B5CF6, #7C3AED);
  border-radius: 16px 0 0 16px;
}

.sv-perf-cta p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 16px;
}

.sv-perf-cta p:last-child {
  margin-bottom: 0;
}

.sv-perf-cta strong {
  color: #1e293b;
}

.sv-perf-cta .sv-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: #7C3AED;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.25);
}

.sv-perf-cta .sv-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(124, 58, 237, 0.35);
}

@media (max-width: 700px) {
  .sv-sub-pillars {
    grid-template-columns: 1fr;
  }

  .sv-perf-cta {
    padding: 24px 20px;
  }
}
