/*==============================================
    Services One / Beneficios - Diseño Premium Pulido
===============================================*/

.benefits-section.services-one {
    position: relative;
    display: block;
    background:
        radial-gradient(circle at 8% 14%, rgba(var(--careon-primary-rgb), 0.95) 0%, rgba(255,255,255,0) 34%),
        radial-gradient(circle at 88% 18%, rgba(var(--careon-base-rgb), 0.11) 0%, rgba(255,255,255,0) 36%),
        linear-gradient(180deg, var(--color3) 0%, #f8fcfd 100%);
    padding: 108px 0 110px;
    overflow: hidden;
    z-index: 1;
}

.benefits-section.services-one::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -165px;
    bottom: -160px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.85) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: -1;
}

.benefits-section.services-one::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 72px;
    left: 40px;
    top: 68px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 28px;
    transform: rotate(18deg);
    background: rgba(255, 255, 255, 0.36);
    z-index: -1;
}

/*==============================================
    Columna izquierda
===============================================*/

.benefits-section .services-one__left {
    position: sticky;
    top: 120px;
    display: block;
    margin-top: 36px;
    padding-right: 22px;
}

.benefits-section .services-one__left .section-title {
    margin-bottom: 26px;
}

.benefits-section .section-title__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color2);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.09);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    margin-bottom: 16px;
}

.benefits-section .section-title__label::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.12);
}

.benefits-section .section-title__title {
    color: var(--color1);
    font-size: 43px;
    line-height: 1.38;
    font-weight: 800;
    letter-spacing: -0.011em;
    margin: 0;
}

.benefits-section .section-title__title::after {
    content: "";
    display: block;
    width: 78px;
    height: 4px;
    border-radius: 999px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
}

.benefits-section .section-title__tagline {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    padding: 13px 18px;
    color: var(--color1);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.76);
    border-left: 4px solid var(--color2);
    border-radius: 0 18px 18px 0;
    box-shadow: 0 12px 26px rgba(23, 49, 64, 0.07);
}

.benefits-section .services-one__intro-text {
    position: relative;
    color: var(--careon-black);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    max-width: 390px;
    margin-bottom: 0;
}

/* Nota izquierda */
.benefits-section__note {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 30px;
    padding: 18px 20px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.94), rgba(237,252,255,0.78));
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    box-shadow:
        0 16px 36px rgba(23, 49, 64, 0.08),
        inset 0 0 0 1px rgba(255,255,255,0.65);
    overflow: hidden;
}

.benefits-section__note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2));
}

.benefits-section__note::after {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    right: -32px;
    bottom: -34px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.08);
}

.benefits-section__note-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(23, 49, 64, 0.22);
}

.benefits-section__note p {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 700;
    z-index: 2;
}

/*==============================================
    Columna derecha
===============================================*/

.benefits-section .services-one__right {
    position: relative;
    display: block;
    margin-left: 34px;
    padding-top: 0;
}

.benefits-section .services-one__right::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 56px;
    bottom: 56px;
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(var(--careon-base-rgb), 0),
        rgba(var(--careon-base-rgb), 0.18),
        rgba(var(--careon-base-rgb), 0)
    );
    transform: translateX(-50%);
    z-index: 0;
}

.benefits-section .benefits-section__grid {
    position: relative;
    z-index: 2;
    row-gap: 34px;
}

/* Muy importante: corrige el pegado entre tarjetas */
.benefits-section .benefits-section__grid > li {
    margin-bottom: 0;
}

/* Escalonado más limpio y controlado */
.benefits-section .benefits-section__grid > li:nth-child(odd) {
    transform: translateY(34px);
}

.benefits-section .benefits-section__grid > li:nth-child(even) {
    transform: translateY(0);
}

/* Elimina el problema del último beneficio pegado */
.benefits-section .services-one__right ul li:first-child,
.benefits-section .services-one__right ul li:last-child {
    margin-top: 0;
}

