.hctclient01-footer {
    --hctclient01-footer-background: var(--hctclient01-color-primary);
    --hctclient01-footer-text: #fff;
    color: var(--hctclient01-footer-text);
    background: var(--hctclient01-footer-background);
}

.hctclient01-footer__container {
    padding-top: var(--hctclient01-space-10);
    padding-bottom: var(--hctclient01-space-7);
}

.hctclient01-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(150px, .65fr) minmax(250px, 1fr) minmax(260px, 1fr);
    gap: clamp(28px, 3vw, 52px);
    align-items: start;
}

.hctclient01-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: var(--hctclient01-space-4);
    min-height: 80px;
    margin-bottom: var(--hctclient01-space-5);
    color: inherit;
}

.hctclient01-footer__logo {
    display: block;
    width: auto;
    max-width: 190px;
    height: 80px;
    object-fit: contain;
    object-position: left center;
}

.hctclient01-footer__brand-mark {
    display: grid;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px var(--hctclient01-footer-background), inset 0 0 0 6px currentColor;
}

.hctclient01-footer__brand-mark-inner {
    font-size: var(--hctclient01-text-icon-lg);
    line-height: 1;
}

.hctclient01-footer__brand-name {
    font-size: var(--hctclient01-text-panel-title);
    font-weight: var(--hctclient01-font-weight-semibold);
    letter-spacing: .01em;
}

.hctclient01-footer__about-title,
.hctclient01-footer__about-text {
    max-width: 390px;
    margin: 0;
    font-size: var(--hctclient01-text-body);
    line-height: var(--hctclient01-line-height-relaxed); color: #fff;
}

.hctclient01-footer__about-title {
    font-weight: var(--hctclient01-font-weight-semibold);
    text-transform: uppercase;
}

.hctclient01-footer__about-text + .hctclient01-footer__about-text {
    margin-top: var(--hctclient01-space-2);
}

.hctclient01-footer__title {
    margin: var(--hctclient01-space-5) 0 var(--hctclient01-space-4);
    color: inherit;
    font-size: var(--hctclient01-text-card-title);
    font-weight: var(--hctclient01-font-weight-bold);
    line-height: var(--hctclient01-line-height-heading);
    text-transform: uppercase;
}

.hctclient01-footer .hct-menu--pc-footer {
    display: block;
    padding: 0;
    margin: 0;
}

.hctclient01-footer .hct-menu--pc-footer > .hct-menu-item,
.hctclient01-footer .hct-menu--pc-footer .hct-menu-item__head {
    display: block;
}

.hctclient01-footer .hct-menu--pc-footer .hct-menu-link {
    display: inline-block;
    padding: 4px 0;
    color: inherit;
    font-size: var(--hctclient01-text-body);
    line-height: 1.5;
    white-space: normal;
    transition: opacity .2s ease, transform .2s ease;
}

.hctclient01-footer .hct-menu--pc-footer .hct-menu-link:hover,
.hctclient01-footer .hct-menu--pc-footer .hct-menu-link:focus-visible {
    opacity: .8;
    transform: translateX(3px);
}

.hctclient01-footer .hct-menu--pc-footer .hct-menu-toggle,
.hctclient01-footer .hct-menu--pc-footer .hct-sub-menu,
.hctclient01-footer .hct-menu--pc-footer .hct-mega-menu {
    display: none !important;
}

.hctclient01-footer__contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hctclient01-footer__contact-item {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: var(--hctclient01-space-3);
    align-items: start;
    margin-bottom: var(--hctclient01-space-2);
    font-size: var(--hctclient01-text-body);
    line-height: 1.55;
}

.hctclient01-footer__contact-item svg {
    width: 21px;
    height: 21px;
    margin-top: 2px;
}

.hctclient01-footer__contact-item a { color: inherit; }
.hctclient01-footer__contact-item a:hover,
.hctclient01-footer__contact-item a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hctclient01-footer__socials {
    display: flex;
    gap: var(--hctclient01-space-3);
    margin-top: var(--hctclient01-space-4);
}

.hctclient01-footer__social-link {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.hctclient01-footer__social-link svg { width: 22px; height: 22px; }
.hctclient01-footer__social-link:hover,
.hctclient01-footer__social-link:focus-visible {
    color: var(--hctclient01-footer-background);
    background: #fff;
    transform: translateY(-2px);
}

.hctclient01-footer__fanpage-frame,
.hctclient01-footer__fanpage-placeholder {
    width: 100%;
    border-radius: var(--hctclient01-radius-md);
    background: #fff;
}

.hctclient01-footer__fanpage-frame .fb-page,
.hctclient01-footer__fanpage-frame iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.hctclient01-footer__fanpage-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--hctclient01-space-2);
    padding: var(--hctclient01-space-6);
    color: #2f3440;
    background: linear-gradient(135deg, #fff 0%, #f2f4f8 100%);
}

.hctclient01-footer__fanpage-placeholder strong {
    font-size: var(--hctclient01-text-card-title);
}

.hctclient01-footer__fanpage-placeholder span {
    color: #5f6672;
    font-size: var(--hctclient01-text-meta);
}

.hctclient01-footer__bottom {
    padding-top: var(--hctclient01-space-5);
    margin-top: var(--hctclient01-space-7);
    border-top: 1px solid rgba(255, 255, 255, .55);
}

.hctclient01-footer__bottom p {
    margin: 0;
    font-size: var(--hctclient01-text-meta);
    line-height: 1.5;
}

@media (max-width: 1180px) {
    .hctclient01-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .hctclient01-footer__container {
        padding-top: var(--hctclient01-space-8);
        padding-bottom: var(--hctclient01-space-6);
    }

    .hctclient01-footer__grid {
        grid-template-columns: 1fr;
        gap: var(--hctclient01-space-5);
    }

    .hctclient01-footer__title {
        margin-top: var(--hctclient01-space-3);
        margin-bottom: var(--hctclient01-space-3);
    }

    .hctclient01-footer__brand-mark {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .hctclient01-footer__bottom { margin-top: var(--hctclient01-space-6); }
}

@media (prefers-reduced-motion: reduce) {
    .hctclient01-footer__social-link,
    .hctclient01-footer .hct-menu--pc-footer .hct-menu-link { transition: none; }
}
