/* HCC footer — shared (homepage + site chrome inner pages) */
.hcc-footer-main {
    background: #101820;
    color: #fff;
    padding: 24px 16px 90px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.hcc-footer-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hcc-footer-upper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hcc-footer-top {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.hcc-footer-logo {
    width: 140px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0;
}

.hcc-footer-address {
    width: 100%;
    max-width: 358px;
    margin: 0;
}

.hcc-footer-links {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.hcc-footer-columns {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.hcc-footer-group {
    margin: 0;
}

.hcc-footer-title {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif);
}

.hcc-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hcc-footer-list li {
    margin: 0;
}

.hcc-footer-list a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hcc-footer-address,
.hcc-footer-list a {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.32px;
    font-weight: 400;
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif);
}

.hcc-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f58220;
    flex: 0 0 24px;
}

.hcc-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.hcc-icon img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.hcc-footer-social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.hcc-footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(223, 225, 231, 0.1);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hcc-footer-social a svg {
    width: 20px;
    height: 20px;
    display: block;
}

.hcc-footer-app-banner {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.hcc-footer-app-banner > img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.hcc-footer-store-links {
    position: absolute;
    z-index: 2;
    display: flex;
    pointer-events: none;
}

.hcc-footer-store-links .hcc-footer-store-link {
    position: relative;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}

.hcc-footer-buddy-card {
    width: 100%;
    max-width: 358px;
    border-radius: 16px;
}

.hcc-footer-buddy-card > img {
    border-radius: 16px;
}

.hcc-footer-store-links--mobile {
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hcc-footer-store-links--mobile .hcc-footer-store-link {
    position: absolute;
    flex: none;
    display: block;
}

.hcc-footer-store-links--mobile .hcc-footer-store-link--google {
    left: 5%;
    top: 63.5%;
    width: 48%;
    height: 14%;
    z-index: 2;
}

.hcc-footer-store-links--mobile .hcc-footer-store-link--apple {
    left: 5%;
    top: 79.5%;
    width: 48%;
    height: 14%;
    z-index: 2;
}

.hcc-footer-promo {
    display: none;
    width: 100%;
    border-radius: 24px;
}

.hcc-footer-promo > img {
    border-radius: 24px;
}

.hcc-footer-legal {
    width: 100%;
    max-width: 358px;
    border-top: 1px solid #333;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hcc-footer-bottom {
    display: none;
    width: 100%;
    border-top: 1px solid #333;
    padding-top: 16px;
    flex-direction: column;
    gap: 10px;
}

.hcc-footer-bottom p,
.hcc-footer-bottom a,
.hcc-footer-legal p,
.hcc-footer-legal a {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif);
}

body.hcc-site-chrome footer#footer-elem {
    display: none !important;
}

body.hcc-site-chrome .hcc-footer-main {
    margin-top: 0;
}

@media (max-width: 1023.98px) {
    body.hcc-site-chrome .hcc-footer-main {
        margin-top: 0;
        padding-bottom: calc(24px + var(--hcc-floating-nav-height, 77px));
    }
}

@media (min-width: 1024px) {
    body.hcc-site-chrome .hcc-footer-main {
        padding: 64px 24px calc(24px + var(--hcc-floating-nav-height, 77px));
        gap: 32px;
        margin-top: 0;
    }

    .hcc-footer-main {
        padding: 64px 24px 24px;
        gap: 32px;
    }

    .hcc-footer-container {
        gap: 24px;
    }

    .hcc-footer-top {
        flex-direction: column;
        gap: 36px;
        width: 367px;
        flex: 0 0 367px;
    }

    .hcc-footer-address {
        max-width: 367px;
    }

    .hcc-footer-links {
        flex: 1 1 auto;
        gap: 0;
    }

    .hcc-footer-columns {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 48px;
    }

    .hcc-footer-group:nth-child(1) {
        width: 150px;
        flex: 0 0 150px;
    }

    .hcc-footer-group:nth-child(2) {
        width: 252px;
        flex: 0 0 252px;
    }

    .hcc-footer-group:nth-child(3) {
        width: 184px;
        flex: 0 0 184px;
    }

    .hcc-footer-list li a {
        white-space: nowrap;
    }

    .hcc-footer-upper {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 32px;
    }

    .hcc-footer-promo {
        display: block;
        max-width: 1180px;
        margin: 0 auto;
        border-radius: 24px;
    }

    .hcc-footer-promo > img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 24px;
    }

    .hcc-footer-store-links--desktop {
        left: 2.2%;
        bottom: 10.5%;
        width: 36%;
        height: 27%;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .hcc-footer-store-links--desktop .hcc-footer-store-link {
        flex: 1 1 0;
        width: auto;
        height: 100%;
        min-height: 48px;
    }

    .hcc-footer-bottom {
        display: flex;
        max-width: 1180px;
        margin: 0 auto;
        padding-top: 24px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .hcc-footer-bottom p,
    .hcc-footer-bottom a {
        font-size: 14px;
        line-height: 1.55;
        letter-spacing: -0.28px;
        color: #fff;
    }

    .hcc-footer-buddy-card,
    .hcc-footer-legal {
        display: none;
    }
}
