.aes-page-section {
    padding: 120px 0;
}

/* Disable the theme's fixed parallax footer on the company profile pages.
   The original footer expects a hard-coded spacer height and can overlap
   shorter or newly restructured page content. */
.bottom-parallax,
.parallax-visible .bottom-parallax {
    position: relative;
    height: auto;
    opacity: 1;
    z-index: 1;
}

.bottom-parallax .footer-area {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}

.aes-page-copy p,
.aes-page-copy li,
.aes-note,
.aes-meta-list li {
    color: #5f6973;
    font-size: 16px;
    line-height: 1.8em;
}

.aes-page-copy p + p {
    margin-top: 16px;
}

.aes-list,
.aes-meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aes-list li,
.aes-meta-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
}

.aes-list li::before,
.aes-meta-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #f7a61b;
    content: "\e92f";
    font-family: 'icomoon';
    font-size: 15px;
}

.aes-section-head {
    margin-bottom: 36px;
}

.aes-section-head h2 {
    margin-bottom: 12px;
}

.aes-card-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-card-grid-3 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aes-card,
.aes-gallery-item,
.aes-document-card,
.aes-feature-box {
    height: 100%;
    border: 1px solid #e8edf2;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 27, 40, 0.06);
}

.aes-card,
.aes-feature-box {
    padding: 34px 30px;
}

.aes-card h3,
.aes-document-card h3,
.aes-feature-box h3,
.aes-gallery-caption h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3em;
}

.aes-icon {
    margin-bottom: 20px;
    color: #f7a61b;
    font-size: 40px;
    line-height: 1em;
}

.aes-gallery-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aes-gallery-item {
    overflow: hidden;
}

.aes-gallery-item img,
.aes-document-card img {
    width: 100%;
    display: block;
}

.aes-gallery-caption,
.aes-document-body {
    padding: 24px 24px 26px;
}

.aes-document-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-note {
    margin-top: 18px;
}

.aes-layout-two {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.aes-stack {
    display: grid;
    gap: 30px;
}

.aes-profile-layout {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: start;
}

.aes-profile-copy {
    padding: 40px 38px 42px;
    border: 1px solid #e8edf2;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 27, 40, 0.06);
}

.aes-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid #dbe5f0;
    border-radius: 999px;
    background: #f8fbff;
    color: #2046aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aes-profile-copy h2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.25em;
}

.aes-lead {
    color: #1f2b37;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500;
}

.aes-service-panel {
    margin-top: 30px;
    padding: 26px 28px;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    background: #ffffff;
}

.aes-service-panel h3 {
    margin-bottom: 16px;
    color: #0d0d0d;
    font-size: 22px;
    line-height: 1.3em;
}

.aes-service-panel .aes-list li {
    font-size: 17px;
    font-weight: 500;
    color: #30414f;
}

.aes-side-panel {
    padding: 34px 30px 36px;
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 27, 40, 0.06);
}

.aes-side-panel + .aes-side-panel {
    margin-top: 26px;
}

.aes-side-panel h3 {
    margin-bottom: 14px;
    color: #101010;
    font-size: 24px;
    line-height: 1.2em;
}

.aes-side-panel p,
.aes-side-panel li {
    color: #30414f;
    font-size: 17px;
    line-height: 1.7em;
}

.aes-vision-wrap {
    padding: 46px 42px 50px;
    border: 1px solid #e6edf5;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 45px rgba(15, 27, 40, 0.06);
}

.aes-vision-hero {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.aes-vision-hero h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.2em;
}

.aes-vision-hero p {
    color: #5f6973;
    font-size: 17px;
    line-height: 1.9em;
}

.aes-vision-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
}

.aes-vision-card {
    height: 100%;
    padding: 34px 32px 36px;
    border: 1px solid #dde7f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-vision-card--primary {
    background: linear-gradient(160deg, #204532 0%, #173525 100%);
    border-color: #173525;
}

.aes-vision-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(32, 70, 170, 0.08);
    color: #2046aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aes-vision-card--primary .aes-vision-label {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.aes-vision-card h3 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.25em;
}

.aes-vision-card p {
    margin: 0;
    color: #4d5d6c;
    font-size: 17px;
    line-height: 1.9em;
}

