.aspx-dynamic-section {
    position: relative;
    overflow: hidden;
    padding: clamp(6.5rem, 10vw, 8.5rem) 0 clamp(3.5rem, 7vw, 5rem);
}

.aspx-gold-separator {
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(246, 196, 83, 0.78), transparent);
    opacity: .8;
}

.aspx-archive-panel,
.aspx-card,
.aspx-empty,
.aspx-filter-panel {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background:
        radial-gradient(circle at 12% 0%, rgba(6, 182, 212, 0.14), transparent 34%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 30, 52, 0.86));
    box-shadow: 0 28px 80px rgba(2, 6, 23, 0.26);
}

.aspx-archive-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(16rem, .6fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    border-radius: 1.35rem;
    padding: clamp(1.5rem, 4vw, 2.6rem);
}

.aspx-eyebrow,
.aspx-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    border: 1px solid rgba(34, 211, 238, .36);
    border-radius: 999px;
    background: rgba(6, 182, 212, .12);
    color: #a5f3fc;
    padding: .48rem .9rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.aspx-eyebrow::before,
.aspx-card-kicker::before {
    content: "";
    width: .42rem;
    height: .42rem;
    border-radius: 999px;
    background: #f6c453;
    box-shadow: 0 0 0 .25rem rgba(246, 196, 83, .12);
}

.aspx-archive-copy h1 {
    margin-top: 1.1rem;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: .98;
    letter-spacing: 0;
    font-weight: 500;
}

.aspx-archive-copy p,
.aspx-archive-summary {
    margin-top: 1.1rem;
    max-width: 56rem;
    color: rgba(226, 232, 240, .84);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.8;
}

.aspx-archive-summary {
    display: grid;
    gap: .75rem;
}

.aspx-archive-summary div {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.aspx-archive-summary span span,
.aspx-archive-summary div span,
.aspx-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid rgba(34, 211, 238, .28);
    border-radius: 999px;
    background: rgba(6, 182, 212, .1);
    color: #c4f1f9;
    padding: .42rem .72rem;
    font-size: .8rem;
    font-weight: 600;
}

.aspx-filter-panel {
    margin-top: 1.2rem;
    border-radius: 1.1rem;
    padding: 1rem;
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(0, 1fr) repeat(3, minmax(9rem, .35fr)) auto;
}

.aspx-filter-panel label {
    display: grid;
    gap: .35rem;
    color: #a5f3fc;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.aspx-filter-panel :where(input, select) {
    min-height: 2.85rem;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: .85rem;
    background: rgba(2, 6, 23, .46);
    color: #fff;
    padding: .75rem .9rem;
    outline: none;
}

.aspx-filter-panel button,
.aspx-filter-panel a,
.aspx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border: 1px solid rgba(246, 196, 83, .46);
    border-radius: 999px;
    background: rgba(246, 196, 83, .18);
    color: #ffe9a6;
    padding: .75rem 1rem;
    font-size: .86rem;
    font-weight: 650;
    text-decoration: none;
}

.aspx-button-secondary {
    border-color: rgba(34, 211, 238, .36);
    background: rgba(6, 182, 212, .12);
    color: #c8f7ff;
}

.aspx-inline-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
    margin-top: 1.2rem;
}

.aspx-section-title {
    max-width: 58rem;
    margin-bottom: 1.2rem;
}

.aspx-section-title h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.02;
    font-weight: 520;
    letter-spacing: 0;
}

.aspx-section-title p {
    margin-top: .8rem;
    color: rgba(226, 232, 240, .78);
    font-size: 1.04rem;
    line-height: 1.75;
}

.aspx-home-hero-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 18rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(2, 6, 23, .34);
}

.aspx-home-hero-media img {
    width: 100%;
    height: 100%;
    max-height: 28rem;
    object-fit: contain;
    padding: 1rem;
}

.aspx-home-metric {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: .2rem;
    border: 1px solid rgba(246, 196, 83, .34);
    border-radius: .9rem;
    background: rgba(2, 6, 23, .72);
    padding: .8rem .95rem;
}

.aspx-home-metric strong {
    color: #f6c453;
    font-size: 1.7rem;
    line-height: 1;
}

.aspx-home-metric span {
    color: rgba(255, 255, 255, .8);
    font-size: .82rem;
}

