/* =========================================
   PRIVACY POLICY PAGE
   Uses typography and variables from globle2.css
========================================= */

.privacy-hero-section {
    width: 100%;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px 0;
    background-image: url(../web-images/banner\ \(2\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #403e67;
    border-radius: 0px;
}


.privacy-hero-inner {
    width: var(--iner-container);
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.privacy-eyebrow {
    margin: 0 0 7px;
    color: #ffc875;
    font-weight: 600;
}

.privacy-hero-title {
    margin: 0;
    color: var(--text-wight);
    line-height: 1.1em;
    letter-spacing: -0.7px;
}

.privacy-hero-description {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--text-wight);
    line-height: 1.65em;
}

.privacy-breadcrumb {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255, 255, 255, 0.8);
}

.privacy-breadcrumb a {
    color: var(--text-wight);
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-breadcrumb a:hover {
    color: #ffc875;
}

.privacy-policy-section {
    width: 100%;
    padding: 70px 0 90px;
    background-color: #f7f2ec;
}

.privacy-policy-layout {
    width: var(--iner-container);
    max-width: var(--mein-container);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.privacy-policy-sidebar {
    width: 275px;
    flex: 0 0 275px;
}

.privacy-policy-menu {
    width: 100%;
    position: sticky;
    top: 20px;
    padding: 25px 22px;
    background-color: var(--text-wight);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.privacy-menu-title {
    margin: 0 0 16px;
    color: var(--text-black);
    font-weight: 600;
}

.privacy-menu-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.privacy-menu-links a {
    position: relative;
    padding: 9px 10px 9px 18px;
    color: #454545;
    text-decoration: none;
    border-radius: 8px;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        padding-left 0.3s ease;
}

.privacy-menu-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: var(--orange-col);
    border-radius: 50%;
    transform: translateY(-50%);
}

.privacy-menu-links a:hover {
    padding-left: 22px;
    color: var(--orange-col);
    background-color: rgba(255, 73, 0, 0.07);
}

.privacy-policy-card {
    min-width: 0;
    flex: 1;
    padding: 48px 52px;
    background-color: var(--text-wight);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.privacy-policy-intro {
    padding: 0 0 34px;
}

.privacy-updated {
    width: fit-content;
    margin: 0 0 15px;
    padding: 7px 14px;
    color: var(--orange-col);
    background-color: rgba(255, 73, 0, 0.08);
    border-radius: var(--border-red);
    font-weight: 600;
}

.privacy-content-block {
    padding: 34px 0;
    border-top: 1px solid #e6e1db;
    scroll-margin-top: 25px;
}

.privacy-section-heading {
    margin: 0 0 16px;
    color: var(--text-black);
    font-weight: 600;
    line-height: 1.2em;
}

.privacy-paragraph {
    margin: 0;
    color: #454545;
    line-height: 1.75em;
}

.privacy-paragraph + .privacy-paragraph {
    margin-top: 16px;
}

.privacy-list {
    margin: 19px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.privacy-list li {
    position: relative;
    padding-left: 28px;
    color: #454545;
    line-height: 1.65em;
}

.privacy-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--orange-col);
    font-weight: 700;
}

.privacy-contact-box {
    margin-top: 34px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
    background-color: #1e1e1e;
    border-radius: 20px;
    scroll-margin-top: 25px;
}

.privacy-contact-copy {
    max-width: 590px;
    flex: 1 1 480px;
}

.privacy-contact-label {
    margin: 0 0 6px;
    color: #ffc875;
    font-weight: 600;
}

.privacy-contact-heading {
    margin: 0;
    color: var(--text-wight);
    font-weight: 600;
}

.privacy-contact-text {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65em;
}

.privacy-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 0 1 265px;
}

.privacy-contact-link {
    width: 100%;
    padding: 12px 18px;
    color: var(--text-wight);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--border-red);
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.privacy-contact-link:hover {
    color: var(--text-wight);
    background-color: var(--orange-col);
    border-color: var(--orange-col);
    transform: translateY(-2px);
}

@media (max-width: 980px) {
    .privacy-hero-section {
        min-height: 280px;
        padding: 55px 0;
        border-radius: 0px;
    }

    .privacy-policy-section {
        padding: 55px 0 70px;
    }

    .privacy-policy-layout {
        gap: 24px;
    }

    .privacy-policy-sidebar {
        width: 235px;
        flex-basis: 235px;
    }

    .privacy-policy-menu {
        padding: 21px 17px;
        border-radius: 18px;
    }

    .privacy-menu-links a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .privacy-policy-card {
        padding: 40px 34px;
        border-radius: 25px;
    }

    .privacy-content-block {
        padding: 30px 0;
    }

    .privacy-contact-box {
        padding: 27px;
    }
}

@media (max-width: 767px) {
    .privacy-hero-section {
        min-height: auto;
        padding: 48px 0;
        border-radius: 0px;
    }

    .privacy-hero-description {
        max-width: 520px;
        margin-top: 14px;
    }

    .privacy-policy-section {
        padding: 40px 0 55px;
    }

    .privacy-policy-layout {
        width: var(--iner-container);
        flex-direction: column;
        gap: 25px;
    }

    .privacy-policy-sidebar {
        width: 100%;
        flex: none;
    }

    .privacy-policy-menu {
        position: static;
        padding: 20px;
    }

    .privacy-menu-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
    }

    .privacy-menu-links a {
        width: auto;
        padding: 8px 13px;
        background-color: #f7f2ec;
        border-radius: var(--border-red);
    }

    .privacy-menu-links a::before {
        content: none;
    }

    .privacy-menu-links a:hover {
        padding-left: 13px;
        color: var(--text-wight);
        background-color: var(--orange-col);
    }

    .privacy-policy-card {
        width: 100%;
        padding: 33px 24px;
        border-radius: 22px;
    }

    .privacy-policy-intro {
        padding-bottom: 27px;
    }

    .privacy-content-block {
        padding: 27px 0;
    }

    .privacy-contact-box {
        padding: 24px;
        align-items: flex-start;
    }

    .privacy-contact-actions {
        width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 480px) {
    .privacy-hero-section {
        padding: 42px 0;
        border-radius: 0px;
    }

    .privacy-hero-inner {
        width: 92%;
    }

    .privacy-breadcrumb {
        margin-top: 19px;
    }

    .privacy-policy-section {
        padding: 32px 0 45px;
    }

    .privacy-policy-layout {
        width: 92%;
    }

    .privacy-policy-menu {
        padding: 18px 15px;
        border-radius: 17px;
    }

    .privacy-menu-links a {
        padding: 7px 11px;
    }

    .privacy-menu-links a:hover {
        padding-left: 11px;
    }

    .privacy-policy-card {
        padding: 27px 18px;
        border-radius: 19px;
    }

    .privacy-updated {
        padding: 6px 11px;
    }

    .privacy-section-heading {
        margin-bottom: 13px;
    }

    .privacy-paragraph {
        line-height: 1.7em;
    }

    .privacy-list li {
        padding-left: 24px;
    }

    .privacy-contact-box {
        margin-top: 26px;
        padding: 21px 18px;
        border-radius: 17px;
    }

    .privacy-contact-link {
        padding: 11px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .privacy-breadcrumb a,
    .privacy-menu-links a,
    .privacy-contact-link {
        transition: none;
    }
}