/* Tarjeta */
.benefits-section .services-one__single {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(249,253,255,0.96) 100%);
    border-radius: 28px;
    padding: 34px 34px 30px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow:
        0 18px 45px rgba(23, 49, 64, 0.09),
        0 5px 14px rgba(23, 49, 64, 0.04),
        inset 0 0 0 1px rgba(255,255,255,0.70);
    overflow: hidden;
    transition: all 0.38s ease;
}

.benefits-section .services-one__single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    transition: all 0.38s ease;
    z-index: 1;
}

.benefits-section .services-one__single::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -74px;
    top: -74px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.95) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    transition: all 0.38s ease;
    z-index: 0;
}

.benefits-section .services-one__single:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--careon-base-rgb), 0.24);
    box-shadow:
        0 30px 66px rgba(23, 49, 64, 0.15),
        0 12px 26px rgba(23, 49, 64, 0.07);
}

.benefits-section .services-one__single:hover::after {
    transform: scale(1.18);
    opacity: 0.95;
}

.benefits-section .services-one__single:hover::before {
    top: 22px;
    bottom: 22px;
}

/* Número decorativo */
.benefits-section .services-one__card-number {
    position: absolute;
    right: 26px;
    top: 20px;
    color: rgba(var(--careon-base-rgb), 0.11);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
    z-index: 1;
}

/* Icono */
.benefits-section .services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background:
        linear-gradient(135deg, rgba(var(--careon-primary-rgb), 0.95), #ffffff);
    border-radius: 22px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    box-shadow: 0 14px 30px rgba(23, 49, 64, 0.09);
    z-index: 2;
    transition: all 0.38s ease;
}

.benefits-section .services-one__icon::before {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: inherit;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: scale(0);
    transform-origin: center;
    transition: all 0.28s ease;
    z-index: -1;
}

.benefits-section .services-one__single:hover .services-one__icon::before {
    transform: scale(1);
}

.benefits-section .services-one__icon img {
    max-width: 46px;
    max-height: 46px;
    object-fit: contain;
    transition: all 0.38s ease;
}

.benefits-section .services-one__single:hover .services-one__icon img {
    transform: scale(0.92);
    filter: brightness(0) invert(1);
}

/* Título */
.benefits-section .services-one__title {
    position: relative;
    color: var(--color1);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.44;
    margin: 24px 0 15px;
    letter-spacing: -0.01em;
    z-index: 2;
}

.benefits-section .services-one__title a {
    color: var(--color1);
}

.benefits-section .services-one__title a:hover {
    color: var(--color2);
}

/* Texto */
.benefits-section .services-one__single .services-one__text {
    position: relative;
    color: var(--careon-gray);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
    z-index: 2;
}

/* Botón abajo, alineado */
.benefits-section .services-one__read-more {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    color: var(--color1);
    margin-top: auto;
    padding: 12px 15px;
    border-radius: 999px;
    background: rgba(var(--careon-base-rgb), 0.08);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    transition: all 0.35s ease;
    cursor: pointer;
    z-index: 2;
}

.benefits-section .services-one__read-more span {
    font-size: 11px;
    transition: all 0.35s ease;
}

.benefits-section .services-one__read-more:hover {
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(23, 49, 64, 0.18);
}

.benefits-section .services-one__read-more:hover span {
    transform: rotate(90deg);
}

/* Variaciones sutiles por tarjeta */
.benefits-section .services-one__single-1 .services-one__icon {
    border-radius: 24px 8px 24px 8px;
}

.benefits-section .services-one__single-2 .services-one__icon {
    border-radius: 50%;
}

.benefits-section .services-one__single-3 .services-one__icon {
    border-radius: 8px 24px 8px 24px;
}

.benefits-section .services-one__single-4 .services-one__icon {
    border-radius: 20px;
}

/*==============================================
    Responsive
===============================================*/

