/* ============================================================
   ABOTRIX TRUST SECTION V23.5.1
   Alignment, spacing and desktop balance correction
   ============================================================ */

/* ------------------------------------------------------------
   SECTION POSITIONING
   ------------------------------------------------------------ */

.trust-section {
    padding-top: 128px;
    padding-bottom: 110px;
}

.trust-section > .container {
    position: relative;
}

/* ------------------------------------------------------------
   INTRODUCTION ALIGNMENT
   ------------------------------------------------------------ */

.trust-introduction {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.trust-introduction .section-eyebrow {
    margin-right: auto;
    margin-left: auto;
}

.trust-introduction h2 {
    width: 100%;
    max-width: 1080px;
    margin: 22px auto 0;

    font-size: clamp(48px, 5.15vw, 76px);
    line-height: 1.035;
    letter-spacing: -0.052em;

    text-align: center;
    text-wrap: balance;
}

.trust-introduction p {
    width: 100%;
    max-width: 920px;
    margin: 29px auto 0;

    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.72;

    text-align: center;
    text-wrap: pretty;
}

/* ------------------------------------------------------------
   STATISTICS PANEL POSITION
   ------------------------------------------------------------ */

.trust-capability-strip {
    width: 100%;
    margin-top: 44px;
}

.trust-capability-item {
    min-height: 138px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trust-capability-item strong {
    line-height: 0.95;
}

.trust-capability-item span {
    max-width: 190px;
    line-height: 1.45;
}

/* ------------------------------------------------------------
   FIRST CONTENT CARDS
   ------------------------------------------------------------ */

.trust-outcomes-grid {
    margin-top: 32px;
}

.trust-outcome-card,
.trust-visibility-card {
    min-height: 100%;
}

/* ------------------------------------------------------------
   LARGE DESKTOPS
   ------------------------------------------------------------ */

@media (min-width: 1500px) {
    .trust-section {
        padding-top: 142px;
    }

    .trust-introduction {
        max-width: 1180px;
    }

    .trust-introduction h2 {
        max-width: 1160px;
        font-size: clamp(64px, 4.7vw, 82px);
    }

    .trust-introduction p {
        max-width: 960px;
    }

    .trust-capability-strip {
        margin-top: 48px;
    }
}

/* ------------------------------------------------------------
   LAPTOPS
   ------------------------------------------------------------ */

@media (max-width: 1200px) {
    .trust-section {
        padding-top: 112px;
    }

    .trust-introduction {
        max-width: 980px;
    }

    .trust-introduction h2 {
        max-width: 950px;
        font-size: clamp(46px, 5.5vw, 68px);
    }

    .trust-introduction p {
        max-width: 820px;
    }
}

/* ------------------------------------------------------------
   TABLETS
   ------------------------------------------------------------ */

@media (max-width: 900px) {
    .trust-section {
        padding-top: 92px;
        padding-bottom: 88px;
    }

    .trust-introduction h2 {
        max-width: 760px;
        margin-top: 18px;

        font-size: clamp(40px, 7vw, 58px);
        line-height: 1.07;
    }

    .trust-introduction p {
        max-width: 690px;
        margin-top: 23px;

        font-size: 16px;
    }

    .trust-capability-strip {
        margin-top: 36px;
    }
}

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 650px) {
    .trust-section {
        padding-top: 76px;
        padding-bottom: 74px;
    }

    .trust-introduction {
        align-items: flex-start;
        text-align: left;
    }

    .trust-introduction .section-eyebrow {
        margin-left: 0;
    }

    .trust-introduction h2 {
        max-width: none;
        margin-top: 15px;

        font-size: clamp(37px, 11vw, 49px);
        line-height: 1.04;
        letter-spacing: -0.048em;

        text-align: left;
        text-wrap: balance;
    }

    .trust-introduction p {
        max-width: none;
        margin-top: 20px;

        font-size: 15px;
        line-height: 1.67;
        text-align: left;
    }

    .trust-capability-strip {
        margin-top: 31px;
    }

    .trust-capability-item {
        min-height: 118px;
    }

    .trust-outcomes-grid {
        margin-top: 22px;
    }
}

/* ------------------------------------------------------------
   VERY SMALL MOBILE
   ------------------------------------------------------------ */

@media (max-width: 390px) {
    .trust-introduction h2 {
        font-size: 35px;
    }

    .trust-introduction p {
        font-size: 14px;
    }
}
