/* ============================================================
   ABOTRIX TRUST & CUSTOMER SUCCESS V23.5
   ============================================================ */

.trust-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 110px 0;

    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(41, 196, 233, 0.10),
            transparent 27%
        ),
        radial-gradient(
            circle at 93% 76%,
            rgba(62, 104, 236, 0.09),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #061e31 0%,
            #071b2d 48%,
            #061a2b 100%
        );
}

.trust-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(87, 185, 224, 0.022) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(87, 185, 224, 0.022) 1px,
            transparent 1px
        );

    background-size: 74px 74px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            black 8%,
            black 92%,
            transparent
        );
}

.trust-section::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -400px;
    top: 20%;
    z-index: -1;

    border: 1px solid rgba(73, 207, 240, 0.08);
    border-radius: 50%;

    box-shadow:
        0 0 0 90px rgba(69, 195, 231, 0.025),
        0 0 0 180px rgba(69, 195, 231, 0.015);
}

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

.trust-introduction h2 {
    color: #f4faff;
    text-wrap: balance;
}

.trust-introduction p {
    max-width: 790px;
    color: #9fbfd4;
}

/* ------------------------------------------------------------
   CAPABILITY STRIP
   ------------------------------------------------------------ */

.trust-capability-strip {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border: 1px solid rgba(105, 202, 238, 0.15);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(17, 58, 84, 0.87),
            rgba(8, 37, 59, 0.93)
        );

    box-shadow:
        0 28px 80px rgba(0, 6, 22, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.trust-capability-item {
    position: relative;
    padding: 28px 25px;
    text-align: center;
}

.trust-capability-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 23%;
    right: 0;
    width: 1px;
    height: 54%;

    background:
        linear-gradient(
            transparent,
            rgba(104, 201, 238, 0.17),
            transparent
        );
}

.trust-capability-item strong {
    display: block;
    color: #64ddf6;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1;
    letter-spacing: -0.055em;
}

.trust-capability-item span {
    display: block;
    margin-top: 9px;

    color: #a8c7da;
    font-size: 11px;
    font-weight: 750;
}

/* ------------------------------------------------------------
   OUTCOMES
   ------------------------------------------------------------ */

.trust-outcomes-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    gap: 24px;
    align-items: stretch;
}

.trust-outcome-card,
.trust-visibility-card {
    position: relative;
    overflow: hidden;
    padding: 32px;

    border: 1px solid rgba(104, 201, 238, 0.14);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(16, 55, 81, 0.94),
            rgba(8, 35, 57, 0.97)
        );

    box-shadow:
        0 29px 78px rgba(0, 6, 22, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.trust-outcome-card::before,
.trust-visibility-card::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -160px;
    bottom: -165px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(52, 208, 241, 0.13),
            transparent 68%
        );
}

.trust-card-label,
.trust-panel-label {
    color: #4dd9f4;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-outcome-card h3,
.trust-visibility-card h3 {
    position: relative;
    margin: 10px 0 12px;

    color: #f1f9ff;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.trust-outcome-card > p {
    position: relative;
    max-width: 720px;
    margin: 0;

    color: #99bbd1;
    line-height: 1.7;
}

.trust-outcome-list {
    position: relative;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.trust-outcome-list > div {
    padding: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;

    border: 1px solid rgba(105, 201, 238, 0.11);
    border-radius: 15px;

    background: rgba(20, 65, 91, 0.45);

    transition:
        transform 190ms ease,
        border-color 190ms ease,
        background-color 190ms ease;
}

.trust-outcome-list > div:hover {
    transform: translateY(-3px);
    border-color: rgba(78, 217, 246, 0.25);
    background: rgba(24, 75, 101, 0.54);
}

.trust-outcome-icon {
    width: 31px;
    height: 31px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(69, 218, 246, 0.21);
    border-radius: 10px;

    color: #54daf3;
    background: rgba(51, 201, 235, 0.08);

    font-size: 9px;
    font-weight: 900;
}

.trust-outcome-list strong {
    display: block;
    color: #dfeff8;
    font-size: 12px;
}

.trust-outcome-list small {
    display: block;
    margin-top: 6px;

    color: #91b3c9;
    line-height: 1.55;
}

/* ------------------------------------------------------------
   VISIBILITY DASHBOARD
   ------------------------------------------------------------ */

.trust-visibility-dashboard {
    position: relative;
    margin-top: 24px;
    padding: 20px;

    border: 1px solid rgba(101, 200, 237, 0.13);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(22, 70, 96, 0.64),
            rgba(11, 45, 69, 0.76)
        );
}

.trust-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.trust-dashboard-top small {
    display: block;
    color: #87aabf;
}

.trust-dashboard-top strong {
    display: block;
    margin-top: 3px;
    color: #ebf8ff;
}

.trust-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 10px;

    border: 1px solid rgba(61, 225, 176, 0.18);
    border-radius: 999px;

    color: #76e5bc;
    background: rgba(50, 204, 158, 0.07);

    font-size: 9px;
    font-weight: 800;
}

