/* MoneyVoid Custom Styles */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #050814;
  color: #111827;
}

.hero-section {
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: radial-gradient(circle at top, #1f2937 0, #020617 55%, #000 100%);
  color: #f9fafb;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  color: #6b7280;
  max-width: 640px;
}

.logo-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  margin-right: 6px;
}

.hero-card {
  backdrop-filter: blur(10px);
}

.gradient-text {
  background: linear-gradient(135deg, #22c55e, #0ea5e9, #eab308);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-primary-soft {
  background-color: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

.text-bg-success-soft {
  background-color: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

.text-bg-danger-soft {
  background-color: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

.text-bg-warning-soft {
  background-color: rgba(234, 179, 8, 0.12);
  color: #a16207;
}

.text-bg-info-soft {
  background-color: rgba(14, 165, 233, 0.12);
  color: #0369a1;
}

.bg-primary-soft {
  background-color: rgba(59, 130, 246, 0.08);
}

.bg-success-soft {
  background-color: rgba(34, 197, 94, 0.08);
}

.bg-danger-soft {
  background-color: rgba(248, 113, 113, 0.08);
}

.bg-warning-soft {
  background-color: rgba(250, 204, 21, 0.08);
}

.bg-info-soft {
  background-color: rgba(56, 189, 248, 0.08);
}

.product-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
  border-color: rgba(59, 130, 246, 0.6);
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.mini-card {
  background-color: rgba(15, 23, 42, 0.9);
  border-radius: 0.85rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.mini-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
}

.mini-value {
  font-size: 1.1rem;
  font-weight: 600;
}

.mini-sub {
  font-size: 0.75rem;
}

.demo-panel {
  border-radius: 1.25rem;
}

.feature-list li {
  margin-bottom: 0.75rem;
}

.step-card {
  background-color: #ffffff;
  border-radius: 1.1rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.score-circle {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  border: 3px solid rgba(250, 204, 21, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  color: #92400e;
  background: radial-gradient(circle at top, #fef3c7 0, #fefce8 60%, #fef9c3 100%);
}

.pricing-card {
  border-radius: 1.25rem;
}

.pricing-card.featured {
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.3);
}

.popular-badge {
  position: absolute;
  top: -0.75rem;
  right: 1.5rem;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  color: #f9fafb;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.border-dashed {
  border-style: dashed !important;
}

.about-panel {
  border: 1px dashed rgba(148, 163, 184, 0.8);
}

.bg-gradient-footer {
  background: radial-gradient(circle at top left, #1f2937 0, #020617 45%, #000 100%);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(249, 250, 251, 0.85);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #f9fafb;
}

.navbar-dark .navbar-brand {
  color: #f9fafb;
}

footer {
  border-top: 1px solid #111827;
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 5rem;
  }
}
