:root{
    --ac-primary: #0d47a1;
    --ac-primary-rgb:13,71,161;
    --ac-dark:#102235;
}
body{font-family:Inter,Arial,sans-serif;background:#f7f9fc;color:#102235}
.navbar-brand small{font-size:.78rem}
.hero-section{min-height:72vh;background-size:cover;background-position:center;position:relative}
.hero-overlay{background:linear-gradient(180deg, rgba(6,24,44,.18) 0%, rgba(6,24,44,.78) 100%)}
.object-cover{height:220px;object-fit:cover}
.shortcut-card .card,.stat-card,.site-footer,.card{transition:transform .2s ease, box-shadow .2s ease}
.shortcut-card:hover .card,.card:hover{transform:translateY(-2px)}
.section-heading .eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;color:var(--ac-primary);font-size:.78rem;font-weight:700;margin-bottom:.5rem}
.section-heading h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin-bottom:0}
.content-area{font-size:1.05rem;line-height:1.75}
.content-area img{max-width:100%;height:auto;border-radius:1rem}
.content-area iframe{width:100%;min-height:360px;border:0;border-radius:1rem}
.site-footer a:hover{color:#fff !important}
.btn-primary{background:var(--ac-primary);border-color:var(--ac-primary)}
.btn-outline-primary{color:var(--ac-primary);border-color:var(--ac-primary)}
.btn-outline-primary:hover{background:var(--ac-primary);border-color:var(--ac-primary)}
.page-hero{border-bottom:1px solid rgba(0,0,0,.06)}
@media (max-width: 991px){
  .hero-section{min-height:auto}
}
