.elementor-3 .elementor-element.elementor-element-236227c1{--display:flex;}.elementor-3 .elementor-element.elementor-element-236227c1:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-236227c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_secondary );}/* Start custom CSS for html, class: .elementor-element-cc1a1a0 *//* ─────────────────────────────────────────────────────────────
   HORUS EYES — DESIGN TOKENS
   ───────────────────────────────────────────────────────────── */
:root {
    --he-bg: #0A0804;
    --he-surface: #120E08;
    --he-gold: #C9952A;
    --he-gold-light: #E5C158;
    --he-text: #EAE6DF;
    --he-muted: #8E877B;
    --he-border: rgba(201, 149, 42, 0.15);
    --he-font-head: 'Cinzel', serif, system-ui;
    --he-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

#hePrivacyPage {
    background-color: var(--he-bg);
    color: var(--he-text);
    font-family: var(--he-font-body);
    line-height: 1.75;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* ─────────────────────────────────────────────────────────────
   LAYOUT ARCHITECTURE 
   ───────────────────────────────────────────────────────────── */
.he-privacy-container {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 5rem;
}

/* ─────────────────────────────────────────────────────────────
   STICKY NAV MATRIX 
   ───────────────────────────────────────────────────────────── */
.he-privacy-sidebar {
    position: relative;
}

.he-sidebar-sticky {
    position: sticky;
    top: 5rem;
}

.he-sidebar-brand-icon {
    font-size: 2rem;
    color: var(--he-gold);
    margin-bottom: 1rem;
    opacity: 0.85;
}

.he-privacy-sidebar h3 {
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--he-border);
    padding-bottom: 0.5rem;
}

.hePrivacyNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hePrivacyNav li {
    margin-bottom: 0.9rem;
}

.privacy-nav-link {
    color: var(--he-muted);
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), padding-left 0.3s ease;
    display: inline-block;
}

.privacy-nav-link:hover,
.privacy-nav-link.active {
    color: var(--he-gold-light);
}

.privacy-nav-link.active {
    font-weight: 600;
    border-left: 1px solid var(--he-gold);
    padding-left: 10px;
}

/* ─────────────────────────────────────────────────────────────
   DOCUMENT MATERIAL
   ───────────────────────────────────────────────────────────── */
.he-privacy-content {
    max-width: 760px;
}

.he-privacy-badge {
    display: inline-block;
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    border: 1px solid var(--he-border);
    padding: 0.35rem 0.75rem;
    margin-bottom: 1rem;
    border-radius: 2px;
    background: rgba(201, 149, 42, 0.03);
}

.he-privacy-header {
    margin-bottom: 4rem;
    border-bottom: 1px solid var(--he-border);
    padding-bottom: 2rem;
}

.he-privacy-header h1 {
    font-family: var(--he-font-head);
    color: var(--he-gold);
    font-size: 2.8rem;
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.he-privacy-meta {
    color: var(--he-muted);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    margin: 0;
}

.he-privacy-section {
    margin-bottom: 4rem;
    scroll-margin-top: 6rem; /* Prevents sticky headers or spacing overlays from hiding section titles */
}

.he-privacy-section h2 {
    font-family: var(--he-font-head);
    color: var(--he-gold-light);
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.he-privacy-section p {
    margin-bottom: 1.5rem;
    color: rgba(234, 230, 223, 0.85);
    font-size: 0.92rem;
}

.he-privacy-section ul {
    padding-left: 1.25rem;
    margin-bottom: 2rem;
}

.he-privacy-section li {
    margin-bottom: 0.75rem;
    color: rgba(234, 230, 223, 0.8);
    font-size: 0.9rem;
}

.he-privacy-section strong {
    color: var(--he-gold);
}

blockquote {
    background: var(--he-surface);
    border-left: 2px solid var(--he-gold);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 2px 2px 0;
    color: #e05555;
}

blockquote strong {
    font-family: var(--he-font-head);
    color: #e05555;
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
}

.he-contact-line {
    background: rgba(201, 149, 42, 0.05);
    border: 1px dashed var(--he-border);
    padding: 1rem;
    display: inline-block;
}

/* ─────────────────────────────────────────────────────────────
   MOBILE LAYOUT CONFIGURATIONS
   ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .he-privacy-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin: 3rem auto;
        padding: 0 1.5rem;
    }

    .he-privacy-sidebar {
        display: none; /* Clean presentation fallback: skips the complex sticky navigation on narrow layouts */
    }
    
    .he-privacy-header h1 {
        font-size: 2.2rem;
    }
}/* End custom CSS */