.aes-vision-card--primary h3,
.aes-vision-card--primary p {
    color: #ffffff;
}

.aes-mission-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aes-mission-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 58px;
    min-height: 40px;
    color: #30414f;
    font-size: 17px;
    line-height: 1.8em;
}

.aes-mission-list li:last-child {
    margin-bottom: 0;
}

.aes-mission-list li::before {
    content: counter(aes-mission, decimal-leading-zero);
    counter-increment: aes-mission;
    position: absolute;
    top: 2px;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(247, 166, 27, 0.14);
    color: #c88410;
    font-size: 12px;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.08em;
}

.aes-mission-list {
    counter-reset: aes-mission;
}

.aes-visual-frame {
    padding: 24px;
    border: 1px solid #e8edf2;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 27, 40, 0.06);
}

.aes-visual-frame img {
    width: 100%;
    display: block;
}

.aes-map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.aes-cta-box {
    padding: 34px 30px;
    border: 1px solid #e8edf2;
    background: #f4f7fb;
}

.aes-cta-box h3 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.3em;
}

.aes-cta-box .btn-one {
    margin-top: 22px;
}

.aes-feature-box p + p,
.aes-feature-box ul {
    margin-top: 16px;
}

.aes-page-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.aes-stat-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-stat-card {
    padding: 28px 22px;
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #2046aa;
    font-size: 42px;
    line-height: 1em;
    font-weight: 800;
}

.aes-stat-card span {
    color: #5f6973;
    font-size: 16px;
    line-height: 1.5em;
}

.aes-table-wrap {
    overflow-x: auto;
    border: 1px solid #dfe7f1;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

.aes-table thead th {
    padding: 14px 16px;
    background: #2046aa;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.aes-table tbody td {
    padding: 13px 16px;
    border-top: 1px solid #e8edf2;
    color: #30414f;
    font-size: 15px;
    line-height: 1.6em;
}

.aes-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.aes-legal-list {
    margin: 0;
    padding-left: 18px;
}

.aes-legal-list li {
    margin-bottom: 10px;
    color: #30414f;
    font-size: 16px;
    line-height: 1.7em;
}

.aes-partnership-banner {
    margin-bottom: 34px;
    padding: 28px 32px;
    border: 1px solid #dbe5f0;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
    text-align: center;
}

.aes-partnership-banner strong {
    display: block;
    margin-bottom: 8px;
    color: #2046aa;
    font-size: 42px;
    line-height: 1em;
    font-weight: 800;
}

.aes-partnership-banner p {
    margin: 0;
    color: #30414f;
    font-size: 18px;
    line-height: 1.7em;
}

.aes-partnership-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-partnership-card {
    height: 100%;
    padding: 32px 30px 34px;
    border: 1px solid #dfe7f1;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-partnership-card h3 {
    margin-bottom: 8px;
    color: #0d0d0d;
    font-size: 28px;
    line-height: 1.2em;
}

.aes-partnership-subtitle {
    margin-bottom: 18px;
    color: #5f6973;
    font-size: 16px;
    line-height: 1.7em;
}

.aes-partnership-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aes-partnership-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    color: #30414f;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 500;
}

.aes-partnership-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #f7a61b;
    content: "\e92f";
    font-family: 'icomoon';
    font-size: 15px;
}

.aes-partnership-note {
    max-width: 920px;
    margin: 34px auto 0;
    text-align: center;
}

.aes-partnership-note p {
    margin: 0;
    color: #2046aa;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 700;
}

.aes-region-grid,
.aes-faq-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-region-card,
.aes-faq-card,
.aes-roadmap-panel {
    border: 1px solid #dfe7f1;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-region-card,
.aes-faq-card {
    height: 100%;
    padding: 30px 28px 32px;
}

.aes-region-card h3,
.aes-roadmap-panel h3 {
    margin-bottom: 14px;
    color: #0c0c0c;
    font-size: 24px;
    line-height: 1.3em;
}

.aes-region-card p,
.aes-region-card li,
.aes-faq-card p,
.aes-roadmap-panel p,
.aes-roadmap-panel li {
    color: #30414f;
    font-size: 16px;
    line-height: 1.8em;
}

.aes-region-card ul {
    margin: 16px 0 0;
    padding-left: 18px;
}

.aes-region-card li {
    margin-bottom: 8px;
}

.aes-region-columns {
    display: grid;
    gap: 24px 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-region-columns h4 {
    margin-bottom: 14px;
    color: #101010;
    font-size: 22px;
    line-height: 1.3em;
}

.aes-region-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aes-region-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #30414f;
    font-size: 16px;
    line-height: 1.8em;
}

.aes-region-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #f7a61b;
    content: "\e92f";
    font-family: 'icomoon';
    font-size: 14px;
}

