.legal-page {
    padding: 8rem 0 6rem;
    position: relative;
    z-index: 1;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out;
}

h1.legal-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #0058a3;
    -webkit-text-fill-color: #0058a3;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.legal-updated {
    font-size: 0.9rem;
    opacity: 0.5;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dddddd;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.legal-section h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 1.5rem 0 0.75rem;
}

.legal-section p {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.legal-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.legal-section li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 0.4rem;
}

.legal-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.legal-section a {
    color: var(--primary);
    text-decoration: underline;
}

.legal-section a:hover {
    color: #0058a3;
}

.legal-section strong {
    color: #0058a3;
    opacity: 1;
}
