/* Screenshot footer */
html {
    background-color: #021627;
}

body {
    background-color: #f4efe6;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#page.site,
.site {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: #f4efe6;
}

.footer.ft {
    position: relative;
    margin: 0 0 0 0 !important;
    padding: 70px 0 env(safe-area-inset-bottom, 0px);
    overflow: hidden;
    background:
        radial-gradient(420px 180px at 92% 88%, rgba(232, 160, 48, .16), transparent 70%),
        linear-gradient(180deg, #071b36 0%, #042444 48%, #021627 100%);
    color: #fff;
    box-shadow: none;
}

.footer.ft::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 78px;
    background: #f6f1e8;
    clip-path: ellipse(85% 100% at 18% -55%);
    pointer-events: none;
}

.footer.ft::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 58px;
    width: 280px;
    height: 180px;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,.08), transparent 60%);
    pointer-events: none;
}

.ft-grid {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 18px 36px;
    align-items: start;
}

.ft h4 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 16px;
}

.ft-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    margin-bottom: 14px;
}

.ft-logo img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.ft-logo strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.ft-logo small {
    display: block;
    color: #d7dee8;
    font-size: 12px;
}

.ft-script {
    margin: 0 0 12px;
    color: #dbe4ef;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.ft-script i {
    display: block;
    font-family: 'Great Vibes', cursive;
    font-style: normal;
    font-size: 34px;
    color: #e8a030;
    line-height: 1.1;
}

.ft-desc {
    margin: 0 0 18px;
    color: rgba(255,255,255,.78);
    font-size: 13.5px;
    line-height: 1.7;
    max-width: 100%;
}

.ft-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 16px;
}

.ft-badges span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.8);
    font-size: 11px;
    min-width: 58px;
}

.ft-badges svg {
    width: 34px;
    height: 34px;
    padding: 7px;
    border: 1.5px solid #e8a030;
    border-radius: 50%;
    color: #e8a030;
}

.ft-links .footer-menu,
.ft-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100%;
    max-width: 100%;
}

.ft-links .footer-menu a,
.footer.ft .footer-menu a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.ft-links .footer-menu a::after {
    content: "›";
    color: #e8a030;
    font-size: 18px;
    line-height: 1;
}

.ft-contact ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.ft-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 12px;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    line-height: 1.5;
}

.ft-contact li i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border: 1px solid #e8a030;
    border-radius: 50%;
    color: #e8a030;
}

.ft-contact li svg { width: 14px; height: 14px; }

.ft-contact a { color: #fff !important; }

.ft-contact small {
    display: block;
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.ft-wa {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #22c55e !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ft-wa svg { width: 16px; height: 16px; }
.ft-wa b { font-weight: 700; }

.ft-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.ft-photos img {
    width: 100%;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.ft-more {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    border: 1px solid #e8a030;
    border-radius: 999px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.ft-news p {
    color: rgba(255,255,255,.78);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.ft-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.ft-form span {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    background: #fff;
    border-radius: 999px;
    color: #64748b;
}

.ft-form svg { width: 16px; height: 16px; flex: 0 0 auto; }

.ft-form input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: #0f172a;
}

.ft-form button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #e8a030;
    color: #042444;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    font-size: 0;
    flex: 0 0 42px;
    cursor: pointer;
}

.ft-form button svg {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 18px;
}

.ft-social {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.ft-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff !important;
}

.ft-social svg { width: 15px; height: 15px; }
.ft-social .fb { background: #1877f2; }
.ft-social .ig { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); }
.ft-social .wa { background: #25d366; }
.ft-social .yt { background: #ff0000; }

.ft-follow {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
    color: #d7e2ee;
    line-height: 1.15;
    margin: 0;
}

.ft-follow i {
    font-style: normal;
    color: #e8a030;
}

.ft-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,.12);
    margin: 0;
    padding: 0;
    background: #021627;
}

.ft-bottom-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer.ft .hv-reveal,
.footer.ft .hv-reveal:not(.is-in),
.ft-bottom-inner,
.ft-bottom-inner.hv-reveal {
    transform: none !important;
    will-change: auto;
}

.footer.ft .hv-reveal:not(.is-in) {
    opacity: 0;
}

.footer.ft .hv-reveal.is-in {
    opacity: 1;
}

.ft-bottom p,
.ft-legal,
.ft-legal a,
.ft-legal span {
    color: rgba(255,255,255,.7) !important;
    font-size: 13px;
    margin: 0;
}

.ft-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.ft-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8a030 !important;
    color: #042444 !important;
    display: grid !important;
    place-items: center;
    font-size: 18px;
    font-weight: 800;
    flex: 0 0 40px;
}

.footer.ft,
.footer.ft p,
.footer.ft li,
.footer.ft a,
.footer.ft span,
.footer.ft small,
.footer.ft strong,
.footer.ft h4 {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

.ft-grid > * {
    min-width: 0;
    max-width: 100%;
}

.ft-logo span {
    min-width: 0;
    flex: 1;
}

.ft-logo strong,
.ft-logo small,
.ft-desc,
.ft-contact li span,
.ft-news p,
.ft-contact li,
.footer.ft a {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

.ft-links .footer-menu a {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .footer.ft .ft-grid,
    body.hv-home-page .footer.ft .ft-grid,
    .ft-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 24px;
        padding: 18px 24px 36px;
    }

    .ft-brand {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .footer.ft .ft-grid,
    body.hv-home-page .footer.ft .ft-grid,
    .ft-grid {
        grid-template-columns: 1.2fr 1fr 1fr !important;
    }

    .ft-brand {
        grid-column: auto;
    }

    .ft-desc {
        max-width: 320px;
    }

    .ft-links .footer-menu,
    .ft-links ul {
        max-width: 220px;
    }
}

@media (min-width: 1280px) {
    .footer.ft .ft-grid,
    body.hv-home-page .footer.ft .ft-grid,
    .ft-grid {
        grid-template-columns: 1.35fr .85fr 1.2fr .95fr 1fr !important;
        padding: 18px 32px 36px;
    }
}

@media (max-width: 767px) {
    .footer.ft {
        padding-top: 56px;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        margin-bottom: 0 !important;
        overflow: hidden;
        box-shadow: none;
    }

    .footer.ft .ft-grid,
    body.hv-home-page .footer.ft .ft-grid,
    .ft-grid {
        grid-template-columns: 1fr !important;
        display: grid !important;
        width: 100%;
        max-width: 100%;
        padding: 18px 18px 28px;
    }

    .ft-brand,
    .ft-col {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }

    .ft-logo {
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    .ft-script i {
        font-size: 28px;
    }

    .ft-photos img {
        height: 88px;
    }

    .ft-more {
        white-space: nowrap;
        font-size: 13px !important;
    }

    .ft-form {
        max-width: 100%;
    }

    .ft-bottom-inner {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        padding: 14px 64px 14px 18px;
        margin: 0;
    }

    .ft-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ft-top {
        position: absolute;
        right: 16px;
        bottom: 12px;
    }

    .ft-bottom {
        position: relative;
        margin: 0;
        padding: 0;
        background: #021627;
    }
}

@media (max-width: 420px) {
    .ft-badges span {
        min-width: 48px;
    }

    .ft-photos {
        grid-template-columns: 1fr 1fr;
    }
}

html, body, #page, .site, .footer.ft, .ft-bottom {
    margin-bottom: 0 !important;
}
