.main-slider-three .swiper-slide {
    background: linear-gradient(135deg, #061018 0%, #143449 55%, #0A1E31 100%);
}

/* Banner refinado - misma estructura, mejor presentación */
.banner-refined .main-slider-three__bg {
    opacity: 0.55;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
}

.banner-refined .main-slider-three__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(32, 168, 172, 0.28) 0%, transparent 48%),
        radial-gradient(ellipse at 20% 80%, rgba(20, 52, 73, 0.45) 0%, transparent 50%),
        linear-gradient(115deg, rgba(6, 16, 24, 0.78) 0%, rgba(20, 52, 73, 0.55) 48%, rgba(6, 16, 24, 0.72) 100%);
    z-index: 1;
}

.banner-refined .main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 16, 24, 0.35) 0%, transparent 28%, transparent 58%, rgba(6, 16, 24, 0.7) 100%);
    z-index: 2;
}

.banner-refined .main-slider-three .container {
    padding-top: 210px;
    padding-bottom: 110px;
}

.banner-refined .main-slider-three__content {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}

.banner-refined .main-slider-three__content::before {
    content: none;
    display: none;
}

.main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 16, 24, 0.25) 0%, rgba(10, 30, 49, 0.7) 100%);
}

.main-slider__sub-title,
.main-slider-three__text {
    color: rgba(255, 255, 255, 0.94);
}

.banner-refined .main-slider__sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto 10px;
    padding: 9px 22px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(32, 168, 172, 0.45);
    border-radius: 999px;
    background: rgba(32, 168, 172, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 20px rgba(6, 16, 24, 0.18);
}

.banner-refined .main-slider-three__title {
    font-size: clamp(2.15rem, 4.8vw, 3.9rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #ffffff;
    -webkit-text-stroke: 0;
    text-shadow:
        0 2px 14px rgba(6, 16, 24, 0.5),
        0 10px 32px rgba(6, 16, 24, 0.35);
}

.banner-refined .main-slider-three__title::after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #20A8AC, rgba(32, 168, 172, 0.25));
    box-shadow: 0 0 18px rgba(32, 168, 172, 0.45);
}

.banner-refined .main-slider-three__text {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 8px rgba(6, 16, 24, 0.35);
}

.banner-refined .main-slider-three__btn-and-video-box {
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
}

.banner-refined .main-slider-three__btn-and-video-box .thm-btn,
.banner-refined .main-slider-three__btn-and-video-box .thm-btndos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 250px;
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(6, 16, 24, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.banner-refined .main-slider-three__btn-and-video-box .thm-btn:hover,
.banner-refined .main-slider-three__btn-and-video-box .thm-btndos:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(6, 16, 24, 0.36);
}

