/* Páginas institucionais (política de privacidade, etc.) */

.legal-page {
    position: relative;
    min-height: 70vh;
    padding: 200px 24px 80px;
    color: rgba(255, 255, 255, 0.9);
}

.legal-page__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(63, 166, 166, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(242, 86, 29, 0.06), transparent 50%),
        #07080c;
    z-index: 0;
    pointer-events: none;
}

.legal-page__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.legal-page__header {
    margin-bottom: 2rem;
}

.legal-page__title {
    margin: 0 0 0.75rem;
    font-family: "Syncopate", sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.legal-page__updated {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(63, 166, 166, 0.95);
}

.legal-page__lead {
    margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.legal-page__section {
    margin-bottom: 1.75rem;
}

.legal-page__section h2 {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3fa6a6;
    letter-spacing: 0.02em;
}

.legal-page__section p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.legal-page__section p:last-child {
    margin-bottom: 0;
}

.legal-page__rich p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.legal-page__rich p:last-child {
    margin-bottom: 0;
}

.legal-page__section a {
    color: #3fa6a6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-page__section a:hover {
    color: #f2561d;
}

@media (max-width: 600px) {
    .legal-page {
        padding: 188px 18px 64px;
    }
}
