.pcshop-features {
  background: #fff !important;
  border-radius: 20px !important;
  padding: 32px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.pcshop-features::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6c5ce7, #a29bfe, #6c5ce7);
}
.pcshop-features-grid {
  gap: 32px !important;
}
.pcshop-feature-item {
  padding: 16px !important;
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
  position: relative;
}
.pcshop-feature-item:hover {
  background: linear-gradient(135deg, rgba(108,92,231,0.05), rgba(162,155,254,0.05));
  transform: translateY(-4px);
}
.pcshop-feature-item .feature-icon {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, rgba(108,92,231,0.1), rgba(162,155,254,0.1)) !important;
  border-radius: 16px !important;
  font-size: 26px !important;
  transition: all 0.3s ease !important;
}
.pcshop-feature-item:hover .feature-icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, #6c5ce7, #a29bfe) !important;
  box-shadow: 0 8px 25px rgba(108,92,231,0.3);
}
.pcshop-feature-item:hover .feature-icon svg {
  stroke: white !important;
  color: white !important;
}
.pcshop-feature-item .feature-text h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700 !important;
  font-size: 15px !important;
}
.pcshop-feature-item .feature-text p {
  font-size: 12px !important;
  color: #888 !important;
}

.pcshop-need-help {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
}
.pcshop-need-help::before {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.pcshop-need-help__content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800 !important;
  font-size: 28px !important;
}
.pcshop-need-help__actions .pcshop-btn--primary {
  background: white !important;
  color: #667eea !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease !important;
}
.pcshop-need-help__actions .pcshop-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2) !important;
}
.pcshop-need-help__actions .pcshop-btn--outline {
  border-radius: 30px !important;
  border: 2px solid rgba(255,255,255,0.5) !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
}
.pcshop-need-help__actions .pcshop-btn--outline:hover {
  background: white !important;
  border-color: white !important;
  color: #667eea !important;
  transform: translateY(-3px);
}
