/* Privacy Policy Page Styles */
.privacy-page {
    padding: 140px 0 80px;
    position: relative;
}

.privacy-page__header {
    text-align: center;
    margin-bottom: 3rem;
}

.privacy-page__header .section-title {
    margin-top: 1rem;
}

.privacy-page__updated {
    margin-top: 1.5rem;
    color: #7a7569;
    font-size: 0.95rem;
    font-style: italic;
}

.privacy-page__content {
    max-width: 820px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(221, 214, 200, 0.6);
    border-radius: 12px;
    padding: 3rem 2.5rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 2;
}

.privacy-page__content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(233, 148, 32, 0.25);
}

.privacy-page__content h2:first-child {
    margin-top: 0;
}

.privacy-page__content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.privacy-page__content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.privacy-page__content p {
    color: #3a3a3a;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.privacy-page__content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.privacy-page__content li {
    color: #3a3a3a;
    line-height: 1.75;
    margin-bottom: 0.5rem;
}

.privacy-page__content li p {
    margin-bottom: 0.5rem;
}

.privacy-page__content strong {
    color: #2a2a2a;
    font-weight: 600;
}

.privacy-page__content a {
    color: #0b76da;
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 118, 218, 0.3);
    transition: border-color 0.2s ease;
}

.privacy-page__content a:hover {
    border-bottom-color: #0b76da;
}

.footer-bottom a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .privacy-page {
        padding: 110px 0 60px;
    }

    .privacy-page__content {
        padding: 2rem 1.25rem;
    }

    .privacy-page__content h2 {
        font-size: 1.4rem;
    }

    .privacy-page__content h3 {
        font-size: 1.15rem;
    }

    .privacy-page__content h4 {
        font-size: 1.05rem;
    }
}
