/* About Page – Monochrome & Gold стиль (без скруглений и теней) */

/* Trust badges – квадратные, с рамкой */
.trust-badge {
    background: #fff;
    border: 1px solid #E8E8E8 !important;
    transition: none;
}

/* Process steps – цифры в квадратной рамке */
.process-step {
    text-align: center;
}


/* Таблица в тёмном блоке – убираем лишнее */
.table {
    border-collapse: collapse;
}
.table td, .table th {
    border: none;
    padding: 0.75rem;
}
.border-secondary {
    border-color: #333 !important;
}

/* Sticky CTA */
.sticky-cta {
    position: sticky;
    bottom: 1rem;
    z-index: 1020;
    text-align: center;
}

/* Адаптив */
@media (max-width: 768px) {
    .trust-badge {
        flex-direction: column;
        text-align: center;
    }
    .trust-badge i {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
    }
}