.ald-page {
    color: #0f211f;
    font-family: 'Montserrat', sans-serif;
}

.ald-shell {
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
}

.ald-page h1,
.ald-page h2,
.ald-page h3,
.ald-page p {
    margin-top: 0;
}

.ald-page h2 {
    font-size: clamp(2rem, 4vw, 2.625rem);
    line-height: 1.18;
    margin-bottom: 22px;
}

.ald-section-intro {
    max-width: 960px;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 42px;
}

.ald-hero {
    background: #faf7f0;
    padding: 44px 0;
}

.ald-hero__panel {
    min-height: 632px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(8, 18, 18, .96) 0%, rgba(8, 18, 18, .74) 46%, rgba(8, 18, 18, .08) 78%), url('https://storage.googleapis.com/elearning-solutions-site-assets/images/agentic-ld-team/applications-collaboration.jpg') center/cover;
}

.ald-hero__copy {
    width: min(680px, 100%);
    padding: 64px;
    color: #fff;
}

.ald-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3rem);
    line-height: 1.16;
    margin-bottom: 28px;
    color: #fff;
}

.ald-hero p {
    font-size: 18px;
    line-height: 1.62;
}

.ald-hero small {
    display: block;
    max-width: 640px;
    color: #e0f2ed;
    font-weight: 600;
    line-height: 1.55;
}

.ald-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 34px 0 24px;
}

.ald-actions .button {
    min-height: 52px;
    padding: 15px 22px;
}

.ald-button--light {
    background: #fff;
    color: #0f211f;
}

.ald-bottleneck {
    background: #faf7f0;
    padding: 88px 0;
}

.ald-bottleneck__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    background: #fff;
    padding: 40px;
    border-radius: 14px;
}

.ald-bottleneck__box p {
    font-size: 15px;
    line-height: 1.7;
}

.ald-challenges h3 {
    font-size: 28px;
}

.ald-challenges p {
    margin-bottom: 18px;
}

.ald-challenges strong {
    font-size: 17px;
}

.ald-lifecycle {
    margin-top: 52px;
    padding: 42px 48px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(rgba(15, 33, 31, .56), rgba(15, 33, 31, .56)), url('https://storage.googleapis.com/elearning-solutions-site-assets/images/fluid/technical-banner-teal.jpg') center/cover;
}

.ald-lifecycle h3 {
    font-size: 30px;
}

.ald-lifecycle__roles {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
}

.ald-lifecycle__roles span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 10px;
}

.ald-roles {
    background: #f2f5f0;
    padding: 88px 0;
}

.ald-role-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ald-role-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #e0e6e0;
    border-radius: 14px;
}

.ald-role-card img {
    width: 112px;
    height: 112px;
    margin: 0 auto 22px;
    object-fit: cover;
    border-radius: 50%;
}

.ald-role-card h3 {
    font-size: 23px;
    line-height: 1.3;
}

.ald-role-card p,
.ald-role-card li {
    font-size: 14px;
    line-height: 1.58;
}

.ald-role-card ul {
    padding-left: 19px;
    margin: 0 0 26px;
}

.ald-role-card li {
    margin-bottom: 9px;
}

.ald-role-card a {
    margin-top: auto;
    color: #1a6b5e;
    font-weight: 700;
    text-decoration: underline;
}

.ald-human-note {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px;
    border-radius: 14px;
    background: #0f211f;
    color: #fff;
}

.ald-human-note h3 {
    max-width: 650px;
    font-size: 34px;
    line-height: 1.25;
}

.ald-human-note p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.7;
}

.ald-control {
    padding: 84px 0;
    background: #0f211f;
    color: #fff;
}

.ald-control-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ald-control-grid article {
    overflow: hidden;
    padding: 16px 28px 26px;
    background: #fff;
    color: #0f211f;
    border-radius: 14px;
}

.ald-control-grid img {
    width: calc(100% + 24px);
    height: 160px;
    margin: 0 -12px 24px;
    object-fit: cover;
    border-radius: 10px;
}

.ald-control-grid h3 {
    font-size: 20px;
}

