/* Local overrides: system fonts only, no external requests */
.__variable_8c4c93 {
  --font-noto-sans: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.__variable_c1160d {
  --font-noto-sans-display: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Inner page layout */
.page-hero {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
}
.page-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.page-hero p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
  color: #e2e8f0;
}
.page-content {
  background: #f8fafc;
  padding: 2rem 1rem 3rem;
  min-height: 50vh;
}
.page-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);
  border: 1px solid #e2e8f0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  transition: box-shadow .2s ease;
}
.page-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 8px 24px rgba(0,0,0,.06);
}
.page-card h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a5f;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fcd34d;
  display: inline-block;
}
.page-card ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card li {
  margin-bottom: 0.35rem;
}
.page-card p {
  margin: 0 0 0.75rem;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card p:last-child {
  margin-bottom: 0;
}
.page-card a {
  color: #1e3a5f;
  font-weight: 600;
}
.page-card a:hover {
  text-decoration: underline;
}
.page-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  background: #fcd34d;
  color: #334155;
  border: 2px solid #fcd34d;
  transition: background .2s ease, border-color .2s ease;
}
.page-cta:hover {
  background: #fde047;
  border-color: #fde047;
  color: #1e293b;
}
.page-accent {
  border-left: 4px solid #1e3a5f;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #475569;
}
.page-accent a {
  color: #1e3a5f;
  font-weight: 600;
}
.page-accent a:hover {
  text-decoration: underline;
}
