/* Enhanced Privacy Policy Styles - LSEG Inspired Professional Typography */

/* Container improvements for better readability */
.page-privacy__container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #1a1a1a;
    text-align: left;
    letter-spacing: 0.01em;
}

/* Title styling */
.page-privacy__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0a0a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

/* Renewal date styling */
.page-privacy__renewal {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Introduction text */
.page-privacy__head-text {
    margin-bottom: 3rem;
}

.page-privacy__tex {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.25rem;
}

.page-privacy__tex::first-letter {
    padding-left: 0;
}

/* Main list styling */
.page-privacy__ol {
    list-style: none;
    counter-reset: section;
    padding-left: 0;
}

.page-privacy__ol > .page-privacy__li {
    margin-bottom: 3rem;
    padding-left: 0;
}

/* Section headings within list items */
.page-privacy__li > span {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Numbered list items */
.page-privacy__li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
    font-weight: 700;
    color: #f39324;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 0.75rem;
    padding-left: 0;
    padding-top: 0;
    vertical-align: baseline;
}

/* Paragraphs */
.page-privacy__p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
}

.page-privacy__p::first-letter {
    padding-left: 0;
}

/* Bold text within paragraphs and lists */
.page-privacy__p span,
.page-privacy__container span {
    font-weight: 600;
    color: #1a1a1a;
}

/* Unordered lists (bullet points) */
.page-privacy__body ul {
    list-style: none;
    padding-left: 0;
    margin: 1.25rem 0;
}

.page-privacy__body ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.875rem;
    line-height: 1.7;
}

.page-privacy__body ul li::before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    top: -0.25rem;
    color: #f39324;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.7;
}

/* Fix for nested numbering inside .page-privacy__ol */
.page-privacy__body .page-privacy__ol > li > ul {
    counter-reset: section;
}

.page-privacy__body .page-privacy__ol > li > ul > li {
    padding-left: 0;
}

.page-privacy__body .page-privacy__ol > li > ul > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
    position: static;
    font-size: inherit;
    margin-right: 0.5rem;
}

/* Deeply nested lists (3rd level and deeper) should use bullets */
.page-privacy__body .page-privacy__ol > li > ul > li ul {
    margin: 0.5rem 0 0.5rem 0;
}

.page-privacy__body .page-privacy__ol > li > ul > li ul li {
    position: relative;
    padding-left: 2.75rem;
    margin-bottom: 0.5rem;
}

.page-privacy__body .page-privacy__ol > li > ul > li ul li::before {
    content: "•";
    position: absolute;
    left: 1rem;
    top: -0.25rem;
    color: #f39324;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-right: 0;
    counter-increment: none;
}

/* Nested lists */
.page-privacy__ol .page-privacy__ol {
    margin-top: 1rem;
    margin-left: 2rem;
}

.page-privacy__ul li {
    position: relative;
    padding-left: 2.75rem !important;
    margin-bottom: 0.5rem !important;
}

.page-privacy__ul li::before {
    content: "•" !important;
    position: absolute !important;
    left: 1rem !important;
    top: -0.25rem !important;
    color: rgb(243, 147, 36) !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    margin-right: 0px !important;
    counter-increment: none !important;
}

/* Responsive typography */
@media (max-width: 768px) {
    .page-privacy__container {
        font-size: 1rem;
        padding: 6.375rem 1.25rem 0;
    }

    .page-privacy__title {
        font-size: 1.875rem;
    }

    .page-privacy__li > span {
        font-size: 1.375rem;
    }

    .page-privacy__renewal {
        font-size: 0.9375rem;
    }
}

/* Print styles */
@media print {
    .page-privacy__container {
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
    }

    .page-privacy__title {
        font-size: 18pt;
    }

    .page-privacy__li > span {
        font-size: 14pt;
    }
}

/* Improved spacing for better scanability */
.page-privacy__body {
    margin-top: 2rem;
}

/* Section spacing */
.page-privacy__li + .page-privacy__li {
    border-top: 1px solid #e5e5e5;
    padding-top: 2.5rem;
}

/* Link styling if needed */
.page-privacy__container a {
    color: #f39324;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.page-privacy__container a:hover {
    border-bottom-color: #f39324;
}
