/* Solutions Pages - Shared Styles */
.solutions-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  padding: 80px 0 60px;
}

.solutions-hero .hero-badge {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.solutions-hero h1 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
}

.solutions-hero .hero-subtitle {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.solution-problem-box {
  background: #f8fafc;
  border-left: 4px solid #6366f1;
  padding: 24px 28px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 40px;
}

.solution-problem-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.solution-problem-box p {
  color: #64748b;
  margin: 0;
}

.stack-section {
  background: #0f172a;
  color: #fff;
  padding: 60px 0;
}

.stack-section h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.stack-section .stack-subtitle {
  color: #94a3b8;
  margin-bottom: 40px;
}

.stack-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

.stack-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(99, 102, 241, 0.5);
  color: #fff;
  transform: translateY(-3px);
}

.stack-card .stack-icon {
  width: 48px;
  height: 48px;
  background: rgba(99, 102, 241, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #818cf8;
  margin-bottom: 16px;
}

.stack-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.stack-card p {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
}

.solutions-feature-card {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  height: 100%;
  transition: all 0.3s ease;
}

.solutions-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: #6366f1;
}

.solutions-feature-icon {
  width: 56px;
  height: 56px;
  background: #eff6ff;
  color: #6366f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