.aspx-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.aspx-counter-card {
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 1rem;
    background: rgba(15, 23, 42, .72);
    padding: 1rem;
}

.aspx-counter-card strong {
    color: #f6c453;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.aspx-counter-card span {
    display: block;
    margin-top: .55rem;
    color: #fff;
    font-weight: 650;
}

.aspx-counter-card p,
.aspx-mini-meta {
    color: rgba(226, 232, 240, .7);
    font-size: .86rem;
    line-height: 1.55;
}

.aspx-card-accent {
    color: #f6c453 !important;
    font-weight: 650;
}

.aspx-subsection-heading {
    margin-top: clamp(2rem, 4vw, 3rem);
}

.aspx-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.4rem);
    margin-top: clamp(1.5rem, 4vw, 2.4rem);
}

.aspx-grid.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aspx-card {
    overflow: hidden;
    border-radius: 1.2rem;
}

.aspx-card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    background: rgba(2, 6, 23, .42);
    border-bottom: 1px solid rgba(148, 163, 184, .16);
}

.aspx-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aspx-card-body {
    padding: 1.15rem;
}

.aspx-card-topline {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.aspx-card h3 {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0;
}

.aspx-card p {
    margin-top: .72rem;
    color: rgba(226, 232, 240, .78);
    line-height: 1.65;
    font-size: .94rem;
}

.aspx-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1rem;
}

.aspx-empty {
    margin-top: 1.5rem;
    border-radius: 1.2rem;
    padding: 2rem;
    text-align: center;
    color: rgba(226, 232, 240, .8);
}

.aspx-modal .innovation-modal-panel {
    max-width: min(1180px, calc(100vw - 2.5rem));
}

.aspx-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    min-height: min(760px, calc(100vh - 5rem));
}

.aspx-modal-media {
    display: grid;
    place-items: center;
    background: rgba(2, 6, 23, .22);
}

.aspx-modal-media img {
    max-width: 100%;
    max-height: min(760px, calc(100vh - 5rem));
    object-fit: contain;
}

.aspx-modal-content {
    padding: clamp(1.5rem, 4vw, 3rem);
    overflow: auto;
}

.aspx-modal-content h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    font-weight: 550;
    letter-spacing: 0;
}

.aspx-rich {
    margin-top: 1rem;
    color: rgba(226, 232, 240, .84);
    line-height: 1.8;
}

.aspx-rich :where(ul, ol) {
    margin: .8rem 0 .8rem 1.2rem;
    padding-left: 1rem;
}

.aspx-rich ul { list-style: disc; }
.aspx-rich ol { list-style: decimal; }

.aspx-detail-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.2rem;
}

.aspx-detail-list div {
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: .9rem;
    padding: .85rem 1rem;
}

.aspx-detail-list dt {
    color: #f6c453;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 750;
}

.aspx-detail-list dd {
    margin-top: .28rem;
    color: rgba(226, 232, 240, .88);
}

.aspx-team-card {
    display: grid;
    grid-template-columns: 38% 1fr;
}

.aspx-team-card .aspx-card-media {
    aspect-ratio: auto;
    min-height: 15rem;
    border-bottom: 0;
    border-right: 1px solid rgba(148, 163, 184, .16);
}

.aspx-team-card .aspx-card-media img {
    object-fit: cover;
}

.aspx-team-modal .innovation-modal-panel {
    max-width: min(1220px, calc(100vw - 2.5rem));
}

.aspx-team-modal-grid {
    display: grid;
    grid-template-columns: minmax(20rem, .44fr) minmax(0, .56fr);
    max-height: min(calc(100dvh - var(--aidc-nav-height) - 2rem), 48rem);
}

.aspx-team-modal-side {
    position: sticky;
    top: 0;
    align-self: start;
    display: grid;
    gap: 1rem;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    background: linear-gradient(155deg, rgba(15, 30, 52, .96), rgba(2, 6, 23, .9));
    border-right: 1px solid rgba(148, 163, 184, .18);
}

.aspx-team-modal-side img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: .9rem;
    border: 5px solid rgba(246, 196, 83, .7);
}

.aspx-team-modal-side h2 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.aspx-team-modal-side p {
    color: rgba(226, 232, 240, .82);
}