@media only screen and (max-width: 1199px) {
    .benefits-section.services-one {
        padding: 90px 0 95px;
    }

    .benefits-section .services-one__left {
        position: relative;
        top: auto;
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 44px;
    }

    .benefits-section .services-one__right {
        margin-left: 0;
    }

    .benefits-section .benefits-section__grid {
        row-gap: 30px;
    }

    .benefits-section .benefits-section__grid > li:nth-child(odd),
    .benefits-section .benefits-section__grid > li:nth-child(even) {
        transform: translateY(0);
    }

    .benefits-section .section-title__title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .benefits-section .services-one__right::before {
        display: none;
    }

    .benefits-section .services-one__single {
        min-height: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits-section.services-one {
        padding: 75px 0 78px;
    }

    .benefits-section .section-title__title {
        font-size: 32px;
        line-height: 1.16;
    }

    .benefits-section .section-title__tagline {
        font-size: 12px;
        letter-spacing: 0.07em;
        padding: 12px 15px;
    }

    .benefits-section .section-title__label {
        font-size: 11px;
        line-height: 1.25;
    }

    .benefits-section .benefits-section__grid {
        row-gap: 24px;
    }

    .benefits-section .services-one__single {
        min-height: auto;
        padding: 30px 26px 30px;
        border-radius: 24px;
    }

    .benefits-section .services-one__title {
        font-size: 21px;
    }

    .benefits-section .services-one__single .services-one__text,
    .benefits-section .services-one__intro-text {
        font-size: 15px;
        line-height: 1.72;
    }

    .benefits-section__note {
        padding: 17px 18px;
    }

    .benefits-section .services-one__read-more {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .benefits-section .section-title__title {
        font-size: 29px;
    }

    .benefits-section .services-one__single {
        padding: 28px 22px 28px;
    }

    .benefits-section .services-one__icon {
        width: 68px;
        height: 68px;
    }

    .benefits-section .services-one__icon img {
        max-width: 42px;
        max-height: 42px;
    }

    .benefits-section__note {
        flex-direction: column;
    }

    .benefits-section .services-one__card-number {
        font-size: 40px;
        right: 22px;
        top: 20px;
    }
}




/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-two__inner {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 41px 40px 18px;
}

.services-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.services-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    width: 2px;
    background-color: var(--careon-bdr-color);
}

.services-two__inner ul li:first-child .services-two__single::before {
    display: none;
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-two__title a {
    color: var(--careon-black);
}

.services-two__title a:hover {
    color: var(--careon-base);
}

.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    margin: 23px auto 20px;
    z-index: 1;
}

.services-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--careon-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.services-two__single:hover .services-two__icon:before {
    transform: scaleX(1);
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
    color: var(--careon-white);
}

.services-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-two__btn-box .thm-btn {
    color: var(--careon-black);
    padding: 12px 29px 16px;
    background-color: transparent;
    border: 1px solid var(--careon-black);
}

.services-two__btn-box .thm-btn::before,
.services-two__btn-box .thm-btn::after {
    background-color: var(--careon-black);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 31px;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.services-three__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--careon-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.services-three__single:hover .services-three__icon::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    color: var(--careon-white);
    transform: scale(0.9);
}

.services-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 37px;
    margin-bottom: 29px;
}

.services-three__title a {
    color: var(--careon-black);
}

.services-three__title a:hover {
    color: var(--careon-base);
}

.services-three__text {
    margin-bottom: 28px;
}

.services-three__read-more {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--careon-black);
    gap: 10px;
}

.services-three__read-more span {
    font-weight: 600;
    font-size: 16px;
}

.services-three__read-more:hover {
    color: var(--careon-base);
}

.services-three__get-a-quote {
    position: relative;
    display: block;
    background-color: var(--careon-base);
    padding: 36px 40px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.services-three__get-a-quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-three__get-a-quote-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 109, 119, 0) -95%, #006D77 65%);
}

