/**
 * Trust Section - Rediseñado
 */

.trust-section {
    padding: 6rem 1rem;
    background: #0d0d0d;
    text-align: center;
}

.trust-container {
    max-width: 800px;
    margin: 0 auto;
}

.trust-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: rgba(249, 115, 22, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon-svg {
    width: 48px;
    height: 48px;
    color: #f97316;
}

.trust-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.trust-text {
    font-size: 1.125rem;
    color: #9ca3af;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .trust-section {
        padding: 4rem 1rem;
    }
    
    .trust-title {
        font-size: 1.875rem;
    }
    
    .trust-text {
        font-size: 1rem;
    }
}