@media (max-width: 991px) {
    .banner-refined .main-slider-three .container {
        padding-top: 170px;
        padding-bottom: 90px;
    }

    .banner-refined .main-slider-three__content {
        padding: 0;
        border-radius: 0;
    }

    .banner-refined .main-slider-three__text {
        font-size: 16px;
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .banner-refined .main-slider-three .container {
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .banner-refined .main-slider-three__content {
        padding: 0;
    }

    .banner-refined .main-slider-three__btn-and-video-box .thm-btn,
    .banner-refined .main-slider-three__btn-and-video-box .thm-btndos {
        min-width: 100%;
        width: 100%;
    }

    .banner-refined .main-slider__sub-title {
        font-size: 12px;
        padding: 7px 14px;
        letter-spacing: 0.04em;
    }
}

.main-slider-three__btn-and-video-box .thm-btn {
    background: linear-gradient(135deg, #20A8AC, #157A7E);
    color: #ffffff;
    border: 2px solid #20A8AC;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(32, 168, 172, 0.28);
}

.main-slider-three__btn-and-video-box .thm-btn::before,
.main-slider-three__btn-and-video-box .thm-btn::after {
    content: none;
    display: none;
}

.main-slider-three__btn-and-video-box .thm-btn:hover {
    background: linear-gradient(135deg, #17898C, #143449);
    color: #ffffff;
    border-color: #157A7E;
}

.main-slider-three__btn-and-video-box .thm-btndos {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    color: #ffffff !important;
    border: 2px solid #128c7e;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(18, 140, 126, 0.28);
}

.main-slider-three__btn-and-video-box .thm-btndos:hover {
    background: #128c7e !important;
    color: #ffffff !important;
    border-color: #0f6f5c;
}

.main-menu-three__contact-list li .text p a:hover,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
    color: var(--color2);
}

.main-menu-three__call-number a:hover {
    color: var(--careon-white);
}

/* Header mejorado */
.site-header .main-menu-three__wrapper {
    background: var(--careon-white);
    box-shadow: 0 8px 24px rgba(5, 17, 54, 0.08);
}

.site-header__location-link {
    text-decoration: none;
}

.site-header__top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__top-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(18, 140, 126, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header__top-whatsapp:hover {
    background: linear-gradient(135deg, #1ebe57, #128c7e);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(18, 140, 126, 0.35);
}

.site-header__logo-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.site-header__logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 220px;
}

.site-header__logo-text strong {
    color: var(--color2);
    font-size: 15px;
    line-height: 1.25;
}

.site-header__logo-text small {
    color: var(--careon-gray);
    font-size: 12px;
    line-height: 1.3;
}

.site-header__cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(5, 17, 54, 0.05);
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.site-header__cta-phone:hover {
    background: rgba(32, 168, 172, 0.1);
}

.site-header__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: #ffffff;
    font-size: 15px;
}

.site-header__cta-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-header__cta-text small {
    color: var(--careon-gray);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-header__cta-text strong {
    color: var(--color2);
    font-size: 15px;
}

/* Menú con letras más grandes */
.site-header .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 17px;
    font-weight: 650;
    letter-spacing: 0.01em;
}

/* Botón WhatsApp más atractivo */
.site-header__cta-whatsapp {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.32) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.site-header__cta-whatsapp i {
    font-size: 18px;
}

.site-header__cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(18, 140, 126, 0.4) !important;
}

.mobile-nav__brand-text {
    margin: 12px 0 0;
    text-align: center;
}

.mobile-nav__brand-text strong {
    display: block;
    color: var(--color2);
    font-size: 15px;
}

.mobile-nav__brand-text span {
    display: block;
    margin-top: 4px;
    color: var(--careon-gray);
    font-size: 13px;
}

.stricky-header.main-menu-three {
    box-shadow: 0 10px 30px rgba(5, 17, 54, 0.1);
}

/* Evitar que WhatsApp y el traductor se encimen al hacer scroll */
@media (min-width: 1200px) {
    .stricky-header.stricky-fixed .main-menu-three__wrapper-inner {
        padding-right: 160px;
    }
}

@media (max-width: 1199px) {
    .site-header__logo-text,
    .site-header__cta-phone {
        display: none;
    }

    .site-header__cta {
        display: none !important;
    }

    .main-menu-three__wrapper-inner {
        align-items: center;
    }

    .main-menu-three__main-menu-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
    }

    .site-header__mobile-tools {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }

    .site-header__lang-mount {
        display: flex;
        justify-content: flex-end;
        min-height: 0;
    }

    .main-menu .mobile-nav__toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(5, 17, 54, 0.06);
        font-size: 22px;
        color: var(--color2);
    }
}

@media (min-width: 1200px) {
    .site-header__mobile-tools {
        display: contents;
    }

    .site-header__lang-mount {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header__cta-whatsapp span {
        display: none;
    }

    .site-header__cta-whatsapp {
        width: 46px;
        height: 46px;
        padding: 0 !important;
        justify-content: center;
        border-radius: 50%;
    }
}

.section-title__tagline,
.sub-bio {
    color: var(--color3);
}

.section-title__title,
.title-animation {
    color: var(--color2);
}

.about-one__content-box .section-title__title.about {
    color: var(--color2);
    text-shadow: none;
}

.about-one__content-box .section-title__tagline.sub-bio {
    display: inline-block;
    margin-top: 4px;
    padding-bottom: 12px;
    color: var(--color3);
    text-shadow: none;
}

.about-one__content-box .section-title__tagline.sub-bio::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), rgba(32, 168, 172, 0.35));
}

