.privacy-page-modern {
    --privacy-ink: #0b0d0f;
    --privacy-navy: #071521;
    --privacy-gold: #c79b55;
    --privacy-gold-soft: #e2c58f;
    --privacy-paper: #f7f5ef;
    --privacy-white: #ffffff;
    --privacy-muted: #777b80;
    --privacy-line: rgba(11, 13, 15, .10);
    min-height: 100vh;
    background: var(--privacy-white);
    color: var(--privacy-ink);
}


.privacy-page-modern .site-header,
.privacy-page-modern .site-header.is-scrolled,
.privacy-page-modern .site-header:not(.is-scrolled) {
    background: #ffffff !important;
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, .10) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);

}

.privacy-page-modern .site-header .main-nav a,
.privacy-page-modern .site-header:not(.is-scrolled) .main-nav a,
.privacy-page-modern .site-header.is-scrolled .main-nav a {

    font-size: 16px;
    color: #000000 !important;

}

.privacy-page-modern .site-header .main-nav a:hover {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}

.privacy-page-modern .site-header .header-phone {
    color: rgba(255, 255, 255, .68) !important;
}

.privacy-page-modern .site-header .header-book-btn {
    background: #fff !important;
    border-color: #fff !important;
    color: #0b0d0f !important;
    -webkit-text-fill-color: #0b0d0f !important;
}

.privacy-page-modern .site-header .mobile-menu-button {
    border-color: rgba(255, 255, 255, .25) !important;
}

.privacy-page-modern .site-header .mobile-menu-button span {
    background: #fff !important;
}

.privacy-hero {
    position: relative;
    min-height: 470px;
    padding-top: 76px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #06080a;
}

.privacy-hero-media,
.privacy-hero-overlay {
    position: absolute;
    inset: 0;
}

.privacy-hero-media {
    z-index: -3;
    background-image: url('../images/home-page-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 52%;
    transform: scale(1.03);
}

.privacy-hero-overlay {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(3, 5, 7, .56), rgba(3, 5, 7, .78)),
        linear-gradient(90deg, rgba(3, 5, 7, .74), rgba(3, 5, 7, .38), rgba(3, 5, 7, .62));
}

.privacy-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(180deg, transparent, rgba(3, 5, 7, .62));
    pointer-events: none;
}

.privacy-hero-inner {
    padding: 58px 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.privacy-hero-kicker {
    margin-bottom: 20px;
    color: var(--privacy-gold-soft);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    margin: 0;
    font-family: Manrope, 'DM Sans', sans-serif;
    font-size: clamp(58px, 7vw, 108px);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -.06em;
}

.privacy-breadcrumb {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
}

.privacy-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.privacy-breadcrumb a:hover {
    color: var(--privacy-gold-soft);
}


.privacy-content-section {
    padding: 105px 0 120px;
    background:
        linear-gradient(rgba(11, 13, 15, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 13, 15, .025) 1px, transparent 1px),
        #fff;
    background-size: 72px 72px;
}

.privacy-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: clamp(45px, 7vw, 100px);
}


.privacy-sidebar {
    position: relative;
}

.privacy-sidebar-card {
    position: sticky;
    top: 105px;
    padding: 25px 20px 22px;
    border: 1px solid var(--privacy-line);
    border-radius: 18px;
    background: rgba(247, 245, 239, .76);
    box-shadow: 0 18px 50px rgba(8, 10, 12, .05);
}

.privacy-sidebar-label {
    display: block;
    margin-bottom: 16px;
    color: #aaa7a0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.privacy-sidebar nav {
    display: grid;
}

.privacy-sidebar nav a {
    position: relative;
    padding: 9px 10px 9px 14px;
    border-radius: 9px;
    color: #666b70;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: .2s ease;
}

.privacy-sidebar nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--privacy-gold);
    transform: translateY(-50%);
    opacity: .55;
}

.privacy-sidebar nav a:hover {
    padding-left: 18px;
    background: rgba(199, 155, 85, .09);
    color: var(--privacy-ink);
}