.services-three__get-a-quote-sub-title {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 21px;
}

.services-three__get-a-quote-title {
    font-size: 24px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 30px;
}

.services-three__thm-btn {
    position: relative;
    display: block;
    margin-top: 138px;
}

.services-three__thm-btn .thm-btn {
    padding: 22.5px 30px 22.5px;
}

.services-three__thm-btn .thm-btn::before,
.services-three__thm-btn .thm-btn::after {
    background-color: var(--careon-white);
}

.services-three__thm-btn .thm-btn:hover {
    color: var(--careon-black);
}


/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 40px 40px;
    border: 5px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__single:hover {
    border: 5px solid rgba(var(--careon-base-rgb), .10);
}

.services-four__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
    transform: rotateY(360deg);
}

.services-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-four__title a {
    color: var(--careon-black);
}

.services-four__title a:hover {
    color: var(--careon-base);
}

.services-four__text {
    margin-bottom: 31px;
}

.services-four__btn-box {
    position: relative;
    display: block;
}

.services-four__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__single {
    position: relative;
    display: block;
    border: 1px solid var(--careon-extra);
    border-radius: 10px;
    padding: 59px 39px 59px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__single:hover {
    border: 1px solid var(--careon-primary);
}

.services-five__count {
    position: absolute;
    top: 63px;
    right: 41px;
}

.services-five__count:before {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(var(--careon-black-rgb), .20);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-five__title a {
    color: var(--careon-black);
}

.services-five__title a:hover {
    color: var(--careon-base);
}

.services-five__text {
    margin-bottom: 31px;
}

.services-five__btn-box {
    position: relative;
    display: block;
}

.services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Service Details - Diseño Mejorado sin tocar clases
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(var(--careon-primary-rgb), 0.72) 0%, rgba(255,255,255,0) 34%),
        radial-gradient(circle at 92% 18%, rgba(var(--careon-base-rgb), 0.10) 0%, rgba(255,255,255,0) 36%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}

.service-details::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -185px;
    bottom: -190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.90) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: -1;
}

.service-details::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 82px;
    right: 48px;
    top: 80px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 30px;
    transform: rotate(-16deg);
    background: rgba(237, 252, 255, 0.42);
    z-index: -1;
}

.service-details__left {
    position: relative;
    display: block;
    padding-right: 10px;
}

/* Imagen principal */
.service-details__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    box-shadow:
        0 30px 72px rgba(23, 49, 64, 0.16),
        0 10px 24px rgba(23, 49, 64, 0.07);
    z-index: 1;
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(23,49,64,0.02) 0%, rgba(23,49,64,0.16) 100%);
    pointer-events: none;
    z-index: 1;
}

.service-details__img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 36px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.service-details__img img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 32px;
    transition: all 0.7s ease;
}

.service-details__img:hover img {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.03);
}

/* Contenido principal */
.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 44px 44px 46px;
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.97), rgba(237,252,255,0.72));
    border: 1px solid rgba(var(--careon-base-rgb), 0.11);
    box-shadow:
        0 22px 56px rgba(23, 49, 64, 0.08),
        inset 0 0 0 1px rgba(255,255,255,0.74);
    overflow: hidden;
}

.service-details__content::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -96px;
    top: -96px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.92) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.service-details__content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 42px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--color1), var(--color2), var(--color6));
    z-index: 1;
}

.service-details__content > * {
    position: relative;
    z-index: 2;
}

.service-details__title-1 {
    color: var(--color1);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
    margin: 0;
}

.service-details__title-1::after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
}

.service-details__text-1 {
    color: rgba(var(--careon-black-rgb), 0.82);
    font-size: 16px;
    line-height: 1.86;
    font-weight: 400;
    margin: 24px 0 24px;
}

.service-details__title-2 {
    color: var(--color1);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin: 34px 0 18px;
}

.service-details__title-2::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    margin-right: 12px;
    vertical-align: middle;
}

