.aux-page {
  --office-ink: #15191f;
  --office-charcoal: #27313a;
  --office-muted: #6f7880;
  --office-line: #d5dde3;
  --office-surface: #ffffff;
  --office-soft: #f3f5f6;
  --office-blue-deep: #0e5f82;
  --office-blue-bright: #129fd4;
  color: var(--office-ink);
  background: linear-gradient(180deg, #f0f2f3 0%, #fafafa 48%, #e8ecef 100%);
  letter-spacing: 0;
}

.aux-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(22, 26, 31, 0.12);
}

.aux-page .brand-title {
  color: var(--office-ink);
}

.aux-page .brand-subtitle,
.aux-page .brand-purpose,
.aux-page .header-identifier {
  color: var(--office-muted);
}

.aux-page .header-nav {
  color: var(--office-blue-deep);
}

.aux-page .btn-primary {
  color: #ffffff;
  background: linear-gradient(120deg, var(--office-blue-deep) 0%, var(--office-blue-bright) 100%);
  box-shadow: 0 10px 20px rgba(21, 96, 130, 0.22);
}

.aux-page .btn-primary:hover,
.aux-page .btn-primary:focus-visible {
  box-shadow: 0 12px 24px rgba(21, 96, 130, 0.28);
}

.aux-page .btn-direct {
  color: var(--office-charcoal);
  border-color: #c7d5df;
  background: #ffffff;
}

.aux-page .btn:focus-visible {
  outline-color: rgba(0, 106, 191, 0.56);
}

.aux-page main {
  padding-bottom: 2rem;
}

.aux-shell {
  max-width: 760px;
  margin: 1.05rem auto 0;
  padding: 0 1.1rem;
}

.aux-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(213, 221, 227, 0.95);
  background: var(--office-surface);
  box-shadow: 0 16px 30px rgba(20, 24, 29, 0.1);
}

.aux-card::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(120deg, var(--office-blue-deep), var(--office-blue-bright));
}

.aux-card > * {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.aux-kicker {
  margin-top: 1.1rem;
  margin-bottom: 0;
  color: var(--office-blue-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
}

.aux-card h1 {
  margin-top: 0.26rem;
  margin-bottom: 0;
  color: var(--office-ink);
  font-size: clamp(1.62rem, 4vw, 2.16rem);
  line-height: 1.16;
  word-break: keep-all;
}

.aux-lead {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: var(--office-charcoal);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.62;
  word-break: keep-all;
}

.aux-meta {
  margin-top: 0.86rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.aux-meta-card,
.aux-section {
  border-radius: 14px;
  border: 1px solid rgba(21, 96, 130, 0.14);
  background: #f6f9fa;
  padding: 0.78rem;
}

.aux-meta-card strong,
.aux-section h2 {
  display: block;
  margin: 0;
  color: var(--office-blue-deep);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.3;
}

.aux-meta-card span,
.aux-section p,
.aux-section li {
  color: var(--office-muted);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.aux-meta-card span {
  display: block;
  margin-top: 0.22rem;
}

.aux-grid {
  margin-top: 0.66rem;
  display: grid;
  gap: 0.52rem;
}

.aux-actions {
  margin-top: 0.86rem;
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.aux-actions .btn {
  flex: 1 1 220px;
}

.policy-stack {
  margin-top: 0.84rem;
  display: grid;
  gap: 0.62rem;
}

.aux-section h2 {
  font-size: 0.92rem;
}

.aux-section p,
.aux-section ul {
  margin: 0.34rem 0 0;
}

.aux-section ul {
  padding-left: 1.1rem;
}

.aux-inline-note {
  margin-top: 0.7rem;
  padding: 0.66rem 0.72rem;
  border-radius: 12px;
  border: 1px solid rgba(21, 96, 130, 0.12);
  background: #f7fafb;
  color: var(--office-muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
}

.aux-page .site-footer {
  border-top-color: rgba(22, 26, 31, 0.16);
  background: linear-gradient(180deg, #20262d 0%, #14191f 100%);
}

.aux-page .footer-inner {
  color: #dce5eb;
}

.aux-page .footer-inner strong,
.aux-page .footer-inner a {
  color: #ffffff;
}

@media (max-width: 760px) {
  .aux-shell {
    padding: 0 0.9rem;
  }

  .aux-card > * {
    margin-left: 0.92rem;
    margin-right: 0.92rem;
  }

  .aux-meta {
    grid-template-columns: 1fr;
  }

  .aux-actions {
    flex-direction: column;
  }

  .aux-actions .btn {
    width: 100%;
  }
}