.privacy-policy-card {
    min-width: 0;
    padding: clamp(34px, 5vw, 72px);
    border: 1px solid var(--privacy-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 30px 90px rgba(8, 10, 12, .08);
}

.privacy-policy-intro {
    padding-bottom: 46px;
    border-bottom: 1px solid var(--privacy-line);
}

.privacy-section-eyebrow {
    margin-bottom: 16px;
    color: var(--privacy-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.privacy-policy-intro h2 {
    max-width: 760px;
    margin: 0;
    font-family: Manrope, 'DM Sans', sans-serif;
    font-size: clamp(35px, 4.2vw, 62px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.045em;
}

.privacy-policy-intro>p:not(.privacy-section-eyebrow) {
    max-width: 800px;
    margin-top: 25px;
    color: #666a6e;
    font-size: 15px;
    line-height: 1.85;
}

.privacy-updated {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 13px;
    border: 1px solid rgba(199, 155, 85, .22);
    border-radius: 999px;
    background: rgba(199, 155, 85, .07);
}

.privacy-updated span {
    color: #96989a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.privacy-updated strong {
    color: #34373a;
    font-size: 10px;
}


.privacy-policy-section {
    position: relative;
    padding: 48px 0 46px;
    border-bottom: 1px solid var(--privacy-line);
    scroll-margin-top: 110px;
}

.privacy-section-number {
    position: absolute;
    top: 52px;
    right: 0;
    color: rgba(199, 155, 85, .55);
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: .1em;
}

.privacy-policy-section h3 {
    max-width: calc(100% - 55px);
    margin: 0 0 18px;
    color: #151719;
    font-family: Manrope, 'DM Sans', sans-serif;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.privacy-policy-section p {
    max-width: 850px;
    color: #6e7276;
    font-size: 14px;
    line-height: 1.85;
}

.privacy-policy-section p+p {
    margin-top: 16px;
}

.privacy-policy-section ul {
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.privacy-policy-section li {
    position: relative;
    padding-left: 24px;
    color: #62666a;
    font-size: 14px;
    line-height: 1.7;
}

.privacy-policy-section li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 2px;
    width: 6px;
    height: 6px;
    border: 1px solid var(--privacy-gold);
    transform: rotate(45deg);
}

.privacy-contact-section {
    border-bottom: 0;
    padding-bottom: 18px;
}

.privacy-contact-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.privacy-contact-grid>* {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--privacy-line);
    border-radius: 14px;
    background: var(--privacy-paper);
    text-decoration: none;
}

.privacy-contact-grid span {
    display: block;
    margin-bottom: 7px;
    color: #9a9c9e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.privacy-contact-grid strong {
    display: block;
    overflow-wrap: anywhere;
    color: #181b1e;
    font-size: 12px;
    line-height: 1.45;
}

a.privacy-contact-grid>* {
    transition: .2s ease;
}

.privacy-contact-grid a:hover {
    border-color: rgba(199, 155, 85, .38);
    transform: translateY(-2px);
}

.privacy-note {
    margin-top: 36px;
    padding: 21px 22px;
    border-left: 3px solid var(--privacy-gold);
    border-radius: 0 12px 12px 0;
    background: #faf7f0;
}

.privacy-note strong {
    display: block;
    margin-bottom: 7px;
    color: #2b2e31;
    font-size: 12px;
}

.privacy-note p {
    color: #74777a;
    font-size: 12px;
    line-height: 1.65;
}


.privacy-cta {
    padding: 72px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(199, 155, 85, .15), transparent 32%),
        #071521;
    color: #fff;
}

.privacy-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.privacy-cta-inner>div>span {
    color: var(--privacy-gold-soft);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.privacy-cta h2 {
    max-width: 700px;
    margin-top: 9px;
    font-family: Manrope, 'DM Sans', sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.privacy-cta-inner>a {
    min-width: 190px;
    min-height: 52px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 999px;
    background: var(--privacy-gold);
    color: #071521;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: .24s ease;
}

.privacy-cta-inner>a:hover {
    background: var(--privacy-gold-soft);
    transform: translateY(-3px);
}


.privacy-page-modern .site-footer .reveal {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.privacy-page-modern .footer-legal a[aria-current="page"] {
    color: var(--privacy-gold-light, #e5c78f);
}


@media (max-width: 1100px) {
    .privacy-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 34px;
    }

    .privacy-policy-card {
        padding: 42px;
    }

    .privacy-contact-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 900px) {

    .privacy-page-modern .site-header,
    .privacy-page-modern .site-header.is-scrolled,
    .privacy-page-modern .site-header:not(.is-scrolled) {
        overflow: visible !important;
    }

    .privacy-page-modern .main-nav {
        background: rgba(255, 255, 255, .98) !important;
    }

    .privacy-page-modern .site-header .main-nav a,
    .privacy-page-modern .site-header.is-scrolled .main-nav a,
    .privacy-page-modern .site-header:not(.is-scrolled) .main-nav a {
        color: #1d2023 !important;
        -webkit-text-fill-color: #1d2023 !important;
    }

    .privacy-page-modern .site-header .main-nav a:hover {
        color: #0b0d0f !important;
        -webkit-text-fill-color: #0b0d0f !important;
    }

    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-sidebar {
        display: none;
    }

    .privacy-content-section {
        padding: 68px 0 80px;
    }
}


@media (max-width: 700px) {
    .privacy-hero {
        min-height: 390px;
    }

    .privacy-hero-inner {
        padding: 40px 0 32px;
    }

    .privacy-hero h1 {
        font-size: clamp(48px, 15vw, 78px);
    }

    .privacy-hero-kicker {
        font-size: 8px;
        letter-spacing: .18em;
    }

    .privacy-content-section {
        padding: 45px 0 62px;
        background-size: 50px 50px;
    }

    .privacy-policy-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .privacy-policy-intro {
        padding-bottom: 34px;
    }

    .privacy-policy-intro h2 {
        font-size: clamp(32px, 9vw, 46px);
    }

    .privacy-policy-intro>p:not(.privacy-section-eyebrow) {
        font-size: 14px;
        line-height: 1.72;
    }

    .privacy-policy-section {
        padding: 38px 0 36px;
    }

    .privacy-section-number {
        top: 42px;
    }

    .privacy-policy-section h3 {
        font-size: 23px;
    }

    .privacy-policy-section p,
    .privacy-policy-section li {
        font-size: 13px;
    }

    .privacy-cta {
        padding: 55px 0;
    }

    .privacy-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .privacy-cta-inner>a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .privacy-hero {
        min-height: 350px;
    }

    .privacy-breadcrumb {
        margin-top: 21px;
        font-size: 10px;
    }

    .privacy-policy-card {
        padding: 24px 17px;
    }

    .privacy-updated {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 14px;
    }

    .privacy-section-number {
        position: static;
        display: inline-block;
        margin-bottom: 9px;
    }

    .privacy-policy-section h3 {
        max-width: 100%;
    }
}