/* === Home base layer === */
/* Alturamedix Academy homepage — scoped visual layer for the data-driven public sections. */
:root {
--aa-navy-2:#031a31;--aa-blue:#0a426b;--aa-text:#10213a;--aa-muted:#61718a;--aa-surface:#fff;--aa-orange-2:#ff9c3c;--aa-radius:18px
}
.aa-home-page {
background:#f8fafc;color:var(--aa-text)
}
/* Header */
/* === Home base layer === */
/* Alturamedix Academy homepage — scoped visual layer for the data-driven public sections. */
:root {
--aa-navy-2:#031a31;--aa-blue:#0a426b;--aa-text:#10213a;--aa-muted:#61718a;--aa-surface:#fff;--aa-orange-2:#ff9c3c;--aa-radius:18px
}
.aa-home-page {
background:#f8fafc;color:var(--aa-text)
}
/* Hero */
.aa-home-page .hero-slider {
position:relative;min-height:630px
}
.aa-home-page .aa-hero-slide {
position:absolute;inset:0;z-index:0;display:block;opacity:0;pointer-events:none;transition:opacity .7s ease
}
.aa-home-page .aa-hero-slide.active {
z-index:1;opacity:1;pointer-events:auto
}
.aa-home-page .aa-hero-art {
background-repeat:no-repeat;filter:saturate(1.08)
}
.aa-home-page .aa-hero-art.is-empty {
background:radial-gradient(circle at 78% 42%,rgba(0,161,235,.33),transparent 26%),radial-gradient(circle at 68% 50%,rgba(255,117,28,.17),transparent 22%)
}
.aa-home-page .aa-hero-container {
min-height:630px;justify-content:space-between
}
.aa-home-page .aa-hero-copy {
color:#fff
}
.aa-home-page .aa-hero-eyebrow {
margin-bottom:22px;text-transform:uppercase
}
.aa-home-page .aa-hero-buttons {
flex-wrap:wrap
}
.aa-home-page .aa-button {
display:inline-flex;align-items:center;gap:11px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease
}
.aa-home-page .aa-button:hover {
transform:translateY(-2px)
}
.aa-home-page .aa-button-primary {
color:#fff;box-shadow:0 14px 30px rgba(255,116,28,.3)
}
.aa-home-page .aa-button-outline {
border:1px solid rgba(255,255,255,.58)
}
.aa-home-page .aa-hero-rail {
position:absolute;left:14px;display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 0 22px
}
.aa-home-page .aa-rail-icon {
display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:12px;text-decoration:none
}
.aa-home-page .aa-rail-icon:hover {
border-color:var(--aa-orange);background:var(--aa-orange)
}
.aa-home-page .aa-hero-stats-wrap {
margin-top:-109px
}
.aa-home-page .aa-stat-item {
display:flex;align-items:center;color:#fff
}
.aa-home-page .aa-stat-item span {
display:grid;gap:3px
}
/* Main content */
.aa-home-page .aa-home-content {
background:#f8fafc
}
.aa-home-page .aa-home-grid {
display:grid
}
.aa-home-page .aa-home-main, .aa-home-page .aa-home-sidebar {
display:grid
}
.aa-home-page .aa-article-showcase, .aa-home-page .aa-training-panel, .aa-home-page .aa-journal-promo {
border:1px solid var(--aa-line);border-radius:var(--aa-radius);background:#fff;box-shadow:0 9px 26px rgba(20,42,73,.04)
}
.aa-home-page .aa-section-heading {
display:flex;align-items:center;justify-content:space-between;gap:18px
}
.aa-home-page .aa-section-heading h2 {
margin:0
}
.aa-home-page .aa-section-heading>a {
color:#273b57;font-size:11px;font-weight:900;text-decoration:none
}
.aa-home-page .aa-section-heading>a i {
margin-left:5px;color:var(--aa-orange)
}
.aa-home-page .aa-category-row {
position:relative
}
.aa-home-page .aa-category-card {
display:grid;gap:9px;padding:0 0 10px;color:#15263e;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease
}
.aa-home-page .aa-category-card:hover {
box-shadow:0 10px 20px rgba(9,49,85,.13);transform:translateY(-2px)
}
.aa-home-page .aa-category-image {
display:grid;place-items:center;overflow:hidden
}
.aa-home-page .aa-category-image i {
font-size:32px;color:#2f648a
}
.aa-home-page .aa-category-card strong {
font-weight:900
}
.aa-home-page .aa-category-more {
position:absolute;right:-16px;top:50%;display:grid;place-items:center;text-decoration:none;transform:translateY(-50%)
}
.aa-home-page .aa-article-grid {
display:grid;grid-template-columns:repeat(3,minmax(0,1fr))
}
.aa-home-page .aa-article-image {
display:block
}
.aa-home-page .aa-article-body {
display:grid;gap:9px
}
.aa-home-page .aa-article-body time {
font-weight:700
}
.aa-home-page .aa-article-body h3 {
letter-spacing:-.03em
}
.aa-home-page .aa-article-body h3 a {
color:#16283f;text-decoration:none
}
.aa-home-page .aa-article-read {
display:inline-flex;align-items:center;gap:6px;justify-self:start;margin-top:3px;border:1px solid #f4b07e;font-weight:900;text-decoration:none
}
.aa-home-page .aa-training-list {
display:grid
}
.aa-home-page .aa-training-card {
display:grid;align-items:center
}
.aa-home-page .aa-training-cover {
display:block;overflow:hidden;background:linear-gradient(135deg,#062f63,#071c45);color:#fff;text-decoration:none
}
.aa-home-page .aa-training-cover span {
display:grid;place-items:center;width:100%;height:100%;font-size:27px
}
.aa-home-page .aa-training-copy p {
display:flex;align-items:center;gap:7px;font-weight:700
}
.aa-home-page .aa-training-copy p i {
width:12px;color:#314b68
}
.aa-home-page .aa-journal-promo {
position:relative;display:grid;align-items:center
}
.aa-home-page .aa-journal-cover {
position:relative;z-index:1;display:grid;place-items:center;align-self:stretch;overflow:hidden;background:linear-gradient(145deg,#061220,#122b44);color:#fff;font-size:12px;font-weight:900;letter-spacing:.06em;text-align:center
}
.aa-home-page .aa-journal-cover img {
width:100%;height:100%;object-fit:cover
}
.aa-home-page .aa-journal-copy {
position:relative;z-index:1
}
.aa-home-page .aa-journal-copy>span {
display:block;margin-top:4px;color:var(--aa-orange);font-size:10px;font-weight:900
}
.aa-home-page .aa-journal-copy p {
max-width:450px;margin:8px 0 13px;color:#687990
}
.aa-home-page .aa-journal-button {
display:inline-flex;align-items:center;gap:7px;border:1px solid #d8e2ec;border-radius:6px;color:#233c57;font-weight:900;text-decoration:none
}
/* Feature and partners */
.aa-home-page .aa-feature-section {
background:#f8fafc
}
.aa-home-page .aa-feature-section .container {
border:1px solid var(--aa-line);border-radius:var(--aa-radius);background:#fff;box-shadow:0 9px 26px rgba(20,42,73,.04)
}
.aa-home-page .aa-feature-grid {
display:grid;grid-template-columns:repeat(5,minmax(0,1fr))
}
.aa-home-page .aa-feature-card {
display:grid;grid-template-columns:26px minmax(0,1fr) 15px;gap:10px;align-items:start;border:1px solid var(--aa-line);color:#1d3048;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease
}
.aa-home-page .aa-feature-card:hover {
border-color:#ffc395;background:#fffaf6;transform:translateY(-2px)
}
.aa-home-page .aa-feature-card>i {
padding-top:1px
}
.aa-home-page .aa-feature-card span {
display:grid;gap:7px
}
.aa-home-page .aa-feature-card strong {
line-height:1.25
}
.aa-home-page .aa-feature-card small {
color:#728298;font-weight:600
}
.aa-home-page .aa-feature-card b {
padding-top:30px;color:#1e3852
}
.aa-home-page .aa-partner-strip {
background:#f8fafc
}
.aa-home-page .aa-partner-item:last-child {
border-right:0
}
/* Footer */
@media(max-width:1100px) {
.aa-home-page .aa-feature-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
.aa-home-page .aa-partner-item:nth-child(4n) {
border-right:0
}

}
@media(max-width:920px) {
.aa-home-page .aa-home-sidebar {
grid-row:2
}
.aa-home-page .aa-training-panel {
max-width:none
}

}
@media(max-width:680px) {
.aa-home-page .aa-home-hero {
min-height:680px
}
.aa-home-page .hero-slider {
min-height:622px
}
.aa-home-page .aa-hero-art {
opacity:.58
}
.aa-home-page .aa-hero-container {
min-height:622px
}
.aa-home-page .aa-hero-rail {
top:100px;bottom:95px;left:8px;gap:9px
}
.aa-home-page .aa-rail-icon {
width:24px;height:24px;font-size:10px
}
.aa-home-page .aa-hero-stats-wrap {
margin-top:-103px;padding-left:0
}
.aa-home-page .aa-hero-stats {
border-radius:10px
}
.aa-home-page .aa-stat-item {
gap:9px
}
.aa-home-page .aa-stat-item:nth-child(3) {
border-left:0
}
.aa-home-page .aa-stat-item:nth-child(n+3) {
border-top:1px solid rgba(255,255,255,.16)
}
.aa-home-page .aa-stat-item>i {
font-size:19px
}
.aa-home-page .aa-stat-item strong {
font-size:16px
}
.aa-home-page .aa-stat-item small {
font-size:9px
}
.aa-home-page .aa-home-content {
padding-top:20px
}
.aa-home-page .aa-article-showcase, .aa-home-page .aa-training-panel {
padding:14px
}
.aa-home-page .aa-section-heading h2 {
font-size:18px
}
.aa-home-page .aa-category-row {
display:flex;overflow:auto;padding-bottom:6px
}
.aa-home-page .aa-category-card {
min-width:104px
}
.aa-home-page .aa-article-card {
display:grid;grid-template-columns:125px minmax(0,1fr)
}
.aa-home-page .aa-journal-promo {
gap:13px
}
.aa-home-page .aa-journal-copy h2 {
font-size:15px
}
.aa-home-page .aa-feature-section .container {
padding:15px
}
.aa-home-page .aa-feature-card b {
padding-top:20px
}
.aa-home-page .aa-partner-item {
border-bottom:1px solid var(--aa-line)
}
.aa-home-page .aa-partner-item:nth-child(2n) {
border-right:0
}

}
.aa-home-page .aa-hero-container {
padding-left:76px;padding-right:34px
}
.aa-home-page .aa-hero-stats-wrap {
padding-left:76px;padding-right:34px
}
.aa-home-page .aa-home-content {
padding-top:26px
}
.aa-home-page .aa-journal-promo {
margin-top:0
}
.aa-home-page .aa-feature-section {
padding-top:4px
}
.aa-home-page .aa-feature-section .container {
padding:22px
}
/* Partners: one uninterrupted row, duplicated once for a seamless linear loop. */
.aa-home-page .aa-partner-strip {
padding-top:18px;padding-bottom:32px
}
.aa-home-page .aa-partner-marquee {
position:relative;overflow:hidden;border:1px solid var(--aa-line);background:#fff;box-shadow:0 10px 24px rgba(20,42,73,.045)
}
.aa-home-page .aa-partner-marquee:before, .aa-home-page .aa-partner-marquee:after {
content:"";position:absolute;z-index:2;top:0;bottom:0;width:34px;pointer-events:none
}
.aa-home-page .aa-partner-marquee:before {
left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))
}
.aa-home-page .aa-partner-marquee:after {
right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))
}
.aa-home-page .aa-partner-track {
display:flex;width:max-content;will-change:transform;animation:aa-partner-marquee var(--aa-partner-duration,32s) linear infinite
}
.aa-home-page .aa-partner-group {
display:flex;flex:0 0 auto
}
.aa-home-page .aa-partner-group:after {
content:"";flex:0 0 28px
}
.aa-home-page .aa-partner-item {
display:grid;place-items:center;flex:0 0 198px;padding:14px 20px;border-right:none;color:#1b324b;font-size:11px;font-weight:900;text-align:center;text-decoration:none;transition:background-color .18s ease
}
.aa-home-page .aa-partner-item:hover, .aa-home-page .aa-partner-item:focus-visible {
background:#fff8f1;outline:0
}
.aa-home-page .aa-partner-item img {
object-fit:contain
}
.aa-home-page .aa-partner-item span {
line-height:1.35
}
.aa-home-page .aa-partner-marquee:hover .aa-partner-track, .aa-home-page .aa-partner-marquee:focus-within .aa-partner-track {
animation-play-state:paused
}
.aa-home-page .aa-partner-marquee.is-static {
display:flex;justify-content:center
}
.aa-home-page .aa-partner-marquee.is-static .aa-partner-track {
animation:none
}
.aa-home-page .aa-partner-marquee.is-static .aa-partner-group:after {
display:none
}
@keyframes aa-partner-marquee {
to{transform:translateX(-50%)}
}
@media (prefers-reduced-motion:reduce) {
.aa-home-page .aa-partner-track {
animation:none
}
.aa-home-page .aa-partner-marquee {
overflow-x:auto
}
.aa-home-page .aa-partner-marquee:before, .aa-home-page .aa-partner-marquee:after {
display:none
}

}
@media(min-width:1440px) {
.aa-home-page .container {
width:min(1420px,calc(100% - 96px))
}

}
@media(max-width:1100px) {
.aa-home-page .container {
width:calc(100% - 44px)
}
.aa-home-page .aa-category-image {
height:125px
}
.aa-home-page .aa-partner-item {
flex-basis:182px;min-height:82px;padding:12px 17px
}
.aa-home-page .aa-partner-item img {
max-width:138px;max-height:46px
}

}
@media(max-width:920px) {
.aa-home-page .aa-hero-container {
padding-left:0
}

}
@media(max-width:680px) {
.aa-home-page .aa-category-image {
height:112px
}
.aa-home-page .aa-training-cover {
width:106px;height:106px
}
.aa-home-page .aa-partner-marquee:before, .aa-home-page .aa-partner-marquee:after {
width:20px
}
.aa-home-page .aa-partner-item {
flex-basis:154px;min-height:72px;padding:10px 14px
}
.aa-home-page .aa-partner-item img {
max-width:118px;max-height:40px
}

}
/* === Home final composition refinements === */
/* Final visual calibration layer — loaded after legacy and initial home styles. */
:root {
--aa-navy:#031b31;--aa-ink:#0f263f;--aa-orange:#ff7418;--aa-page:#f5f8fc;--aa-line:#e6edf5;--aa-card:#fff
}
body.aa-home-page {
background:var(--aa-page);color:var(--aa-ink)
}
.aa-home-page .container {
width:min(1280px,calc(100% - 40px));max-width:none;margin-left:auto;margin-right:auto
}
/* Hero */
.aa-home-page .aa-home-hero {
position:relative;min-height:620px;height:620px;overflow:hidden;background:#02192c
}
.aa-home-page .hero-slider, .aa-home-page .hero-slide {
position:relative;min-height:620px;height:620px
}
.aa-home-page .aa-hero-art {
position:absolute;inset:0;background-position:66% 49%;background-size:cover;z-index:1
}
.aa-home-page .aa-home-hero:after {
content:"";position:absolute;inset:auto 0 0;height:170px;z-index:2;pointer-events:none;background:linear-gradient(0deg,rgba(2,20,37,.56),rgba(2,20,37,0))
}
.aa-home-page .aa-hero-container {
position:relative;z-index:4;display:flex;align-items:flex-start;height:100%;padding:145px 0 150px 58px
}
.aa-home-page .aa-hero-copy {
width:min(590px,52%);max-width:590px
}
.aa-home-page .aa-hero-eyebrow {
display:block;margin:0 0 16px;color:var(--aa-orange);font-size:12px;letter-spacing:.16em;font-weight:900
}
.aa-home-page .aa-hero-copy h1 {
max-width:590px;margin:0;color:#fff;font-family:var(--font-main,"Noto Sans",sans-serif);font-weight:900;font-size:clamp(48px,4.35vw,68px);line-height:1.07;letter-spacing:-.035em;text-wrap:balance
}
.aa-home-page .aa-hero-description {
max-width:450px;margin:16px 0 0;color:rgba(255,255,255,.88);font-size:14px;line-height:1.65;font-weight:600
}
.aa-home-page .aa-hero-buttons {
display:flex;align-items:center;gap:14px;margin-top:27px
}
.aa-home-page .aa-button {
min-height:49px;padding:0 20px;border-radius:7px;font-size:13px;font-weight:900
}
.aa-home-page .aa-button-primary {
background:var(--aa-orange);border-color:var(--aa-orange)
}
.aa-home-page .aa-button-outline {
border-color:rgba(255,255,255,.76);background:rgba(0,0,0,.08);color:#fff
}
.aa-home-page .aa-hero-stats-wrap {
position:absolute;z-index:8;left:0;right:0;bottom:27px;width:min(1080px,calc(100% - 160px));padding:0
}
.aa-home-page .aa-hero-stats {
min-height:82px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(4,27,48,.82);box-shadow:0 16px 38px rgba(0,0,0,.18);backdrop-filter:blur(8px)
}
.aa-home-page .aa-stat-item {
min-height:45px;padding:0 28px;border-right:1px solid rgba(255,255,255,.16);gap:14px
}
.aa-home-page .aa-stat-item:last-child {
border-right:0
}
.aa-home-page .aa-stat-item>i {
font-size:27px;color:#fff
}
.aa-home-page .aa-stat-item strong {
color:#fff;font-size:21px;line-height:1
}
.aa-home-page .aa-stat-item small {
margin-top:5px;color:rgba(255,255,255,.83);font-size:11px;font-weight:700;white-space:nowrap
}
.aa-home-page .aa-hero-rail {
z-index:9;top:82px;bottom:30px;width:56px;border-right:1px solid rgba(255,255,255,.16)
}
.aa-home-page .aa-rail-icon {
width:30px;height:30px;margin:7px auto;border-color:rgba(255,255,255,.4);color:#fff
}
/* Main grid */
.aa-home-page .aa-home-content {
padding:24px 0 40px
}
.aa-home-page .aa-home-grid {
grid-template-columns:minmax(0,1.82fr) minmax(305px,1fr);gap:16px;align-items:start
}
.aa-home-page .aa-home-main, .aa-home-page .aa-home-sidebar {
gap:16px
}
.aa-home-page .aa-article-showcase, .aa-home-page .aa-training-panel, .aa-home-page .aa-journal-promo, .aa-home-page .aa-feature-section>.container {
border:1px solid var(--aa-line);border-radius:13px;background:var(--aa-card);box-shadow:0 10px 28px rgba(35,56,87,.05)
}
.aa-home-page .aa-article-showcase, .aa-home-page .aa-training-panel {
padding:17px
}
.aa-home-page .aa-section-heading {
margin-bottom:16px
}
.aa-home-page .aa-section-heading h2 {
font-size:20px;line-height:1.2;color:var(--aa-ink);letter-spacing:-.02em
}
.aa-home-page .aa-section-heading a {
font-size:11px;font-weight:900;color:var(--aa-ink)
}
.aa-home-page .aa-section-heading a i {
color:var(--aa-orange);margin-left:5px
}
.aa-home-page .aa-category-row {
display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 34px;gap:8px;margin-bottom:15px;overflow:visible
}
.aa-home-page .aa-category-card {
min-width:0;border:1px solid var(--aa-line);border-radius:8px;overflow:hidden;background:#fff
}
.aa-home-page .aa-category-image {
height:clamp(122px,13vw,166px);background:#edf3f8
}
.aa-home-page .aa-category-image img {
width:100%;height:100%;object-fit:cover
}
.aa-home-page .aa-category-card strong {
display:block;min-height:38px;padding:8px 4px;color:var(--aa-ink);font-size:10px;line-height:1.25;text-align:center;overflow-wrap:anywhere
}
.aa-home-page .aa-category-more {
align-self:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--aa-line);background:#fff;color:var(--aa-ink);box-shadow:0 4px 12px rgba(20,42,73,.12)
}
.aa-home-page .aa-article-grid {
gap:10px
}
.aa-home-page .aa-article-card {
border:1px solid var(--aa-line);border-radius:9px;overflow:hidden;background:#fff
}
.aa-home-page .aa-article-image {
height:clamp(150px,14vw,190px);background:#eef3f7
}
.aa-home-page .aa-article-image img {
width:100%;height:100%;object-fit:cover
}
.aa-home-page .aa-article-body {
padding:13px
}
.aa-home-page .aa-article-body time {
font-size:10px;color:#70839a
}
.aa-home-page .aa-article-body h3 {
min-height:43px;margin:8px 0 12px;font-size:14px;line-height:1.35;color:var(--aa-ink)
}
.aa-home-page .aa-article-read {
padding:7px 9px;border-radius:5px;font-size:10px;color:var(--aa-orange);border-color:#ffd3b5
}
/* Sidebar */
.aa-home-page .aa-training-panel {
padding:17px
}
.aa-home-page .aa-training-list {
gap:15px
}
.aa-home-page .aa-training-card {
grid-template-columns:110px minmax(0,1fr);gap:14px;min-height:110px
}
.aa-home-page .aa-training-cover {
width:110px;height:110px;border-radius:8px
}
.aa-home-page .aa-training-cover img {
width:100%;height:100%;object-fit:cover
}
.aa-home-page .aa-training-copy h3 {
margin:5px 0 10px;font-size:14px;line-height:1.3;color:var(--aa-ink)
}
.aa-home-page .aa-training-copy p {
margin:5px 0;font-size:10px;color:#5b7088
}
.aa-home-page .aa-sidebar-ads {
display:grid;gap:9px
}
.aa-home-page .aa-sidebar-ad {
display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:66px;padding:10px 13px;border:1px solid #e6edf5;border-radius:9px;background:#fff;text-decoration:none;color:#21354e
}
.aa-home-page .aa-sidebar-ad span {
display:grid;gap:5px;text-align:left
}
.aa-home-page .aa-sidebar-ad small {
color:#8291a5;font-size:9px;font-weight:800
}
.aa-home-page .aa-sidebar-ad strong {
color:#21354e;font-size:10px;line-height:1.42;font-weight:700
}
.aa-home-page .aa-sidebar-ad img {
object-fit:cover;border-radius:8px
}
.aa-home-page .aa-sidebar-ad>i {
display:grid;place-items:center;width:42px;height:38px;border-radius:8px;background:#f0efff;color:#a3a0e5;font-size:18px
}
/* Journal, features and partners */
.aa-home-page .aa-journal-promo {
min-height:135px;margin:0;padding:14px;grid-template-columns:120px minmax(0,1fr);gap:18px;overflow:hidden
}
.aa-home-page .aa-journal-cover {
width:120px;height:105px;border-radius:7px
}
.aa-home-page .aa-journal-copy h2 {
margin:0 0 8px;font-size:17px;color:var(--aa-ink)
}
.aa-home-page .aa-journal-copy p {
font-size:11px;line-height:1.45
}
.aa-home-page .aa-journal-button {
margin-top:10px;padding:7px 10px;font-size:10px
}
.aa-home-page .aa-feature-section {
padding:20px 0 14px
}
.aa-home-page .aa-feature-section>.container {
padding:20px
}
.aa-home-page .aa-feature-heading {
margin-bottom:15px
}
.aa-home-page .aa-feature-grid {
gap:10px
}
.aa-home-page .aa-feature-card {
min-height:112px;padding:15px;border-radius:8px;border-color:var(--aa-line)
}
.aa-home-page .aa-feature-card>i {
font-size:20px;color:var(--aa-ink)
}
.aa-home-page .aa-feature-card strong {
font-size:11px;color:var(--aa-ink)
}
.aa-home-page .aa-feature-card small {
font-size:10px;line-height:1.35
}
.aa-home-page .aa-feature-card b {
font-size:13px
}
.aa-home-page .aa-partner-strip {
padding:0 0 16px
}
.aa-home-page .aa-partner-marquee {
min-height:70px;border-radius:8px
}
.aa-home-page .aa-partner-item {
flex-basis:160px;min-height:68px
}
.aa-home-page .aa-partner-item img {
max-width:124px;max-height:38px
}
/* Footer */
@media(max-width:1100px) {
.aa-home-page .aa-hero-copy {
width:min(535px,56%)
}
.aa-home-page .aa-hero-copy h1 {
font-size:clamp(45px,5vw,59px)
}
.aa-home-page .aa-hero-stats-wrap {
width:calc(100% - 120px)
}
.aa-home-page .aa-stat-item {
padding:0 18px
}
.aa-home-page .aa-home-grid {
grid-template-columns:minmax(0,1.68fr) minmax(290px,1fr)
}
.aa-home-page .aa-category-row {
grid-template-columns:repeat(6,minmax(0,1fr)) 32px
}
.aa-home-page .aa-training-card {
grid-template-columns:95px minmax(0,1fr)
}
.aa-home-page .aa-training-cover {
width:95px;height:95px
}

}
@media(max-width:920px) {
.aa-home-page .container {
width:calc(100% - 34px)
}
.aa-home-page .aa-home-hero, .aa-home-page .hero-slider, .aa-home-page .hero-slide {
min-height:650px;height:650px
}
.aa-home-page .aa-hero-container {
padding:110px 0 150px 0
}
.aa-home-page .aa-hero-copy {
width:min(545px,73%)
}
.aa-home-page .aa-hero-stats-wrap {
width:calc(100% - 92px)
}
.aa-home-page .aa-stat-item {
padding:0 13px
}
.aa-home-page .aa-stat-item>i {
font-size:22px
}
.aa-home-page .aa-stat-item strong {
font-size:18px
}
.aa-home-page .aa-stat-item small {
font-size:9px
}
.aa-home-page .aa-home-grid {
grid-template-columns:1fr
}
.aa-home-page .aa-home-sidebar {
display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:14px
}
.aa-home-page .aa-sidebar-ads {
grid-column:2
}

}
@media(max-width:680px) {
.aa-home-page .container {
width:calc(100% - 28px)
}
.aa-home-page .aa-home-hero, .aa-home-page .hero-slider, .aa-home-page .hero-slide {
min-height:675px;height:675px
}
.aa-home-page .aa-hero-art {
background-position:63% center
}
.aa-home-page .aa-hero-container {
padding:100px 0 300px 0
}
.aa-home-page .aa-hero-copy {
width:100%
}
.aa-home-page .aa-hero-copy h1 {
font-size:clamp(42px,11.8vw,54px)
}
.aa-home-page .aa-hero-description {
font-size:13px;max-width:360px
}
.aa-home-page .aa-hero-stats-wrap {
bottom:20px;width:calc(100% - 40px)
}
.aa-home-page .aa-hero-stats {
grid-template-columns:repeat(2,minmax(0,1fr));min-height:130px
}
.aa-home-page .aa-stat-item {
min-height:54px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.15)
}
.aa-home-page .aa-stat-item:nth-child(2n) {
border-right:0
}
.aa-home-page .aa-stat-item:nth-child(n+3) {
border-bottom:0
}
.aa-home-page .aa-hero-rail {
width:33px
}
.aa-home-page .aa-rail-icon {
transform:scale(.85)
}
.aa-home-page .aa-home-sidebar {
display:block
}
.aa-home-page .aa-sidebar-ads {
margin-top:14px
}
.aa-home-page .aa-category-row {
grid-template-columns:repeat(3,minmax(0,1fr))
}
.aa-home-page .aa-category-more {
display:none
}
.aa-home-page .aa-article-grid {
grid-template-columns:1fr
}
.aa-home-page .aa-article-image {
height:200px
}
.aa-home-page .aa-feature-grid {
grid-template-columns:1fr
}
.aa-home-page .aa-feature-card {
min-height:84px
}
.aa-home-page .aa-journal-promo {
grid-template-columns:92px minmax(0,1fr);min-height:126px
}
.aa-home-page .aa-journal-cover {
width:92px;height:92px
}

}
@media (min-width:921px) {
body.aa-home-page .container {
width:calc(100% - 40px);max-width:none
}
body.aa-home-page .aa-home-hero, body.aa-home-page .hero-slider, body.aa-home-page .hero-slide {
height:900px;min-height:900px
}
body.aa-home-page .aa-home-hero:after {
height:245px
}
body.aa-home-page .aa-hero-stats-wrap {
width:auto;max-width:none;margin:0;padding:0
}
.aa-home-page .aa-hero-stats {
min-height:132px
}
.aa-home-page .aa-stat-item {
min-height:58px;padding:0 41px;gap:18px
}
.aa-home-page .aa-stat-item>i {
font-size:34px
}
.aa-home-page .aa-stat-item strong {
font-size:25px
}
.aa-home-page .aa-stat-item small {
font-size:12px
}
body.aa-home-page .aa-home-content {
padding-top:30px;padding-bottom:50px
}
.aa-home-page .aa-home-grid {
grid-template-columns:minmax(0,1.89fr) minmax(350px,1fr);gap:22px
}
.aa-home-page .aa-home-main, body.aa-home-page .aa-home-sidebar {
gap:21px
}
body.aa-home-page .aa-article-showcase, body.aa-home-page .aa-training-panel {
padding:21px
}
.aa-home-page .aa-section-heading h2 {
font-size:22px
}
body.aa-home-page .aa-category-image {
height:190px
}
.aa-home-page .aa-category-card strong {
min-height:48px;font-size:11px
}
.aa-home-page .aa-article-image {
height:235px
}
.aa-home-page .aa-article-body {
padding:17px
}
.aa-home-page .aa-article-body h3 {
min-height:58px;font-size:16px
}
body.aa-home-page .aa-training-card {
grid-template-columns:132px minmax(0,1fr);min-height:132px;gap:17px
}
.aa-home-page .aa-training-cover {
width:132px;height:132px
}
.aa-home-page .aa-training-copy h3 {
font-size:16px
}
body.aa-home-page .aa-journal-promo {
min-height:165px;padding:18px;grid-template-columns:145px minmax(0,1fr)
}
.aa-home-page .aa-journal-cover {
width:145px;height:128px
}
body.aa-home-page .aa-feature-section {
padding:24px 0 16px
}
.aa-home-page .aa-feature-section>.container {
padding:24px
}
.aa-home-page .aa-feature-card {
min-height:136px;padding:19px
}
.aa-home-page .aa-partner-marquee {
min-height:82px
}
.aa-home-page .aa-partner-item {
flex-basis:180px;min-height:80px
}

}
@media (min-width:921px) and (max-width:1280px) {
body.aa-home-page .aa-home-hero, body.aa-home-page .hero-slider, body.aa-home-page .hero-slide {
height:830px;min-height:830px
}
body.aa-home-page .aa-hero-container {
padding:184px 0 192px 106px
}
body.aa-home-page .aa-hero-copy {
width:min(690px,58%);max-width:690px
}
body.aa-home-page .aa-hero-copy h1 {
max-width:660px;font-size:clamp(52px,4.7vw,68px)
}
body.aa-home-page .aa-hero-stats-wrap {
left:76px;right:76px;bottom:36px
}
body.aa-home-page .aa-category-image {
height:158px
}
body.aa-home-page .aa-article-image {
height:195px
}
body.aa-home-page .aa-training-card {
grid-template-columns:108px minmax(0,1fr);min-height:108px
}
body.aa-home-page .aa-training-cover {
width:108px;height:108px
}

}
/* The opening fold is always exactly one viewport: fixed header overlays the hero and is part of that first screen. */
@media (min-width:921px) {
body.aa-home-page .aa-home-hero, body.aa-home-page .hero-slider, body.aa-home-page .hero-slide {

    height:100dvh;
    min-height:0;
    max-height:100dvh;
  
}
body.aa-home-page .aa-hero-container {

    box-sizing:border-box;
    height:100%;
    padding:calc(96px + clamp(18px,3.2vh,50px)) 0 calc(clamp(170px,22vh,230px)) 112px;
    align-items:center;
  
}

}
@media (min-width:921px) and (max-height:760px) {
body.aa-home-page .aa-hero-container {
padding:calc(82px + 18px) 0 168px 86px
}

}
@media (max-width:920px) {
body.aa-home-page .aa-home-hero, body.aa-home-page .hero-slider, body.aa-home-page .hero-slide {

    height:100dvh;
    min-height:0;
    max-height:100dvh;
  
}
body.aa-home-page .aa-hero-container {

    box-sizing:border-box;
    height:100%;
  
}

}
/* === Home slider and footer reference refinements === */
/* Final homepage hero composition pass. */
@media (min-width:921px) {
/* Preserve the same viewport height, but bring the foreground composition to the reference grid. */
body.aa-home-page .aa-hero-art {
background-position:center center;background-size:100% auto;background-repeat:no-repeat;background-color:#02192c
}
body.aa-home-page .aa-hero-container {

    padding-top:calc(104px + clamp(24px,4vh,54px));
    padding-bottom:clamp(172px,22vh,242px);
    padding-left:clamp(88px,8.7vw,166px);
  
}
body.aa-home-page .aa-hero-copy {
width:min(560px,42%);max-width:560px
}
body.aa-home-page .aa-hero-eyebrow {
margin-bottom:18px;font-size:13px;letter-spacing:.16em
}
body.aa-home-page .aa-hero-copy h1 {

    max-width:540px;
    font-size:clamp(52px,4.15vw,78px);
    line-height:1.08;
    letter-spacing:-.035em;
    text-wrap:wrap;
  
}
body.aa-home-page .aa-hero-description {
max-width:435px;margin-top:18px;font-size:15px;line-height:1.65
}
body.aa-home-page .aa-hero-buttons {
margin-top:29px;gap:14px
}
body.aa-home-page .aa-button {
min-height:54px;padding-inline:23px;border-radius:8px;font-size:14px
}
/* The stat panel uses the taller glass-card treatment from the latest reference. */
body.aa-home-page .aa-hero-stats-wrap {
left:clamp(92px,7.7vw,132px);right:clamp(46px,4.2vw,74px);bottom:clamp(22px,3.6vh,38px)
}
body.aa-home-page .aa-hero-stats {

    min-height:clamp(76px,10.5vh,92px);
    display:grid;
    grid-template-columns:repeat(var(--aa-stat-columns,4),minmax(0,1fr));
    align-items:stretch;
    position:relative;
    overflow:hidden;
    border-radius:12px;
    background:linear-gradient(180deg,rgba(6,35,64,.64) 0%,rgba(1,18,38,.80) 100%);
    border:1px solid rgba(142,184,224,.30);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 13px 28px rgba(0,0,0,.20),0 8px 18px rgba(255,112,23,.055);
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
  
}
body.aa-home-page .aa-hero-stats::before {

    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 9% 50%,rgba(85,170,255,.10),transparent 18%),
      linear-gradient(110deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,.012) 40%,rgba(255,255,255,0) 72%);
  
}
body.aa-home-page .aa-hero-stats::after {

    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    pointer-events:none;
    background:linear-gradient(90deg,transparent 8%,rgba(255,112,23,.58) 50%,transparent 92%);
    box-shadow:0 0 10px rgba(255,112,23,.34);
  
}
body.aa-home-page .aa-stat-item {
position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:clamp(72px,9.8vh,84px);padding:7px clamp(12px,1.8vw,24px);gap:12px;border:0;text-align:left;transition:background .18s ease
}
body.aa-home-page .aa-stat-item:not(:first-child)::before {
content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:rgba(71,165,242,.28)
}
body.aa-home-page .aa-stat-item:hover {
background:rgba(255,255,255,.035)
}
body.aa-home-page .aa-stat-item>i {
font-size:clamp(20px,1.7vw,26px);color:#fff;filter:drop-shadow(0 0 5px rgba(255,255,255,.16))
}
body.aa-home-page .aa-stat-item span {
display:grid;place-items:start;gap:2px;min-width:0
}
body.aa-home-page .aa-stat-item strong {
font-size:clamp(19px,1.68vw,24px);line-height:1;color:#fff;text-shadow:0 0 6px rgba(255,255,255,.07)
}
body.aa-home-page .aa-stat-item small {
font-size:clamp(8px,.7vw,10px);line-height:1.2;color:rgba(255,255,255,.92);white-space:normal
}
/* Left rail: social profiles stay centered in the available height. */
body.aa-home-page .aa-hero-rail {
top:82px;bottom:24px;display:block;width:58px
}
body.aa-home-page .aa-rail-socials {
position:absolute;top:50%;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:11px;transform:translateY(-50%)
}
body.aa-home-page .aa-rail-socials .aa-rail-icon {
margin:0
}

}
/* Keep the composition full-screen without making low-height laptop hero content collapse. */
@media (min-width:921px) and (max-height:760px) {
body.aa-home-page .aa-hero-container {
padding-top:110px;padding-bottom:152px;padding-left:clamp(72px,7.8vw,120px)
}
body.aa-home-page .aa-hero-copy {
width:min(510px,44%);max-width:510px
}
body.aa-home-page .aa-hero-copy h1 {
max-width:492px;font-size:clamp(47px,4vw,62px);line-height:1.04
}
body.aa-home-page .aa-hero-description {
font-size:13px;line-height:1.55
}
body.aa-home-page .aa-hero-buttons {
margin-top:22px
}
body.aa-home-page .aa-button {
min-height:48px;font-size:12px
}
body.aa-home-page .aa-hero-stats-wrap {
left:clamp(78px,7.2vw,96px);right:clamp(34px,4.6vw,60px);bottom:18px
}
body.aa-home-page .aa-hero-stats {
min-height:74px;border-radius:12px
}
body.aa-home-page .aa-stat-item {
min-height:74px;padding:6px 16px;gap:10px
}
.aa-home-page .aa-stat-item>i {
font-size:21px
}
.aa-home-page .aa-stat-item strong {
font-size:19px
}
.aa-home-page .aa-stat-item small {
font-size:8px
}
body.aa-home-page .aa-rail-socials {
top:49%;gap:8px
}

}
/* On touch layouts retain the existing compact rail behavior without wrappers affecting flex placement. */
@media (max-width:920px) {
body.aa-home-page .aa-rail-socials {
display:contents
}
body.aa-home-page .aa-hero-stats {
grid-template-columns:repeat(2,minmax(0,1fr));min-height:112px;overflow:hidden
}
body.aa-home-page .aa-stat-item {
min-height:52px;padding:7px 12px;gap:9px;border-right:0
}
body.aa-home-page .aa-stat-item>i {
font-size:18px
}
body.aa-home-page .aa-stat-item strong {
font-size:16px
}
body.aa-home-page .aa-stat-item small {
font-size:8px
}

}
/* Reference statistics band: full-width glass strip with circular icon markers. */
@media (min-width:921px) {
body.aa-home-page .aa-home-hero:after {

    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:clamp(260px,38vh,360px);
    z-index:3;
    pointer-events:none;
    background:rgba(1,18,34,.42);
    backdrop-filter:blur(15px) saturate(116%);
    -webkit-backdrop-filter:blur(15px) saturate(116%);
    -webkit-mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.12) 32%, rgba(0,0,0,.55) 70%, #000 100%);
    mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.12) 32%, rgba(0,0,0,.55) 70%, #000 100%);
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
  
}
body.aa-home-page .aa-hero-rail {

    bottom:clamp(122px,16vh,146px);
    border-right:0;
  
}
body.aa-home-page .aa-hero-rail::after {

    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:1px;
    pointer-events:none;
    background:rgba(255,255,255,.12);
  
}
body.aa-home-page .aa-hero-stats-wrap {

    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:clamp(122px,16vh,146px);
    max-width:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    overflow:hidden;
    isolation:isolate;
    background:rgba(2,23,40,.45);
    box-shadow:0 -72px 126px rgba(2,24,43,.16);
    backdrop-filter:blur(10px) saturate(118%);
    -webkit-backdrop-filter:blur(10px) saturate(118%);
    -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.68) 18%, #000 42%, #000 100%);
    mask-image:linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.68) 18%, #000 42%, #000 100%);
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
  
}
body.aa-home-page .aa-hero-stats-wrap::before {

    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-58px;
    height:104px;
    pointer-events:none;
    z-index:0;
    background:rgba(174,221,244,.06);
    filter:blur(34px);
    opacity:.42;
  
}
body.aa-home-page .aa-hero-stats-wrap::after {

    content:none;
    position:absolute;
    right:-8%;
    bottom:-74%;
    width:46%;
    height:132%;
    pointer-events:none;
    z-index:0;
    background:none;
    filter:blur(18px);
  
}
body.aa-home-page .aa-hero-stats {

    width:100%;
    height:100%;
    min-height:0;
    box-sizing:border-box;
    display:grid;
    grid-template-columns:repeat(var(--aa-stat-columns,4),minmax(0,1fr));
    align-items:center;
    position:relative;
    z-index:1;
    overflow:hidden;
    padding:0 clamp(46px,5vw,92px) 0 clamp(98px,7.8vw,150px);
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  
}
body.aa-home-page .aa-hero-stats::before {

    content:none;
    position:absolute;
    inset:0;
    pointer-events:none;
    background:none;
  
}
body.aa-home-page .aa-hero-stats::after {

    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    pointer-events:none;
    background:rgba(174,221,244,.10);
    box-shadow:0 0 18px rgba(255,116,24,.16);
  
}
body.aa-home-page .aa-stat-item {

    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:100%;
    padding:14px clamp(18px,2vw,34px);
    gap:clamp(18px,1.75vw,26px);
    border:0;
    text-align:left;
    color:#fff;
  
}
body.aa-home-page .aa-stat-item:not(:first-child)::before {

    content:"";
    position:absolute;
    left:0;
    top:24%;
    bottom:24%;
    width:1px;
    background:rgba(124,189,231,.26);
  
}
body.aa-home-page .aa-stat-item>i {

    display:grid;
    place-items:center;
    width:72px;
    height:72px;
    min-width:72px;
    border:1px solid rgba(255,116,24,.58);
    border-radius:50%;
    background:transparent;
    color:#fff;
    font-size:30px;
    line-height:1;
    box-shadow:none;
    text-shadow:none;
    filter:none;
  
}
body.aa-home-page .aa-stat-item span {

    display:grid;
    place-items:start;
    gap:7px;
    min-width:0;
  
}
body.aa-home-page .aa-stat-item strong {

    color:#fff;
    font-size:clamp(36px,2.75vw,48px);
    font-weight:950;
    line-height:.9;
    letter-spacing:-.025em;
    text-shadow:0 0 18px rgba(255,255,255,.12);
  
}
body.aa-home-page .aa-stat-item small {

    color:rgba(255,255,255,.90);
    font-size:clamp(11px,.86vw,13px);
    font-weight:850;
    line-height:1.25;
    white-space:normal;
  
}

}
@media (min-width:921px) and (max-height:760px) {
body.aa-home-page .aa-hero-stats-wrap {
height:118px
}
body.aa-home-page .aa-hero-stats {
padding-right:clamp(38px,4.8vw,72px);padding-left:clamp(92px,7.6vw,122px)
}
body.aa-home-page .aa-stat-item {
gap:18px;padding-block:12px
}
body.aa-home-page .aa-stat-item>i {
width:64px;height:64px;min-width:64px;font-size:26px
}
body.aa-home-page .aa-stat-item strong {
font-size:clamp(30px,2.45vw,38px)
}
body.aa-home-page .aa-stat-item small {
font-size:clamp(10px,.82vw,12px)
}

}
@media (max-width: 920px) {
    body.aa-home-page .aa-hero-rail {
        display: none !important;
    }
    body.aa-home-page .aa-hero-stats-wrap {
        left: 16px !important;
        right: 16px !important;
        bottom: 50px !important;
        width: auto !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    body.aa-home-page .aa-hero-stats {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    body.aa-home-page .aa-stat-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        padding: 10px 16px !important;
        min-height: 48px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        width: 100% !important;
        position: relative !important;
        text-decoration: none !important;
    }
    body.aa-home-page .aa-stat-item::before,
    body.aa-home-page .aa-stat-item::after {
        display: none !important;
    }
    body.aa-home-page .aa-stat-item span {
        display: flex !important;
        flex-direction: row !important;
        align-items: baseline !important;
        gap: 6px !important;
        min-width: 0 !important;
    }
    body.aa-home-page .aa-stat-item strong {
        font-size: 15px !important;
        font-weight: 850 !important;
        color: #fff !important;
        line-height: 1 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
    }
    body.aa-home-page .aa-stat-item small {
        font-size: 10px !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.8) !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }
    body.aa-home-page .aa-stat-item>i {
        display: grid !important;
        place-items: center !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        border: 1px solid rgba(255, 116, 24, 0.4) !important;
        border-radius: 50% !important;
        background: rgba(255, 116, 24, 0.15) !important;
        color: #ff7418 !important;
        font-size: 12px !important;
        box-shadow: 0 0 8px rgba(255, 116, 24, 0.25) !important;
        filter: none !important;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    body.aa-home-page .aa-hero-stats-wrap {
        left: 32px !important;
        right: 32px !important;
        bottom: 54px !important;
        width: auto !important;
    }
    body.aa-home-page .aa-hero-stats {
        display: grid !important;
        grid-template-columns: repeat(var(--aa-stat-columns, 4), minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    body.aa-home-page .aa-stat-item {
        flex: none !important;
        min-height: 56px !important;
        padding: 12px 18px !important;
        border-radius: 999px !important;
    }
    body.aa-home-page .aa-stat-item span {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1px !important;
    }
    body.aa-home-page .aa-stat-item strong {
        font-size: 16px !important;
    }
    body.aa-home-page .aa-stat-item small {
        font-size: 9px !important;
    }
    body.aa-home-page .aa-stat-item>i {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 14px !important;
    }
}
/* === Home sidebar ads size refinements === */
/* Loaded last: overrides legacy sidebar-ad sizing that previously forced ads back to 66px. */
@media (min-width: 921px) {
body.aa-home-page .aa-home-sidebar .aa-sidebar-ads {

    gap: 14px;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad {

    min-height: 112px;
    height: 112px;
    padding: 17px 18px;
    gap: 18px;
    border-radius: 10px;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad span {

    gap: 6px;
    max-width: 180px;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad small {

    color: #8291a5;
    font-size: 9px;
    font-weight: 800;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad strong {

    color: #21354e;
    font-size: 11px;
    line-height: 1.45;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad img {

    width: 70px;
    height: 64px;
    border-radius: 8px;
  
}
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad > i {

    width: 60px;
    height: 56px;
    border-radius: 8px;
    font-size: 26px;
  
}

}
@media (max-width: 920px) {
body.aa-home-page .aa-home-sidebar .aa-sidebar-ad {

    min-height: 88px;
    height: auto;
  
}

}
/* === Home Bione water ripple styles === */
/* Bione-style WebGL water refraction: the plugin renders the hero image inside its canvas. */
.aa-bione-ripples {
position:relative;overflow:hidden
}
.aa-bione-ripples canvas {
position:absolute;inset:0;z-index:-1;pointer-events:none
}
/* === Home screenshot feedback refinements === */
@media (min-width:921px) {
body.aa-home-page .aa-hero-copy h1 {

    max-width:7.6em;
    font-size:clamp(49px,3vw,74px);
    line-height:1.13;
    letter-spacing:-.025em;
    text-wrap:normal;
  
}
body.aa-home-page .aa-home-content {

    padding-bottom:24px;
  
}
body.aa-home-page .aa-feature-section {

    margin-top:0px;
    padding-top:0px;
  
}
body.aa-home-page .aa-feature-section>.container {

    padding-top:14px;
  
}
body.aa-home-page .aa-feature-heading {

    margin-bottom:12px;
  
}

}
@media (min-width:921px) and (max-height:760px) {
body.aa-home-page .aa-hero-copy h1 {

    max-width:7.6em;
    font-size:clamp(45px,3vw,59px);
    line-height:1.12;
    text-wrap:normal;
  
}

}
body.aa-home-page .aa-article-body {

  gap:5px;

}
body.aa-home-page .aa-article-body time {

  margin-bottom:1px;
  color:#556c84;
  font-weight:850;

}
body.aa-home-page .aa-article-body h3 {

  margin:3px 0 10px;
  font-weight:950;

}
body.aa-home-page .aa-article-body h3 a {

  color:#0f263f;
  font-weight:950;

}
body.aa-home-page .aa-training-list {

  gap:18px;

}
body.aa-home-page .aa-training-card {

  position:relative;
  border-radius:8px;
  transition:background-color .18s ease;

}
body.aa-home-page .aa-training-card:hover {

  background:#f3f9fe;

}
body.aa-home-page .aa-training-card:not(:last-child)::after {

  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  height:1px;
  background:rgba(14,54,88,.10);

}
@media (min-width:921px) {
body.aa-home-page .aa-feature-section {

    padding-bottom:10px;
  
}
body.aa-home-page .aa-feature-section>.container {

    padding:14px 18px 14px;
  
}
body.aa-home-page .aa-feature-heading {

    margin-bottom:10px;
  
}
body.aa-home-page .aa-feature-heading>a {

    display:inline-flex;
    align-items:center;
    gap:5px;
    white-space:nowrap;
  
}
body.aa-home-page .aa-feature-grid {

    gap:8px;
  
}
body.aa-home-page .aa-feature-card {

    min-height:92px;
    padding:13px 14px;
    align-items:center;
  
}
body.aa-home-page .aa-feature-card span {

    gap:4px;
  
}
body.aa-home-page .aa-feature-card small {

    line-height:1.28;
  
}
body.aa-home-page .aa-feature-card b {

    align-self:center;
    justify-self:end;
    padding-top:0;
  
}
body.aa-home-page .aa-partner-strip {

    padding-top:8px;
    padding-bottom:28px;
  
}

}
body.aa-home-page .aa-feature-card b {

  padding-top:0;

}
/* MEDEPICENT Journal promo: reference-style light blue feature card. */
body.aa-home-page .aa-journal-promo {

  isolation:isolate;

}
@media (min-width:921px) {
body.aa-home-page .aa-journal-promo {

    grid-template-columns:126px minmax(260px,1fr);
    gap:24px;
    align-items:center;
    min-height:178px;
    padding:22px 28px;
    border-color:#cfe3f5;
    border-radius:9px;
    overflow:hidden;
    background:
      linear-gradient(103deg,rgba(255,255,255,.98) 0%,rgba(249,253,255,.97) 42%,rgba(214,236,255,.98) 100%);
    box-shadow:0 12px 28px rgba(27,78,126,.08);
  
}
body.aa-home-page .aa-journal-promo.has-visual-bg {

    padding-right:330px;
    background-color:#fff;
    background-image:var(--aa-journal-bg-image);
    background-position:right bottom;
    background-size:100% 100%;
    background-repeat:no-repeat;
  
}
body.aa-home-page .aa-journal-promo::before {

    content:none;
    display:none;
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:none;
  
}
body.aa-home-page .aa-journal-cover {

    align-self:center;
    width:106px;
    height:136px;
    justify-self:center;
    overflow:visible;
    border-radius:0;
    background:transparent;
  
}
body.aa-home-page .aa-journal-cover img {

    width:100%;
    height:100%;
    object-fit:contain;
    filter:drop-shadow(12px 16px 20px rgba(12,46,80,.20));
  
}
body.aa-home-page .aa-journal-copy {

    max-width:430px;
  
}
body.aa-home-page .aa-journal-copy h2 {

    margin:0 0 12px;
    color:#0b2642;
    font-size:21px;
    line-height:1.1;
    font-weight:950;
    letter-spacing:.01em;
    text-transform:uppercase;
  
}
body.aa-home-page .aa-journal-copy>span {

    display:none;
  
}
body.aa-home-page .aa-journal-copy p {

    max-width:390px;
    margin:0 0 15px;
    color:#506985;
    font-size:12px;
    line-height:1.55;
    font-weight:700;
  
}
body.aa-home-page .aa-journal-button {

    margin-top:0;
    padding:9px 14px;
    border:1px solid #9bb4cd;
    border-radius:6px;
    background:#fff;
    color:#0e2945;
    font-size:11px;
    font-weight:900;
    box-shadow:0 6px 14px rgba(24,74,118,.07);
  
}
body.aa-home-page .aa-journal-button i {

    font-size:10px;
  
}

}
@media (max-width:920px) {
body.aa-home-page .aa-journal-promo {

    grid-template-columns:104px minmax(0,1fr);
    min-height:148px;
    padding:16px;
    overflow:hidden;
    background:linear-gradient(105deg,#fff 0%,#f8fcff 52%,#dcedff 100%);
  
}
body.aa-home-page .aa-journal-promo.has-visual-bg {

    background-color:#fff;
    background-image:var(--aa-journal-bg-image);
    background-position:right bottom;
    background-size:100% 100%;
    background-repeat:no-repeat;
  
}
body.aa-home-page .aa-journal-cover {

    width:92px;
    height:116px;
    align-self:center;
    overflow:visible;
    background:transparent;
  
}
body.aa-home-page .aa-journal-copy {

    padding-right:34px;
  
}

}
@media (max-width:680px) {
body.aa-home-page .aa-journal-promo {

    grid-template-columns:82px minmax(0,1fr);
    gap:12px;
    min-height:132px;
    padding:14px;
  
}
body.aa-home-page .aa-journal-cover {

    width:76px;
    height:96px;
  
}
body.aa-home-page .aa-journal-copy {

    padding-right:0;
  
}
body.aa-home-page .aa-journal-copy h2 {

    font-size:14px;
  
}
body.aa-home-page .aa-journal-copy p {

    margin-bottom:10px;
  
}
body.aa-home-page .aa-journal-promo.has-visual-bg {

    background-image:var(--aa-journal-bg-image);
    background-position:right bottom;
    background-size:100% 100%;
  
}

}
/* === Home partner marquee size refinements === */
@media (min-width: 1101px) {
body.aa-home-page .aa-partner-strip {

    padding-top: 22px !important;
    padding-bottom: 38px !important;
  
}
body.aa-home-page .aa-partner-marquee {

    border-radius: 14px !important;
  
}
body.aa-home-page .aa-partner-group::after {

    flex-basis: 32px !important;
  
}
body.aa-home-page .aa-partner-item {

    flex-basis: 224px !important;
    min-height: 112px !important;
    padding: 18px 24px !important;
    font-size: 12px !important;
  
}
body.aa-home-page .aa-partner-item img {

    max-width: 170px !important;
    max-height: 62px !important;
  
}

}
@media (min-width: 681px) and (max-width: 1100px) {
body.aa-home-page .aa-partner-item {

    flex-basis: 198px !important;
    min-height: 96px !important;
    padding: 15px 20px !important;
  
}
body.aa-home-page .aa-partner-item img {

    max-width: 150px !important;
    max-height: 54px !important;
  
}

}
@media (max-width: 680px) {
body.aa-home-page .aa-partner-item {

    flex-basis: 168px !important;
    min-height: 82px !important;
    padding: 12px 16px !important;
  
}
body.aa-home-page .aa-partner-item img {

    max-width: 130px !important;
    max-height: 44px !important;
  
}

}
