.wp-block-ananeoo-product-footer-sec.product-footer-sec {
    background: #e9f1f5;
    color: #003360;
    padding: 70px 20px 42px;
}

.product-footer-sec__inner {
    padding-inline: 0;
}

.product-footer-sec__top {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(260px, 0.9fr) minmax(300px, 1fr);
    align-items: flex-start;
    gap: clamp(28px, 5vw, 76px);
}

.product-footer-sec__brand-col {
    max-width: 42ch;
}

.product-footer-sec__brand {
    display: block;
    margin: 18px 0 10px;
}

.product-footer-sec__brand img {
    width: min(100%, 290px);
    height: auto;
    border-radius: 0;
    object-fit: contain;
}

.product-footer-sec__brand-name {
    color: var(--on-teal);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.product-footer-sec__brand-col p {
    margin: 18px 0 0;
    color: #003360;
    font-size: 1.02rem;
    line-height: 1.55;
}

.product-footer-sec__brand-col strong {
    color: #003360;
    font-weight: 800;
}

.product-footer-sec__gold-note,
.product-footer-sec__gold-note strong {
    color: #af921a !important;
    font-weight: 800;
}

.wp-block-ananeoo-product-footer-sec.product-footer-sec .product-footer-sec__brand-col h4,
.wp-block-ananeoo-product-footer-sec.product-footer-sec .product-footer-sec__col h4 {
    margin: 0 0 20px;
    color: #af921a !important;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.2;
}

.product-footer-sec__nav-support-col h4:not(:first-child) {
    margin-top: 34px;
}

.product-footer-sec__links {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.product-footer-sec__links li::marker {
    color: #e2c08c;
}

.product-footer-sec__links a,
.product-footer-sec__col a {
    color: #1a202c;
    font-weight: 500;
    text-decoration: none;
}

.product-footer-sec__links a:hover,
.product-footer-sec__links a:focus-visible,
.product-footer-sec__col a:hover,
.product-footer-sec__col a:focus-visible {
    color: #af921a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-footer-sec__col address {
    display: grid;
    gap: 2px;
    color: #003360;
    font-style: normal;
    line-height: 1.5;
    font-size: 1.04rem;
}

.product-footer-sec__info-col p {
    margin: 0 0 22px;
    color: #003360;
    font-size: 1rem;
    line-height: 1.28;
}

.wp-block-ananeoo-product-footer-sec.product-footer-sec .product-footer-sec__info-col h5 {
    margin: 44px 0 20px;
    color: rgba(0, 51, 96, 0.3);
    font-size: 1.03rem;
    line-height: 1.4;
}

.wp-block-ananeoo-product-footer-sec.product-footer-sec .product-footer-sec__info-col h5 ~ p {
    color: rgba(0, 51, 96, 0.3);
}

.product-footer-sec__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 51, 96, 0.12);
    color: rgba(0, 51, 96, 0.55);
    font-size: 0.9rem;
}

@media (max-width: 1100px) {
    .product-footer-sec__top {
        grid-template-columns: 1fr 1fr;
    }

    .product-footer-sec__info-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .wp-block-ananeoo-product-footer-sec.product-footer-sec {
        padding: 38px 18px 30px;
    }

    .product-footer-sec__top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-footer-sec__bottom {
        display: grid;
    }
}
