.footer {
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent,
        rgba(124, 58, 237, 0.2),
        rgba(59, 130, 246, 0.2),
        transparent
    );
}

.disclaimers {
    font-size: 0.875rem;
    line-height: 1.6;
}

.disclaimers p {
    margin-bottom: 1rem;
}

.copyright-section {
    position: relative;
    transition: background-color 0.3s ease;
}

.copyright-section p {
    font-size: 0.875rem;
}