.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin: 28px 0;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(var(--careon-base-rgb), 0.11);
    box-shadow: 0 14px 34px rgba(23, 49, 64, 0.06);
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: rgba(var(--careon-black-rgb), 0.82);
    font-size: 15.5px;
    line-height: 1.65;
    font-weight: 600;
}

.service-details__points-list li+li {
    margin-top: 15px;
}

.service-details__points-list li .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    box-shadow: 0 8px 18px rgba(23, 49, 64, 0.16);
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--careon-white);
}

.service-details__text-3 {
    color: rgba(var(--careon-black-rgb), 0.82);
    font-size: 16px;
    line-height: 1.86;
    margin: 24px 0 33px;
}

.service-details__title-3 {
    color: var(--color1);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.service-details__text-4 {
    color: rgba(var(--careon-black-rgb), 0.82);
    font-size: 16px;
    line-height: 1.86;
    margin: 23px 0 30px;
}

.service-details__img-box {
    position: relative;
    display: block;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 22px 54px rgba(23, 49, 64, 0.12);
}

.service-details__img-box-img img {
    width: 100%;
    border-radius: 28px;
    transition: all 0.7s ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.035);
}

.service-details__text-list {
    position: relative;
    display: block;
    padding: 24px;
    border-radius: 24px;
    background: rgba(237,252,255,0.72);
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
}

.service-details__text-list li {
    position: relative;
    display: block;
    padding-left: 24px;
    color: rgba(var(--careon-black-rgb), 0.80);
    font-size: 15.5px;
    line-height: 1.7;
    font-weight: 500;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.10);
}

.service-details__text-list li+li {
    margin-top: 17px;
}

/* Sidebar */
.service-details__right {
    position: sticky;
    top: 110px;
    display: block;
}

/* Caja otros servicios */
.service-details__services-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 30px;
    padding: 34px 30px 32px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(237,252,255,0.70));
    box-shadow:
        0 22px 56px rgba(23, 49, 64, 0.09),
        inset 0 0 0 1px rgba(255,255,255,0.72);
    overflow: hidden;
}

.service-details__services-box::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -78px;
    top: -78px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(var(--careon-primary-rgb), 0.92) 0%, rgba(var(--careon-base-rgb), 0.08) 100%);
    z-index: 0;
}

.service-details__services-box::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color6));
    z-index: 2;
}

.service-details__services-box > * {
    position: relative;
    z-index: 2;
}

.service-details__service-title {
    color: var(--color1);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin-bottom: 26px;
}

.service-details__service-list {
    position: relative;
    display: block;
    max-height: 620px;
    overflow-y: auto;
    padding-right: 4px;
}

.service-details__service-list::-webkit-scrollbar {
    width: 5px;
}

.service-details__service-list::-webkit-scrollbar-track {
    background: rgba(var(--careon-base-rgb), 0.07);
    border-radius: 999px;
}

.service-details__service-list::-webkit-scrollbar-thumb {
    background: rgba(var(--careon-base-rgb), 0.35);
    border-radius: 999px;
}

.service-details__service-list li {
    position: relative;
    display: block;
}

.service-details__service-list li+li {
    margin-top: 13px;
}

.service-details__service-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color1);
    background: rgba(237,252,255,0.86);
    border: 1px solid rgba(var(--careon-base-rgb), 0.09);
    padding: 15px 18px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.35s ease;
    z-index: 1;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.35s ease;
    z-index: -1;
}

.service-details__service-list li a span {
    position: relative;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.70);
    color: var(--color1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.35s ease;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    color: var(--careon-white);
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(23, 49, 64, 0.16);
    transform: translateX(4px);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    transform: scaleX(1);
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--color1);
    background: var(--careon-white);
}

/* Caja de contacto */
.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 30px;
    padding: 14px;
    margin-top: 34px;
    background: #ffffff;
    box-shadow:
        0 22px 56px rgba(23,49,64,0.09),
        inset 0 0 0 1px rgba(255,255,255,0.72);
}

