/* Legal Pages Styles - Terms & Privacy */

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 20px 80px;
}

.legal-content {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 60px 56px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.legal-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.legal-last-updated {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-section {
    margin-bottom: 48px;
}

.legal-section:last-of-type {
    margin-bottom: 0;
}

.legal-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.legal-section:first-of-type h2 {
    margin-top: 0;
}

.legal-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 16px;
    margin-top: 32px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.legal-section p {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 28px;
    list-style-type: disc;
}

.legal-section li {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 8px;
}

.legal-section li:last-child {
    margin-bottom: 0;
}

.legal-section li strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.legal-link {
    color: #5b9aff;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.legal-link:hover {
    color: #7db0ff;
    border-bottom-color: #7db0ff;
}

.legal-link:focus {
    outline: 2px solid #5b9aff;
    outline-offset: 2px;
    border-radius: 2px;
}

.legal-acknowledgment {
    margin-top: 56px;
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(91, 154, 255, 0.06) 0%, rgba(91, 154, 255, 0.02) 100%);
    border: 1px solid rgba(91, 154, 255, 0.15);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center;
}

.legal-acknowledgment strong {
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* Contact Information Styling */
.legal-section p strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .legal-container {
        padding: 90px 32px 70px;
    }

    .legal-content {
        padding: 48px 40px;
    }

    .legal-title {
        font-size: 42px;
    }

    .legal-section h2 {
        font-size: 26px;
    }

    .legal-section h3 {
        font-size: 19px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .legal-container {
        padding: 80px 24px 60px;
    }

    .legal-content {
        padding: 40px 32px;
        border-radius: 12px;
    }

    .legal-title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .legal-last-updated {
        font-size: 13px;
        margin-bottom: 40px;
        padding-bottom: 24px;
    }

    .legal-section {
        margin-bottom: 40px;
    }

    .legal-section h2 {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 32px;
    }

    .legal-section h3 {
        font-size: 18px;
        margin-bottom: 14px;
        margin-top: 24px;
    }

    .legal-section p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .legal-section ul {
        padding-left: 24px;
        margin-bottom: 18px;
    }

    .legal-section li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 4px;
    }

    .legal-acknowledgment {
        margin-top: 48px;
        padding: 24px 24px;
        font-size: 14px !important;
        border-radius: 10px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .legal-container {
        padding: 70px 16px 50px;
    }

    .legal-content {
        padding: 32px 24px;
        border-radius: 10px;
    }

    .legal-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .legal-section h2 {
        font-size: 22px;
        margin-top: 28px;
    }

    .legal-section h3 {
        font-size: 17px;
        margin-top: 20px;
    }

    .legal-section p,
    .legal-section li {
        font-size: 14px;
    }

    .legal-acknowledgment {
        padding: 20px 20px;
        margin-top: 40px;
        font-size: 13px !important;
    }
}

/* Print Styles */
@media print {
    .legal-container {
        max-width: 100%;
        padding: 0;
    }

    .legal-content {
        background: white;
        border: none;
        box-shadow: none;
        padding: 20px;
    }

    .legal-title,
    .legal-section h2,
    .legal-section h3,
    .legal-section p,
    .legal-section li {
        color: #000;
    }

    .legal-last-updated {
        color: #666;
    }

    .legal-link {
        color: #0066cc;
        text-decoration: underline;
    }

    .legal-acknowledgment {
        background: #f5f5f5;
        border: 1px solid #ccc;
        color: #000 !important;
    }
}

/* Smooth Scrolling for Legal Pages */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background-color: rgba(91, 154, 255, 0.3);
    color: #ffffff;
}

::-moz-selection {
    background-color: rgba(91, 154, 255, 0.3);
    color: #ffffff;
}
