/* AimHigh Public Website Enterprise Redesign v2.2.0 */
:root {
    --aet-navy: #0f1b46;
    --aet-navy-2: #182b63;
    --aet-navy-3: #263d78;
    --aet-lime: #c4f528;
    --aet-orange: #d04708;
    --aet-orange-dark: #aa3805;
    --aet-ink: #17213b;
    --aet-muted: #5d687d;
    --aet-line: #dce3ee;
    --aet-canvas: #f4f7fb;
    --aet-white: #fff;
    --aet-shadow-sm: 0 8px 24px rgba(15, 27, 70, .08);
    --aet-shadow: 0 20px 60px rgba(15, 27, 70, .14);
}

body.aet-enterprise-experience-v2 {
    color: var(--aet-ink);
    background: var(--aet-canvas);
    font-family: var(--aet-global-font-family, "AET Manrope", "Segoe UI", Arial, sans-serif);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.aet-enterprise-experience-v2 h1,
body.aet-enterprise-experience-v2 h2,
body.aet-enterprise-experience-v2 h3,
body.aet-enterprise-experience-v2 h4 {
    color: var(--aet-navy);
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -.03em;
}

body.aet-enterprise-experience-v2 a,
body.aet-enterprise-experience-v2 button,
body.aet-enterprise-experience-v2 input,
body.aet-enterprise-experience-v2 select,
body.aet-enterprise-experience-v2 textarea {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.aet-enterprise-experience-v2 a:focus-visible,
body.aet-enterprise-experience-v2 button:focus-visible,
body.aet-enterprise-experience-v2 input:focus-visible,
body.aet-enterprise-experience-v2 select:focus-visible,
body.aet-enterprise-experience-v2 textarea:focus-visible {
    outline: 3px solid var(--aet-lime) !important;
    outline-offset: 3px !important;
}

/* Exact public homepage canvas; stored theme and Elementor content remain untouched. */
body.aet-enterprise-home #site-header,
body.aet-enterprise-home #footer,
body.aet-enterprise-home .page-header,
body.aet-enterprise-home #scroll-top {
    display: none !important;
}

body.aet-enterprise-home #outer-wrap,
body.aet-enterprise-home #wrap,
body.aet-enterprise-home #main,
body.aet-enterprise-home #content-wrap,
body.aet-enterprise-home #primary,
body.aet-enterprise-home #content,
body.aet-enterprise-home #content > article,
body.aet-enterprise-home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.aet-enterprise-home .aet-public-site,
body.aet-enterprise-home .aet-public-site * {
    box-sizing: border-box;
}

.aet-public-site {
    width: 100%;
    overflow: hidden;
    background: var(--aet-canvas);
}

.aet-skip-link {
    position: fixed;
    z-index: 10001;
    top: 10px;
    left: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--aet-lime);
    color: var(--aet-navy) !important;
    font-weight: 850;
    transform: translateY(-150%);
}

.aet-skip-link:focus { transform: translateY(0); }

.aet-public-header {
    position: sticky;
    z-index: 9999;
    top: 0;
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid rgba(15, 27, 70, .09);
    background: rgba(255, 255, 255, .97);
    padding: 12px max(24px, calc((100vw - 1180px) / 2));
    box-shadow: 0 2px 18px rgba(15, 27, 70, .05);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.admin-bar .aet-public-header { top: 32px; }
.aet-public-header.aet-header-scrolled { box-shadow: 0 14px 38px rgba(15, 27, 70, .13); }

.aet-public-logo { display: block; flex: 0 0 auto; line-height: 0; }
.aet-public-logo img { display: block; width: auto; max-width: 238px; height: 58px; object-fit: contain; }

.aet-public-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.aet-public-nav a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    border-radius: 10px;
    padding: 9px 13px;
    color: var(--aet-navy) !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
}
.aet-public-nav a:hover { color: var(--aet-orange) !important; background: #f6f8fc; }
.aet-menu-toggle {
    display: none;
    width: 48px;
    height: 44px;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--aet-line);
    border-radius: 10px;
    background: #fff;
}
.aet-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: var(--aet-navy); }

