/* =========================================================
   FOOTER PRINCIPAL
========================================================= */
.ci-footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 105px 0 0;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(var(--careon-base-rgb), 0.22) 0%,
            rgba(var(--careon-base-rgb), 0) 28%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(var(--careon-primary-rgb), 0.08) 0%,
            rgba(var(--careon-primary-rgb), 0) 30%
        ),
        linear-gradient(
            145deg,
            var(--color1) 0%,
            var(--careon-black) 100%
        );
    font-family: var(--careon-font);
    isolation: isolate;
    z-index: 1;
}

.ci-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 1380px);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(var(--careon-base-rgb), 0) 0%,
        rgba(var(--careon-base-rgb), 0.55) 50%,
        rgba(var(--careon-base-rgb), 0) 100%
    );
    transform: translateX(-50%);
}

.ci-footer::after {
    content: "";
    position: absolute;
    right: -240px;
    bottom: -280px;
    width: 700px;
    height: 700px;
    border: 120px solid rgba(var(--careon-white-rgb), 0.025);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.ci-footer__bg-shape {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0.055;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

/* =========================================================
   CTA
========================================================= */
.ci-footer__cta-section {
    position: relative;
    display: block;
    z-index: 2;
}

.ci-footer__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 500px;
    padding: 75px 65px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-white-rgb), 0.22);
    border-radius: calc(var(--careon-bdr-radius) + 12px);

    background-repeat: no-repeat;
    background-position: center 36%;
    background-size: cover;

    box-shadow:
        0 35px 75px rgba(var(--careon-gray-rgb), 0.3),
        0 12px 28px rgba(var(--careon-gray-rgb), 0.18);

    isolation: isolate;
}

.ci-footer__cta::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(var(--careon-black-rgb), 0.93) 0%,
            rgba(var(--careon-black-rgb), 0.78) 37%,
            rgba(var(--careon-base-rgb), 0.68) 100%
        );

    pointer-events: none;
    z-index: -2;
}

.ci-footer__cta::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(var(--careon-black-rgb), 0.15) 0%,
            rgba(var(--careon-black-rgb), 0.18) 55%,
            rgba(var(--careon-black-rgb), 0.62) 100%
        );

    pointer-events: none;
    z-index: -1;
}

.ci-footer__cta-decoration {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 0;
}

.ci-footer__cta-decoration--one {
    top: -155px;
    right: -125px;
    width: 390px;
    height: 390px;
    border: 78px solid rgba(var(--careon-white-rgb), 0.065);
    border-radius: 50%;
}

.ci-footer__cta-decoration--two {
    left: 42px;
    bottom: 38px;
    width: 120px;
    height: 120px;
    opacity: 0.14;

    background-image:
        linear-gradient(
            rgba(var(--careon-white-rgb), 0.55) 1px,
            rgba(var(--careon-white-rgb), 0) 1px
        ),
        linear-gradient(
            90deg,
            rgba(var(--careon-white-rgb), 0.55) 1px,
            rgba(var(--careon-white-rgb), 0) 1px
        );

    background-size: 18px 18px;
}


.ci-footer__cta-content {
    position: relative;
    width: min(100%, 950px);
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}


/* =========================================================
   TÍTULO
========================================================= */
.ci-footer__cta-title {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: clamp(2.3rem, 3.3vw, 3.25rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0;

    text-shadow:
        0 4px 12px rgba(var(--careon-black-rgb), 0.55),
        0 12px 28px rgba(var(--careon-black-rgb), 0.25);
}

.ci-footer__cta-specialty,
.ci-footer__cta-location {
    color: var(--careon-white);
    font: inherit;
}

.ci-footer__cta-title strong {
    position: relative;
    display: block;
    margin-top: 14px;
    color: var(--careon-primary);
    font: inherit;
}

.ci-footer__cta-title strong::after {
    content: "";
    position: relative;
    display: block;
    width: 90px;
    height: 5px;
    margin: 25px auto 0;
    border-radius: var(--careon-bdr-radius);

    background:
        linear-gradient(
            90deg,
            var(--careon-white) 0%,
            rgba(var(--careon-white-rgb), 0.25) 100%
        );
}


/* =========================================================
   IMAGEN DEBAJO DEL TEXTO
========================================================= */





/* =========================================================
   BOTONES
========================================================= */
.ci-footer__cta-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 38px;
}

