/* =========================================================
   HIMACHALRIDE — TRUST / INTRO SECTION
   ========================================================= */

.trust-section {
    position: relative;

    background: #f5f3ed;

    padding: 105px 0 70px;

    overflow: hidden;

    border-top: 1px solid rgba(20, 45, 34, 0.06);
}


.trust-container {
    width: min(1200px, calc(100% - 48px));

    margin: 0 auto;
}


/* =========================================================
   MAIN TWO COLUMN LAYOUT
   ========================================================= */

.trust-container {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    column-gap: 100px;

    align-items: start;
}


/* =========================================================
   LEFT — INTRO
   ========================================================= */

.trust-intro {
    max-width: 560px;

    padding-top: 5px;
}


.trust-intro .section-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 12px;
}


/* Small gold line */

.trust-intro .section-eyebrow::before {
    content: "";

    width: 24px;
    height: 1px;

    background: #b28a4a;
}


.trust-intro h2 {
    margin: 18px 0 24px;

    font-size: clamp(44px, 4.5vw, 64px);

    line-height: 0.98;

    letter-spacing: -0.045em;

    font-weight: 600;

    color: #123f35;
}


.trust-intro h2 span {
    display: block;

    color: #8a9892;
}


.trust-intro p {
    max-width: 500px;

    margin: 0;

    font-size: 14px;

    line-height: 1.8;

    color: #66716a;
}


/* =========================================================
   RIGHT — STATS
   ========================================================= */

.trust-stats {
    display: flex;

    flex-direction: column;

    border-top: 1px solid rgba(23, 37, 31, 0.14);
}


.trust-stat {
    display: grid;

    grid-template-columns: 180px 1fr;

    align-items: center;

    min-height: 145px;

    padding: 20px 0;

    border-bottom: 1px solid rgba(23, 37, 31, 0.14);
}


/* =========================================================
   LARGE NUMBER
   ========================================================= */

.stat-number {
    font-size: clamp(48px, 5vw, 64px);

    line-height: 1;

    letter-spacing: -0.045em;

    font-weight: 600;

    color: #123f35;
}


/* =========================================================
   STAT CONTENT
   ========================================================= */

.stat-content {
    padding-left: 10px;
}


.stat-label {
    display: block;

    margin-bottom: 9px;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.18em;

    color: #b28a4a;
}


.stat-content h3 {
    margin: 0 0 8px;

    font-size: 20px;

    line-height: 1.2;

    letter-spacing: -0.02em;

    font-weight: 600;

    color: #24352e;
}


.stat-content p {
    max-width: 500px;

    margin: 0;

    font-size: 12px;

    line-height: 1.6;

    color: #6c7771;
}


/* =========================================================
   BOTTOM LINE
   ========================================================= */

.trust-bottom {
    grid-column: 1 / -1;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 13px;

    margin-top: 25px;

    padding-top: 0;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.16em;

    color: #68756e;
}


.trust-bottom i {
    width: 4px;
    height: 4px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #b28a4a;
}


/* =========================================================
   SUBTLE DECORATIVE CIRCLE
   ========================================================= */

.trust-section::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -130px;
    top: 30px;

    border: 1px solid rgba(18, 63, 53, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .trust-section {
        padding: 85px 0 60px;
    }


    .trust-container {
        grid-template-columns: 1fr;

        row-gap: 55px;
    }


    .trust-intro {
        max-width: 650px;
    }


    .trust-intro h2 {
        font-size: 52px;
    }


    .trust-stat {
        grid-template-columns: 170px 1fr;

        min-height: 130px;
    }


    .trust-bottom {
        grid-column: auto;

        justify-content: flex-start;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .trust-section {
        padding: 70px 0 50px;
    }


    .trust-container {
        width: min(100% - 32px, 1200px);

        row-gap: 40px;
    }


    .trust-intro h2 {
        margin-top: 16px;

        margin-bottom: 20px;

        font-size: 42px;
    }


    .trust-intro p {
        font-size: 13px;

        line-height: 1.7;
    }


    /* Stats */

    .trust-stat {
        grid-template-columns: 105px 1fr;

        min-height: 120px;

        padding: 18px 0;
    }


    .stat-number {
        font-size: 42px;
    }


    .stat-content {
        padding-left: 0;
    }


    .stat-label {
        font-size: 8px;

        letter-spacing: 0.14em;

        margin-bottom: 7px;
    }


    .stat-content h3 {
        font-size: 17px;

        margin-bottom: 6px;
    }


    .stat-content p {
        font-size: 11px;

        line-height: 1.5;
    }


    /* Bottom */

    .trust-bottom {
        flex-wrap: wrap;

        justify-content: flex-start;

        gap: 10px;

        margin-top: 20px;

        font-size: 8px;
    }


    /* Decoration */

    .trust-section::after {
        width: 180px;
        height: 180px;

        right: -100px;

        top: 20px;
    }

}

/* =========================================================
   TRUST WHATSAPP CTA
   ========================================================= */

.trust-whatsapp-btn {
    display: inline-flex;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    width: 235px;
    min-height: 48px;

    margin-top: 30px;

    padding: 0 10px 0 18px;

    box-sizing: border-box;

    background: #123f35;
    color: #ffffff;

    border: 1px solid #123f35;

    text-decoration: none;

    font-family: "DM Sans", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}


.trust-whatsapp-btn strong {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: grid;

    place-items: center;

    background: #d3ad70;

    color: #123f35;

    font-size: 14px;

    line-height: 1;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.trust-whatsapp-btn:hover {
    transform: translateY(-3px);

    background: #0b3029;

    box-shadow:
        0 12px 28px rgba(18, 63, 53, 0.16);
}


.trust-whatsapp-btn:hover strong {
    transform: translate(2px, -2px);

    background: #e0c083;
}


/* =========================================================
   FOURTH TRUST STAT
   ========================================================= */

.trust-stats .trust-stat:last-child {
    border-bottom: 1px solid rgba(23, 37, 31, 0.14);
}


/* =========================================================
   MOBILE CTA
   ========================================================= */

@media (max-width: 600px) {

    .trust-whatsapp-btn {
        width: 100%;

        margin-top: 25px;

        min-height: 50px;
    }

}