.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 24px;
    text-align: center;
    padding: 58px 30px 58px;
    overflow: hidden;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(23,49,64,0.88), rgba(57,93,108,0.78));
    backdrop-filter: blur(6px);
    z-index: -1;
}

.service-details__need-help-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: var(--careon-white);
    margin-bottom: 24px;
}

.service-details__need-help-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    margin: 16px auto 0;
    background: rgba(255,255,255,0.55);
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: rgba(255,255,255,0.94);
    border-radius: 50%;
    margin: 22px auto 14px;
    transition: all 500ms ease;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.service-details__need-help-icon:hover {
    background: var(--color3);
    transform: translateY(-3px);
}

.service-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: var(--color1);
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--color1);
}

.service-details__need-help-call {
    position: relative;
    display: block;
}

.service-details__need-help-call a {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--careon-white);
    word-break: break-word;
    transition: all 0.35s ease;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

/* Downloads */
.service-details__download-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 30px;
    padding: 34px 30px;
    margin-top: 34px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(237,252,255,0.70));
    box-shadow: 0 22px 56px rgba(23,49,64,0.08);
}

.service-details__download-list {
    position: relative;
    display: block;
}

.service-details__download-list li {
    position: relative;
    display: block;
}

.service-details__download-list li+li {
    margin-top: 14px;
}

.service-details__download-list li a {
    position: relative;
    background-color: rgba(237,252,255,0.86);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--color1);
    padding: 18px 24px;
    padding-left: 28px;
    border-radius: 20px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.10);
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(23, 49, 64, 0.14);
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(0);
    z-index: -1;
}

.service-details__download-list li:hover a::before {
    transform: scaleX(1);
}

.service-details__download-list li a span {
    font-size: 16px;
    font-weight: 700;
    color: var(--color1);
    transition: all 500ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .service-details {
        padding: 95px 0 95px;
    }

    .service-details__title-1 {
        font-size: 38px;
        line-height: 1.16;
    }

    .service-details__content {
        padding: 38px 34px;
    }

    .service-details__right {
        position: relative;
        top: auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .service-details__left {
        padding-right: 0;
    }

    .service-details__service-list {
        max-height: none;
    }

    .service-details__points-box {
        flex-direction: column;
        gap: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details {
        padding: 78px 0 82px;
    }

    .service-details__img img {
        min-height: 320px;
    }

    .service-details__content {
        padding: 32px 26px;
        border-radius: 26px;
    }

    .service-details__title-1 {
        font-size: 32px;
        line-height: 1.16;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 24px;
    }

    .service-details__services-box {
        padding: 30px 24px;
        border-radius: 26px;
    }

    .service-details__need-help {
        padding: 44px 24px;
    }

    .service-details__need-help-call a {
        font-size: 15.5px;
    }
}

@media only screen and (max-width: 480px) {
    .service-details__title-1 {
        font-size: 29px;
    }

    .service-details__content {
        padding: 28px 22px;
    }

    .service-details__service-list li a {
        border-radius: 22px;
    }

    .service-details__download-list li a {
        border-radius: 18px;
        padding: 16px 20px;
    }
}


/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 30px;
    z-index: 1;
}

.services-page .services-two__single {
    margin-bottom: 30px;
    margin-top: 32px;
}

.services-page .services-two__single-list li {
    border-bottom: 1px solid var(--careon-bdr-color);
}

.services-page .services-two__inner ul li:nth-child(4) .services-two__single::before {
    display: none;
}


.services-page .services-two__inner ul li:nth-child(7) .services-two__single::before {
    display: none;
}

.services-page .services-two__inner ul li:nth-child(7) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(8) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(9) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(1) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(2) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(3) .services-two__single {
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.services-carousel-page .services-three__single {
    margin-bottom: 0;
}













/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/