/* Annual Report page — Mari University 2026 */
.ar-hero {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(155deg, #0f2744 0%, #1a3a6b 55%, #1e4a7a 100%);
  color: #fff;
  padding: 48px 0 56px;
}
.ar-hero__inner { position: relative; }
.ar-breadcrumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 0.9rem; color: rgba(255,255,255,.78); margin-bottom: 18px;
}
.ar-breadcrumb a { color: #fff; font-weight: 700; }
.ar-breadcrumb a:hover { color: #fbbf24; }
.ar-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 800; color: #fbbf24;
  letter-spacing: 0.04em; margin-bottom: 12px;
}
.ar-hero h1 {
  font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 900; line-height: 1.35; margin: 0 0 14px;
}
.ar-hero h1 span { color: #fbbf24; }
.ar-lead { max-width: 720px; line-height: 1.9; color: rgba(255,255,255,.9); margin: 0 0 22px; }
.ar-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ar-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 999px; font-weight: 800; font-size: 0.95rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.ar-btn:hover { transform: translateY(-1px); }
.ar-btn--gold { background: #c9a227; color: #12263f; box-shadow: 0 8px 20px rgba(201,162,39,.28); }
.ar-btn--ghost { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.06); }

.ar-strip {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 22px 0;
  margin-top: -1px;
}
.ar-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  text-align: center;
}
.ar-strip__grid b {
  display: block; font-size: 1.45rem; font-weight: 900; color: #1e3a5f; line-height: 1.2;
}
.ar-strip__grid span { font-size: 0.78rem; color: #64748b; font-weight: 700; }

.ar-section { padding: 56px 0; }
.ar-section--muted { background: #f8fafc; }
.ar-section--dark {
  background: linear-gradient(160deg, #12263f, #1e3a5f);
  color: #fff;
}
.ar-section--dark .ar-intro,
.ar-section--dark .ar-note { color: rgba(226,232,240,.88); }
.ar-section--dark .ar-h2,
.ar-section--dark .ar-h3 { color: #fff; }
.ar-section--dark .ar-h2::before { background: #c9a227; }
.ar-section--dark .ar-ratio,
.ar-section--dark .ar-bar span { color: #e2e8f0; }
.ar-section--dark .ar-stats3 > div,
.ar-section--dark .ar-ratio {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.ar-section--dark .ar-stats3 b,
.ar-section--dark .ar-ratio strong { color: #fbbf24; }
.ar-section--dark .ar-bar i { background: linear-gradient(90deg, #c9a227, #fbbf24); }

.ar-h2 {
  display: flex; align-items: center; gap: 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 900; color: #12263f; margin: 0 0 12px;
}
.ar-h2::before {
  content: ""; width: 6px; height: 26px; border-radius: 99px;
  background: linear-gradient(180deg, #c9a227, #b8911f); flex-shrink: 0;
}
.ar-h3 {
  font-size: 1.1rem; font-weight: 800; color: #1e3a5f; margin: 28px 0 12px;
}
.ar-intro { max-width: 820px; color: #475569; line-height: 1.9; margin: 0 0 24px; font-weight: 500; }
.ar-note { color: #64748b; margin: 0 0 14px; font-weight: 600; }

.ar-toc {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
}
.ar-toc a {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 14px;
  background: #fff; border: 1px solid #e2e8f0;
  font-weight: 800; color: #1e3a5f;
  transition: border-color .15s, box-shadow .15s;
}
.ar-toc a:hover { border-color: #c9a227; box-shadow: 0 8px 22px rgba(18,38,63,.08); }
.ar-toc span {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  display: grid; place-items: center;
  background: #12263f; color: #c9a227; font-size: 0.85rem; font-weight: 900;
}

.ar-org__top, .ar-org__row > div, .ar-org__grid > div {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 16px 18px;
  text-align: center;
}
.ar-org__top { max-width: 420px; margin: 0 auto 14px; border-top: 3px solid #c9a227; }
.ar-org__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.ar-org__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.ar-org strong { display: block; color: #12263f; font-weight: 800; margin-bottom: 4px; }
.ar-org span { color: #64748b; font-size: 0.88rem; font-weight: 600; }

.ar-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ar-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px 20px;
  border-inline-start: 4px solid #c9a227;
}
.ar-card h3 { font-size: 1.05rem; font-weight: 800; color: #1e3a5f; margin: 0 0 8px; }
.ar-card p { margin: 0; color: #475569; line-height: 1.8; font-size: 0.95rem; }

.ar-timeline { display: grid; gap: 12px; }
.ar-timeline article {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px 18px;
  position: relative; padding-inline-start: 22px;
}
.ar-timeline article::before {
  content: ""; position: absolute; inset-inline-start: 0; top: 16px; bottom: 16px; width: 4px;
  border-radius: 99px; background: #c9a227;
}
.ar-timeline time {
  display: inline-block; font-size: 0.82rem; font-weight: 800; color: #b8911f;
  background: #fef9e7; padding: 3px 10px; border-radius: 999px; margin-bottom: 6px;
}
.ar-timeline h3 { margin: 0 0 4px; font-size: 1.05rem; color: #12263f; }
.ar-timeline p { margin: 0; color: #475569; line-height: 1.75; }

.ar-stats3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 8px;
}
.ar-stats3 > div {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 18px 14px; text-align: center;
}
.ar-stats3 b { display: block; font-size: 1.8rem; font-weight: 900; color: #1e3a5f; }
.ar-stats3 span { font-size: 0.85rem; color: #64748b; font-weight: 700; }

.ar-ratios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ar-ratio {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 14px;
}
.ar-ratio span { font-size: 0.88rem; font-weight: 700; color: #334155; }
.ar-ratio strong { font-size: 1.15rem; color: #1e3a5f; font-weight: 900; }

.ar-bars { display: grid; gap: 12px; }
.ar-bar {
  display: grid; grid-template-columns: minmax(120px, 180px) 1fr auto; align-items: center; gap: 10px;
}
.ar-bar span { font-size: 0.88rem; font-weight: 700; color: #334155; }
.ar-bar i {
  display: block; height: 12px; border-radius: 99px;
  background: linear-gradient(90deg, #1e3a5f, #3b82f6);
  width: var(--w, 50%); max-width: 100%;
}
.ar-bar b { font-weight: 900; color: #1e3a5f; min-width: 3.5rem; text-align: end; }
.ar-section--dark .ar-bar b { color: #fbbf24; }

.ar-pie-row {
  display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: center;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15);
}
.ar-pie {
  width: 120px; height: 120px; border-radius: 50%;
  background: conic-gradient(#c9a227 0 95.9%, rgba(255,255,255,.2) 95.9% 100%);
  display: grid; place-items: center; position: relative;
}
.ar-pie::after {
  content: ""; position: absolute; inset: 18px; border-radius: 50%; background: #1e3a5f;
}
.ar-pie span { position: relative; z-index: 1; font-weight: 900; color: #fbbf24; font-size: 1.1rem; }

.ar-endow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.ar-endow > div {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 20px 14px; text-align: center;
}
.ar-endow b { display: block; font-size: 2rem; font-weight: 900; color: #1e3a5f; }
.ar-endow span { font-size: 0.88rem; color: #64748b; font-weight: 700; }
.ar-endow__total {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #1e3a5f, #254a73) !important;
  border: none !important;
}
.ar-endow__total b, .ar-endow__total span { color: #fff !important; }
.ar-endow__total span { color: rgba(255,255,255,.85) !important; }

.ar-services {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 20px;
}
.ar-services > div {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px;
  padding: 14px 10px; text-align: center;
}
.ar-services strong { display: block; font-size: 1.35rem; color: #1e3a5f; font-weight: 900; }
.ar-services span { display: block; font-size: 0.8rem; font-weight: 700; color: #334155; margin: 4px 0; }
.ar-services small { color: #64748b; font-weight: 700; }

.ar-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.ar-two--tight { margin-top: 14px; }
.ar-panel {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px;
}
.ar-panel h3 { margin: 0 0 12px; font-size: 1.05rem; color: #12263f; font-weight: 800; }
.ar-panel ul { list-style: none; margin: 0; padding: 0; }
.ar-panel li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px dashed #e2e8f0; font-weight: 600; color: #334155;
}
.ar-panel li:last-child { border-bottom: 0; }
.ar-panel li b { color: #1e3a5f; font-weight: 900; }
.ar-bullets li {
  display: list-item; list-style: none; position: relative;
  padding: 6px 0 6px 0; padding-inline-start: 18px; border: 0 !important;
}
.ar-bullets li::before {
  content: "✓"; position: absolute; inset-inline-start: 0; color: #c9a227; font-weight: 900;
}
.ar-panel--warn { border-color: #fecaca; background: #fff7f7; }
.ar-panel--ok { border-color: #bbf7d0; background: #f0fdf4; }

.ar-cta {
  background: linear-gradient(135deg, #0f2744, #1e3a5f);
  color: #fff; text-align: center; padding: 48px 0;
}
.ar-cta h2 { font-size: 1.5rem; font-weight: 900; margin: 0 0 8px; }
.ar-cta p { opacity: .9; margin: 0 0 18px; }

@media (max-width: 960px) {
  .ar-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .ar-services { grid-template-columns: repeat(2, 1fr); }
  .ar-endow { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .ar-toc, .ar-cards, .ar-org__row, .ar-stats3, .ar-ratios, .ar-two, .ar-pie-row { grid-template-columns: 1fr; }
  .ar-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .ar-bar { grid-template-columns: 1fr; }
  .ar-bar i { width: var(--w, 50%); }
  .ar-services { grid-template-columns: 1fr 1fr; }
}
