/* ==========================================================================
   M98VIP - Legal Pages Styles
   Theme: Royal Purple & Gold VIP
   ========================================================================== */

/* Legal Content Container */
.legal-content {
    padding: 60px 20px 100px;
    background: linear-gradient(180deg, #0d0a1a 0%, #13102a 100%);
    min-height: 60vh;
}

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

/* Legal Header */
.legal-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(155, 89, 182, 0.2);
}

.legal-header h1 {
    font-family: 'Prompt', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
    background: linear-gradient(135deg, #ffd700 0%, #f1c40f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.legal-updated {
    font-size: 14px;
    color: #7a7793;
    margin: 0;
}

.legal-subtitle {
    font-size: 16px;
    color: #b8b5c9;
    margin: 10px 0 0;
}

/* Legal Body Content */
.legal-body {
    color: #b8b5c9;
    line-height: 1.8;
}

.legal-body section {
    margin-bottom: 40px;
}

.legal-body h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #9b59b6;
}

.legal-body h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffd700;
    margin: 24px 0 12px;
}

.legal-body h4 {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #b8b5c9;
    margin: 20px 0 10px;
}

.legal-body p {
    margin: 0 0 16px;
    font-size: 15px;
}

.legal-body ul,
.legal-body ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.legal-body li {
    margin-bottom: 8px;
    font-size: 15px;
}

.legal-body a {
    color: #9b59b6;
    text-decoration: none;
    transition: color 0.2s;
}

.legal-body a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.legal-body strong {
    font-weight: 600;
    color: #ffffff;
}

/* Visually Hidden (for screen readers) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-content {
        padding: 40px 16px 90px;
    }

    .legal-header h1 {
        font-size: 26px;
    }

    .legal-body h2 {
        font-size: 20px;
    }

    .legal-body h3 {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .legal-header h1 {
        font-size: 22px;
    }

    .legal-body h2 {
        font-size: 18px;
    }

    .legal-body p,
    .legal-body li {
        font-size: 14px;
    }
}
