/* Legal Pages Styles */
.legal-page {
    padding: 120px 0 80px;
    background: #fff;
    color: #333;
}

.legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
}

.legal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.legal-date {
    font-size: 0.9rem;
    color: #666;
}

.legal-content {
    font-size: 1rem;
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    margin-bottom: 20px;
    color: #4b5563;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #4b5563;
}

.legal-content li {
    margin-bottom: 10px;
}

.legal-content a {
    color: #2F7F76;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a1a1a;
}

.legal-intro {
    font-size: 1.1rem;
    color: #374151;
    background: #f9fafb;
    padding: 20px;
    border-left: 4px solid #2F7F76;
    margin-bottom: 30px;
    border-radius: 8px;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.legal-table th {
    background: #2F7F76;
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}

.legal-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

.legal-table tr:last-child td {
    border-bottom: none;
}

.legal-table tr:nth-child(even) {
    background: #f9fafb;
}

.legal-acceptance {
    background: #f0fdf4;
    border: 2px solid #2F7F76;
    padding: 24px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
}

.legal-acceptance p {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.05rem;
}

.legal-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #4b5563;
}

.legal-content ol li {
    margin-bottom: 10px;
}