/* ======================================================
   TRUST SECTION - ZOE
====================================================== */

.service-trust-content {
    position: relative;
    min-height: 560px;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
}

.service-trust-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(2, 28, 20, .20) 0%,
        rgba(2, 28, 20, .12) 40%,
        rgba(2, 28, 20, .20) 100%
    );
}

.service-trust-left,
.service-trust-right {
    position: relative;
    z-index: 2;

    min-height: 560px;
    padding: 70px 55px;

    display: flex;
    align-items: center;
}

.service-trust-left {
    background: rgba(6, 56, 41, .62);
}

.service-trust-right {
    background: rgba(3, 40, 30, .78);
}

.service-trust-section .subheading {
    color: var(--zoeyellow);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.service-trust-section h2 {
    color: #fff;
    font-size: clamp(2.6rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    text-shadow: 0 5px 18px rgba(0, 0, 0, .35);
}

.service-trust-section h4 {
    margin: 35px 0 25px;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.8;
    opacity: .95;
}

.service-trust-section p {
    color: rgba(255, 255, 255, .88);
    font-size: 1.08rem;
    line-height: 1.9;
}

.service-trust-stats {
    width: 100%;
    display: grid;
    gap: 25px;
}

.service-trust-stats .block-18 {
    width: 100%;
    padding: 28px;

    display: flex;
    align-items: center;
    gap: 24px;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;

    background: rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transition:
        transform .35s ease,
        background-color .35s ease;
}

.service-trust-stats .block-18:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .16) !important;
}

.service-trust-stats .icon {
    width: 95px;
    height: 95px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;
    background: var(--zoeyellow);
}

.service-trust-stats .icon i {
    color: #fff;
    font-size: 2.3rem;
}

.service-trust-stats .text {
    min-width: 0;
}

.service-trust-stats .number {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.service-trust-stats span {
    display: block;
    margin-top: 8px;

    color: rgba(255, 255, 255, .82);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-trust-section .btn {
    padding: 15px 34px;
    border-radius: 60px;
    font-weight: 700;
}


/* ======================================================
   PROCESS SECTION
====================================================== */

.service-process-section {
    position: relative;
    z-index: 1;
    padding: 90px 0;

    background: #f7f8f5 !important;
    color: #073d2d;
}

.service-process-section .heading-section {
    margin-bottom: 50px;
}

.service-process-section .subheading {
    color: #a88720 !important;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.service-process-section .heading-section h2 {
    color: #073d2d !important;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.2;
}

.service-process-card {
    position: relative;
    height: 100%;
    min-height: 340px;
    padding: 38px 28px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    overflow: hidden;
    border: 1px solid rgba(7, 61, 45, .08);
    border-radius: 22px;

    background: #fff !important;
    box-shadow: 0 16px 45px rgba(0, 45, 33, .08);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.service-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(0, 45, 33, .14);
}

.service-process-number {
    position: absolute;
    top: 18px;
    right: 22px;

    color: rgba(7, 61, 45, .09) !important;
    font-size: 3.7rem;
    font-weight: 900;
    line-height: 1;
}

.service-process-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: #073d2d !important;
    color: #fff !important;

    box-shadow: 0 12px 28px rgba(7, 61, 45, .2);
}

.service-process-icon i {
    color: #fff !important;
    font-size: 1.8rem;
}

.service-process-card h3 {
    margin-bottom: 16px;
    color: #073d2d !important;
    font-size: 1.35rem;
    font-weight: 750;
}

.service-process-card p {
    margin-bottom: 0;
    color: #68756f !important;
    font-size: 1rem;
    line-height: 1.75;
}


/* ======================================================
   SERVICE VIDEO / IMAGE
====================================================== */

.service-media {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;

    border-radius: 24px;
    background: #073d2d;
    box-shadow: 0 25px 65px rgba(0, 45, 33, .2);
}

.service-media-video,
.service-media video,
.service-media img {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    border: 0;
    object-fit: cover;
    object-position: center;
}

.service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        180deg,
        rgba(0, 35, 24, .03) 35%,
        rgba(0, 35, 24, .48) 100%
    );
}

.service-media-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 15px;

    max-width: calc(100% - 56px);
    padding: 16px 22px;

    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    color: #073d2d;

    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.service-media-badge i {
    flex-shrink: 0;
    color: #a88720;
    font-size: 2rem;
}

.service-media-badge strong,
.service-media-badge span {
    display: block;
}

.service-media-badge strong {
    font-size: 1.05rem;
}

.service-media-badge span {
    color: #6c7773;
    font-size: .85rem;
}

.video-sound-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;

    width: 48px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;

    background: rgba(7, 61, 45, .78);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.video-sound-button:hover {
    transform: scale(1.08);
    background: #a88720;
}


/* ======================================================
   HELPERS
====================================================== */

.textYellow {
    color: var(--zoeyellow) !important;
}


/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 991.98px) {
    .service-trust-left,
    .service-trust-right {
        min-height: auto;
        padding: 45px 30px;
    }
}

@media (max-width: 767.98px) {
    .service-media {
        height: 380px;
    }

    .service-media-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
        padding: 14px 16px;
    }

    .video-sound-button {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
    }

    .service-process-section {
        padding: 65px 0;
    }

    .service-process-card {
        min-height: auto;
        padding: 30px 24px;
    }

    .service-trust-content {
        border-radius: 18px;
    }

    .service-trust-left,
    .service-trust-right {
        background: rgba(5, 45, 33, .72);
    }
}

/* Imagen de fondo de toda la sección */
.service-trust-section {
    position: relative;
    overflow: hidden;
}

.service-trust-section > .image-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Contenido sobre la imagen */
.service-trust-section > .container {
    position: relative;
    z-index: 2;
}