* ************************************/
/* Footer                              */
/* Class: footer                       */
/* ************************************/

footer .section-1778574230148 {
    padding: 0 !important;
}

.section-1778574230148 {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 8%, rgba(185, 140, 200, .24), transparent 28%),
        linear-gradient(135deg, #3B0F4F 0%, #1C131F 54%, #3B0F4F 100%);
}

.section-1778574230148 .footer {
    padding: 0 !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 1.2fr 0.95fr;
    gap: 42px;
    margin-bottom: 54px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    display: flex;
    align-items: center;
    max-width: 260px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-desc {
    max-width: 330px;
    margin: 0 0 24px;
    color: var(--white);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transition:
        background var(--transition-ui),
        border-color var(--transition-ui),
        box-shadow var(--transition-ui),
        transform var(--transition-ui);
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transform: scale(1.04);
}

.footer-icon {
    width: 20px;
    height: 20px;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.footer-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 13px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary-40), transparent);
}

.footer-links,
.footer-contact,
.footer-hours {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li,
.footer-contact li,
.footer-hours li {
    margin-bottom: 14px;
}

.footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    transition: color var(--transition-ui), padding-left var(--transition-ui);
}

.footer-links a::before {
    content: "";
    width: 0;
    height: 1px;
    margin-right: 0;
    background: var(--primary-40);
    transition: width var(--transition-ui), margin-right var(--transition-ui);
}

.footer-links a:hover {
    color: var(--primary-40);
}

.footer-links a:hover::before {
    width: 14px;
    margin-right: 8px;
}

.footer-contact li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    color: var(--white);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact-icon img {
    width: 17px;
    height: 17px;
    display: block;
    filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(718%) hue-rotate(237deg) brightness(98%) contrast(90%);
}

.footer-hours li {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 12px;
    color: var(--white);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.footer-hours li span:first-child {
    color: var(--white);
}

.footer-hours li span:last-child {
    color: var(--white);
    font-weight: 700;
}

.footer-emergency {
    width: fit-content;
    display: inline-flex !important;
    margin-top: 4px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--primary-dark) !important;
    background: linear-gradient(135deg, #fff, var(--primary-20));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    font-weight: 900 !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.6;
}

.footer-bottom p {
    margin: 0;
}

.footer-policy {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-policy a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color var(--transition-ui);
}

.footer-policy a:hover {
    color: var(--primary-40);
}

/* Tablet */
@media (max-width: 1024px) {


    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {


    .footer-container {
        width: min(100% - 32px, 1180px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 38px;
    }

    .footer-logo {
        max-width: 230px;
    }

    .footer-desc {
        max-width: none;
        font-size: 14px;
    }

    .footer-contact li {
        grid-template-columns: 32px 1fr;
        font-size: 14px;
    }

    .footer-hours li {
        grid-template-columns: 110px 1fr;
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-policy {
        justify-content: center;
    }
}