/* =========================================================
   ACCESSIBLE STAY — CUSTOM FOOTER
   ========================================================= */

.as-custom-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;

    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(0, 174, 239, 0.10) 0,
            rgba(0, 174, 239, 0.10) 140px,
            transparent 141px
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(0, 190, 160, 0.08) 0,
            rgba(0, 190, 160, 0.08) 120px,
            transparent 121px
        ),
        linear-gradient(
            135deg,
            #f4fbfd 0%,
            #eef9f8 50%,
            #f8fcfd 100%
        );

    color: #164b67;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.as-footer-main {
    width: 100%;
    padding: 70px 30px 55px;
    box-sizing: border-box;
}


.as-footer-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.2fr;

    gap: 60px;

    align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.as-footer-brand {
    max-width: 330px;
}


.as-footer-logo {
    display: inline-flex;

    align-items: center;

    text-decoration: none;

    margin-bottom: 22px;
}


.as-footer-logo-mark {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #ffffff;

    color: #005b83;

    font-size: 26px;

    box-shadow:
        0 8px 25px rgba(0, 91, 131, 0.10);
}


.as-footer-logo-text {
    margin-left: 12px;

    font-size: 29px;

    font-weight: 800;

    letter-spacing: -1px;
}


.as-footer-logo-accessible {
    color: #123f6d;
}


.as-footer-logo-stay {
    color: #008fd5;
}


.as-footer-brand p {
    margin: 0;

    max-width: 310px;

    font-size: 15px;

    line-height: 1.9;

    color: #50758a;
}


/* =========================================================
   SOCIAL
   ========================================================= */

.as-footer-social {
    display: flex;

    gap: 12px;

    margin-top: 25px;
}


.as-footer-social a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #007eb8;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    border: 1px solid #d9edf4;

    box-shadow:
        0 5px 15px rgba(0, 80, 120, 0.08);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}


.as-footer-social a:hover {
    transform: translateY(-3px);

    background: #007eb8;

    color: #ffffff;
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.as-footer-column h4,
.as-footer-help h4 {

    position: relative;

    margin: 0 0 28px;

    padding-top: 12px;

    color: #073f62;

    font-size: 18px;

    font-weight: 700;
}


.as-footer-column h4::before,
.as-footer-help h4::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 32px;
    height: 3px;

    border-radius: 5px;

    background: linear-gradient(
        90deg,
        #007cc2,
        #00a6d9
    );
}


/* =========================================================
   LINKS
   ========================================================= */

.as-footer-column a {

    display: block;

    margin-bottom: 15px;

    color: #50758a;

    text-decoration: none;

    font-size: 14px;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.as-footer-column a::before {

    content: "›";

    margin-right: 9px;

    color: #00a1d5;

    font-size: 18px;
}


.as-footer-column a:hover {

    color: #007eb8;

    transform: translateX(4px);
}


/* =========================================================
   HELP
   ========================================================= */

.as-footer-help p {

    margin: 0 0 25px;

    max-width: 280px;

    color: #50758a;

    font-size: 14px;

    line-height: 1.8;
}


.as-footer-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 25px;

    border-radius: 9px;

    background: linear-gradient(
        135deg,
        #007bb7,
        #006392
    );

    color: #ffffff !important;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    box-shadow:
        0 8px 20px rgba(0, 108, 155, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.as-footer-button:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(0, 108, 155, 0.28);
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.as-footer-bottom {

    width: 100%;

    background: #034d70;

    color: #ffffff;
}


.as-footer-bottom-inner {

    width: 100%;
    max-width: 1180px;

    min-height: 70px;

    margin: 0 auto;

    padding: 0 30px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.as-footer-bottom-inner span {

    font-size: 13px;

    color: rgba(255,255,255,0.90);
}


.as-footer-legal {

    display: flex;

    gap: 25px;
}


.as-footer-legal a {

    color: rgba(255,255,255,0.90);

    text-decoration: none;

    font-size: 13px;
}


.as-footer-legal a:hover {

    color: #ffffff;

    text-decoration: underline;
}


/* =========================================================
   HIDE ORIGINAL THEME FOOTER
   ========================================================= */

body .site-footer {

    display: none !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .as-footer-container {

        grid-template-columns:
            1fr 1fr;

        gap: 45px;
    }

}


@media (max-width: 600px) {

    .as-footer-main {

        padding: 50px 22px 40px;
    }


    .as-footer-container {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .as-footer-brand {

        max-width: none;
    }


    .as-footer-bottom-inner {

        padding: 20px 22px;

        flex-direction: column;

        align-items: flex-start;

        min-height: auto;
    }


    .as-footer-legal {

        flex-wrap: wrap;

        gap: 15px;
    }

}