.about-one__content-box .section-title {
    margin-bottom: 28px;
}

.about-one__text {
    color: var(--careon-gray);
    font-size: 17px;
    line-height: 1.75;
}

.thm-btn,
.thm-btn-1,
.thm-btndos {
    border-radius: 30px;
    box-shadow: none;
    font-weight: 600;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.thm-btn::before,
.thm-btn::after,
.thm-btn-1::before,
.thm-btn-1::after {
    content: none;
    display: none;
}

.thm-btn {
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: #ffffff;
    border-color: #143449;
}

.thm-btn:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: var(--color1-dark);
}

.thm-btn-1 {
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: #ffffff;
    border-color: var(--careon-white);
}

.thm-btn-1:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: var(--color1-dark);
}

.thm-btndos {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff;
    border-color: #128c7e;
}

.thm-btndos:hover {
    background: #128c7e;
    color: #ffffff;
    border-color: #0f6f5c;
}

/* WhatsApp: verde que combina con el azul del logo */
a[data-type="whatsapp"],
a[data-type^="whatsapp"],
.thm-btndos,
.site-header__top-whatsapp,
.site-header__cta-whatsapp,
.mobile-buttons a[data-type="whatsapp"],
.btn-whatsapp,
.whatsapp-btn,
footer a[data-type="whatsapp"],
.footer-widget-two a[data-type="whatsapp"] {
    background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
    border-color: #128c7e !important;
    color: #ffffff !important;
}

a[data-type="whatsapp"]:hover,
a[data-type^="whatsapp"]:hover,
.thm-btndos:hover,
.site-header__top-whatsapp:hover,
.site-header__cta-whatsapp:hover,
.mobile-buttons a[data-type="whatsapp"]:hover,
.btn-whatsapp:hover,
.whatsapp-btn:hover,
footer a[data-type="whatsapp"]:hover,
.footer-widget-two a[data-type="whatsapp"]:hover {
    background: linear-gradient(135deg, #1ebe57 0%, #128c7e 100%) !important;
    border-color: #0f6f5c !important;
    color: #ffffff !important;
}

#banner-form a[data-type="whatsapp"],
#banner-form .formulario a[data-type="whatsapp"] {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    border-color: #128c7e !important;
    color: #ffffff !important;
}

#banner-form a[data-type="whatsapp"]:hover,
#banner-form .formulario a[data-type="whatsapp"]:hover {
    background: linear-gradient(135deg, #1ebe57 0%, #128c7e 100%) !important;
    border-color: #0f6f5c !important;
    color: #ffffff !important;
}

.site-header__top-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(18, 140, 126, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header__top-whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(18, 140, 126, 0.35);
}

.bio-credentials-panel {
    background: linear-gradient(165deg, #f4f7fb 0%, #eef3fa 100%);
    border: 1px solid rgba(5, 17, 54, 0.12);
    box-shadow: 0 12px 40px rgba(5, 17, 54, 0.08);
}

.bio-credentials-panel__title-icon {
    background: linear-gradient(135deg, var(--color2), var(--careon-black));
}

.bio-credentials-panel__dot {
    background: var(--color1);
    box-shadow: 0 0 0 2px rgba(32, 168, 172, 0.28);
}

.blog-one__single,
.testimonial-one__single,
.faq-one__inner {
    border: 1px solid rgba(5, 17, 54, 0.08);
    box-shadow: 0 16px 40px rgba(5, 17, 54, 0.06);
}

.blog-one__read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--color2);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    text-transform: none;
}

.blog-one__read-more-link::before,
.blog-one__read-more-link::after {
    content: none;
    display: none;
}

.blog-one__read-more-link .icon-plus {
    font-size: 14px;
    color: var(--color1);
}