.ci-footer__action-box {
    position: relative;
    display: block;
    margin: 0;
}


/* =========================================================
   BOTÓN GENERAL
========================================================= */
.ci-footer-contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;

    min-width: 235px;
    min-height: 58px;
    padding: 7px 23px 7px 8px;

    overflow: hidden;
    border: 1px solid rgba(var(--careon-white-rgb), 0.3);
    border-radius: var(--careon-bdr-radius);

    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    cursor: pointer;

    box-shadow:
        0 12px 26px rgba(var(--careon-black-rgb), 0.2);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

    isolation: isolate;
}


/* Brillo discreto */
.ci-footer-contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;

    width: 65%;
    height: 100%;

    background:
        linear-gradient(
            100deg,
            rgba(var(--careon-white-rgb), 0) 0%,
            rgba(var(--careon-white-rgb), 0.2) 50%,
            rgba(var(--careon-white-rgb), 0) 100%
        );

    transform: skewX(-18deg);
    transition: left 0.55s ease;
    pointer-events: none;
    z-index: -1;
}

.ci-footer-contact-btn:hover::before {
    left: 145%;
}

.ci-footer-contact-btn:hover {
    border-color: rgba(var(--careon-white-rgb), 0.65);
    color: var(--careon-white);
    transform: translateY(-4px);

    box-shadow:
        0 18px 34px rgba(var(--careon-black-rgb), 0.26);
}

.ci-footer-contact-btn:focus-visible {
    outline: 3px solid var(--careon-primary);
    outline-offset: 4px;
}


/* =========================================================
   COLOR DE CADA BOTÓN
========================================================= */
.ci-footer-contact-btn--whatsapp {
    background-color: var(--color4);
}

.ci-footer-contact-btn--phone {
    background-color: var(--color5);
}


