/* ============================================================
   Ah Product Section - MayPro About 1
   ============================================================ */

.elementor-widget-ah_maypro_about_1,
.elementor-widget-ah_maypro_about_1 > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.ah-about-page {
    width: 100%;
    padding: 72px 36px;
    background:
        linear-gradient(180deg, rgba(6, 29, 53, .04), rgba(6, 29, 53, 0) 290px),
        #f6f9fb;
    box-sizing: border-box;
    color: #10213a;
    font-family: Arial, Helvetica, sans-serif;
}

.ah-about-page * {
    box-sizing: border-box;
}

.ah-about-page__inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 28px;
    align-items: stretch;
}

.ah-about-page__intro {
    min-width: 0;
    padding: 52px 54px;
    background: #061d35;
    color: #ffffff;
}

.ah-about-page__eyebrow {
    margin: 0 0 12px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ah-about-page__title {
    max-width: 650px;
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.ah-about-page__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.58;
}

.ah-about-page__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
    border-top: 1px solid rgba(18, 199, 156, .32);
    border-bottom: 1px solid rgba(18, 199, 156, .32);
}

.ah-about-page__highlights div {
    min-width: 0;
    padding: 20px 20px 21px 8px;
    border-right: 1px solid rgba(18, 199, 156, .32);
}

.ah-about-page__highlights div:last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 20px;
}

.ah-about-page__highlights span {
    display: block;
    margin-bottom: 6px;
    color: #12c79c;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.ah-about-page__highlights strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.ah-about-page__panel {
    min-width: 0;
    padding: 48px;
    background: #ffffff;
    border: 1px solid #dde6eb;
    box-shadow: 0 18px 46px rgba(6, 29, 53, .08);
}

.ah-about-page__panel h2 {
    margin: 0;
    color: #061d35;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.12;
}

.ah-about-page__panel p {
    margin: 18px 0 0;
    color: #3c4b5d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
}

.ah-about-page__panel ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.ah-about-page__panel li {
    position: relative;
    padding-left: 30px;
    color: #10213a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.ah-about-page__panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .14em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #12c79c;
}

.ah-about-page__panel li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: .2em;
    width: 6px;
    height: 9px;
    border-right: 2px solid #061d35;
    border-bottom: 2px solid #061d35;
    transform: rotate(45deg);
}

.ah-about-page__content {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 2px;
}

.ah-about-page__content article {
    min-width: 0;
    padding: 34px 36px;
    background: #ffffff;
    border: 1px solid #dde6eb;
}

.ah-about-page__number {
    display: inline-flex;
    margin-bottom: 18px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.ah-about-page__content h2 {
    margin: 0;
    color: #061d35;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.ah-about-page__content p {
    margin: 16px 0 0;
    color: #3c4b5d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
}

@media (max-width: 980px) {
    .ah-about-page {
        padding: 48px 22px;
    }

    .ah-about-page__inner,
    .ah-about-page__content {
        grid-template-columns: 1fr;
    }

    .ah-about-page__intro,
    .ah-about-page__panel {
        padding: 38px 30px;
    }

    .ah-about-page__title {
        font-size: 38px;
    }
}

@media (max-width: 620px) {
    .ah-about-page {
        padding: 32px 14px;
    }

    .ah-about-page__inner {
        gap: 14px;
    }

    .ah-about-page__intro,
    .ah-about-page__panel,
    .ah-about-page__content article {
        padding: 28px 20px;
    }

    .ah-about-page__title {
        font-size: 30px;
    }

    .ah-about-page__lead {
        margin-top: 16px;
        font-size: 15px;
    }

    .ah-about-page__highlights {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .ah-about-page__highlights div,
    .ah-about-page__highlights div:last-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(18, 199, 156, .32);
    }

    .ah-about-page__highlights div:last-child {
        border-bottom: 0;
    }

    .ah-about-page__panel h2 {
        font-size: 24px;
    }

    .ah-about-page__content {
        gap: 14px;
    }

    .ah-about-page__content h2 {
        font-size: 21px;
    }
}
