.legal-page {
    min-height: 60vh;
    padding: 3rem 0 4rem;
    background: #f8f9fa;
}

.legal-page .container {
    max-width: 800px;
}

.legal-page h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.legal-page .legal-updated {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.legal-page h2 {
    font-size: 1.25rem;
    margin: 2rem 0 0.75rem;
    color: #2c3e50;
}

.legal-page p,
.legal-page li {
    line-height: 1.7;
    color: #444;
    margin-bottom: 0.75rem;
}

.legal-page ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-header {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 0;
}

.legal-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.legal-header a.logo-link {
    font-size: 1.25rem;
    font-weight: 700;
    color: #667eea;
    text-decoration: none;
}

.legal-header nav a {
    margin-left: 1.25rem;
    color: #495057;
    text-decoration: none;
    font-size: 0.95rem;
}

.legal-header nav a:hover {
    color: #667eea;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0 2rem;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pricing-table th,
.pricing-table td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.pricing-table th {
    background: #667eea;
    color: white;
    font-weight: 600;
}

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

.pricing-highlight {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    margin: 0.5rem 0;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

.pricing-card h2 {
    margin-top: 0;
}