/* =========================================================
   CONTENEDOR DEL ICONO
========================================================= */
.ci-footer-contact-btn__icon {
    position: relative;
    display: grid;
    place-items: center;

    flex: 0 0 43px;
    width: 43px;
    height: 43px;

    border-radius: 50%;
    background-color: var(--careon-white);

    box-shadow:
        0 7px 16px rgba(var(--careon-black-rgb), 0.18);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Aro exterior sutil */
.ci-footer-contact-btn__icon::after {
    content: "";
    position: absolute;
    inset: -3px;

    border: 1px solid rgba(var(--careon-white-rgb), 0.24);
    border-radius: 50%;
    pointer-events: none;
}


/* Iconos Font Awesome */
.ci-footer-contact-btn__icon i {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;

    font-size: 21px;
    line-height: 1;
    font-style: normal;

    z-index: 1;
}


/* Color del icono de WhatsApp */
.ci-footer-contact-btn--whatsapp
.ci-footer-contact-btn__icon i {
    color: var(--color4);
}


/* Color del icono de llamada */
.ci-footer-contact-btn--phone
.ci-footer-contact-btn__icon i {
    color: var(--color5);
}


/* Movimiento del icono */
.ci-footer-contact-btn:hover
.ci-footer-contact-btn__icon {
    transform: scale(1.07);

    box-shadow:
        0 10px 21px rgba(var(--careon-black-rgb), 0.23);
}

.ci-footer-contact-btn--whatsapp:hover
.ci-footer-contact-btn__icon {
    transform: scale(1.07) rotate(-4deg);
}

.ci-footer-contact-btn--phone:hover
.ci-footer-contact-btn__icon {
    transform: scale(1.07) rotate(5deg);
}


/* =========================================================
   TEXTO DEL BOTÓN
========================================================= */
.ci-footer-contact-btn__label {
    position: relative;
    display: block;
    flex: 1;

    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================================
   ANULAR EFECTOS HEREDADOS DEL TEMA
========================================================= */
.ci-footer__cta-actions .faq-two__btn-box {
    margin: 0;
}

.ci-footer-contact-btn::after {
    display: none;
}


/* =========================================================
   TABLET Y MÓVILES
========================================================= */
@media only screen and (max-width: 767px) {

    .ci-footer__cta-actions {
        flex-direction: column;
        gap: 13px;
        margin-top: 32px;
    }

    .ci-footer__action-box {
        width: min(100%, 330px);
    }

    .ci-footer-contact-btn {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }
}


/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */
@media only screen and (max-width: 480px) {

    .ci-footer__action-box {
        width: 100%;
    }

    .ci-footer-contact-btn {
        min-height: 56px;
        padding: 7px 19px 7px 8px;
    }

    .ci-footer-contact-btn__icon {
        flex-basis: 41px;
        width: 41px;
        height: 41px;
    }

    .ci-footer-contact-btn__icon i {
        font-size: 20px;
    }

    .ci-footer-contact-btn__label {
        font-size: 16px;
    }
}


/* =========================================================
   REDUCCIÓN DE MOVIMIENTO
========================================================= */
@media (prefers-reduced-motion: reduce) {

    .ci-footer-contact-btn,
    .ci-footer-contact-btn::before,
    .ci-footer-contact-btn__icon {
        transition: none;
    }
}






/* =========================================================
   CONTENIDO PRINCIPAL
========================================================= */
.ci-footer__main {
    position: relative;
    display: block;
    padding: 85px 0 80px;
    z-index: 1;
}

.ci-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(280px, 0.9fr)
        minmax(360px, 1.25fr)
        minmax(280px, 0.85fr);
    align-items: stretch;
    gap: 28px;
}

.ci-footer__widget {
    position: relative;
    display: block;
    min-width: 0;
    height: 100%;
    padding: 35px 31px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-white-rgb), 0.1);
    border-radius: calc(var(--careon-bdr-radius) + 5px);
    background:
        linear-gradient(
            145deg,
            rgba(var(--careon-white-rgb), 0.075) 0%,
            rgba(var(--careon-white-rgb), 0.025) 100%
        );
    box-shadow:
        0 18px 40px rgba(var(--careon-gray-rgb), 0.12);
    backdrop-filter: blur(10px);
    transition:
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
    isolation: isolate;
}

.ci-footer__widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31px;
    width: 70px;
    height: 4px;
    border-radius: 0 0 var(--careon-bdr-radius) var(--careon-bdr-radius);
    background: linear-gradient(
        90deg,
        var(--color2) 0%,
        rgba(var(--careon-base-rgb), 0.25) 100%
    );
    transition: width 0.4s ease;
}

.ci-footer__widget::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 175px;
    height: 175px;
    border: 32px solid rgba(var(--careon-white-rgb), 0.018);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.ci-footer__widget:hover {
    border-color: rgba(var(--careon-base-rgb), 0.45);
    background-color: rgba(var(--careon-white-rgb), 0.09);
    transform: translateY(-6px);
    box-shadow:
        0 28px 55px rgba(var(--careon-gray-rgb), 0.18);
}

.ci-footer__widget:hover::before {
    width: calc(100% - 62px);
}

/* =========================================================
   LOGO
========================================================= */
.ci-footer__logo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 190px;
    padding: 18px 20px;
    border-radius: calc(var(--careon-bdr-radius) - 3px);
    background-color: var(--careon-white);
    box-shadow:
        0 12px 28px rgba(var(--careon-gray-rgb), 0.15);
}

.ci-footer__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 205px;
    object-fit: contain;
}

.ci-footer__description {
    margin: 27px 0 0;
    color: rgba(var(--careon-white-rgb), 0.99);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
}

.ci-footer__brand-line {
    display: block;
    width: 65px;
    height: 4px;
    margin-top: 27px;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
}

