/* ── Privacy Hero ─────────────────────────────────────────── */
.privacy-hero {
    position: relative;
    background: linear-gradient(135deg, #2d1f1a 0%, #4a2f25 50%, #3d2519 100%);
    padding: 110px 0 70px;
    overflow: hidden;
    color: white;
    text-align: center;
}

.privacy-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 55% at 80% 40%, rgba(201,137,106,.18) 0%, transparent 65%),
        radial-gradient(ellipse 35% 50% at 10% 80%, rgba(138,102,85,.14) 0%, transparent 55%);
    pointer-events: none;
}

.privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.85);
    font-size: .78rem;
    font-weight: 500;
    padding: .45rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.4rem;
    font-family: 'Montserrat', sans-serif;
}

.privacy-badge svg { color: #e8b89a; }

.privacy-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 700;
    color: white;
    margin-bottom: .8rem;
    line-height: 1.15;
    position: relative;
    z-index: 2;
}

.privacy-hero h1 span {
    background: linear-gradient(135deg, #c9896a, #e8b89a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.privacy-hero p {
    color: rgba(255,255,255,.65);
    font-size: .95rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 2;
}

.privacy-hero-wave {
    position: absolute;
    bottom: -1px; left: 0;
    width: 100%; line-height: 0;
}

.privacy-hero-wave svg { width: 100%; height: 50px; }

/* ── Layout ───────────────────────────────────────────────── */
.privacy-layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 3rem;
    align-items: start;
}

/* ── TOC sidebar ──────────────────────────────────────────── */
.privacy-toc {
    position: sticky;
    top: 90px;
    background: white;
    border: 1px solid #ede5de;
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: 0 4px 18px rgba(44,31,26,.06);
}

.privacy-toc-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c9896a;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.privacy-toc ol {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.privacy-toc li { margin: 0; }

.privacy-toc a {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #6b5a52;
    text-decoration: none;
    line-height: 1.55;
    padding: .25rem 0;
    display: block;
    transition: color .2s ease;
}

.privacy-toc a:hover { color: #c9896a; }

/* ── Content ──────────────────────────────────────────────── */
.privacy-content { min-width: 0; }

.privacy-section {
    margin-bottom: 3rem;
    scroll-margin-top: 100px;
}

.section-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: .9rem;
    color: #c9896a;
    font-weight: 600;
    display: block;
    margin-bottom: .25rem;
    letter-spacing: .08em;
}

.privacy-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #2d1f1a;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #f0e8e2;
}

.privacy-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: .88rem;
    color: #6b5a52;
    line-height: 1.85;
    margin-bottom: .9rem;
}

.privacy-section ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    background: #faf7f4;
    border-radius: 14px;
    overflow: hidden;
}

.privacy-section ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: .87rem;
    color: #6b5a52;
    line-height: 1.7;
    padding: .75rem 1rem .75rem 2.6rem;
    position: relative;
    border-bottom: 1px solid #f0e8e2;
}

.privacy-section ul li:last-child { border-bottom: none; }

.privacy-section ul li::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px; height: 7px;
    background: linear-gradient(135deg, #c9896a, #8a6655);
    border-radius: 50%;
}

.privacy-highlight {
    background: linear-gradient(135deg, #fdf6ee 0%, #faf7f4 100%);
    border-left: 3px solid #c9896a;
    border-radius: 0 12px 12px 0;
    padding: 1.1rem 1.3rem;
    margin: 1rem 0;
}

.privacy-highlight p {
    margin: 0;
    font-size: .85rem !important;
    color: #5a4a42 !important;
}

.privacy-highlight strong { color: #2d1f1a; }

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e8ddd8, transparent);
    margin: 2.4rem 0;
}

/* ── Contact card ─────────────────────────────────────────── */
.privacy-contact-card {
    background: linear-gradient(135deg, #2d1f1a 0%, #4a2f25 100%);
    border-radius: 20px;
    padding: 2.4rem;
    text-align: center;
    margin-top: 1.4rem;
}

.privacy-contact-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    color: white;
    margin-bottom: .5rem;
}

.privacy-contact-card p {
    color: rgba(255,255,255,.6);
    font-size: .85rem !important;
    margin-bottom: 1.5rem;
}

.privacy-contact-card a.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: linear-gradient(135deg, #c9896a, #8a6655);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    padding: .85rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    letter-spacing: .03em;
}

.privacy-contact-card a.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201,137,106,.38);
    color: white;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
    .privacy-layout {
        grid-template-columns: 1fr;
        padding: 40px 20px 60px;
    }
    .privacy-toc { position: static; }
}

@media (max-width: 576px) {
    .privacy-hero { padding: 90px 0 60px; }
}