.blog-one__read-more-link:hover {
    color: var(--color1);
    background: transparent;
}

.site-footer__newsletter-inner {
    border: 1px solid rgba(32, 168, 172, 0.22);
}

.page-header__bg::before {
    background: linear-gradient(135deg, rgba(2, 11, 26, 0.88), rgba(5, 17, 54, 0.78));
}

/* Sección de testimonios */
.testimonios-section.testimonial-one {
    position: relative;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 88% 12%, rgba(32, 168, 172, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(20, 52, 73, 0.1) 0%, transparent 38%),
        linear-gradient(180deg, #f4f8fc 0%, #ffffff 48%, #eef4fb 100%);
    overflow: hidden;
}

.testimonios-section.testimonial-one::before,
.testimonios-section.testimonial-one::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: transparent;
}

/* Semicírculo izquierdo: solo anillo fino */
.testimonios-section.testimonial-one::before {
    width: 320px;
    height: 320px;
    left: -180px;
    top: 22%;
    border: 1.5px solid rgba(32, 168, 172, 0.28);
    box-shadow: none;
}

/* Semicírculo derecho inferior: anillo navy sutil */
.testimonios-section.testimonial-one::after {
    width: 420px;
    height: 420px;
    right: -240px;
    bottom: -200px;
    border: 1.5px solid rgba(20, 52, 73, 0.16);
    box-shadow: none;
}

.testimonios-section.testimonial-one .container {
    position: relative;
    z-index: 1;
}

.testimonios-section.testimonial-one .container::before,
.testimonios-section.testimonial-one .container::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: transparent;
}

/* Anillo mediano superior derecho */
.testimonios-section.testimonial-one .container::before {
    width: 160px;
    height: 160px;
    top: -30px;
    right: 10%;
    border: 1.5px solid rgba(32, 168, 172, 0.2);
    opacity: 0.85;
}

/* Anillo pequeño inferior */
.testimonios-section.testimonial-one .container::after {
    width: 90px;
    height: 90px;
    bottom: 24px;
    left: 44%;
    border: 1.5px solid rgba(20, 52, 73, 0.14);
}

.testimonios-section__visual {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
}

.testimonios-section__img {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(20, 52, 73, 0.18);
}

.testimonios-section__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -70px;
    left: -70px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    z-index: 2;
    pointer-events: none;
}

.testimonios-section__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(10, 30, 49, 0.55) 100%);
    pointer-events: none;
    z-index: 1;
}

.testimonios-section__img img {
    width: 100%;
    border: 0;
    border-radius: 28px;
    box-shadow: none;
    padding: 0;
    object-fit: cover;
    display: block;
}

.testimonios-section__badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(32, 168, 172, 0.22);
    box-shadow: 0 14px 30px rgba(5, 17, 54, 0.16);
    color: var(--color2);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.testimonios-section__badge i {
    color: #f5b301;
    font-size: 16px;
}

.testimonios-section__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    color: var(--color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(32, 168, 172, 0.1);
    border-radius: 999px;
}

.testimonios-section__eyebrow::after {
    display: none;
}

.testimonios-section__content {
    position: relative;
    z-index: 1;
}

.testimonios-section__content .section-title {
    margin-bottom: 18px;
}

.testimonios-section__content .section-title__title {
    color: var(--color2);
    line-height: 1.2;
}

.testimonios-section__lead {
    margin-bottom: 8px;
    color: var(--careon-gray);
    font-size: 17px;
    line-height: 1.75;
}

.testimonios-section__carousel {
    margin-top: 22px !important;
}

.testimonios-section__card {
    position: relative;
    background: #ffffff !important;
    border: 1px solid rgba(20, 52, 73, 0.08) !important;
    border-bottom: 1px solid rgba(20, 52, 73, 0.08) !important;
    border-radius: 24px !important;
    padding: 32px 32px 92px !important;
    box-shadow: 0 18px 44px rgba(20, 52, 73, 0.08);
    min-height: 320px;
    overflow: hidden;
}