.ald-control-grid p {
    font-size: 15px;
    line-height: 1.65;
}

.ald-growth,
.ald-comparison {
    padding: 82px 0;
    background: #faf7f0;
}

.ald-growth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ald-growth-grid article {
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
}

.ald-growth-grid img {
    width: 100%;
    height: 124px;
    object-fit: cover;
}

.ald-growth-grid div {
    padding: 26px 28px 30px;
}

.ald-growth-grid h3 {
    font-size: 21px;
}

.ald-growth-grid p {
    font-size: 15px;
    line-height: 1.65;
}

.ald-comparison {
    background: #f2f5f0;
}

.ald-table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e0e6e0;
    border-radius: 14px;
}

.ald-table-wrap table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

.ald-table-wrap th,
.ald-table-wrap td {
    padding: 22px 26px;
    text-align: left;
    border-bottom: 1px solid #e0e6e0;
    font-size: 15px;
    line-height: 1.45;
}

.ald-table-wrap th {
    font-size: 17px;
    font-weight: 700;
}

.ald-table-wrap td:first-child {
    font-weight: 600;
}

.ald-table-wrap th:last-child,
.ald-table-wrap td:last-child {
    color: #1a6b5e;
    font-weight: 700;
}

.ald-table-wrap tr:last-child td {
    border-bottom: 0;
}

.ald-security {
    padding: 88px 0;
    background: #0f211f;
    color: #fff;
}

.ald-security__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 48px;
    color: #e0f2ed;
}

.ald-security__grid h3 {
    font-size: 22px;
}

.ald-security__grid p {
    font-size: 17px;
    line-height: 1.7;
}

.ald-faq {
    padding: 88px 0;
    background: #fff;
}

.ald-faq__list {
    display: grid;
    gap: 24px;
}

.ald-faq__list article {
    padding: 28px 32px;
    background: #faf7f0;
    border-radius: 12px;
}

.ald-faq__list h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.ald-faq__list p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.ald-contact {
    padding: 112px 0;
    background: #faf7f0;
}

.ald-contact__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 112px;
    align-items: stretch;
}

.ald-contact__art {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 476px;
    padding: 52px;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(rgba(15, 33, 31, .42), rgba(15, 33, 31, .42)), url('https://storage.googleapis.com/elearning-solutions-site-assets/images/fluid/contact-fluid-fill.jpg') center/cover;
}

.ald-contact__art h2 {
    font-size: 34px;
}

.ald-contact__art p {
    font-size: 17px;
    line-height: 1.7;
}

.ald-contact .contact-form {
    max-width: none;
}

@media (max-width: 980px) {

    .ald-bottleneck__box,
    .ald-contact__layout {
        grid-template-columns: 1fr;
    }

    .ald-role-grid,
    .ald-control-grid,
    .ald-growth-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ald-human-note {
        grid-column: span 1;
    }

    .ald-contact__layout {
        gap: 48px;
    }
}

@media (max-width: 700px) {
    .ald-shell {
        width: min(100% - 32px, 1216px);
    }

    .ald-hero {
        padding: 16px 0;
    }

    .ald-hero__panel {
        min-height: 650px;
        align-items: flex-end;
        background-position: 60% center;
    }

    .ald-hero__copy {
        padding: 32px 24px;
    }

    .ald-actions {
        flex-direction: column;
    }

    .ald-actions .button {
        width: 100%;
        text-align: center;
    }

    .ald-bottleneck,
    .ald-roles,
    .ald-control,
    .ald-growth,
    .ald-comparison,
    .ald-security,
    .ald-faq,
    .ald-contact {
        padding: 64px 0;
    }

    .ald-bottleneck__box {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 28px 24px;
    }

    .ald-lifecycle {
        padding: 32px 24px;
    }

    .ald-lifecycle__roles {
        flex-direction: column;
    }

    .ald-role-grid,
    .ald-control-grid,
    .ald-growth-grid,
    .ald-security__grid {
        grid-template-columns: 1fr;
    }

    .ald-human-note {
        padding: 34px 28px;
    }

    .ald-contact__art {
        min-height: 380px;
        padding: 36px 28px;
    }
}