.aes-faq-card h3 {
    margin-bottom: 12px;
    color: #173525;
    font-size: 22px;
    line-height: 1.5em;
}

.aes-faq-card p {
    margin: 0;
}

.aes-roadmap-panel {
    margin-top: 30px;
    padding: 30px 32px 32px;
}

.aes-roadmap-panel .aes-list {
    margin-top: 18px;
}

.aes-related-links .aes-list li {
    margin-bottom: 16px;
}

.aes-related-links .aes-list a {
    color: #2046aa;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.aes-related-links .aes-list a:hover {
    color: #173525;
}

.aes-article-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.aes-article-head {
    margin-bottom: 38px;
}

.aes-article-head h2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.2em;
}

.aes-article-head p,
.aes-article-meta li,
.aes-article-body p,
.aes-article-body li {
    color: #30414f;
    font-size: 17px;
    line-height: 1.9em;
}

.aes-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.aes-article-meta li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.7em;
}

.aes-article-meta li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #f7a61b;
    content: "\e92f";
    font-family: 'icomoon';
    font-size: 14px;
}

.aes-article-body h3 {
    margin: 34px 0 14px;
    color: #0d0d0d;
    font-size: 30px;
    line-height: 1.3em;
}

.aes-article-body h4 {
    margin: 24px 0 12px;
    color: #173525;
    font-size: 24px;
    line-height: 1.35em;
}

.aes-article-body p + p,
.aes-article-body p + ul,
.aes-article-body ul + p,
.aes-article-body h3 + p,
.aes-article-body h4 + p {
    margin-top: 16px;
}

.aes-article-body a {
    color: #2046aa;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.aes-article-body a:hover {
    color: #173525;
}

.aes-article-cta {
    margin-top: 34px;
    padding: 28px 30px;
    border: 1px solid #dfe7f1;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-article-cta p {
    margin: 0 0 18px;
}

.aes-article-related {
    margin-top: 36px;
    padding: 30px 32px;
    border: 1px solid #dfe7f1;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 27, 40, 0.05);
}

.aes-article-related h3 {
    margin-bottom: 14px;
}

.aes-article-related .aes-list {
    margin-top: 18px;
}

@media (max-width: 1199px) {
    .aes-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .aes-page-section {
        padding: 90px 0;
    }

    .aes-profile-layout,
    .aes-layout-two,
    .aes-vision-grid,
    .aes-card-grid,
    .aes-card-grid-3,
    .aes-stat-grid,
    .aes-document-grid,
    .aes-gallery-grid,
    .aes-partnership-grid,
    .aes-region-grid,
    .aes-region-columns,
    .aes-faq-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767px) {
    .aes-profile-copy {
        padding: 30px 24px 34px;
    }

    .aes-profile-copy h2 {
        font-size: 28px;
    }

    .aes-lead {
        font-size: 18px;
    }

    .aes-vision-wrap {
        padding: 34px 24px 36px;
    }

    .aes-vision-hero {
        margin-bottom: 30px;
        text-align: left;
    }

    .aes-vision-hero h2 {
        font-size: 30px;
    }

    .aes-vision-card {
        padding: 28px 24px 30px;
    }

    .aes-vision-card h3 {
        font-size: 25px;
    }

    .aes-mission-list li {
        padding-left: 52px;
        font-size: 16px;
    }

    .aes-partnership-banner {
        padding: 24px 22px;
    }

    .aes-partnership-banner strong {
        font-size: 34px;
    }

    .aes-partnership-note p {
        font-size: 19px;
    }

    .aes-page-tools .btn-one {
        width: 100%;
        text-align: center;
    }

    .aes-region-card,
    .aes-faq-card,
    .aes-roadmap-panel {
        padding-left: 24px;
        padding-right: 24px;
    }
}