.testimonios-section__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.testimonios-section__quote {
    bottom: auto !important;
    top: 24px;
    right: 28px !important;
}

.testimonios-section__quote span {
    font-size: 42px !important;
    color: rgba(32, 168, 172, 0.28) !important;
}

.testimonios-section__rating {
    gap: 6px !important;
}

.testimonios-section__rating span {
    color: #f5b301 !important;
    font-size: 15px;
}

.testimonios-section__quote-text {
    margin: 22px 0 26px !important;
    color: var(--color2);
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.65 !important;
    font-style: italic;
}

.testimonios-section__client {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding-top: 4px;
}

.testimonios-section__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #143449, #0A1E31);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(20, 52, 73, 0.22);
}

.testimonios-section__client-meta h4 {
    margin: 0;
    color: var(--color2);
    font-size: 18px;
    line-height: 1.3;
}

.testimonios-section__client-meta p {
    margin: 4px 0 0 !important;
    color: var(--careon-gray);
    font-size: 13px;
}

.testimonios-section__carousel.owl-theme .owl-nav .owl-next,
.testimonios-section__carousel.owl-theme .owl-nav .owl-prev {
    background: linear-gradient(135deg, #143449, #0A1E31) !important;
    width: 46px;
    height: 46px;
    box-shadow: 0 8px 18px rgba(20, 52, 73, 0.22);
}

.testimonios-section__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonios-section__carousel.owl-theme .owl-nav .owl-prev:hover {
    background: linear-gradient(135deg, var(--color1), #17898C) !important;
}

@media (max-width: 1199px) {
    .testimonios-section.testimonial-one {
        padding: 80px 0 70px;
    }

    .testimonios-section__visual {
        margin-bottom: 40px !important;
    }

    .testimonios-section.testimonial-one .container::before {
        width: 120px;
        height: 120px;
        right: 4%;
    }
}

@media (max-width: 767px) {
    .testimonios-section__quote-text {
        font-size: 18px !important;
    }

    .testimonios-section__card {
        min-height: auto;
        padding: 26px 22px 88px !important;
    }

    .testimonios-section__badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
        font-size: 13px;
    }

    .testimonios-section.testimonial-one::before {
        width: 220px;
        height: 220px;
        left: -110px;
    }

    .testimonios-section.testimonial-one::after {
        width: 260px;
        height: 260px;
        right: -120px;
        bottom: -100px;
    }

    .testimonios-section.testimonial-one .container::before,
    .testimonios-section.testimonial-one .container::after {
        display: none;
    }
}

/* Sección de beneficios */
.beneficios-section {
    position: relative;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 8% 12%, rgba(32, 168, 172, 0.08) 0%, transparent 32%),
        radial-gradient(circle at 92% 88%, rgba(20, 52, 73, 0.08) 0%, transparent 36%),
        linear-gradient(180deg, #f4f8fc 0%, #ffffff 48%, #eef4fb 100%);
    overflow: hidden;
}

.beneficios-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -140px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(32, 168, 172, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.beneficios-section .container {
    position: relative;
    z-index: 1;
}

.beneficios-section__header {
    max-width: 820px;
    margin: 0 auto 48px;
}

.beneficios-section__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    color: var(--color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(32, 168, 172, 0.1);
    border-radius: 999px;
}

.beneficios-section__title {
    margin: 0 0 16px;
    color: var(--color2);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
}

.beneficios-section__lead {
    margin: 0 auto;
    max-width: 680px;
    color: var(--careon-gray);
    font-size: 17px;
    line-height: 1.75;
}

.beneficios-section__grid {
    margin-left: -12px;
    margin-right: -12px;
}

.beneficios-section__grid > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.beneficio-card {
    position: relative;
    height: 100%;
    padding: 32px 28px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(20, 52, 73, 0.08);
    box-shadow: 0 16px 40px rgba(5, 17, 54, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.beneficio-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.beneficio-card:hover {
    transform: translateY(-8px);
    border-color: rgba(32, 168, 172, 0.35);
    box-shadow: 0 22px 48px rgba(5, 17, 54, 0.12);
}

.beneficio-card:hover::after {
    transform: scaleX(1);
}

.beneficio-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.beneficio-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #143449, #0A1E31);
    border: 1px solid rgba(20, 52, 73, 0.35);
    box-shadow: 0 10px 22px rgba(20, 52, 73, 0.28);
}

.beneficio-card__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.beneficio-card--2 .beneficio-card__icon {
    background: linear-gradient(135deg, #143449, #0A1E31);
    border-color: rgba(20, 52, 73, 0.35);
    box-shadow: 0 10px 22px rgba(20, 52, 73, 0.28);
}

.beneficio-card__number {
    color: rgba(20, 52, 73, 0.12);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.beneficio-card__title {
    margin: 0 0 12px;
    color: var(--color2);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.beneficio-card__text {
    margin: 0 0 18px;
    color: var(--careon-gray);
    font-size: 15px;
    line-height: 1.7;
}

.beneficio-card__puntos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.beneficio-card__puntos li {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(32, 168, 172, 0.08);
    color: var(--color2);
    font-size: 13px;
    font-weight: 700;
}

.beneficio-card--2 .beneficio-card__puntos li {
    background: rgba(20, 52, 73, 0.08);
}

.beneficios-section__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
}

.beneficios-section__cta .thm-btn,
.beneficios-section__cta .thm-btndos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 260px;
    padding: 14px 26px;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .beneficios-section {
        padding: 80px 0 70px;
    }

    .beneficios-section__header {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .beneficios-section {
        padding: 70px 0 60px;
    }

    .beneficio-card {
        padding: 26px 22px 24px;
    }

    .beneficio-card__title {
        font-size: 20px;
    }

    .beneficios-section__cta .thm-btn,
    .beneficios-section__cta .thm-btndos {
        min-width: 100%;
        width: 100%;
    }
}

/* Formulario: CTA en carbón, verde solo en hover */
#banner-form .formulario button {
    background: linear-gradient(135deg, var(--color2), var(--color1));
    border-color: #143449;
    color: #ffffff;
}

#banner-form .formulario button:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: var(--color1-dark);
}

/* ===== Biografía index: solo logos ===== */
.bio-logos {
    margin-top: 28px;
}

.bio-logos__label {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color2);
}

.bio-logos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bio-logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 18px;
    border-radius: 16px;
    
    border: 1px solid rgba(45, 61, 52, 0.1);
    box-shadow: 0 8px 24px rgba(2, 11, 26, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bio-logos__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(2, 11, 26, 0.1);
}

.bio-logos__item img {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bio-logos__link {
    display: inline-flex;
    margin-top: 18px;
    font-weight: 700;
    color: var(--color2);
    text-decoration: none;
    border-bottom: 2px solid rgba(32, 168, 172, 0.45);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bio-logos__link:hover {
    color: var(--color1-dark, #157A7E);
    border-color: var(--color1);
}

@media (max-width: 767px) {
    .bio-logos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .bio-logos__item {
        min-height: 110px;
        padding: 12px;
    }

    .bio-logos__item img {
        max-height: 88px;
    }
}

/* ===== Sobre mí: layout limpio y equilibrado ===== */
.about-profile__intro {
    margin-bottom: 8px;
}

.about-profile__photo .about-four__img img {
    border-radius: 24px;
}

.about-profile__badge {
    position: absolute;
    left: 18px;
    bottom: 28px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: #fff;
    box-shadow: 0 16px 36px rgba(2, 11, 26, 0.28);
}

.about-profile__badge-number {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color1);
}

.about-profile__badge-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-credentials__inline-title {
    margin: 0 0 8px;
    color: var(--color2);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.about-credentials__formation {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(45, 61, 52, 0.1);
}

.about-credentials__timeline {
    position: relative;
    margin: 12px 0 0;
    padding: 0;
}

.about-credentials__timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(180deg, rgba(32, 168, 172, 0.55), rgba(45, 61, 52, 0.12));
}

.about-credentials__timeline-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}

.about-credentials__timeline-item:last-child {
    margin-bottom: 0;
}

.about-credentials__timeline-dot {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color2);
    border: 3px solid rgba(32, 168, 172, 0.65);
    box-shadow: 0 0 0 3px #fff;
    z-index: 1;
}

.about-credentials__timeline-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--careon-gray);
    font-weight: 500;
}

