/************************ privacy policy ************************/

.page_title {
    text-transform: uppercase;
}

.privacy_policy {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    color: #333;
    line-height: 1.85;
    text-align: left;
}

.privacy_intro {
    margin-bottom: 44px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 1.05rem;
}

.privacy_section {
    padding: 34px 0;
    border-bottom: 1px solid #E5E5E5;
}

.privacy_section h2 {
    position: relative;
    margin-bottom: 18px;
    padding-left: 18px;
    color: #8C1D13;
    font-family: 'Noto Serif';
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.45;
}

.privacy_section h2::before {
    content: "";
    position: absolute;
    top: 0.24em;
    left: 0;
    width: 4px;
    height: 1.1em;
    background: #8C1D13;
}

.privacy_section p + p {
    margin-top: 1em;
}

.privacy_section_last {
    border-bottom: none;
}

.privacy_action {
    display: flex;
    justify-content: center;
}

.privacy_contact_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    margin-top: 8px;
    padding: 14px 24px;
    border: 1.5px solid #8C1D13;
    color: #8C1D13;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.privacy_contact_link:hover {
    background: #8C1D13;
    color: #FFF;
}

.privacy_meta {
    margin-top: 24px;
    color: #888;
    font-size: 0.9rem;
    text-align: left;
}

@media (max-width: 768px) {
    .privacy_policy {
        line-height: 1.75;
    }

    .privacy_intro {
        margin-bottom: 28px;
        padding-bottom: 24px;
        font-size: 1rem;
    }

    .privacy_section {
        padding: 26px 0;
    }

    .privacy_section h2 {
        font-size: 1.25rem;
    }

    .privacy_contact_link {
        width: 100%;
        min-width: 0;
    }
}
