.page-hero {
  background: linear-gradient(135deg, #001a33 0%, #003366 55%, #004080 100%);
  color: #fff;
}

.page-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.content-prose h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-deep);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.content-prose h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.content-prose p,
.content-prose li {
  color: #475569;
  line-height: 1.7;
}

.content-prose ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 9999px;
  background: var(--brand-light);
  color: var(--brand-deep);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
}

.trend-outlook-very-high {
  background: #dcfce7;
  color: #166534;
}
.trend-outlook-high {
  background: #dbeafe;
  color: #1e40af;
}
.trend-outlook-stable-high {
  background: #e0e7ff;
  color: #3730a3;
}

.support-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.support-card:hover {
  border-color: rgba(0, 85, 170, 0.4);
  box-shadow: 0 8px 20px rgba(0, 51, 102, 0.08);
}

.faq-item details {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 0.5rem;
}

.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: #1e293b;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item details[open] summary {
  color: var(--brand-deep);
  border-bottom: 1px solid #e2e8f0;
}

.faq-item .faq-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.65;
}

.pricing-tier {
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  background: #fff;
}

.pricing-tier.featured {
  border-color: var(--brand-deep);
  box-shadow: 0 12px 32px rgba(0, 51, 102, 0.12);
}

.nav-support-trigger {
  background-color: var(--brand-deep);
  color: #fff !important;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem !important;
}

.nav-support-trigger:hover {
  background-color: var(--brand-hover) !important;
  color: #fff !important;
}

.nav-dropdown-support .dropdown-item {
  border-bottom: 1px solid #f1f5f9;
}

.nav-dropdown-support .dropdown-item:last-child {
  border-bottom: none;
}