/* Franja de logos a todo el ancho */
.about-credentials__band {
    margin-top: 42px;
    padding: 28px 28px 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 0%, rgba(32, 168, 172, 0.12), transparent 42%),
        linear-gradient(160deg, #ffffff 0%, #eef3fa 100%);
    border: 1px solid rgba(45, 61, 52, 0.1);
    box-shadow: 0 14px 40px rgba(2, 11, 26, 0.05);
}

.about-credentials__band-head {
    margin-bottom: 22px;
    max-width: 640px;
}

.about-credentials__band-text {
    margin: 0;
    color: var(--careon-gray);
    font-size: 14px;
    line-height: 1.55;
}

.about-credentials__logos-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.about-credentials__logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px 10px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(45, 61, 52, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-credentials__logo-item:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 168, 172, 0.45);
    box-shadow: 0 12px 28px rgba(2, 11, 26, 0.08);
}

.about-credentials__logo-media {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    position: relative;
}

.about-credentials__logo-media img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.about-credentials__logo-media.is-empty::before {
    content: attr(data-fallback);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color2);
}

.about-credentials__logo-name {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
    color: var(--color2);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.9em;
}

@media (max-width: 1199px) {
    .about-credentials__logos-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .about-profile__badge {
        left: 12px;
        bottom: 16px;
        padding: 12px 14px;
    }

    .about-profile__badge-number {
        font-size: 1.6rem;
    }

    .about-credentials__band {
        margin-top: 28px;
        padding: 20px 16px 22px;
    }

    .about-credentials__logos-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .about-credentials__logo-name {
        min-height: 0;
        -webkit-line-clamp: 2;
    }
}

