/* Articles archive — scoped to the custom archive page. */
body:has(.articles-page){background:#f8fafc;color:#102640}
.articles-page{background:#f8fafc;min-height:700px}.articles-page .container{width:min(1230px,calc(100% - 48px));margin-inline:auto}
.articles-hero{position:relative;min-height:286px;overflow:hidden;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.95) 38%,rgba(248,251,255,.24) 76%,rgba(248,251,255,.12) 100%),var(--articles-hero-image,linear-gradient(135deg,#eef6fd,#d9e8f4));background-size:cover;background-position:center}.articles-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 51% 27%,rgba(58,137,201,.13) 0 2px,transparent 3px),radial-gradient(circle at 59% 43%,rgba(58,137,201,.11) 0 2px,transparent 3px);background-size:92px 92px;opacity:.8;pointer-events:none}.articles-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#e1e9f1}.articles-hero-inner{position:relative;z-index:1;padding:42px 0 31px}.articles-breadcrumb{display:flex;align-items:center;gap:10px;color:#657991;font-size:12px;font-weight:800}.articles-breadcrumb a{color:#536b86}.articles-breadcrumb a:hover{color:#ff7418}.articles-breadcrumb i{font-size:9px;color:#8495a9}.articles-hero-copy{margin-top:29px;max-width:610px}.articles-hero-copy h1{margin:0;color:#102b4c;font-size:45px;line-height:1.1;letter-spacing:-.035em;font-weight:900}.articles-hero-copy p{margin:14px 0 0;max-width:560px;color:#29425f;font-size:15px;line-height:1.65;font-weight:650}.articles-filter-form{display:grid;grid-template-columns:minmax(290px,390px) 180px;gap:14px;margin-top:25px}.articles-search-field{position:relative;display:block}.articles-search-field input,.articles-category-select select,.articles-sort-form select,.articles-newsletter input{width:100%;height:48px;border:1px solid #dce6ef;border-radius:7px;background:#fff;color:#29425f;outline:none;font:inherit;font-size:13px;font-weight:700}.articles-search-field input{padding:0 58px 0 16px}.articles-search-field input:focus,.articles-category-select select:focus,.articles-sort-form select:focus,.articles-newsletter input:focus{border-color:#2c5c85;box-shadow:0 0 0 3px rgba(44,92,133,.1)}.articles-search-field button{position:absolute;right:0;top:0;width:48px;height:48px;border:0;border-radius:0 7px 7px 0;background:#072746;color:#fff;font-size:16px;cursor:pointer}.articles-category-select{position:relative}.articles-category-select:after,.articles-sort-form:after{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;right:15px;top:17px;pointer-events:none;color:#38536e;font-size:10px}.articles-category-select select,.articles-sort-form select{appearance:none;padding:0 38px 0 14px}
.articles-archive{padding:24px 0 50px}.articles-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:38px;align-items:start}.articles-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 14px}.articles-toolbar p{margin:0;color:#2e4965;font-size:13px;font-weight:700}.articles-toolbar p strong{font-weight:900}.articles-sort-form{position:relative;width:145px}.articles-sort-form select{height:38px;border-color:transparent;background:transparent;font-size:13px;font-weight:800;color:#27415e}.articles-sort-form:after{top:12px}
.articles-listing{display:grid;gap:14px}.archive-article-card{display:grid;grid-template-columns:292px minmax(0,1fr);min-height:196px;overflow:hidden;border:1px solid #e2eaf1;border-radius:10px;background:#fff;box-shadow:0 4px 16px rgba(19,45,75,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.archive-article-card:hover{transform:translateY(-2px);border-color:#c8d8e5;box-shadow:0 12px 26px rgba(19,45,75,.09)}.archive-article-cover{display:block;min-height:196px;background:#e8f0f6;overflow:hidden}.archive-article-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.archive-article-card:hover .archive-article-cover img{transform:scale(1.035)}.archive-article-cover>span{width:100%;height:100%;display:grid;place-items:center;color:#9bb0c3;font-size:33px}.archive-article-copy{position:relative;display:flex;flex-direction:column;min-width:0;padding:20px 22px}.archive-article-category{color:#f16f1b;font-size:11px;font-weight:900}.archive-article-copy h2{margin:8px 0 0;font-size:20px;line-height:1.26;letter-spacing:-.022em;font-weight:900}.archive-article-copy h2 a{color:#102b4c}.archive-article-copy h2 a:hover{color:#f16f1b}.archive-article-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:10px 0 0;color:#60738a;font-size:11px;font-weight:750}.archive-article-meta span{display:inline-flex;align-items:center;gap:6px}.archive-article-meta i{color:#4b647d}.archive-article-copy p{margin:12px 0 0;color:#50657b;font-size:12px;line-height:1.55;font-weight:650}.archive-read-more{align-self:flex-end;display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:10px;color:#f16f1b;font-size:12px;font-weight:900}.archive-read-more i{font-size:11px;transition:transform .18s ease}.archive-read-more:hover i{transform:translateX(3px)}.archive-empty{min-height:290px;border:1px dashed #cbd9e5;border-radius:12px;background:#fff;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#60738a;padding:30px}.archive-empty i{font-size:38px;color:#9bb0c3}.archive-empty strong{color:#1d3654;font-size:18px}.archive-empty span{font-size:13px}.archive-empty a{margin-top:6px;color:#f16f1b;font-size:13px;font-weight:900}
.articles-sidebar{display:grid;gap:18px}.articles-side-card{position:relative;overflow:hidden;border:1px solid #e1e9f0;border-radius:12px;background:#fff;padding:22px;box-shadow:0 4px 16px rgba(19,45,75,.04)}.articles-side-card h2{margin:0 0 17px;color:#173150;font-size:19px;letter-spacing:-.025em;font-weight:900}.side-category{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:43px;color:#29425f;font-size:13px;font-weight:750}.side-category span{display:flex;align-items:center;gap:11px;min-width:0}.side-category span>i{width:18px;color:#f47721;text-align:center}.side-category span>img{width:18px;height:18px;object-fit:contain}.side-category b{display:inline-grid;place-items:center;min-width:28px;height:23px;border-radius:8px;background:#f3f6f9;color:#536b85;font-size:11px}.side-category:hover,.side-category.is-active{color:#f16f1b}.side-category.is-active b{background:#fff0e5;color:#ef731e}.popular-articles-list{display:grid;gap:13px}.popular-article{display:grid;grid-template-columns:59px minmax(0,1fr);gap:11px;align-items:start;color:#183250}.popular-article-image{width:59px;height:59px;border-radius:7px;overflow:hidden;background:#edf3f7;display:grid;place-items:center;color:#a9b8c6}.popular-article-image img{width:100%;height:100%;object-fit:cover}.popular-article strong{display:-webkit-box;overflow:hidden;color:#213953;font-size:12px;line-height:1.32;font-weight:850;-webkit-line-clamp:3;-webkit-box-orient:vertical}.popular-article small{display:flex;align-items:center;gap:5px;margin-top:6px;color:#8090a1;font-size:10px;font-weight:700}.popular-article:hover strong{color:#f16f1b}.articles-newsletter{min-height:241px;background:linear-gradient(135deg,#fff 0%,#fbfdff 65%,#edf4fa 100%)}.articles-newsletter h2{position:relative;z-index:1;max-width:210px}.articles-newsletter p{position:relative;z-index:1;max-width:218px;margin:0;color:#5c7188;font-size:13px;line-height:1.6;font-weight:650}.articles-newsletter form{position:relative;z-index:1;display:grid;gap:11px;margin-top:16px}.articles-newsletter input{height:43px;padding:0 13px;font-size:12px}.articles-newsletter button{height:42px;border:0;border-radius:5px;background:#072746;color:#fff;font:inherit;font-size:13px;font-weight:850;cursor:pointer}.articles-newsletter button:hover{background:#f16f1b}.articles-newsletter-art{position:absolute;right:-8px;bottom:-18px;color:#d8e4ee;font-size:92px;transform:rotate(-16deg)}
.articles-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:30px}.articles-pagination a,.articles-pagination span{display:grid;place-items:center;min-width:35px;height:35px;padding:0 8px;border:1px solid #dce5ed;border-radius:5px;background:#fff;color:#38516b;font-size:13px;font-weight:850}.articles-pagination a:hover{border-color:#f16f1b;color:#f16f1b}.articles-pagination .is-active{border-color:#072746;background:#072746;color:#fff}.articles-pagination .is-dots{border-color:transparent;background:transparent}.articles-pagination .is-disabled{opacity:.45}
.articles-newsletter-button{position:relative;z-index:1;display:grid;place-items:center;min-height:42px;margin-top:16px;border-radius:5px;background:#072746;color:#fff;font-size:13px;font-weight:850}.articles-newsletter-button:hover{background:#f16f1b;color:#fff}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1040px){.articles-layout{grid-template-columns:minmax(0,1fr) 290px;gap:22px}.archive-article-card{grid-template-columns:232px minmax(0,1fr)}.archive-article-cover{min-height:188px}.archive-article-copy h2{font-size:18px}}
@media(max-width:880px){.articles-page .container{width:calc(100% - 34px)}.articles-hero{min-height:320px;background-position:66% center}.articles-layout{grid-template-columns:1fr}.articles-sidebar{grid-template-columns:1fr 1fr;align-items:start}.articles-newsletter{grid-column:1/-1;min-height:210px}.articles-newsletter form{grid-template-columns:minmax(0,1fr) 128px}.articles-newsletter button{height:43px}.archive-article-card{grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:620px){.articles-page .container{width:calc(100% - 28px)}.articles-hero{min-height:360px;background-position:61% center}.articles-hero-inner{padding:28px 0}.articles-hero-copy{margin-top:24px}.articles-hero-copy h1{font-size:34px}.articles-hero-copy p{font-size:13px}.articles-filter-form{grid-template-columns:1fr;gap:10px;margin-top:22px}.articles-layout{gap:18px}.articles-toolbar{align-items:flex-start;flex-direction:column;gap:4px}.articles-sort-form{width:142px}.archive-article-card{grid-template-columns:1fr}.archive-article-cover{min-height:205px}.archive-article-copy{padding:17px}.archive-article-copy h2{font-size:18px}.archive-article-copy p{font-size:12px}.archive-read-more{align-self:flex-start}.articles-sidebar{grid-template-columns:1fr}.articles-newsletter{grid-column:auto}.articles-newsletter form{grid-template-columns:1fr}.articles-side-card{padding:19px}.articles-pagination{gap:5px}.articles-pagination a,.articles-pagination span{min-width:32px;height:32px}.articles-breadcrumb{font-size:11px}}

/* Push articles hero down when using aa-home-page fixed header */
body.aa-home-page .articles-hero-inner {
    padding-top: calc(104px + 42px); /* 104px header + 42px original padding */
}

@media (max-width: 920px) {
    body.aa-home-page .articles-hero-inner {
        padding-top: calc(76px + 42px); /* 76px header + 42px original padding */
    }
}

@media (max-width: 620px) {
    body.aa-home-page .articles-hero-inner {
        padding-top: calc(76px + 28px); /* 76px header + 28px mobile padding */
    }
}

/* Make header always solid colored on the articles listing page */
body.aa-home-page.articles-body .aa-site-header {
    background: #062845 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}