/* =========================================================
   TÍTULOS
========================================================= */
.ci-footer__widget-title {
    position: relative;
    display: block;
    margin: 0 0 31px;
    padding-bottom: 18px;
    color: var(--careon-white);
    font-size: clamp(1.4rem, 1.7vw, 1.7rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.ci-footer__widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 4px;
    border-radius: var(--careon-bdr-radius);
    background: linear-gradient(
        90deg,
        var(--color2) 0%,
        rgba(var(--careon-base-rgb), 0.22) 100%
    );
}

/* =========================================================
   CONTACTO
========================================================= */
.ci-footer__contact-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.ci-footer__contact-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.075);
    border-radius: calc(var(--careon-bdr-radius) - 5px);
    background-color: rgba(var(--careon-white-rgb), 0.035);
    transition:
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.ci-footer__contact-item:hover {
    border-color: rgba(var(--careon-base-rgb), 0.4);
    background-color: rgba(var(--careon-white-rgb), 0.075);
    transform: translateX(4px);
}

.ci-footer__contact-icon {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.3);
    border-radius: 13px;
    background-color: rgba(var(--careon-base-rgb), 0.15);
    color: var(--careon-primary);
    font-size: 17px;
    line-height: 1;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.ci-footer__contact-icon--whatsapp {
    border-color: var(--color4);
    background-color: var(--color4);
    color: var(--careon-white);
}

.ci-footer__contact-item:hover .ci-footer__contact-icon {
    border-color: var(--color2);
    background-color: var(--color2);
    color: var(--careon-white);
    transform: rotate(-4deg);
}

.ci-footer__contact-content {
    flex: 1;
    min-width: 0;
}

.ci-footer__contact-label {
    display: block;
    margin-bottom: 5px;
    color: var(--careon-primary);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.ci-footer__contact-value {
    margin: 0;
    color: rgba(var(--careon-white-rgb), 0.99);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.ci-footer__contact-value a {
    color: rgba(var(--careon-white-rgb), 0.99);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ci-footer__contact-value a:hover {
    color: var(--careon-primary);
}

/* =========================================================
   FOOTER BOTTOM
========================================================= */
.ci-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--careon-white-rgb), 0.1);
}

.ci-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 105px;
    padding: 25px 30px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.1);
    border-bottom: 0;
    border-radius:
        calc(var(--careon-bdr-radius) + 3px)
        calc(var(--careon-bdr-radius) + 3px)
        0
        0;
    background-color: rgba(var(--careon-white-rgb), 0.055);
    backdrop-filter: blur(10px);
}

.ci-footer__copyright-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: rgba(var(--careon-white-rgb), 0.72);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.ci-footer__doctorweb {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: var(--careon-white);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ci-footer__doctorweb:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 20px rgba(var(--careon-gray-rgb), 0.18);
}

.ci-footer__doctorweb img {
    display: block;
    width: auto;
    max-width: 125px;
    height: auto;
}

.ci-footer__doctorweb .doc2 {
    display: none;
}

.ci-footer__legal-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 25px;
    margin: 0;
    padding: 0;
}

.ci-footer__legal-list li {
    position: relative;
    display: block;
    margin: 0;
}

.ci-footer__legal-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(var(--careon-white-rgb), 0.35);
    transform: translateY(-50%);
}

.ci-footer__legal-list a {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: rgba(var(--careon-white-rgb), 0.72);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ci-footer__legal-list a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: var(--careon-bdr-radius);
    background-color: var(--color2);
    transition: width 0.35s ease;
}

.ci-footer__legal-list a:hover {
    color: var(--careon-white);
}