.trust-live-indicator i {
    width: 7px;
    height: 7px;
    border-radius: 50%;

    background: #4be3ae;
    box-shadow: 0 0 0 5px rgba(74, 225, 174, 0.08);

    animation: trustPulse 1.8s ease-in-out infinite;
}

@keyframes trustPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.82);
    }
}

.trust-dashboard-bars {
    margin-top: 24px;
    display: grid;
    gap: 18px;
}

.trust-dashboard-bars > div > span {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.trust-dashboard-bars small {
    color: #a8c4d6;
}

.trust-dashboard-bars b {
    color: #dff3fc;
    font-size: 10px;
}

.trust-dashboard-bars > div > i {
    display: block;
    height: 7px;
    margin-top: 8px;
    overflow: hidden;

    border-radius: 999px;
    background: rgba(91, 165, 198, 0.12);
}

.trust-dashboard-bars em {
    display: block;
    width: 0;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #42c4e8,
            #55e0ef
        );

    box-shadow: 0 0 17px rgba(61, 208, 239, 0.18);

    transition:
        width 1000ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.trust-dashboard-footer {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.trust-dashboard-footer span {
    padding: 11px 8px;

    border: 1px solid rgba(102, 199, 236, 0.10);
    border-radius: 11px;

    color: #86aabd;
    background: rgba(14, 52, 76, 0.54);

    text-align: center;
    font-size: 8px;
}

.trust-dashboard-footer strong {
    display: block;
    margin-bottom: 4px;
    color: #cfe7f3;
    font-size: 9px;
}

/* ------------------------------------------------------------
   SHARED SECTION HEADING
   ------------------------------------------------------------ */

.trust-reasons-block,
.implementation-section {
    margin-top: 92px;
}

.trust-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 30px;
}

.trust-section-heading span {
    color: #4dd9f4;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-section-heading h3 {
    margin: 8px 0 0;
    color: #f1f9ff;
    font-size: clamp(29px, 4vw, 43px);
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.trust-section-heading p {
    margin: 0;
    color: #96b8cf;
    line-height: 1.68;
}

/* ------------------------------------------------------------
   REASONS
   ------------------------------------------------------------ */

.trust-reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.trust-reason-card {
    position: relative;
    min-height: 245px;
    padding: 23px;
    overflow: hidden;

    border: 1px solid rgba(104, 201, 238, 0.12);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(16, 54, 79, 0.85),
            rgba(8, 35, 56, 0.91)
        );

    box-shadow:
        0 18px 48px rgba(0, 6, 22, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);

    transition:
        transform 210ms ease,
        border-color 210ms ease,
        box-shadow 210ms ease;
}

.trust-reason-card:hover {
    transform: translateY(-6px);
    border-color: rgba(72, 218, 246, 0.28);

    box-shadow:
        0 29px 65px rgba(0, 6, 22, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.trust-reason-number {
    position: absolute;
    top: 18px;
    right: 18px;

    color: rgba(113, 202, 237, 0.27);
    font-size: 10px;
    font-weight: 900;
}

.trust-reason-icon {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(70, 218, 246, 0.18);
    border-radius: 13px;

    color: #54dcf5;
    background: rgba(47, 193, 229, 0.07);

    font-size: 18px;
}

.trust-reason-card h4 {
    margin: 22px 0 9px;
    color: #e9f5fb;
    font-size: 16px;
}

.trust-reason-card p {
    margin: 0;
    color: #91b3c9;
    font-size: 11px;
    line-height: 1.65;
}

/* ------------------------------------------------------------
   INDUSTRY PANEL
   ------------------------------------------------------------ */

.trust-industries-panel {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    padding: 33px;

    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    align-items: center;
    gap: 42px;

    border: 1px solid rgba(77, 217, 246, 0.19);
    border-radius: 24px;

    background:
        linear-gradient(
            132deg,
            rgba(23, 75, 101, 0.91),
            rgba(8, 39, 63, 0.96)
        );

    box-shadow:
        0 29px 78px rgba(0, 6, 22, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.trust-industries-panel::before {
    content: "";
    position: absolute;

    width: 410px;
    height: 410px;
    right: -190px;
    top: -230px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(62, 216, 245, 0.19),
            transparent 69%
        );
}

.trust-industries-content,
.trust-industry-cloud {
    position: relative;
    z-index: 2;
}

.trust-industries-content h3 {
    margin: 9px 0 11px;
    color: #f1f9ff;
    font-size: clamp(27px, 3vw, 38px);
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.trust-industries-content p {
    margin: 0 0 21px;
    color: #9bbcd1;
    line-height: 1.68;
}

.trust-industry-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
}

.trust-industry-cloud span {
    padding: 12px 16px;

    border: 1px solid rgba(98, 204, 240, 0.15);
    border-radius: 999px;

    color: #c5deeb;
    background: rgba(18, 61, 86, 0.66);

    font-size: 10px;
    font-weight: 750;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);

    transition:
        transform 180ms ease,
        color 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.trust-industry-cloud span:hover {
    transform: translateY(-3px);
    color: #edfbff;
    border-color: rgba(74, 219, 246, 0.31);
    background: rgba(23, 76, 101, 0.8);
}

/* ------------------------------------------------------------
   IMPLEMENTATION TIMELINE
   ------------------------------------------------------------ */

.implementation-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.implementation-timeline::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 7%;
    right: 7%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(77, 217, 246, 0.31),
            transparent
        );
}

.implementation-step {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.implementation-step > span {
    width: 58px;
    height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(75, 218, 246, 0.24);
    border-radius: 17px;

    color: #55dcf5;
    background:
        linear-gradient(
            145deg,
            rgba(19, 67, 93, 0.98),
            rgba(9, 39, 61, 0.99)
        );

    box-shadow:
        0 13px 35px rgba(0, 7, 22, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    font-size: 10px;
    font-weight: 900;
}

.implementation-step > div {
    margin-top: 17px;
    padding-right: 8px;
}

.implementation-step small {
    color: #4dd9f4;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.implementation-step h4 {
    margin: 6px 0 8px;
    color: #e7f4fa;
    font-size: 14px;
}

.implementation-step p {
    margin: 0;
    color: #89abc1;
    font-size: 9px;
    line-height: 1.6;
}

/* ------------------------------------------------------------
   FINAL CTA
   ------------------------------------------------------------ */

.trust-final-cta {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
    padding: 39px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 35px;

    border: 1px solid rgba(75, 219, 247, 0.27);
    border-radius: 25px;

    background:
        linear-gradient(
            130deg,
            rgba(28, 88, 112, 0.91),
            rgba(7, 41, 65, 0.97)
        );

    box-shadow:
        0 33px 90px rgba(0, 6, 23, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.trust-final-cta::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;
    right: -190px;
    top: -245px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(63, 221, 246, 0.24),
            transparent 68%
        );
}

.trust-final-cta-content,
.trust-final-cta-actions {
    position: relative;
    z-index: 2;
}

.trust-final-cta-content > span {
    color: #56ddf5;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-final-cta h3 {
    max-width: 750px;
    margin: 9px 0 10px;

    color: #f4faff;
    font-size: clamp(29px, 4vw, 43px);
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.trust-final-cta p {
    max-width: 730px;
    margin: 0;

    color: #a7c6d8;
    line-height: 1.68;
}

.trust-final-cta-actions {
    min-width: 220px;
    display: grid;
    gap: 10px;
}

.trust-final-cta-actions .button {
    width: 100%;
    justify-content: center;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 1100px) {
    .trust-reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .implementation-timeline {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 35px;
    }

    .implementation-timeline::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .trust-section {
        padding: 90px 0;
    }

    .trust-capability-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-capability-item:nth-child(2)::after {
        display: none;
    }

    .trust-capability-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(104, 201, 238, 0.10);
    }

    .trust-outcomes-grid {
        grid-template-columns: 1fr;
    }

    .trust-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .trust-industries-panel {
        grid-template-columns: 1fr;
    }

    .trust-final-cta {
        grid-template-columns: 1fr;
    }

    .trust-final-cta-actions {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .trust-capability-strip {
        grid-template-columns: 1fr;
    }

    .trust-capability-item:not(:last-child) {
        border-bottom: 1px solid rgba(104, 201, 238, 0.10);
    }

    .trust-capability-item::after {
        display: none;
    }

    .trust-outcome-card,
    .trust-visibility-card,
    .trust-industries-panel,
    .trust-final-cta {
        padding: 24px 20px;
    }

    .trust-outcome-list {
        grid-template-columns: 1fr;
    }

    .trust-reasons-grid {
        grid-template-columns: 1fr;
    }

    .trust-reason-card {
        min-height: auto;
    }

    .trust-dashboard-footer {
        grid-template-columns: 1fr;
    }

    .implementation-timeline {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .implementation-step {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 15px;
        padding: 16px;

        border: 1px solid rgba(104, 201, 238, 0.11);
        border-radius: 16px;

        background: rgba(13, 48, 72, 0.58);
    }

    .implementation-step > span {
        width: 47px;
        height: 47px;
        border-radius: 14px;
    }

    .implementation-step > div {
        margin-top: 0;
    }

    .trust-final-cta-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-live-indicator i,
    .trust-reason-card,
    .trust-industry-cloud span,
    .trust-dashboard-bars em {
        animation: none !important;
        transition: none !important;
    }
}
