/* Legal Content Styles - Dark Theme */
.legal-content {
    padding: 4rem 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.legal-content__wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.legal-section {
    background: #2a2a2a;
    border-radius: 12px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #3a3a3a;
}

.legal-section__header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #10B981;
}

.legal-section__icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.legal-section__title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.legal-item {
    margin-bottom: 2rem;
}

.legal-item:last-child {
    margin-bottom: 0;
}

.legal-item__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #10B981;
    margin-bottom: 0.75rem;
}

.legal-item__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.legal-item__list {
    margin: 0.75rem 0;
    padding-left: 1.5rem;
}

.legal-item__list li {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.legal-item__list li strong {
    color: #10B981;
}

.legal-contact {
    background: rgba(16, 185, 129, 0.1);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    border-left: 4px solid #10B981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.legal-contact__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.legal-contact__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.legal-contact__link {
    color: #10B981;
    text-decoration: none;
    font-weight: 500;
}

.legal-contact__link:hover {
    text-decoration: underline;
    color: #0ea574;
}

.legal-contact__date {
    font-size: 0.9rem;
    color: #b0b0b0;
    font-style: italic;
    margin: 0;
}
