:root {
    --bg-dark: #121212;
    --bg-light: #1a1a1a;
    --text-white: #e0e0e0;
    --text-grey: #a0a0a0;
    --primary-yellow: #FBC02D;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.main-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.static-page-card {
    background-color: var(--bg-light);
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-title {
    font-size: 2.5rem;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    text-align: left;
    font-weight: 700;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--text-grey);
    margin-bottom: 2.5rem;
}

.static-section {
    margin-bottom: 2rem;
}

.static-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-yellow);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.static-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
}

.static-section ul,
.static-section ol {
    padding-left: 1.5rem;
    color: var(--text-grey);
}

.static-section ul li {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
    position: relative;
    list-style: none;
    padding-left: 1.5rem; 
}

.static-section ul li::before {
    content: '–';
    color: var(--text-white);
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
}

.static-section ol li {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
}

.faq-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--text-grey);
}

.faq-question {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--primary-yellow);
    margin-bottom: 0.5rem;
}

.faq-answer {
    font-size: 1rem;
    color: var(--text-grey);
}


.main-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.privacy-policy-card {
    background-color: var(--bg-light);
    padding: 2.5rem; 
}

.page-title {
    font-size: 2.5rem;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    text-align: left;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--text-grey);
    margin-bottom: 2.5rem;
}

.policy-section {
    margin-bottom: 2rem;
}

.policy-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-yellow); 
    margin-bottom: 1rem;
}

.policy-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
}

.policy-section ul {
    list-style: none; 
    padding-left: 0;
}

.policy-section ul li {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem; 
}

.policy-section ul li::before {
    content: '-';
    color: var(--text-white);
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem; 
}

@media (max-width: 768px) {

.static-page-card {
    background-color: var(--bg-light);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-title {
    font-size: 2rem;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    text-align: left;
    font-weight: 700;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--text-grey);
    margin-bottom: 2.5rem;
}

.static-section {
    margin-bottom: 2rem;
}

.static-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-yellow);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.static-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
}

.static-section ul,
.static-section ol {
    padding-left: 1.5rem;
    color: var(--text-grey);
}

.static-section ul li {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
    position: relative;
    list-style: none; 
    padding-left: 1.5rem; 
}

.static-section ul li::before {
    content: '–';
    color: var(--text-white);
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
}

.static-section ol li {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
}

.faq-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--text-grey);
}

.faq-question {
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-yellow);
    margin-bottom: 0.5rem;
}

.faq-answer {
    font-size: 1rem;
    color: var(--text-grey);
}


.main-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.privacy-policy-card {
    background-color: var(--bg-light);
    padding: 1.5rem;
}

.page-title {
    font-size: 2.5rem;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    text-align: left;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--text-grey);
    margin-bottom: 2.5rem;
}

.policy-section {
    margin-bottom: 2rem;
}

.policy-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-yellow); 
    margin-bottom: 1rem;
}

.policy-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.policy-section ul {
    list-style: none; 
    padding-left: 0;
}

.policy-section ul li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem; 
}

.policy-section ul li::before {
    content: '-';
    color: var(--text-white);
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem; 
}
}