:root {
    --neon-blue: #00d4ff;
    --neon-cyan: #00ffea;
    --neon-purple: #7b2fff;
    --dark-bg: #020b18;
}

body {
    background: var(--dark-bg) !important;
    color: rgba(200, 230, 255, 0.88) !important;
}

#bgCanvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* scanlines over page */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.032) 2px, rgba(0, 0, 0, 0.032) 4px);
    z-index: 1;
    pointer-events: none;
    animation: scanlines 10s linear infinite;
}

@keyframes scanlines {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 100px
    }
}

nav,
.privacy-section,
footer {
    position: relative;
    z-index: 2;
}

.sec-divider {
    height: 1px;
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg,
            transparent 0%, rgba(0, 212, 255, 0.32) 25%,
            rgba(0, 255, 234, 0.48) 50%, rgba(0, 212, 255, 0.32) 75%,
            transparent 100%);
}

/* =============================================
           PRIVACY SECTION
        ============================================= */
.privacy-section {
    padding-top: 120px;
    padding-bottom: 80px;
}

.privacy-content {
    background: rgba(0, 14, 30, 0.82) !important;
    border: 1px solid rgba(0, 212, 255, 0.16) !important;
    border-radius: 16px !important;
    padding: 50px !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.45), 0 0 80px rgba(0, 212, 255, 0.04) !important;
    position: relative;
    overflow: hidden;
}

/* top accent line */
.privacy-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--neon-blue), var(--neon-cyan), transparent);
    box-shadow: 0 0 14px rgba(0, 212, 255, 0.5);
}

/* corner decorators */
.privacy-content .pc-corner {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0.45;
    pointer-events: none;
}

.pc-tl {
    top: 14px;
    left: 14px;
    border-top: 1px solid var(--neon-blue);
    border-left: 1px solid var(--neon-blue);
}

.pc-tr {
    top: 14px;
    right: 14px;
    border-top: 1px solid var(--neon-blue);
    border-right: 1px solid var(--neon-blue);
}

.pc-bl {
    bottom: 14px;
    left: 14px;
    border-bottom: 1px solid var(--neon-blue);
    border-left: 1px solid var(--neon-blue);
}

.pc-br {
    bottom: 14px;
    right: 14px;
    border-bottom: 1px solid var(--neon-blue);
    border-right: 1px solid var(--neon-blue);
}

/* main title */
.privacy-content h1 {
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
    color: #fff !important;
    text-shadow: 0 0 22px rgba(0, 212, 255, 0.65), 0 0 45px rgba(0, 212, 255, 0.25);
    letter-spacing: 2px;
    margin-bottom: 1.2rem !important;
}

/* section headings */
.privacy-content h2 {
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(0.85rem, 2vw, 1.05rem) !important;
    font-weight: 700 !important;
    color: var(--neon-blue) !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 2.2rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.15);
    text-shadow: 0 0 12px rgba(0, 212, 255, 0.4);
}

.privacy-content h3 {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 0.85rem !important;
    color: rgba(180, 225, 255, 0.85) !important;
    letter-spacing: 1.5px;
    margin-top: 1.5rem !important;
    margin-bottom: 0.8rem !important;
}

/* body text */
.privacy-content p {
    font-family: 'Rajdhani', sans-serif !important;
    color: rgba(175, 220, 255, 0.75) !important;
    font-size: 1.02rem !important;
    line-height: 1.80 !important;
    margin-bottom: 1.1rem !important;
}

/* lists */
.privacy-content ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 1.2rem !important;
}

.privacy-content ul li {
    font-family: 'Rajdhani', sans-serif !important;
    color: rgba(175, 220, 255, 0.72) !important;
    font-size: 1rem !important;
    line-height: 1.7;
    margin-bottom: 0.55rem !important;
    padding-left: 1.4rem;
    position: relative;
}

.privacy-content ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
    font-size: 0.72rem;
    top: 3px;
}

/* last updated */
.last-updated {
    font-family: 'Rajdhani', sans-serif !important;
    font-style: italic !important;
    color: rgba(0, 212, 255, 0.45) !important;
    margin-top: 2.5rem !important;
    font-size: 0.92rem !important;
    letter-spacing: 0.5px;
}

/* email / location highlight */
.privacy-content a {
    color: var(--neon-cyan) !important;
    text-decoration: none !important;
    transition: text-shadow 0.25s;
}

.privacy-content a:hover {
    text-shadow: 0 0 10px rgba(0, 255, 234, 0.6);
}

/* =============================================
           FOOTER
        ============================================= */
.footer {
    position: relative;
    background: #010810 !important;
    border-top: 1px solid rgba(0, 212, 255, 0.18) !important;
    overflow: hidden;
}

.footer canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer h4 {
    color: #fff !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 0.95rem !important;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.35);
}

.footer h5 {
    color: var(--neon-blue) !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 0.72rem !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer p {
    color: rgba(150, 200, 230, 0.60) !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 0.95rem;
}

.footer a {
    color: rgba(150, 200, 230, 0.60) !important;
    text-decoration: none !important;
    transition: color 0.25s, text-shadow 0.25s;
}

.footer a:hover {
    color: var(--neon-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 255, 234, 0.5);
}

.footer hr {
    border-color: rgba(0, 212, 255, 0.13) !important;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.45rem;
    font-family: 'Rajdhani', sans-serif;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 1rem;
}

.footer .footer-logo {
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.35));
}

.back-to-top {
    background: rgba(0, 212, 255, 0.10) !important;
    border: 1px solid rgba(0, 212, 255, 0.38) !important;
    color: var(--neon-blue) !important;
    transition: all 0.3s ease !important;
}

.back-to-top:hover {
    background: var(--neon-blue) !important;
    color: #000 !important;
    box-shadow: 0 0 24px rgba(0, 212, 255, 0.6) !important;
}