/* ===== Sobre mí: CV / trayectoria ===== */
.about-cv {
    margin-top: 56px;
}

.about-cv__intro {
    max-width: 760px;
    margin: 0 0 28px;
}

.about-cv__title {
    margin: 0 0 12px;
    color: var(--color2);
    font-size: clamp(1.7rem, 2.6vw, 2.15rem);
    font-weight: 800;
    line-height: 1.25;
}

.about-cv__lead {
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.7;
}

.about-cv__document {
    padding: 36px 36px 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 0%, rgba(32, 168, 172, 0.1), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(45, 61, 52, 0.1);
    box-shadow: 0 14px 40px rgba(2, 11, 26, 0.05);
}

.about-cv__identity {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: 28px 40px;
    padding-bottom: 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(45, 61, 52, 0.1);
}

.about-cv__specialty {
    margin: 0 0 6px;
    color: var(--color1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-cv__name {
    margin: 0 0 18px;
    color: var(--color2);
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.2;
}

.about-cv__cedulas {
    margin: 0;
    padding: 0;
}

.about-cv__cedulas li {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 8px;
    color: var(--color2);
    font-size: 15px;
    font-weight: 700;
}

.about-cv__cedulas li span {
    min-width: 168px;
    color: var(--careon-gray);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.about-cv__identity-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-cv__contact-block h4 {
    margin: 0 0 6px;
    color: var(--color2);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.about-cv__contact-block p,
.about-cv__contact-meta {
    margin: 0;
    color: var(--careon-gray);
    font-size: 14px;
    line-height: 1.6;
}

.about-cv__contact-meta a {
    color: var(--color2);
    font-weight: 600;
    text-decoration: none;
}

.about-cv__contact-meta a:hover {
    color: var(--color1);
}

.about-cv__section {
    padding: 26px 0;
    border-bottom: 1px solid rgba(45, 61, 52, 0.08);
}

.about-cv__section--last {
    border-bottom: 0;
    padding-bottom: 8px;
}

.about-cv__section-title {
    margin: 0 0 18px;
    color: var(--color2);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-cv__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-cv__item {
    padding: 16px 18px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(45, 61, 52, 0.08);
}

.about-cv__item h4 {
    margin: 0 0 6px;
    color: var(--color2);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.about-cv__item p {
    margin: 0 0 4px;
    color: var(--careon-gray);
    font-size: 14px;
    line-height: 1.55;
}

.about-cv__item p:last-child {
    margin-bottom: 0;
}

.about-cv__place {
    color: var(--color2) !important;
    font-weight: 600;
}

.about-cv__meta {
    margin-top: 6px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #5d6b78 !important;
}

.about-cv__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-cv__list li {
    position: relative;
    padding: 0 0 14px 22px;
    color: var(--careon-gray);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.about-cv__list li:last-child {
    padding-bottom: 0;
}

.about-cv__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 3px rgba(32, 168, 172, 0.18);
}

@media (max-width: 991px) {
    .about-cv__identity {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .about-cv__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-cv {
        margin-top: 36px;
    }

    .about-cv__document {
        padding: 22px 16px 18px;
        border-radius: 20px;
    }

    .about-cv__cedulas li {
        flex-direction: column;
        gap: 2px;
    }

    .about-cv__list li {
        font-size: 14px;
    }
}

/* ===== Servicios: cards profesionales ===== */
.servicios-section {
    position: relative;
    padding: 100px 0 110px;
    background:
        radial-gradient(circle at 8% 0%, rgba(32, 168, 172, 0.08), transparent 42%),
        radial-gradient(circle at 92% 100%, rgba(5, 17, 54, 0.06), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 48%, #eef3fa 100%);
    overflow: hidden;
}

.servicios-section__header {
    max-width: 780px;
    margin: 0 auto 48px;
}

.servicios-section__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(32, 168, 172, 0.1);
    color: var(--color1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.servicios-section__title {
    margin: 0 0 14px;
    color: var(--color2);
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 800;
}

.servicios-section__lead {
    margin: 0 auto;
    max-width: 680px;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.7;
}

.servicios-section__grid > [class*="col-"] {
    margin-bottom: 28px;
}

.servicio-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(5, 17, 54, 0.08);
    box-shadow: 0 14px 36px rgba(5, 17, 54, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.servicio-card:hover {
    transform: translateY(-6px);
    border-color: rgba(32, 168, 172, 0.28);
    box-shadow: 0 22px 44px rgba(5, 17, 54, 0.12);
}

.servicio-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(145deg, #0A1E31, #143449);
}

.servicio-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.servicio-card:hover .servicio-card__media img {
    transform: scale(1.06);
}

.servicio-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(2, 11, 26, 0.45) 100%);
    pointer-events: none;
}

.servicio-card__index {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 1;
    min-width: 42px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--color2);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    box-shadow: 0 8px 18px rgba(2, 11, 26, 0.18);
}

.servicio-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
}

.servicio-card__title {
    margin: 0 0 14px;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 750;
}

.servicio-card__title a {
    color: var(--color2);
    text-decoration: none;
    transition: color 0.2s ease;
}

.servicio-card__title a:hover {
    color: var(--color1);
}

.servicio-card__list {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    flex: 1;
}

.servicio-card__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: var(--careon-gray);
    font-size: 14px;
    line-height: 1.45;
}

.servicio-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 3px rgba(32, 168, 172, 0.15);
}

.servicio-card__list li.servicio-card__more {
    color: var(--color1);
    font-weight: 700;
    font-size: 13px;
}

.servicio-card__list li.servicio-card__more::before {
    display: none;
}

.servicio-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color2), var(--color1));
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.servicio-card__cta:hover {
    background: var(--color1);
    color: #ffffff;
    transform: translateX(2px);
}

@media (max-width: 767px) {
    .servicios-section {
        padding: 70px 0 80px;
    }

    .servicios-section__header {
        margin-bottom: 32px;
    }

    .servicio-card__body {
        padding: 18px 16px 20px;
    }
}
