/* Privacy policy — rich gold/glass composition */

.privacy-page {
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px 4px 48px;
}

@keyframes privacy-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.privacy-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin: 0 0 28px;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    border-radius: 28px;
    border: 1px solid rgba(218, 178, 93, 0.32);
    background:
        linear-gradient(135deg, rgba(218, 178, 93, 0.14), transparent 48%),
        var(--glass-bg, rgba(8, 40, 44, 0.4));
    box-shadow: var(--glass-shadow, 0 18px 42px rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: privacy-fade-up 0.65s ease-out both;
}

.privacy-hero__glow {
    position: absolute;
    inset: -30% auto auto -10%;
    width: min(520px, 80%);
    height: min(520px, 80%);
    background: radial-gradient(circle, rgba(218, 178, 93, 0.28), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.privacy-hero > *:not(.privacy-hero__glow) {
    position: relative;
    z-index: 1;
}

.privacy-hero__eyebrow {
    margin: 0 0 8px;
    color: var(--primary-color, #dab25d);
    font-family: 'Kalameh', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
}

.privacy-hero__title {
    margin: 0 0 12px;
    font-family: 'Kalameh', sans-serif;
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    line-height: 1.35;
    color: var(--text-heading, var(--text-primary));
}

.privacy-hero__lead {
    margin: 0 0 1.15rem;
    max-width: 46rem;
    color: var(--text-secondary);
    font-family: 'Kalameh', sans-serif;
    font-size: 1.05rem;
    line-height: 1.95;
}

.privacy-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-trust li {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(218, 178, 93, 0.35);
    background: rgba(218, 178, 93, 0.1);
    color: var(--primary-color, #dab25d);
    font-family: 'Kalameh', sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
}

.privacy-layout {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 1.25rem 1.5rem;
    align-items: start;
}

.privacy-toc {
    position: sticky;
    top: calc(var(--site-header-offset, 72px) + 12px);
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid rgba(218, 178, 93, 0.22);
    background: var(--glass-bg, rgba(8, 40, 44, 0.35));
    backdrop-filter: blur(10px);
}

.privacy-toc__title {
    margin: 0 0 0.65rem;
    color: var(--primary-color, #dab25d);
    font-family: 'Kalameh', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

.privacy-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.privacy-toc a {
    display: block;
    padding: 0.35rem 0.45rem;
    border-radius: 8px;
    color: var(--text-secondary);
    font-family: 'Kalameh', sans-serif;
    font-size: 0.88rem;
    line-height: 1.5;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.privacy-toc a:hover {
    color: var(--primary-color, #dab25d);
    background: rgba(218, 178, 93, 0.1);
}

.privacy-body {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.privacy-section {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
    padding: 1.15rem 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(218, 178, 93, 0.2);
    background: rgba(0, 0, 0, 0.12);
    animation: privacy-fade-up 0.55s ease-out both;
}

.privacy-section:nth-child(2) { animation-delay: 0.05s; }
.privacy-section:nth-child(3) { animation-delay: 0.09s; }
.privacy-section:nth-child(4) { animation-delay: 0.13s; }
.privacy-section:nth-child(5) { animation-delay: 0.17s; }
.privacy-section:nth-child(6) { animation-delay: 0.21s; }
.privacy-section:nth-child(7) { animation-delay: 0.25s; }

.privacy-section__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(218, 178, 93, 0.32), rgba(218, 178, 93, 0.08));
    color: var(--primary-color, #dab25d);
    font-family: 'Kalameh', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
}

.privacy-section h2 {
    margin: 0 0 0.55rem;
    font-family: 'Kalameh', sans-serif;
    font-size: 1.12rem;
    font-weight: 750;
    color: var(--text-heading, var(--text-primary));
}

.privacy-section p {
    margin: 0 0 0.65rem;
    color: var(--text-secondary);
    font-family: 'Kalameh', sans-serif;
    font-size: 0.98rem;
    line-height: 1.95;
}

.privacy-list {
    margin: 0.35rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.privacy-list li {
    position: relative;
    padding: 0.65rem 0.85rem;
    padding-inline-start: 1.7rem;
    border-radius: 12px;
    border: 1px solid rgba(218, 178, 93, 0.14);
    background: rgba(218, 178, 93, 0.05);
    color: var(--text-secondary);
    font-family: 'Kalameh', sans-serif;
    line-height: 1.75;
    font-size: 0.95rem;
}

.privacy-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0.7rem;
    top: 1rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--primary-color, #dab25d);
    box-shadow: 0 0 0 3px rgba(218, 178, 93, 0.18);
}

.privacy-section--cta {
    border-color: rgba(218, 178, 93, 0.45);
    background:
        linear-gradient(120deg, rgba(218, 178, 93, 0.14), transparent 55%),
        rgba(0, 0, 0, 0.16);
}

.privacy-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.privacy-mail,
.privacy-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 1.1rem;
    border-radius: 12px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.privacy-mail {
    color: #1a1510;
    background: linear-gradient(145deg, #e6c87a, #dab25d 55%, #c49a45);
    box-shadow: 0 8px 20px rgba(218, 178, 93, 0.28);
}

.privacy-about-btn {
    color: var(--primary-color, #dab25d);
    border: 1px solid rgba(218, 178, 93, 0.4);
    background: rgba(218, 178, 93, 0.08);
}

.privacy-mail:hover,
.privacy-about-btn:hover {
    transform: translateY(-1px);
}

.privacy-updated {
    margin: 0.35rem 0 0;
    color: var(--text-muted, var(--text-secondary));
    font-family: 'Kalameh', sans-serif;
    font-size: 0.86rem;
    opacity: 0.85;
    text-align: center;
}

@media (max-width: 900px) {
    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-toc {
        position: static;
        display: none;
    }
}

@media (max-width: 560px) {
    .privacy-section {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .privacy-hero__lead,
    .privacy-section p {
        text-align: right;
    }
}
