/* DakikHost v3.1.28 FINAL - transparent payment logos, no cards */
.reference-footer-bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 64px;
}

.dh-footer-copyright {
    flex: 0 1 auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.45;
    white-space: nowrap;
}

.dh-footer-transparent-strip {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-left: auto;
    padding-right: 92px;
    background: transparent;
    pointer-events: none;
    user-select: none;
}

.dh-footer-trust-label,
.dh-footer-ssl {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.dh-footer-trust-label {
    font-size: 14px;
    font-weight: 700;
}

.dh-footer-trust-label i,
.dh-footer-ssl > i {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #8ef0ba;
    line-height: 1;
}

.dh-footer-trust-label i {
    font-size: 18px;
}

.dh-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

.dh-footer-brand img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.dh-footer-brand--troy img {
    width: 59px;
    height: auto;
}

.dh-footer-brand--visa img {
    width: 70px;
    height: auto;
}

.dh-footer-brand--mastercard img {
    width: 41px;
    height: auto;
}

.dh-footer-brand--paytr img {
    width: 86px;
    height: auto;
}

.dh-footer-ssl > i {
    font-size: 25px;
}

.dh-footer-ssl > span {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

.dh-footer-ssl strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.dh-footer-ssl small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1280px) {
    .reference-footer-bottom > .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .dh-footer-transparent-strip {
        justify-content: flex-start;
        margin-left: 0;
        padding-right: 96px;
    }
}

@media (max-width: 768px) {
    .reference-footer-bottom > .container {
        align-items: center;
    }

    .dh-footer-copyright {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .dh-footer-transparent-strip {
        display: grid;
        grid-template-columns: repeat(3, minmax(88px, 1fr));
        width: 100%;
        gap: 16px 12px;
        padding-right: 0;
        justify-items: center;
    }

    .dh-footer-trust-label,
    .dh-footer-brand,
    .dh-footer-ssl {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .dh-footer-transparent-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