.aet-hero {
    position: relative;
    display: grid;
    min-height: clamp(650px, 79vh, 820px);
    align-items: center;
    isolation: isolate;
    background-color: var(--aet-navy);
    background-image: linear-gradient(90deg, rgba(15, 27, 70, .97) 0%, rgba(15, 27, 70, .82) 49%, rgba(15, 27, 70, .28) 100%), url("https://trainingaimhigheducationsc.com/wp-content/uploads/2023/03/start-new-career.png");
    background-position: center;
    background-size: cover;
}
.aet-hero::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--aet-lime) 0 68%, var(--aet-orange) 68%);
    content: "";
}
.aet-hero-content { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0; }
.aet-eyebrow,
.aet-section-kicker,
.aet-tech-label {
    margin: 0 0 14px;
    color: var(--aet-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.35;
    text-transform: uppercase;
}
.aet-eyebrow { color: var(--aet-lime); }
.aet-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(60px, 7.5vw, 100px);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .92;
    text-shadow: 0 7px 32px rgba(0, 0, 0, .25);
}
.aet-hero h1 span { display: block; color: var(--aet-lime); }
.aet-hero-content > p:not(.aet-eyebrow) { max-width: 700px; margin: 28px 0 0; color: #edf1f8; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.aet-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.aet-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none !important;
}
.aet-button-primary { background: var(--aet-orange); color: #fff !important; box-shadow: 0 13px 28px rgba(208, 71, 8, .3); }
.aet-button-primary:hover { background: var(--aet-orange-dark); color: #fff !important; transform: translateY(-2px); }
.aet-button-secondary { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.09); color: #fff !important; }
.aet-button-secondary:hover { border-color: var(--aet-lime); background: rgba(196,245,40,.1); color: #fff !important; }
.aet-button-lime { background: var(--aet-lime); color: var(--aet-navy) !important; box-shadow: 0 12px 26px rgba(196,245,40,.2); }
.aet-button-lime:hover { background: #d5ff4e; color: var(--aet-navy) !important; transform: translateY(-2px); }

.aet-trust-strip {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1120px, calc(100% - 48px));
    grid-template-columns: repeat(3, 1fr);
    margin: -54px auto 0;
    overflow: hidden;
    border: 1px solid var(--aet-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--aet-shadow);
}
.aet-trust-strip > div { min-height: 110px; padding: 27px 30px; }
.aet-trust-strip > div + div { border-left: 1px solid var(--aet-line); }
.aet-trust-strip strong { display: block; color: var(--aet-navy); font-size: 16px; }
.aet-trust-strip span { display: block; margin-top: 4px; color: var(--aet-muted); font-size: 13px; line-height: 1.45; }

.aet-section,
.aet-technology-section { width: min(1228px, 100%); margin: 0 auto; padding: 112px 24px 24px; }
.aet-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.aet-section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.03; }
.aet-section-heading > p { margin: 0; color: var(--aet-muted); font-size: 16px; line-height: 1.75; }

.aet-courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aet-course-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--aet-line) !important;
    border-radius: 20px;
    background: #fff !important;
    box-shadow: var(--aet-shadow-sm);
}
.aet-course-card:hover { border-color: #bacb72 !important; box-shadow: 0 20px 45px rgba(15,27,70,.13); transform: translateY(-4px); }
.aet-course-card > img { width: 100%; height: 220px; object-fit: cover; }
.aet-course-card-content { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.aet-course-meta { display: flex; min-height: 24px; align-items: center; justify-content: space-between; gap: 10px; color: var(--aet-orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.aet-course-badge { border-radius: 999px; background: #edf3d3; padding: 5px 9px; color: #526414; font-size: 9px; letter-spacing: .04em; }
.aet-course-card h3 { margin: 17px 0 10px; font-size: 24px; line-height: 1.12; }
.aet-course-card p { margin: 0; color: var(--aet-muted); font-size: 14px; line-height: 1.65; }
.aet-course-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 23px; color: var(--aet-navy) !important; font-size: 14px; font-weight: 850; text-decoration: none !important; }
.aet-course-link span { color: var(--aet-orange); font-size: 20px; }
.aet-course-link:hover { color: var(--aet-orange) !important; }

.aet-technology-section {
    position: relative;
    width: min(1228px, calc(100% - 48px));
    max-width: 1228px;
    margin: 74px auto 0;
    padding: 90px 24px;
    overflow: hidden;
    border-radius: 34px;
    background: radial-gradient(circle at 96% 0%, rgba(196,245,40,.16), transparent 26%), linear-gradient(145deg, #0a1435, var(--aet-navy) 48%, #162b63);
    box-shadow: var(--aet-shadow);
    color: #fff;
}
.aet-technology-section > * { width: 100%; margin-inline: 0; }
body.aet-enterprise-experience-v2 .aet-technology-section .aet-section-heading h2 { color: #fff; }
.aet-technology-section .aet-section-heading > p { color: #d6ddec; }
.aet-technology-section .aet-section-kicker { color: var(--aet-lime); }
.aet-tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.aet-tech-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 245px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 20px;
    background: rgba(255,255,255,.075) !important;
    padding: 30px;
    box-shadow: 0 18px 38px rgba(0,0,0,.16);
}
.aet-tech-card::after {
    position: absolute;
    top: -48px;
    right: -44px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(196,245,40,.08);
    border-radius: 50%;
    content: "";
}
.aet-tech-card > :not(.aet-server-art) { position: relative; z-index: 2; }
body.aet-enterprise-experience-v2 .aet-tech-card h3 { margin: 0; color: #fff; font-size: 30px; letter-spacing: -.035em; line-height: 1.08; }
.aet-tech-card p { max-width: 660px; margin: 14px 0 0; color: #d8dfed; font-size: 14px; line-height: 1.65; }
.aet-tech-card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--aet-lime) !important; font-size: 13px; font-weight: 850; text-decoration: none !important; }
.aet-tech-card-link:hover { color: #fff !important; }
.aet-tech-card-link span { font-size: 19px; }
.aet-tech-label { display: inline-flex; width: fit-content; margin: 0 0 15px; border-radius: 99px; background: rgba(196,245,40,.14); padding: 6px 10px; color: var(--aet-lime); font-size: 11px; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.aet-tech-featured { grid-column: 1 / -1; grid-template-columns: 1.25fr .75fr; min-height: 360px; gap: 54px; align-items: center; border-color: rgba(196,245,40,.34) !important; background: linear-gradient(110deg, rgba(255,255,255,.13), rgba(255,255,255,.04)), #132454 !important; }
body.aet-enterprise-experience-v2 .aet-tech-featured h3 { font-size: clamp(38px, 4vw, 54px); }
.aet-credential-stack { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.aet-credential-stack span { border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(255,255,255,.08); padding: 8px 11px; color: #fff; font-size: 12px; font-weight: 800; }
.aet-server-art { position: relative; z-index: 2; display: grid; width: min(280px, 100%); justify-self: end; gap: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(6,13,36,.38); padding: 20px; box-shadow: inset 0 0 36px rgba(196,245,40,.06); }
.aet-server-art > div { display: grid; height: 38px; grid-template-columns: 14px 1fr 48px; gap: 10px; align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(255,255,255,.07); padding: 0 10px; }
.aet-server-art i { width: 7px; height: 7px; border-radius: 50%; background: var(--aet-lime); box-shadow: 0 0 10px rgba(196,245,40,.7); }
.aet-server-art b { height: 3px; border-radius: 99px; background: rgba(255,255,255,.25); }
.aet-server-art span { height: 8px; border-radius: 3px; background: repeating-linear-gradient(90deg, var(--aet-orange) 0 5px, transparent 5px 9px); }

.aet-career-panel { display: grid; width: min(1180px, calc(100% - 48px)); grid-template-columns: 1.05fr .95fr; margin: 20px auto 100px; overflow: hidden; border-radius: 28px; background: var(--aet-navy); box-shadow: var(--aet-shadow); }
.aet-career-panel img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.aet-career-panel > div { display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 95% 5%, rgba(196,245,40,.16), transparent 30%); padding: 56px; }
.aet-career-panel .aet-section-kicker { color: var(--aet-lime); }
body.aet-enterprise-experience-v2 .aet-career-panel h2 { margin: 0; color: #fff; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; }
.aet-career-panel p:not(.aet-section-kicker) { margin: 21px 0 28px; color: #dfe5f2; font-size: 15px; line-height: 1.75; }
.aet-career-panel .aet-button { align-self: flex-start; }

.aet-enterprise-footer { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 64px; border-top: 7px solid var(--aet-lime); background: var(--aet-navy); padding: 62px max(24px, calc((100vw - 1120px) / 2)) 68px; }
.aet-enterprise-footer img { display: block; width: auto; max-width: 260px; height: auto; max-height: 80px; object-fit: contain; filter: none; }
body.aet-enterprise-experience-v2 .aet-enterprise-footer h2 { margin: 0 0 14px; color: #fff; font-size: 14px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.aet-enterprise-footer p,
.aet-enterprise-footer a { color: #dfe5f2 !important; font-size: 13px; line-height: 1.7; text-decoration: none !important; }
.aet-enterprise-footer p { margin: 18px 0 0; }
.aet-enterprise-footer nav { display: grid; gap: 8px; }
.aet-enterprise-footer a:hover { color: var(--aet-lime) !important; }

/* Approved catalog-driven enterprise course pages. */
body.aet-enterprise-course { margin: 0; background: var(--aet-canvas); }
body.aet-enterprise-course #wpadminbar { position: fixed; }
.aet-course-page,
.aet-course-page * { box-sizing: border-box; }
.aet-course-page { min-height: 100vh; background: var(--aet-canvas); }

.aet-course-hero { overflow: hidden; background: var(--aet-navy); color: #fff; }
.aet-course-hero-grid { display: grid; min-height: 620px; grid-template-columns: 1.08fr .92fr; }
.aet-course-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 84px max(38px, calc((100vw - 1180px) / 2)) 84px max(24px, calc((100vw - 1180px) / 2)); }
.aet-course-hero h1 { max-width: 720px; margin: 0; color: #fff !important; font-size: clamp(54px, 6vw, 84px); letter-spacing: -.06em; line-height: .95; }
.aet-course-hero h1 span { display: block; max-width: 650px; margin-top: 22px; color: var(--aet-lime); font-size: clamp(16px, 1.6vw, 23px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.aet-course-hero-copy > p:not(.aet-eyebrow) { max-width: 690px; margin: 26px 0 0; color: #e6ebf4; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
.aet-course-hero-visual { position: relative; min-height: 620px; overflow: hidden; background: linear-gradient(140deg, var(--aet-navy-2), #07102e); }
.aet-course-hero-visual > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aet-course-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,27,70,.24), transparent 42%); content: ""; pointer-events: none; }
.aet-course-credential-float { position: absolute; z-index: 2; right: 34px; bottom: 34px; width: min(390px, calc(100% - 68px)); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(15,27,70,.92); padding: 24px; box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.aet-course-credential-float small { display: block; color: var(--aet-lime); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.aet-course-credential-float strong { display: block; margin-top: 8px; color: #fff; font-size: 21px; line-height: 1.25; }
.aet-course-credential-float span { display: block; margin-top: 8px; color: #dce3f0; font-size: 12px; line-height: 1.55; }

.aet-course-hero-technology .aet-course-hero-visual { display: grid; place-items: center; background: radial-gradient(circle at 78% 20%, rgba(196,245,40,.14), transparent 30%), linear-gradient(150deg, #15285d, #07102e); padding: 55px; }
.aet-course-server-rack { position: relative; z-index: 2; display: grid; width: min(430px, 100%); gap: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(4,10,30,.58); padding: 26px; box-shadow: inset 0 0 45px rgba(196,245,40,.06), 0 25px 55px rgba(0,0,0,.28); }
.aet-course-server-rack > div { display: grid; min-height: 52px; grid-template-columns: 17px 1fr 72px; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(255,255,255,.065); padding: 0 15px; }
.aet-course-server-rack i { width: 9px; height: 9px; border-radius: 50%; background: var(--aet-lime); box-shadow: 0 0 13px rgba(196,245,40,.85); }
.aet-course-server-rack b { height: 3px; border-radius: 99px; background: rgba(255,255,255,.28); }
.aet-course-server-rack span { height: 10px; border-radius: 3px; background: repeating-linear-gradient(90deg, var(--aet-orange) 0 6px, transparent 6px 11px); }

.aet-course-glance { position: relative; z-index: 3; display: grid; width: min(1120px, calc(100% - 48px)); grid-template-columns: repeat(3, 1fr); margin: -38px auto 0; overflow: hidden; border: 1px solid var(--aet-line); border-radius: 19px; background: #fff; box-shadow: var(--aet-shadow); }
.aet-course-glance > div { min-height: 138px; padding: 28px 30px; }
.aet-course-glance > div + div { border-left: 1px solid var(--aet-line); }
.aet-course-glance small { display: block; color: var(--aet-orange); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.aet-course-glance strong { display: block; margin-top: 7px; color: var(--aet-navy); font-size: 17px; line-height: 1.3; }
.aet-course-glance span { display: block; margin-top: 5px; color: var(--aet-muted); font-size: 12px; line-height: 1.5; }

.aet-course-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 104px 0 12px; }
.aet-course-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: end; margin-bottom: 40px; }
.aet-course-heading h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; }
.aet-course-heading > p { margin: 0; color: var(--aet-muted); font-size: 16px; line-height: 1.75; }
.aet-course-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.aet-course-feature { overflow: hidden; border: 1px solid var(--aet-line); border-radius: 21px; background: #fff; box-shadow: var(--aet-shadow-sm); }
.aet-course-feature-media { display: grid; min-height: 278px; overflow: hidden; place-items: center; background: var(--aet-navy); }
.aet-course-feature-media > img { display: block; width: 100%; height: 278px; object-fit: cover; }
.aet-course-feature-media .aet-course-server-rack { width: min(330px, calc(100% - 36px)); gap: 9px; border-radius: 16px; padding: 15px; }
.aet-course-feature-media .aet-course-server-rack > div { min-height: 39px; }
.aet-course-feature > div:last-child { padding: 28px; }
.aet-course-feature h3 { margin: 0; font-size: 24px; line-height: 1.2; }
.aet-course-feature p { margin: 12px 0 0; color: var(--aet-muted); font-size: 14px; line-height: 1.7; }
.aet-course-skills { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.aet-course-skills article { min-height: 220px; border: 1px solid var(--aet-line); border-radius: 18px; background: #fff; padding: 24px; box-shadow: var(--aet-shadow-sm); }
.aet-course-skills article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--aet-navy); color: var(--aet-lime); font-size: 12px; font-weight: 900; }
.aet-course-skills h3 { margin: 20px 0 8px; font-size: 19px; line-height: 1.2; }
.aet-course-skills p { margin: 0; color: var(--aet-muted); font-size: 12px; line-height: 1.6; }

.aet-course-credential-section { width: min(1180px, calc(100% - 48px)); margin: 88px auto 0; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 94% 8%, rgba(196,245,40,.16), transparent 28%), linear-gradient(145deg, #0a1435, var(--aet-navy-2)); color: #fff; box-shadow: var(--aet-shadow); }
.aet-course-credential-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 62px; }
.aet-course-credential-section .aet-section-kicker { color: var(--aet-lime); }
body.aet-enterprise-experience-v2 .aet-course-credential-section h2 { margin: 0; color: #fff; font-size: clamp(37px, 4.7vw, 58px); line-height: 1.03; }
.aet-course-credential-section p:not(.aet-section-kicker) { margin: 21px 0 0; color: #dbe2ef; font-size: 14px; line-height: 1.75; }
.aet-course-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.aet-course-pills span { border: 1px solid rgba(196,245,40,.35); border-radius: 999px; background: rgba(196,245,40,.1); padding: 8px 12px; color: var(--aet-lime); font-size: 11px; font-weight: 850; }
.aet-course-credential-card { border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.08); padding: 30px; box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.aet-course-credential-card small { display: block; color: var(--aet-lime); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.aet-course-credential-card strong { display: block; margin-top: 10px; color: #fff; font-size: 25px; line-height: 1.25; }
.aet-course-credential-card ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.aet-course-credential-card li { position: relative; padding-left: 24px; color: #e2e8f2; font-size: 13px; }
.aet-course-credential-card li::before { position: absolute; left: 0; color: var(--aet-lime); content: "✓"; font-weight: 900; }

.aet-course-roles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aet-course-roles article { min-height: 146px; border: 1px solid var(--aet-line); border-radius: 17px; background: #fff; padding: 24px; box-shadow: var(--aet-shadow-sm); }
.aet-course-roles small { color: var(--aet-orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.aet-course-roles h3 { margin: 18px 0 0; font-size: 19px; line-height: 1.25; }
.aet-course-journey-section { padding-bottom: 94px; }
.aet-course-journey { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--aet-line); border-radius: 20px; background: #fff; box-shadow: var(--aet-shadow-sm); }
.aet-course-journey article { min-height: 225px; padding: 28px; }
.aet-course-journey article + article { border-left: 1px solid var(--aet-line); }
.aet-course-journey article > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 11px; background: var(--aet-navy); color: var(--aet-lime); font-weight: 900; }
.aet-course-journey h3 { margin: 21px 0 8px; font-size: 18px; }
.aet-course-journey p { margin: 0; color: var(--aet-muted); font-size: 12px; line-height: 1.6; }

/* Remaining approved public pages: directory, About/Contact, and enrollment. */
body.aet-enterprise-directory,
body.aet-enterprise-about,
body.aet-enterprise-enrollment { margin: 0; background: var(--aet-canvas); }
.aet-inner-page,
.aet-inner-page * { box-sizing: border-box; }
.aet-inner-page { min-height: 100vh; }
.aet-inner-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 16%, rgba(196,245,40,.18), transparent 27%), linear-gradient(145deg, #091435, var(--aet-navy) 52%, var(--aet-navy-2)); color: #fff; }
.aet-inner-hero::after { position: absolute; right: -90px; bottom: -170px; width: 390px; height: 390px; border: 48px solid rgba(196,245,40,.06); border-radius: 50%; content: ""; }
.aet-inner-hero > div { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(86px, 10vw, 138px) 0; }
.aet-inner-hero h1 { max-width: 920px; margin: 0; color: #fff !important; font-size: clamp(52px, 7vw, 88px); letter-spacing: -.06em; line-height: .96; }
.aet-inner-hero > div > p:not(.aet-eyebrow) { max-width: 760px; margin: 27px 0 0; color: #e4eaf4; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }

.aet-directory-jump { position: relative; z-index: 2; display: flex; width: min(1120px, calc(100% - 48px)); flex-wrap: wrap; gap: 8px; margin: -29px auto 0; border: 1px solid var(--aet-line); border-radius: 16px; background: #fff; padding: 11px; box-shadow: var(--aet-shadow); }
.aet-directory-jump a { display: inline-flex; min-height: 44px; align-items: center; border-radius: 10px; padding: 9px 15px; color: var(--aet-navy) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.aet-directory-jump a:hover { background: var(--aet-navy); color: #fff !important; }
.aet-directory-jump a:last-child { margin-left: auto; background: var(--aet-orange); color: #fff !important; }
.aet-directory-jump a:last-child:hover { background: var(--aet-orange-dark); }
.aet-directory-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 0; scroll-margin-top: 105px; }
.aet-directory-section:last-child { padding-bottom: 105px; }
.aet-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aet-directory-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--aet-line); border-radius: 21px; background: #fff; box-shadow: var(--aet-shadow-sm); }
.aet-directory-card:hover { border-color: #bacb72; box-shadow: 0 20px 45px rgba(15,27,70,.13); transform: translateY(-4px); }
.aet-directory-card-media { height: 218px; overflow: hidden; background: var(--aet-navy); }
.aet-directory-card-media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aet-directory-card-tech { display: grid; place-items: center; background: radial-gradient(circle at 84% 10%, rgba(196,245,40,.15), transparent 28%), linear-gradient(145deg, #182b63, #07102e); padding: 24px; }
.aet-directory-card-tech .aet-course-server-rack { width: min(290px, 100%); gap: 7px; border-radius: 14px; padding: 12px; }
.aet-directory-card-tech .aet-course-server-rack > div { min-height: 35px; grid-template-columns: 12px 1fr 44px; gap: 9px; padding-inline: 9px; }
.aet-directory-card-content { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.aet-directory-card-meta { display: flex; min-height: 25px; align-items: center; justify-content: space-between; gap: 10px; color: var(--aet-orange); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.aet-directory-card-meta span:last-child { border-radius: 999px; background: #edf3d3; padding: 6px 9px; color: #526414; font-size: 9px; letter-spacing: .03em; }
.aet-directory-card h3 { margin: 18px 0 10px; font-size: 25px; line-height: 1.12; }
.aet-directory-card p { margin: 0; color: var(--aet-muted); font-size: 13px; line-height: 1.65; }
.aet-directory-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--aet-navy) !important; font-size: 14px; font-weight: 850; text-decoration: none !important; }
.aet-directory-card a:hover { color: var(--aet-orange) !important; }
.aet-directory-card a span { color: var(--aet-orange); font-size: 20px; }

.aet-about-intro { display: grid; width: min(1120px, calc(100% - 48px)); grid-template-columns: .85fr 1.15fr; gap: 80px; margin: 0 auto; padding: 110px 0 45px; }
.aet-about-intro h2 { max-width: 520px; margin: 0; font-size: clamp(42px, 5.5vw, 66px); line-height: 1; }
.aet-about-intro > div:last-child p { margin: 0; color: var(--aet-muted); font-size: 17px; line-height: 1.8; }
.aet-about-intro > div:last-child p + p { margin-top: 22px; }
.aet-values-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 18px; }
.aet-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aet-values-grid article { min-height: 270px; border: 1px solid var(--aet-line); border-radius: 20px; background: #fff; padding: 29px; box-shadow: var(--aet-shadow-sm); }
.aet-values-grid article > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 11px; background: var(--aet-navy); color: var(--aet-lime); font-size: 12px; font-weight: 900; }
.aet-values-grid h3 { margin: 24px 0 10px; font-size: 24px; }
.aet-values-grid p { margin: 0; color: var(--aet-muted); font-size: 14px; line-height: 1.7; }
.aet-partner-band { display: grid; width: min(1180px, calc(100% - 48px)); grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; margin: 92px auto 0; border-radius: 28px; background: radial-gradient(circle at 95% 5%, rgba(196,245,40,.16), transparent 29%), var(--aet-navy); padding: 60px; color: #fff; box-shadow: var(--aet-shadow); }
.aet-partner-band .aet-section-kicker { color: var(--aet-lime); }
body.aet-enterprise-experience-v2 .aet-partner-band h2 { margin: 0; color: #fff; font-size: clamp(38px, 4.6vw, 57px); line-height: 1.03; }
.aet-partner-band p:not(.aet-section-kicker) { margin: 22px 0 0; color: #dce3ef; font-size: 14px; line-height: 1.75; }
.aet-partner-list { display: grid; gap: 11px; }
.aet-partner-list span { border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); padding: 16px 18px; color: #fff; font-size: 13px; font-weight: 800; }
.aet-contact-panel { display: grid; width: min(1120px, calc(100% - 48px)); grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin: 100px auto; border: 1px solid var(--aet-line); border-radius: 26px; background: #fff; padding: 54px; box-shadow: var(--aet-shadow); }
.aet-contact-panel h2 { margin: 0; font-size: clamp(39px, 4.8vw, 58px); line-height: 1.02; }
.aet-contact-panel p:not(.aet-section-kicker) { margin: 20px 0 0; color: var(--aet-muted); font-size: 15px; line-height: 1.7; }
.aet-contact-actions { display: grid; gap: 12px; }
.aet-contact-actions > a:not(.aet-button) { display: block; border: 1px solid var(--aet-line); border-radius: 13px; background: var(--aet-canvas); padding: 16px 18px; text-decoration: none !important; }
.aet-contact-actions small { display: block; color: var(--aet-orange); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.aet-contact-actions strong { display: block; margin-top: 4px; color: var(--aet-navy); font-size: 14px; overflow-wrap: anywhere; }
.aet-contact-actions .aet-button { justify-self: start; margin-top: 5px; }

.aet-enrollment-hero > div { padding-block: clamp(72px, 8vw, 112px); }
.aet-enrollment-content { width: min(1060px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 105px; }
.aet-enrollment-guidance { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.aet-enrollment-guidance h2 { margin: 0; font-size: clamp(38px, 4.7vw, 55px); line-height: 1.03; }
.aet-enrollment-guidance > p { margin: 0; color: var(--aet-muted); font-size: 15px; line-height: 1.75; }
.aet-enrollment-form-shell { overflow: hidden; border: 1px solid var(--aet-line); border-radius: 25px; background: #fff; padding: clamp(22px, 4vw, 44px); box-shadow: var(--aet-shadow); }
.aet-enrollment-form-shell > :first-child { margin-top: 0 !important; }
.aet-enrollment-form-shell > :last-child { margin-bottom: 0 !important; }
.aet-enrollment-form-shell .elementor,
.aet-enrollment-form-shell .elementor-section-wrap,
.aet-enrollment-form-shell .elementor-section,
.aet-enrollment-form-shell .elementor-container,
.aet-enrollment-form-shell .elementor-column,
.aet-enrollment-form-shell .elementor-widget-wrap { max-width: 100% !important; }
body.aet-enrollment-page .aet-enrollment-form-shell .wpforms-container { max-width: none !important; margin: 0 !important; border: 0 !important; padding: 0 !important; box-shadow: none !important; }
/* Existing public course, about, and enrollment pages. */
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header {
    position: sticky;
    z-index: 999;
    top: 0;
    border: 0;
    background: rgba(255,255,255,.97);
    box-shadow: 0 1px 0 rgba(15,27,70,.08);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
body.admin-bar.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header { top: 32px; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header.aet-header-scrolled { box-shadow: 0 12px 36px rgba(15,27,70,.12); }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header-inner { min-height: 82px; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-logo #site-logo-inner a img { width: auto; max-width: 230px; max-height: 54px; object-fit: contain; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-navigation-wrap .dropdown-menu > li > a { display: flex; min-height: 82px; align-items: center; padding-inline: 13px; color: var(--aet-navy); font-size: 13px; font-weight: 750; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-navigation-wrap .dropdown-menu > li > a:hover { color: var(--aet-orange); }
body.aet-enterprise-experience-v2 .page-header { border: 0; background: linear-gradient(135deg, var(--aet-navy), var(--aet-navy-3)); }
body.aet-enterprise-experience-v2 .page-header-title { color: #fff; font-size: clamp(34px,5vw,54px); }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #main #content-wrap { max-width: 1180px; padding-top: clamp(52px,7vw,90px); padding-bottom: clamp(64px,8vw,110px); }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .elementor-section-wrap > .elementor-section,
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .entry-content > .elementor > .elementor-section { overflow: hidden; border-radius: 20px; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .elementor-button,
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .theme-button,
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .wp-block-button__link { min-height: 50px; border: 0 !important; border-radius: 11px; background: var(--aet-orange); padding: 14px 24px; color: #fff; font-weight: 800; text-transform: none; }
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .elementor-button:hover,
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .theme-button:hover,
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) .wp-block-button__link:hover { background: var(--aet-orange-dark); color: #fff; transform: translateY(-2px); }

/* The Enrollment Application is the only public WPForms experience. */
body.aet-enterprise-experience-v2:not(.aet-enrollment-page) .wpforms-container { display: none !important; }
body.aet-enrollment-page .wpforms-container { max-width: 880px; margin: 32px auto !important; border: 1px solid var(--aet-line); border-radius: 24px; background: #fff; padding: clamp(24px,5vw,52px); box-shadow: var(--aet-shadow); }
body.aet-enrollment-page .wpforms-container .wpforms-field-label { color: var(--aet-navy); font-size: 13px; font-weight: 800; }
body.aet-enrollment-page .wpforms-container input:not([type="radio"]):not([type="checkbox"]),
body.aet-enrollment-page .wpforms-container select,
body.aet-enrollment-page .wpforms-container textarea { min-height: 50px; border: 1px solid #b9c4d5; border-radius: 10px; background: #fff; padding: 12px 14px; color: var(--aet-ink); }
body.aet-enrollment-page .wpforms-container textarea { min-height: 120px; }
body.aet-enrollment-page .wpforms-container input:focus,
body.aet-enrollment-page .wpforms-container select:focus,
body.aet-enrollment-page .wpforms-container textarea:focus { border-color: var(--aet-navy-3); box-shadow: 0 0 0 4px rgba(196,245,40,.22); }
body.aet-enrollment-page .wpforms-container button[type="submit"] { min-height: 54px; border: 0; border-radius: 11px; background: var(--aet-orange); padding: 14px 25px; color: #fff; font-weight: 850; box-shadow: 0 12px 28px rgba(208,71,8,.25); }

/* Replace the legacy theme footer on enhanced non-home public pages. */
body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #footer { display: none !important; }

@media (max-width: 1120px) {
    .aet-public-header { padding-inline: 24px; }
    .aet-public-nav a { padding-inline: 9px; font-size: 12px; }
    .aet-public-logo img { max-width: 205px; }
    .aet-courses-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 959px) {
    .aet-public-header { min-height: 74px; }
    .aet-public-logo img { height: 48px; }
    .aet-menu-toggle { display: grid; }
    .aet-public-nav { position: absolute; top: 100%; right: 18px; left: 18px; display: none; align-items: stretch; border: 1px solid var(--aet-line); border-radius: 16px; background: #fff; padding: 12px; box-shadow: var(--aet-shadow); }
    .aet-public-header.aet-menu-open .aet-public-nav { display: grid; }
    .aet-public-nav a { min-height: 46px; padding-inline: 14px; font-size: 14px; }
    .aet-section-heading { grid-template-columns: 1fr; gap: 18px; }
    .aet-tech-featured { grid-template-columns: 1fr; }
    .aet-server-art { max-width: 520px; }
    .aet-career-panel { grid-template-columns: 1fr; }
    .aet-career-panel img { min-height: 340px; max-height: 430px; }
    .aet-enterprise-footer { grid-template-columns: 1fr 1fr; }
    .aet-footer-brand { grid-column: 1 / -1; }
    .aet-course-hero-grid { grid-template-columns: 1fr; }
    .aet-course-hero-copy { padding: 78px 34px; }
    .aet-course-hero-visual { min-height: 470px; }
    .aet-course-heading,
    .aet-course-overview-grid,
    .aet-course-credential-grid { grid-template-columns: 1fr; }
    .aet-course-heading { gap: 18px; }
    .aet-course-credential-grid { gap: 34px; padding: 46px; }
    .aet-course-roles { grid-template-columns: repeat(2, 1fr); }
    .aet-course-journey { grid-template-columns: repeat(2, 1fr); }
    .aet-course-journey article:nth-child(3) { border-left: 0; }
    .aet-course-journey article:nth-child(n+3) { border-top: 1px solid var(--aet-line); }
    .aet-directory-grid { grid-template-columns: repeat(2, 1fr); }
    .aet-about-intro,
    .aet-partner-band,
    .aet-contact-panel,
    .aet-enrollment-guidance { grid-template-columns: 1fr; }
    .aet-about-intro { gap: 28px; }
    .aet-partner-band,
    .aet-contact-panel { gap: 36px; }
}

@media (max-width: 767px) {
    body.admin-bar .aet-public-header,
    body.admin-bar.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header { top: 46px; }
    .aet-public-header { padding-inline: 16px; }
    .aet-public-logo img { max-width: 180px; height: 43px; }
    .aet-hero { min-height: 650px; background-position: 62% center; }
    .aet-hero-content { width: calc(100% - 32px); padding-block: 72px; }
    .aet-hero h1 { font-size: clamp(51px, 15vw, 72px); }
    .aet-hero-actions { display: grid; }
    .aet-button { width: 100%; }
    .aet-trust-strip { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: -34px; }
    .aet-trust-strip > div { min-height: 0; padding: 22px; }
    .aet-trust-strip > div + div { border-top: 1px solid var(--aet-line); border-left: 0; }
    .aet-section { padding: 82px 14px 20px; }
    .aet-section-heading { margin-bottom: 28px; }
    .aet-section-heading h2 { font-size: clamp(35px,11vw,48px); }
    .aet-courses-grid,
    .aet-tech-grid { grid-template-columns: 1fr; }
    .aet-course-card > img { height: 210px; }
    .aet-technology-section { width: calc(100% - 28px); margin-top: 64px; padding: 72px 18px; border-radius: 26px; }
    .aet-technology-section > * { width: 100%; }
    .aet-tech-featured { grid-column: auto; padding: 29px 24px; }
    .aet-tech-card { padding: 25px 22px; }
    .aet-server-art { width: 100%; justify-self: stretch; padding: 12px; }
    .aet-career-panel { width: calc(100% - 28px); margin-block: 58px 76px; }
    .aet-career-panel > div { padding: 38px 25px; }
    .aet-career-panel img { min-height: 270px; }
    .aet-enterprise-footer { grid-template-columns: 1fr; gap: 34px; padding: 48px 24px 54px; }
    .aet-footer-brand { grid-column: auto; }
    .aet-enterprise-footer img { max-width: 230px; }
    .aet-course-hero-copy { padding: 68px 18px 58px; }
    .aet-course-hero h1 { font-size: clamp(48px, 14vw, 66px); }
    .aet-course-hero-visual { min-height: 390px; }
    .aet-course-hero-technology .aet-course-hero-visual { min-height: 430px; padding: 28px 18px; }
    .aet-course-credential-float { right: 18px; bottom: 18px; width: calc(100% - 36px); }
    .aet-course-glance { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: -24px; }
    .aet-course-glance > div { min-height: 0; padding: 23px; }
    .aet-course-glance > div + div { border-top: 1px solid var(--aet-line); border-left: 0; }
    .aet-course-section { width: calc(100% - 28px); padding-top: 74px; }
    .aet-course-heading h2 { font-size: clamp(36px, 10.5vw, 48px); }
    .aet-course-skills { grid-template-columns: 1fr; }
    .aet-course-skills article { min-height: 0; }
    .aet-course-credential-section { width: calc(100% - 28px); margin-top: 68px; }
    .aet-course-credential-grid { padding: 34px 23px; }
    .aet-course-roles { grid-template-columns: 1fr; }
    .aet-course-roles article { min-height: 0; }
    .aet-course-journey { grid-template-columns: 1fr; }
    .aet-course-journey article { min-height: 0; }
    .aet-course-journey article + article,
    .aet-course-journey article:nth-child(n+3) { border-top: 1px solid var(--aet-line); border-left: 0; }
    .aet-course-journey-section { padding-bottom: 72px; }
    .aet-inner-hero > div { width: calc(100% - 32px); padding-block: 72px; }
    .aet-inner-hero h1 { font-size: clamp(47px, 14vw, 65px); }
    .aet-directory-jump { width: calc(100% - 28px); display: grid; }
    .aet-directory-jump a:last-child { margin-left: 0; }
    .aet-directory-section { width: calc(100% - 28px); padding-top: 78px; }
    .aet-directory-grid { grid-template-columns: 1fr; }
    .aet-directory-card-media { height: 205px; }
    .aet-about-intro,
    .aet-values-section,
    .aet-partner-band,
    .aet-contact-panel,
    .aet-enrollment-content { width: calc(100% - 28px); }
    .aet-about-intro { padding-top: 76px; }
    .aet-values-section { padding-top: 68px; }
    .aet-values-grid { grid-template-columns: 1fr; }
    .aet-values-grid article { min-height: 0; }
    .aet-partner-band { margin-top: 70px; padding: 36px 23px; }
    .aet-contact-panel { margin-block: 70px; padding: 34px 23px; }
    .aet-contact-actions .aet-button { width: 100%; }
    .aet-enrollment-content { padding-block: 70px; }
    .aet-enrollment-guidance { gap: 18px; }
    .aet-enrollment-form-shell { padding: 20px 14px; }
    body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-header-inner { min-height: 70px; }
    body.aet-enterprise-experience-v2:not(.aet-enterprise-home) #site-logo #site-logo-inner a img { max-width: 185px; max-height: 45px; }
}

@media (prefers-reduced-motion: reduce) {
    body.aet-enterprise-experience-v2 *,
    body.aet-enterprise-experience-v2 *::before,
    body.aet-enterprise-experience-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
    body.aet-enterprise-experience-v2 #site-header,
    body.aet-enterprise-experience-v2 #footer,
    .aet-public-header,
    .aet-enterprise-footer { display: none !important; }
    body.aet-enterprise-experience-v2,
    .aet-public-site { background: #fff !important; }
}
