.hcf-footer {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 0 16px 16px 16px;
    margin-top: 40px;
    box-sizing: border-box;
}

.hcf-footer__glass {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 32px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(26,42,58,0.78), rgba(26,42,58,0.58));
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
}

.hcf-footer__text {
    margin: 0;
    padding: 0;
    color: #C5D5E5;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

body {
    padding-bottom: 90px !important;
}

@media (max-width: 767px) {
    .hcf-footer {
        padding: 0 10px 10px 10px;
        margin-top: 24px;
    }
    .hcf-footer__glass {
        padding: 20px;
        border-radius: 18px;
    }
    .hcf-footer__text {
        font-size: 13px;
    }
}

.elementor-editor-active .hcf-footer {
    display: none !important;
}