.main-slider-three .swiper-slide {
    background: linear-gradient(135deg, #001a3d 0%, #003876 55%, #00539c 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(0, 169, 181, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, rgba(0, 26, 61, 0.25) 0%, rgba(0, 56, 118, 0.88) 100%);
    z-index: 1;
}

.banner-refined .main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 26, 61, 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(0, 26, 61, 0.25);
}

.main-slider-three__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 26, 61, 0.35) 0%, rgba(0, 56, 118, 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(0, 169, 181, 0.65);
    color: #ffffff;
    background: rgba(0, 169, 181, 0.2);
    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(0, 26, 61, 0.45),
        0 8px 28px rgba(0, 56, 118, 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(0, 169, 181, 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(0, 26, 61, 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(0, 26, 61, 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(--color1), var(--color1-dark));
    color: #ffffff;
    border: 2px solid var(--color1-dark);
    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(--color2);
    color: var(--careon-white);
    border-color: var(--color2);
}

.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(--color1);
}

.main-menu-three__call-number a:hover {
    color: var(--color1);
}

/* Header mejorado */
.site-header .main-menu-three__wrapper {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 56, 118, 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: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.site-header__top-whatsapp:hover {
    background: var(--color1);
    color: #ffffff;
}

.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(0, 56, 118, 0.05);
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.site-header__cta-phone:hover {
    background: rgba(0, 169, 181, 0.12);
}

.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(--color1), var(--color1-dark));
    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;
}

.site-header__cta-whatsapp {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 12px 18px !important;
    font-size: 14px !important;
    white-space: nowrap;
}

.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(0, 56, 118, 0.1);
}

@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(0, 56, 118, 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(0, 169, 181, 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;
    border: 2px solid var(--careon-white);
    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(--color1), var(--color1-dark));
    color: #ffffff;
}

.thm-btn:hover {
    background: var(--color2);
    color: var(--careon-white);
    border-color: var(--color2);
}

.thm-btn-1 {
    background: linear-gradient(135deg, var(--color1), var(--color1-dark));
    color: #ffffff;
    border-color: var(--careon-white);
}

.thm-btn-1:hover {
    background: var(--color2);
    color: var(--careon-white);
    border-color: var(--color2);
}

.thm-btndos {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff;
    border-color: #128c7e;
}

.thm-btndos:hover {
    background: #128c7e;
    color: #ffffff;
    border-color: #0f6f5c;
}

.bio-credentials-panel {
    background: linear-gradient(165deg, #f7fcfd 0%, #eef7f8 100%);
    border: 1px solid rgba(0, 56, 118, 0.12);
    box-shadow: 0 12px 40px rgba(0, 56, 118, 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(0, 169, 181, 0.28);
}

.blog-one__single,
.testimonial-one__single,
.faq-one__inner {
    border: 1px solid rgba(0, 56, 118, 0.08);
    box-shadow: 0 16px 40px rgba(0, 56, 118, 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(0, 169, 181, 0.22);
}

.page-header__bg::before {
    background: linear-gradient(135deg, rgba(0, 26, 61, 0.88), rgba(0, 56, 118, 0.78));
}

/* Sección de testimonios */
.testimonios-section {
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.testimonios-section__visual {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.testimonios-section__img img {
    border: 4px solid rgba(0, 169, 181, 0.35);
    border-radius: 24px 24px 24px 0;
    box-shadow: 0 20px 50px rgba(0, 56, 118, 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(0, 169, 181, 0.2);
    box-shadow: 0 14px 30px rgba(0, 56, 118, 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(--color1);
    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(0, 169, 181, 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(0, 56, 118, 0.08) !important;
    border-bottom: 1px solid rgba(0, 56, 118, 0.08) !important;
    border-radius: 20px !important;
    padding: 32px 32px 88px !important;
    box-shadow: 0 14px 36px rgba(0, 56, 118, 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(0, 169, 181, 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(0, 169, 181, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(0, 56, 118, 0.06) 0%, transparent 40%);
}

.beneficios-section {
    position: relative;
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 45%, #eef7f8 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(--color1);
    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(0, 169, 181, 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(0, 56, 118, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 56, 118, 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(0, 169, 181, 0.25);
    box-shadow: 0 18px 40px rgba(0, 56, 118, 0.12);
}

.beneficios-section__card:hover::before {
    transform: scaleX(1);
}

.beneficios-section__number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(0, 56, 118, 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(0, 169, 181, 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;
    }
}
