.hero-gradient {
  background: linear-gradient(135deg, #0f2240 0%, #1a365d 45%, #2d5585 100%);
}

.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(26, 54, 93, 0.18);
}

.gold-accent-line {
  background: linear-gradient(90deg, transparent, #d97706, transparent);
  height: 2px;
}

.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #d97706;
  transition: width 0.2s ease;
}

.nav-link:hover::after,
.nav-link-active::after {
  width: 100%;
}

.nav-link-active {
  color: #1a365d;
  font-weight: 600;
}

.mobile-nav-link-active {
  color: #1a365d;
  font-weight: 600;
  background-color: #f0f5fa;
}

.prose-legal h2 {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.prose-legal h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a365d;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose-legal p,
.prose-legal li {
  color: #4b5563;
  line-height: 1.75;
}

.prose-legal ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose-legal ul li {
  margin-bottom: 0.5rem;
}

.form-input {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  color: #374151;
  transition: box-shadow 0.2s ease;
}

.form-input:focus {
  outline: none;
  ring: 2px;
  box-shadow: 0 0 0 2px #3d6fa3;
  border-color: transparent;
}

.form-input-error {
  border-color: #dc2626;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a365d;
  margin-bottom: 0.5rem;
}

.article-prose {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #374151;
}

.article-prose h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-prose h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d5585;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.article-prose p {
  margin-bottom: 1.25rem;
}

.article-prose ul,
.article-prose ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.article-prose ul {
  list-style-type: disc;
}

.article-prose ol {
  list-style-type: decimal;
}

.article-prose li {
  margin-bottom: 0.5rem;
}

.article-prose a {
  color: #3d6fa3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-prose a:hover {
  color: #d97706;
}

.article-prose blockquote {
  border-left: 4px solid #d97706;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #4b5563;
}

.article-prose .lead {
  font-size: 1.1875rem;
  color: #4b5563;
  line-height: 1.75;
}

/* Article reader typography */
.article-prose {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #374151;
}

.article-prose > * + * {
  margin-top: 1.25rem;
}

.article-prose h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-prose h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d5585;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.article-prose p {
  margin-bottom: 0;
}

.article-prose a {
  color: #2d5585;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.article-prose a:hover {
  color: #d97706;
}

.article-prose strong {
  color: #1a365d;
  font-weight: 700;
}

.article-prose ul,
.article-prose ol {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.article-prose ul {
  list-style-type: disc;
}

.article-prose ol {
  list-style-type: decimal;
}

.article-prose li + li {
  margin-top: 0.5rem;
}

.article-prose blockquote {
  border-left: 4px solid #d97706;
  padding-left: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-style: italic;
  color: #4b5563;
}

.article-prose hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2.5rem 0;
}
