.hdv2-footer {
    background: linear-gradient(180deg, #0a0f1a 0%, #111827 100%);
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.55;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hdv2-footer .hdv2-footer__bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

footer.hdv2-footer {
    padding: 0;
}

.hdv2-footer a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color .2s, opacity .2s;
}

.hdv2-footer a:hover {
    color: #60a5fa;
}

.hdv2-footer__main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 1.5rem 1.75rem;
}

@media (min-width: 1024px) {
    .hdv2-footer__main {
        padding: 2.25rem 2rem 2rem;
    }
}

.hdv2-footer__company-strip {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: 0 0 1.4rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

.hdv2-footer__company-logo {
    display: flex;
    min-height: 58px;
    padding-right: 1.25rem;
    align-items: center;
    border-right: 1px solid rgba(148, 163, 184, .16);
}

.hdv2-footer__company-copy {
    min-width: 0;
}

.hdv2-footer__company-copy p {
    max-width: 680px;
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.55;
}

.hdv2-footer__company-utilities {
    display: flex;
    gap: .8rem;
    align-items: center;
}

.hdv2-footer__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

@media (min-width: 1024px) {
    .hdv2-footer__content {
        grid-template-columns: minmax(240px, 300px) 1fr;
        gap: 2.5rem;
    }
}

.hdv2-footer__logo {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
    margin: 0;
    filter: brightness(0) invert(1);
}

.hdv2-footer__desc {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 300px;
}

.hdv2-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.hdv2-footer__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    transition: all .2s;
}

.hdv2-footer__btn svg {
    width: 16px;
    height: 16px;
}

.hdv2-footer__btn--primary {
    background: #2f4599;
    color: #fff;
}

.hdv2-footer__btn--primary:hover {
    background: #3a52ad;
    color: #fff;
}

.hdv2-footer__btn--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #e2e8f0;
}

.hdv2-footer__btn--outline:hover {
    border-color: #4665d1;
    color: #60a5fa;
}

.hdv2-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}

.hdv2-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 13px;
    color: #94a3b8;
}

.hdv2-footer__contact-item i {
    width: 16px;
    text-align: center;
    color: #60a5fa;
    font-size: 14px;
}

.hdv2-footer__contact-item a {
    color: #cbd5e1;
    font-size: 13px;
}

.hdv2-footer__contact-item a:hover {
    color: #60a5fa;
}

.hdv2-footer__address {
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    max-width: 300px;
    margin: 0;
}

.hdv2-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.5rem;
}

@media (min-width: 768px) {
    .hdv2-footer__links {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem 1.75rem;
    }
}

.hdv2-footer__col-title {
    color: #f8fafc;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.65rem;
    position: relative;
    padding-bottom: 0.45rem;
}

.hdv2-footer__col-title--spaced {
    margin-top: 1rem;
}

.hdv2-footer__col-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #4665d1;
    border-radius: 2px;
}

.hdv2-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdv2-footer__col li {
    margin-bottom: 0.35rem;
}

.hdv2-footer__col a {
    font-size: 13px;
    color: #94a3b8;
}

.hdv2-footer__col a:hover {
    color: #60a5fa;
}

.hdv2-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .25);
}

.hdv2-footer__bottom-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: .55rem 1.5rem;
}

.hdv2-footer__copy {
    font-size: 12px;
    color: #94a3b8;
}

.hdv2-footer__copyright-row {
    display: grid;
    width: 100%;
    min-height: 24px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.hdv2-footer__copyright-row::after {
    content: "";
}

.hdv2-footer__vat-corner {
    justify-self: start;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

.hdv2-footer__social {
    display: flex;
    gap: 0.4rem;
}

.hdv2-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #94a3b8;
    font-size: 14px;
    transition: all .2s;
}

.hdv2-footer__social a:hover {
    background: #4665d1;
    color: #fff;
    transform: translateY(-2px);
}

.hdv2-footer__etbis {
    display: inline-block;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
    line-height: 0;
    transition: all .2s;
}

.hdv2-footer__etbis:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(255, 255, 255, .15);
}

.hdv2-footer__etbis img {
    width: 26px;
    height: auto;
    aspect-ratio: 13 / 15;
    display: block;
    border-radius: 3px;
}

.hdv2-footer__etbis--company {
    display: inline-flex;
    min-height: 38px;
    padding: 4px 8px 4px 5px;
    gap: 7px;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 8px;
    color: #cbd5e1;
    background: rgba(255, 255, 255, .035);
    line-height: 1;
}

.hdv2-footer__etbis--company img {
    width: 26px;
    padding: 2px;
    background: #fff;
}

.hdv2-footer__etbis--company span,
.hdv2-footer__etbis--company small,
.hdv2-footer__etbis--company strong {
    display: block;
}

.hdv2-footer__etbis--company small {
    margin-bottom: 3px;
    color: #64748b;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hdv2-footer__etbis--company strong {
    color: #cbd5e1;
    font-size: 11px;
    letter-spacing: .04em;
}

.hdv2-footer__etbis--company:hover {
    border-color: rgba(96, 165, 250, .3);
    color: #fff;
    box-shadow: none;
    transform: none;
}

@media (max-width: 991px) {
    .hdv2-footer__main {
        padding: 1.5rem 1.25rem 1rem;
    }

    .hdv2-footer__company-strip {
        grid-template-columns: 180px minmax(0, 1fr);
        margin-bottom: 1.5rem;
    }

    .hdv2-footer__company-utilities {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .hdv2-footer__bottom {
        padding-bottom: 72px;
    }

    .hdv2-footer__bottom-inner {
        text-align: center;
        padding: .55rem 1.25rem;
    }

    .hdv2-footer__copyright-row {
        grid-template-columns: 1fr;
        gap: .35rem;
    }

    .hdv2-footer__copyright-row::after {
        display: none;
    }

    .hdv2-footer__social a {
        transition: none;
    }

    .hdv2-footer__social a:hover,
    .hdv2-footer__social a:active {
        transform: none;
    }

    .hdv2-footer__etbis {
        transition: none;
    }

    .hdv2-footer__etbis:hover,
    .hdv2-footer__etbis:active {
        transform: none;
        box-shadow: none;
    }

    .hdv2-footer__btn {
        transition: none;
    }

    .hdv2-footer {
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 640px) {
    .hdv2-footer__company-strip {
        grid-template-columns: 1fr;
        gap: .9rem;
        padding: 1rem;
    }

    .hdv2-footer__company-logo {
        min-height: 0;
        padding: 0;
        border-right: 0;
    }

    .hdv2-footer__company-utilities {
        grid-column: auto;
        width: 100%;
        padding-top: .9rem;
        justify-content: space-between;
        border-top: 1px solid rgba(148, 163, 184, .14);
    }

    .hdv2-footer__copyright-row {
        width: 100%;
        gap: .35rem .65rem;
    }

    .hdv2-footer__copy {
        width: 100%;
    }
}
