.main-slider-three .swiper-slide {
    background: linear-gradient(135deg, #020B1A 0%, #051136 55%, #0E2C71 100%);
}

/* Banner refinado - misma estructura, mejor presentación */
.banner-refined .main-slider-three__bg {
    opacity: 0.48;
    background-position: center top;
}

.banner-refined .main-slider-three__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(27, 75, 163, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, rgba(2, 11, 26, 0.25) 0%, rgba(5, 17, 54, 0.88) 100%);
    z-index: 1;
}

.banner-refined .main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 11, 26, 0.55) 0%, transparent 45%);
    z-index: 2;
}

.banner-refined .main-slider-three .container {
    padding-top: 200px;
    padding-bottom: 100px;
}

.banner-refined .main-slider-three__content {
    margin: 0 auto;
    padding: 36px 28px 42px;
    border-radius: 24px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 24px 60px rgba(2, 11, 26, 0.25);
}

.main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 11, 26, 0.35) 0%, rgba(5, 17, 54, 0.82) 100%);
}

.main-slider__sub-title,
.main-slider-three__text {
    color: rgba(255, 255, 255, 0.92);
}

.main-slider__sub-title {
    border-color: rgba(27, 75, 163, 0.4);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    max-width: 760px;
    margin: 0 auto 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
    border-radius: 999px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.banner-refined .main-slider-three__title {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-top: 18px;
    margin-bottom: 20px;
    -webkit-text-stroke: 0;
    text-shadow:
        0 2px 12px rgba(2, 11, 26, 0.45),
        0 8px 28px rgba(5, 17, 54, 0.35);
}

.banner-refined .main-slider-three__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), rgba(27, 75, 163, 0.35));
}

.banner-refined .main-slider-three__text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.94);
}

.banner-refined .main-slider-three__btn-and-video-box {
    justify-content: center;
    gap: 16px;
    margin-top: 4px;
}

.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: 240px;
    padding: 15px 28px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(2, 11, 26, 0.2);
    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(-2px);
    box-shadow: 0 14px 30px rgba(2, 11, 26, 0.28);
}

@media (max-width: 991px) {
    .banner-refined .main-slider-three .container {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .banner-refined .main-slider-three__content {
        padding: 28px 20px 32px;
    }

    .banner-refined .main-slider-three__text {
        font-size: 16px;
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .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%;
    }

    .main-slider__sub-title {
        font-size: 13px;
        padding: 7px 14px;
    }
}

.main-slider-three__btn-and-video-box .thm-btn {
    background: linear-gradient(135deg, var(--color2), #0E2C71);
    color: #ffffff;
    border: 2px solid #0E2C71;
    border-radius: 30px;
    box-shadow: none;
}

.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: var(--color1);
    color: #ffffff;
    border-color: var(--color1-dark);
}

.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: 30px;
    box-shadow: none;
}

.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(27, 75, 163, 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), #0E2C71);
    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(27, 75, 163, 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), #0E2C71);
    color: #ffffff;
    border-color: #0E2C71;
}

.thm-btn:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: var(--color1-dark);
}

.thm-btn-1 {
    background: linear-gradient(135deg, var(--color2), #0E2C71);
    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(27, 75, 163, 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(27, 75, 163, 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 {
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.testimonios-section__visual {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.testimonios-section__img img {
    border: 4px solid rgba(27, 75, 163, 0.35);
    border-radius: 24px 24px 24px 0;
    box-shadow: 0 20px 50px rgba(5, 17, 54, 0.15);
    padding: 0;
}

.testimonios-section__badge {
    position: absolute;
    left: 20px;
    bottom: -18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(27, 75, 163, 0.2);
    box-shadow: 0 14px 30px rgba(5, 17, 54, 0.12);
    color: var(--color2);
    font-size: 14px;
    font-weight: 600;
}

.testimonios-section__badge i {
    color: var(--color1);
    font-size: 16px;
}

.testimonios-section__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--color3);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonios-section__eyebrow::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), rgba(27, 75, 163, 0.35));
}

.testimonios-section__content .section-title__title {
    color: var(--color2);
    line-height: 1.2;
}

.testimonios-section__lead {
    margin-bottom: 10px;
    color: var(--careon-gray);
    font-size: 17px;
    line-height: 1.75;
}

.testimonios-section__carousel {
    margin-top: 28px !important;
}

.testimonios-section__card {
    background: #ffffff !important;
    border: 1px solid rgba(5, 17, 54, 0.08) !important;
    border-bottom: 1px solid rgba(5, 17, 54, 0.08) !important;
    border-radius: 20px !important;
    padding: 32px 32px 88px !important;
    box-shadow: 0 14px 36px rgba(5, 17, 54, 0.08);
    min-height: 320px;
}

.testimonios-section__quote {
    bottom: auto !important;
    top: 24px;
    right: 28px !important;
}

.testimonios-section__quote span {
    font-size: 42px !important;
    color: rgba(27, 75, 163, 0.2) !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;
}

.testimonios-section__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.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-color: var(--color2) !important;
    width: 44px;
    height: 44px;
}

.testimonios-section__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonios-section__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--color1) !important;
}

