.page-privacy-policy {
    color: #333333; /* Default text color for light body background */
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.page-privacy-policy__hero-section {
    background-color: #0A2463; /* Main brand color */
    color: #ffffff;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-privacy-policy__hero-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.page-privacy-policy__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E3B505; /* Accent color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.page-privacy-policy__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-privacy-policy__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-privacy-policy__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-privacy-policy__btn--primary {
    background-color: #E3B505; /* Accent color */
    color: #0A2463; /* Main brand color */
    box-shadow: 0 4px 15px rgba(227, 181, 5, 0.4);
}

.page-privacy-policy__btn--primary:hover {
    background-color: #f5cb42;
    transform: translateY(-3px);
}

.page-privacy-policy__btn--secondary {
    background-color: transparent;
    color: #E3B505;
    border: 2px solid #E3B505;
    box-shadow: 0 4px 10px rgba(227, 181, 5, 0.2);
}

.page-privacy-policy__btn--secondary:hover {
    background-color: rgba(227, 181, 5, 0.1);
    transform: translateY(-3px);
}

.page-privacy-policy__content-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.page-privacy-policy__article {
    flex: 3;
    min-width: 600px;
    padding-right: 20px;
}

.page-privacy-policy__sidebar {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-privacy-policy__article-heading {
    font-size: 2.2em;
    color: #0A2463; /* Main brand color */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E3B505;
    padding-bottom: 10px;
}

.page-privacy-policy__sub-heading {
    font-size: 1.6em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-privacy-policy__article p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-privacy-policy__article ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-privacy-policy__article ul li {
    margin-bottom: 8px;
}

.page-privacy-policy__article a {
    color: #0A2463;
    text-decoration: underline;
    font-weight: bold;
}

.page-privacy-policy__article a:hover {
    color: #E3B505;
}

.page-privacy-policy__sidebar-card {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-privacy-policy__sidebar-card--promo {
    background-color: #0A2463;
    color: #ffffff;
    text-align: center;
    padding: 30px;
}

.page-privacy-policy__sidebar-card--promo .page-privacy-policy__sidebar-title {
    color: #E3B505;
    margin-bottom: 15px;
}

.page-privacy-policy__sidebar-card--promo p {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.page-privacy-policy__sidebar-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3B505;
    padding-bottom: 10px;
}

.page-privacy-policy__sidebar-list {
    list-style-type: none;
    padding: 0;
}

.page-privacy-policy__sidebar-list li {
    margin-bottom: 10px;
}

.page-privacy-policy__sidebar-list a {
    color: #333333;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.page-privacy-policy__sidebar-list a:hover {
    color: #0A2463;
    padding-left: 10px;
}

.page-privacy-policy__btn--sidebar {
    background-color: #E3B505;
    color: #0A2463;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(227, 181, 5, 0.3);
}

.page-privacy-policy__btn--sidebar:hover {
    background-color: #f5cb42;
    transform: translateY(-2px);
}

.page-privacy-policy__cta-block {
    background-color: #f0f8ff;
    border-left: 5px solid #0A2463;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.page-privacy-policy__cta-block p {
    margin: 0;
    font-size: 1.15em;
    color: #0A2463;
    font-weight: 600;
}

.page-privacy-policy__cta-section {
    background-color: #0A2463;
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    margin-top: 60px;
}

.page-privacy-policy__cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-privacy-policy__cta-heading {
    font-size: 2.8em;
    color: #E3B505;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-privacy-policy__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
}

.page-privacy-policy__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
    background-color: #E3B505;
    color: #0A2463;
    box-shadow: 0 6px 20px rgba(227, 181, 5, 0.5);
}

.page-privacy-policy__btn--large:hover {
    background-color: #f5cb42;
    transform: translateY(-4px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-privacy-policy__article {
        min-width: auto;
        flex: 2;
        padding-right: 0;
    }
    .page-privacy-policy__sidebar {
        min-width: auto;
        flex: 1;
    }
}

@media (max-width: 768px) {
    .page-privacy-policy__hero-title {
        font-size: 2.5em;
    }
    .page-privacy-policy__hero-description {
        font-size: 1em;
    }
    .page-privacy-policy__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-privacy-policy__btn {
        width: 80%;
        max-width: 300px;
    }
    .page-privacy-policy__content-area {
        flex-direction: column;
        margin: 20px auto;
        padding: 15px;
    }
    .page-privacy-policy__article {
        padding-right: 0;
    }
    .page-privacy-policy__article-heading {
        font-size: 1.8em;
    }
    .page-privacy-policy__sub-heading {
        font-size: 1.4em;
    }
    .page-privacy-policy__sidebar {
        max-width: 100%;
    }
    .page-privacy-policy__cta-heading {
        font-size: 2em;
    }
    .page-privacy-policy__cta-description {
        font-size: 1.1em;
    }
    .page-privacy-policy__btn--large {
        width: 80%;
        max-width: 300px;
    }
    /* Ensure images in content area are responsive and not too small */
    .page-privacy-policy img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-privacy-policy__hero-title {
        font-size: 2em;
    }
    .page-privacy-policy__btn {
        width: 90%;
    }
    .page-privacy-policy__cta-heading {
        font-size: 1.8em;
    }
    .page-privacy-policy__btn--large {
        width: 90%;
    }
}

/* Image size constraint check for content area - ensure images are not too small */
.page-privacy-policy__article img,
.page-privacy-policy__sidebar img {
    min-width: 200px;
    min-height: 200px;
    object-fit: cover; /* Ensure images fill their space without distortion */
}

/* No filter property allowed for images */
.page-privacy-policy img {
    filter: none; /* Explicitly ensure no filters are applied */
}