/* ==========================================================================
   DESIGN SYSTEM: ViMary Aura - Página de Termos de Uso e Privacidade
   ========================================================================== */

.terms-wrapper {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 32px;
    padding: 46px 42px;
    box-shadow: 0 20px 50px -10px rgba(217, 85, 224, 0.16), 0 0 25px rgba(244, 114, 182, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    max-width: 820px;
    width: 100%;
    margin: 30px auto;
    color: #1e293b;
    box-sizing: border-box;
}

.terms-header {
    text-align: center;
    margin-bottom: 34px;
    border-bottom: 1.5px solid #f1f5f9;
    padding-bottom: 24px;
}

.terms-header .brand-logo {
    font-family: 'Libre Caslon Text', Georgia, serif;
    font-size: 2.9rem;
    font-weight: 700;
    color: #d955e0;
    margin-bottom: 4px;
    line-height: 1.1;
    cursor: pointer;
}

.terms-header h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0f172a;
    font-weight: 800;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.terms-header .terms-subtitle {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 500;
    margin: 0;
}

.terms-content {
    line-height: 1.8;
}

.terms-content .term-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 22px;
    margin-bottom: 18px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.terms-content .term-card:hover {
    box-shadow: 0 6px 20px rgba(217, 85, 224, 0.08);
    border-color: #f0abfc;
}

.terms-content h2 {
    color: #0f172a;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.terms-content h2 .term-icon {
    color: #d955e0;
    display: inline-flex;
}

.terms-content p {
    color: #475569;
    font-size: 0.94rem;
    margin-bottom: 10px;
    line-height: 1.7;
}

.terms-content ul {
    padding-left: 20px;
    margin-bottom: 8px;
    color: #475569;
    font-size: 0.94rem;
}

.terms-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.terms-content strong {
    color: #0f172a;
    font-weight: 600;
}

.terms-footer-actions {
    text-align: center;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1.5px solid #f1f5f9;
}

.btn-back-aura {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 32px;
    background-color: transparent;
    border: 1.8px solid #f0abfc;
    color: #d955e0;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-back-aura:hover {
    background-color: #fdf2f8;
    border-color: #d955e0;
    color: #a21caf;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(217, 85, 224, 0.18);
}

@media (max-width: 576px) {
    .terms-wrapper {
        padding: 30px 20px;
        border-radius: 26px;
    }

    .terms-header .brand-logo {
        font-size: 2.4rem;
    }

    .terms-header h1 {
        font-size: 1.3rem;
    }

    .terms-content .term-card {
        padding: 16px 14px;
    }
}