@media (max-width: 1199px) {
    .testimonios-section {
        padding: 80px 0 70px;
    }

    .testimonios-section__visual {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .testimonios-section__quote-text {
        font-size: 18px !important;
    }

    .testimonios-section__card {
        min-height: auto;
        padding-bottom: 92px !important;
    }

    .testimonios-section__badge {
        left: 12px;
        right: 12px;
        bottom: -14px;
        font-size: 13px;
    }
}

/* Sección de beneficios */
.beneficios-section.services-one::before {
    background:
        radial-gradient(circle at 10% 20%, rgba(27, 75, 163, 0.05) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(5, 17, 54, 0.06) 0%, transparent 40%);
}

.beneficios-section {
    position: relative;
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 45%, #eef3fa 100%);
    overflow: hidden;
}

.beneficios-section .container {
    position: relative;
    z-index: 1;
}

.beneficios-section__intro {
    margin-top: 0 !important;
    padding-right: 20px;
}

.beneficios-section__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--color3);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.beneficios-section__eyebrow::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), rgba(27, 75, 163, 0.35));
}

.beneficios-section__intro .section-title__title {
    margin-bottom: 18px;
    color: var(--color2);
    line-height: 1.2;
}

.beneficios-section__lead {
    margin-bottom: 28px;
    color: var(--careon-gray);
    font-size: 17px;
    line-height: 1.75;
}


.beneficios-section__grid {
    margin-left: 0 !important;
}

.beneficios-section__grid ul li {
    margin-top: 0 !important;
    margin-bottom: 24px;
}

.beneficios-section__card {
    position: relative;
    height: 100%;
    margin-bottom: 0 !important;
    padding: 32px 28px 30px;
    border: 1px solid rgba(5, 17, 54, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(5, 17, 54, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.beneficios-section__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.beneficios-section__card:hover {
    transform: translateY(-6px);
    border-color: rgba(27, 75, 163, 0.25);
    box-shadow: 0 18px 40px rgba(5, 17, 54, 0.12);
}

.beneficios-section__card:hover::before {
    transform: scaleX(1);
}

.beneficios-section__number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(5, 17, 54, 0.1);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.beneficios-section__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 6px;
    background: var(--color2);
    border: 1px solid rgba(27, 75, 163, 0.2);
}

.beneficios-section__icon img {
    max-width: 38px;
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.beneficios-section__card:hover .services-one__icon:before {
    transform: scale(1);
    background-color: var(--color1);
}

.beneficios-section__card-title {
    margin: 16px 0 12px !important;
    color: var(--color2);
    font-size: 20px;
    line-height: 1.35;
}

.beneficios-section__card-text {
    margin: 0;
    color: var(--careon-gray);
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .beneficios-section {
        padding: 80px 0 70px;
    }

    .beneficios-section__intro {
        margin-bottom: 36px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .beneficios-section__intro {
        margin-bottom: 28px;
    }
}

/* Formulario: CTA en carbón, verde solo en hover */
#banner-form .formulario button {
    background: linear-gradient(135deg, var(--color2), #0E2C71);
    border-color: #0E2C71;
    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(4, minmax(0, 1fr));
    gap: 12px;
}

.bio-logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 12px;
    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: 56px;
    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(27, 75, 163, 0.45);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bio-logos__link:hover {
    color: var(--color1-dark, #123888);
    border-color: var(--color1);
}

@media (max-width: 767px) {
    .bio-logos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .bio-logos__item {
        min-height: 72px;
        padding: 10px;
    }
}

/* ===== 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), #0E2C71);
    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(27, 75, 163, 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(27, 75, 163, 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(27, 75, 163, 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(27, 75, 163, 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;
    }
}

/* ===== Servicios: cards profesionales ===== */
.servicios-section {
    position: relative;
    padding: 100px 0 110px;
    background:
        radial-gradient(circle at 8% 0%, rgba(27, 75, 163, 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(27, 75, 163, 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(27, 75, 163, 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, #0A1F4D, #051136);
}

.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(27, 75, 163, 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), #0E2C71);
    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;
    }
}