.aspx-team-modal-body {
    overflow: auto;
    padding: clamp(1.4rem, 3vw, 2.4rem);
}

.aspx-detail-section {
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 1rem;
    padding: 1.1rem 1.3rem;
    margin-bottom: 1rem;
}

.aspx-detail-section h3 {
    color: #f6c453;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 750;
}

body.theme-light .aspx-archive-panel,
html.theme-light body .aspx-archive-panel,
body.theme-light .aspx-card,
html.theme-light body .aspx-card,
body.theme-light .aspx-empty,
html.theme-light body .aspx-empty,
body.theme-light .aspx-filter-panel,
html.theme-light body .aspx-filter-panel {
    border-color: rgba(11, 78, 162, .14);
    background:
        radial-gradient(circle at 12% 0%, rgba(6, 182, 212, .12), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .92));
    box-shadow: 0 28px 80px rgba(15, 23, 42, .09);
}

body.theme-light .aspx-archive-copy h1,
html.theme-light body .aspx-archive-copy h1,
body.theme-light .aspx-card h3,
html.theme-light body .aspx-card h3,
body.theme-light .aspx-section-title h2,
html.theme-light body .aspx-section-title h2,
body.theme-light .aspx-counter-card span,
html.theme-light body .aspx-counter-card span,
body.theme-light .aspx-modal-content h2,
html.theme-light body .aspx-modal-content h2 {
    color: #071326;
}

body.theme-light .aspx-archive-copy p,
html.theme-light body .aspx-archive-copy p,
body.theme-light .aspx-archive-summary,
html.theme-light body .aspx-archive-summary,
body.theme-light .aspx-card p,
html.theme-light body .aspx-card p,
body.theme-light .aspx-empty,
html.theme-light body .aspx-empty,
body.theme-light .aspx-rich,
html.theme-light body .aspx-rich,
body.theme-light .aspx-section-title p,
html.theme-light body .aspx-section-title p,
body.theme-light .aspx-counter-card p,
html.theme-light body .aspx-counter-card p,
body.theme-light .aspx-mini-meta,
html.theme-light body .aspx-mini-meta,
body.theme-light .aspx-detail-list dd,
html.theme-light body .aspx-detail-list dd {
    color: #475569;
}

body.theme-light .aspx-filter-panel label,
html.theme-light body .aspx-filter-panel label {
    color: #0e7490;
}

body.theme-light .aspx-filter-panel :where(input, select),
html.theme-light body .aspx-filter-panel :where(input, select) {
    background: #fff;
    color: #071326;
    border-color: rgba(11, 78, 162, .16);
}

body.theme-light .aspx-card-media,
html.theme-light body .aspx-card-media,
body.theme-light .aspx-modal-media,
html.theme-light body .aspx-modal-media {
    background: rgba(226, 239, 249, .76);
}

body.theme-light .aspx-counter-card,
html.theme-light body .aspx-counter-card,
body.theme-light .aspx-detail-section,
html.theme-light body .aspx-detail-section {
    border-color: rgba(11, 78, 162, .14);
    background: rgba(255, 255, 255, .62);
}

body.theme-light .aspx-team-modal-side,
html.theme-light body .aspx-team-modal-side {
    background: linear-gradient(155deg, rgba(255, 255, 255, .96), rgba(232, 242, 250, .9));
}

body.theme-light .aspx-team-modal-side h2,
html.theme-light body .aspx-team-modal-side h2 {
    color: #071326;
}

body.theme-light .aspx-team-modal-side p,
html.theme-light body .aspx-team-modal-side p {
    color: #475569;
}

@media (max-width: 1180px) {
    .aspx-grid,
    .aspx-grid.is-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aspx-filter-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aspx-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .aspx-archive-panel,
    .aspx-modal-grid,
    .aspx-team-card {
        grid-template-columns: 1fr;
    }
    .aspx-team-modal-grid {
        grid-template-columns: 1fr;
        max-height: none;
    }
    .aspx-team-modal-side {
        position: static;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, .18);
    }
    .aspx-grid,
    .aspx-grid.is-three,
    .aspx-filter-panel,
    .aspx-counter-grid {
        grid-template-columns: 1fr;
    }
}
