/* ====================================
   Privacy Policy – Noorzad Properties
======================================= */

.privacy-policy-page {
    background-color: #000;
    color: #fff;
    font-family: 'Optima', 'Jost', Arial, sans-serif;
}

.privacy-policy-page .tc-navbar-st1 {
    z-index: 1050;
}

/* Hero */
.privacy-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    isolation: isolate;
}

.privacy-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('assets/img/bg-main.jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.privacy-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.privacy-hero-title {
    font-family: 'Optima', 'Jost', Arial, sans-serif;
    font-weight: 400;
    font-size: var(--nz-heading-hero);
    letter-spacing: 4px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding: 140px 6vw 80px;
}

/* Content */
.privacy-main {
    background-color: #000;
    padding: 60px 0 100px;
}

.privacy-content {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 6vw 0 6vw;
    text-align: left;
}

.privacy-section + .privacy-section {
    margin-top: 48px;
}

.privacy-section h2 {
    font-family: 'Optima', 'Jost', Arial, sans-serif;
    font-weight: 400;
    font-size: var(--nz-heading-section);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    text-align: left;
}

.privacy-section p {
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.75;
    color: #fff;
    margin: 0;
    text-align: left;
}

.privacy-section p + p {
    margin-top: 18px;
}

.privacy-section a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-section a:hover {
    color: var(--cr-gold1, #c9a96e);
}

@media screen and (max-width: 767px) {
    .privacy-hero {
        min-height: 320px;
    }

    .privacy-hero-title {
        padding: 120px 5vw 60px;
        letter-spacing: 2px;
    }

    .privacy-main {
        padding: 40px 0 80px;
    }

    .privacy-section + .privacy-section {
        margin-top: 36px;
    }
}