.ci-footer__legal-list a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media only screen and (max-width: 1399px) {
    .ci-footer__cta {
        min-height: 445px;
        padding: 58px 60px;
    }

    .ci-footer__grid {
        grid-template-columns:
            minmax(260px, 0.85fr)
            minmax(350px, 1.2fr)
            minmax(270px, 0.85fr);
        gap: 23px;
    }

    .ci-footer__widget {
        padding: 32px 25px;
    }

    .ci-footer__widget::before {
        left: 25px;
    }

    .ci-footer__widget:hover::before {
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width: 1199px) {
    .ci-footer {
        padding-top: 95px;
    }

    .ci-footer__cta {
     min-height: 470px;
        padding: 65px 45px;
        background-position: center 34%;
    }

    .ci-footer__cta-image {
        height: 195px;
    }

    .ci-footer__main {
        padding: 70px 0;
    }

    .ci-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 960px;
        margin: 0 auto;
    }

    .ci-footer__widget--brand {
        grid-column: 1 / -1;
    }

    .ci-footer__logo-box {
        max-width: 430px;
    }

    .ci-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ci-footer__legal-list {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .ci-footer {
        padding-top: 85px;
    }

    .ci-footer__cta {
        min-height: 450px;
        padding: 58px 35px;
        background-position: center;
    }

      .ci-footer__cta::before {
        background:
            linear-gradient(
                90deg,
                rgba(var(--careon-black-rgb), 0.9) 0%,
                rgba(var(--careon-black-rgb), 0.72) 50%,
                rgba(var(--careon-base-rgb), 0.66) 100%
            );
    }

    .ci-footer__cta-image {
        height: 185px;
    }

    .ci-footer__cta-actions {
        margin-top: 28px;
    }

    .ci-footer__grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .ci-footer__widget--brand {
        grid-column: 1;
    }

    .ci-footer__main {
        padding: 65px 0;
    }

    .ci-footer__logo-box {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ci-footer {
        padding-top: 75px;
    }

    .ci-footer__cta {
        min-height: 540px;
        padding: 55px 24px;
        border-radius: calc(var(--careon-bdr-radius) + 5px);

        background-position: 58% center;
    }

    .ci-footer__cta::before {
        background:
            linear-gradient(
                180deg,
                rgba(var(--careon-black-rgb), 0.86) 0%,
                rgba(var(--careon-black-rgb), 0.75) 48%,
                rgba(var(--careon-base-rgb), 0.78) 100%
            );
    }

    .ci-footer__cta-title {
       font-size: clamp(2rem, 9vw, 2.6rem);
    }



    .ci-footer__cta-image {
        height: 170px;
    }

     .ci-footer__cta-actions {
        flex-direction: column;
        width: 100%;
        margin-top: 32px;
    }

    .ci-footer__action-box {
        width: min(100%, 380px);
    }

    .ci-footer__action {
        width: 100%;
        min-width: 0;
    }

    .ci-footer__main {
        padding: 55px 0;
    }

    .ci-footer__grid {
        gap: 20px;
    }

    .ci-footer__widget {
        padding: 31px 24px;
        border-radius: calc(var(--careon-bdr-radius) + 2px);
    }

    .ci-footer__widget::before {
        left: 24px;
    }

    .ci-footer__widget:hover::before {
        width: calc(100% - 48px);
    }

    .ci-footer__bottom-inner {
        padding: 27px 22px;
    }

    .ci-footer__copyright-text {
        justify-content: center;
    }

    .ci-footer__legal-list {
        flex-direction: column;
        gap: 10px;
    }

    .ci-footer__legal-list li:not(:last-child)::after {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .ci-footer {
        padding-top: 65px;
    }

    .ci-footer__cta {
         min-height: 570px;
        padding: 48px 18px;
        background-position: 60% center;
    }

   
    .ci-footer__cta-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .ci-footer__cta-title strong {
        margin-top: 10px;
    }

    .ci-footer__cta-title strong::after {
        margin-top: 20px;
    }



    .ci-footer__cta-image {
        height: 155px;
    }

   .ci-footer__action {
        grid-template-columns: 44px minmax(0, 1fr) 30px;
        gap: 10px;
        min-height: 66px;
        padding: 9px;
    }

  

    .ci-footer__widget {
        padding: 29px 19px;
    }

    .ci-footer__widget::before {
        left: 19px;
    }

    .ci-footer__widget:hover::before {
        width: calc(100% - 38px);
    }

    .ci-footer__contact-item {
        gap: 12px;
        padding: 14px 12px;
    }

    .ci-footer__contact-icon {
        flex-basis: 41px;
        width: 41px;
        height: 41px;
    }

    .ci-footer__bottom-inner {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ci-footer__action,
    .ci-footer__action::before {
        transition: none;
    }
}