/* VEX privacy page — visual language shared with the main landing */
.privacy-page {
    --privacy-ink: #080808;
    --privacy-panel: #111111;
    --privacy-line: rgba(255, 255, 255, 0.13);
    --privacy-muted: #9a9895;
    --privacy-orange: #ff762f;
    --privacy-purple: #b675ff;
    --privacy-display: 'Space Grotesk', sans-serif;
    --privacy-body: 'DM Sans', sans-serif;
    min-height: 100vh;
    background: var(--privacy-ink);
    color: #f6f4f0;
    font-family: var(--privacy-body);
}

.privacy-page header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(8, 8, 8, 0.76);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.privacy-page .nav-container {
    width: min(100% - 84px, 1440px);
    max-width: 1440px;
    min-height: 70px;
    margin: 0 auto;
    padding: 17px 0;
}

.privacy-page .logo {
    width: auto;
    height: 34px;
}

.privacy-page .nav-list {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin: 0;
    list-style: none;
}

.privacy-page .nav-list a {
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 220ms ease;
}

.privacy-page .nav-list a:hover,
.privacy-page .nav-list a.nav-current {
    color: #fff;
}

.privacy-page .nav-list a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--privacy-orange);
    content: "";
    transition: width 220ms ease;
}

.privacy-page .nav-list a:hover::after,
.privacy-page .nav-list a.nav-current::after {
    width: 100%;
}

.privacy-page .menu-toggle {
    display: none;
    width: 38px;
    height: 38px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--privacy-line);
    border-radius: 3px;
    cursor: pointer;
}

.privacy-page .menu-toggle span {
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: transform 220ms ease, opacity 220ms ease;
}

.privacy-page .menu-toggle.active span:first-child {
    transform: translateY(6px) rotate(45deg);
}

.privacy-page .menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.privacy-page .menu-toggle.active span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.privacy-page .privacy-hero {
    position: relative;
    min-height: 600px;
    padding: 155px max(5vw, 24px) 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 77% 38%, rgba(151, 97, 244, 0.22), transparent 25%),
        radial-gradient(circle at 93% 78%, rgba(255, 118, 47, 0.12), transparent 27%),
        var(--privacy-ink);
    isolation: isolate;
}

.privacy-page .privacy-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 80px 80px;
    content: "";
    mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
}

.privacy-page .privacy-hero::after {
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    z-index: -1;
    width: 1px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.18), transparent);
    box-shadow:
        -260px 0 rgba(255, 255, 255, 0.08),
        -520px 0 rgba(255, 255, 255, 0.05);
    content: "";
}

.privacy-page .privacy-hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 1440px);
    margin: 0 auto;
    text-align: left;
}

.privacy-page .privacy-hero-content::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: min(35vw, 440px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--privacy-orange), var(--privacy-purple));
    box-shadow: 0 58px 0 rgba(255, 118, 47, 0.45), 0 -58px 0 rgba(182, 117, 255, 0.42);
    content: "";
    opacity: 0.85;
}

.privacy-page .demo-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 0;
    border: 0;
    color: var(--privacy-orange);
    background: transparent;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.privacy-page .demo-badge svg {
    width: 14px;
    height: 14px;
    color: currentColor;
}

.privacy-page .privacy-icon-large {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 0 28px 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background:
        radial-gradient(circle at 33% 28%, #ffd0aa 0 3%, transparent 4%),
        linear-gradient(135deg, rgba(255, 118, 47, 0.88), rgba(162, 99, 245, 0.95));
    box-shadow: 0 0 0 12px rgba(255, 118, 47, 0.06), 0 0 80px rgba(163, 100, 247, 0.3);
}

.privacy-page .privacy-icon-large::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    content: "";
}

.privacy-page .privacy-icon-large svg {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    color: #fff;
}

.privacy-page .last-update {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 118, 47, 0.38);
    border-radius: 3px;
    color: #f0c9ff;
    background: rgba(255, 118, 47, 0.08);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.privacy-page .shield-box {
    position: absolute;
    top: 5px;
    left: 53%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background:
        radial-gradient(circle at 33% 28%, #ffd0aa 0 3%, transparent 4%),
        linear-gradient(135deg, rgba(255, 118, 47, 0.88), rgba(162, 99, 245, 0.95));
    box-shadow: 0 0 0 12px rgba(255, 118, 47, 0.06), 0 0 80px rgba(163, 100, 247, 0.3);
    transform: rotate(-15deg);
}

.privacy-page .shield-box::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    content: "";
}

.privacy-page .shield-box svg {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    transform: rotate(15deg);
}

.privacy-page .privacy-hero h1 {
    max-width: 850px;
    margin: 0 0 25px;
    color: #f6f4f0;
    font-family: var(--privacy-display);
    font-size: clamp(4rem, 8vw, 8.3rem);
    font-weight: 500;
    letter-spacing: -0.09em;
    line-height: 0.84;
}

.privacy-page .privacy-hero h1::first-line {
    color: #f6f4f0;
}

.privacy-page .hero-subtitle {
    max-width: 510px;
    margin: 0 0 30px;
    color: var(--privacy-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.privacy-page .video-features {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 18px;
    border-top: 1px solid var(--privacy-line);
}

.privacy-page .video-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.67rem;
    letter-spacing: 0.04em;
}

.privacy-page .video-feature-item svg {
    width: 15px;
    height: 15px;
    color: var(--privacy-orange);
}

.privacy-page .privacy-content-section {
    padding: 110px max(5vw, 24px) 130px;
    background: #0d0d0d;
    border-top: 1px solid var(--privacy-line);
}

.privacy-page .privacy-container {
    width: min(100%, 1120px);
    margin: 0 auto;
}

.privacy-page .privacy-container::before {
    display: block;
    margin-bottom: 28px;
    color: var(--privacy-orange);
    content: "01 — DATA & TRUST";
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.privacy-page .privacy-card {
    margin-bottom: 0;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid var(--privacy-line);
    border-radius: 4px;
    background:
        linear-gradient(120deg, rgba(181, 119, 255, 0.05), transparent 38%),
        var(--privacy-panel);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.privacy-page .privacy-card:hover {
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.privacy-page .privacy-card h2 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 34px;
    color: #f6f4f0;
    font-family: var(--privacy-display);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -0.08em;
    line-height: 0.95;
}

.privacy-page .privacy-card h2::before {
    width: 5px;
    min-width: 5px;
    height: 42px;
    margin-top: 3px;
    border-radius: 0;
    background: linear-gradient(var(--privacy-orange), var(--privacy-purple));
    content: "";
}

.privacy-page .privacy-card p {
    max-width: 900px;
    margin-bottom: 22px;
    color: #9e9c98;
    font-size: 0.98rem;
    line-height: 1.85;
}

.privacy-page .privacy-card strong {
    color: #f6f4f0;
}

.privacy-page .privacy-card a,
.privacy-page .contact-info-privacy a {
    color: #d1b5ff;
    text-decoration-color: rgba(209, 181, 255, 0.4);
    text-underline-offset: 3px;
}

.privacy-page .contact-info-privacy {
    margin-top: 42px;
    padding: 25px 28px;
    border: 1px solid rgba(255, 118, 47, 0.35);
    border-radius: 3px;
    background: linear-gradient(105deg, rgba(255, 118, 47, 0.11), rgba(182, 117, 255, 0.09));
}

.privacy-page .contact-info-privacy h4 {
    margin-bottom: 13px;
    color: #f6f4f0;
    font-family: var(--privacy-display);
    font-size: 1.1rem;
    font-weight: 600;
}

.privacy-page .contact-info-privacy p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 0.87rem;
    line-height: 1.5;
}

.privacy-page .contact-info-privacy p:last-child {
    margin-bottom: 0;
}

.privacy-page .contact-info-privacy svg {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    color: var(--privacy-orange);
}

.privacy-page .footer-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px max(5vw, 24px);
    border-top: 1px solid var(--privacy-line);
    background: var(--privacy-ink);
    text-align: left;
}

.privacy-page .footer-simple p {
    color: rgba(255, 255, 255, 0.36);
    font-size: 0.72rem;
}

.privacy-page .footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 0;
}

.privacy-page .footer-links a {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
    text-decoration: none;
}

.privacy-page .footer-links a:hover {
    color: var(--privacy-orange);
}

@media (max-width: 968px) {
    .privacy-page .nav-container {
        width: calc(100% - 48px);
    }

    .privacy-page .menu-toggle {
        display: flex;
    }

    .privacy-page .nav-list {
        position: absolute;
        top: calc(100% + 1px);
        right: 24px;
        left: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid var(--privacy-line);
        background: rgba(12, 12, 12, 0.97);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
    }

    .privacy-page .nav-list.active {
        display: flex;
    }

    .privacy-page .nav-list li a {
        display: block;
        padding: 14px;
    }

    .privacy-page .nav-list a::after {
        display: none;
    }

    .privacy-page .privacy-hero-content::after {
        right: 0;
        width: 32vw;
    }

    .privacy-page .shield-box {
        left: auto;
        right: 9%;
    }
}

@media (max-width: 640px) {
    .privacy-page .nav-container {
        width: calc(100% - 36px);
        min-height: 60px;
        padding: 14px 0;
    }

    .privacy-page .logo {
        height: 29px;
    }

    .privacy-page .nav-list {
        right: 18px;
        left: 18px;
    }

    .privacy-page .privacy-hero {
        min-height: 600px;
        padding: 120px 18px 60px;
    }

    .privacy-page .privacy-hero::before {
        background-size: 60px 60px;
    }

    .privacy-page .privacy-hero-content::after {
        top: 31%;
        right: -10%;
        width: 70vw;
    }

    .privacy-page .shield-box {
        top: 88px;
        right: 10%;
        width: 74px;
        height: 74px;
    }

    .privacy-page .shield-box svg {
        width: 30px;
        height: 30px;
    }

    .privacy-page .privacy-icon-large {
        width: 74px;
        height: 74px;
        margin-bottom: 22px;
    }

    .privacy-page .privacy-icon-large svg {
        width: 30px;
        height: 30px;
    }

    .privacy-page .privacy-icon-large::after {
        inset: 8px;
    }

    .privacy-page .shield-box::after {
        inset: 8px;
    }

    .privacy-page .privacy-hero h1 {
        max-width: 360px;
        margin-top: 30px;
        font-size: clamp(3.6rem, 17vw, 5.4rem);
    }

    .privacy-page .hero-subtitle {
        max-width: 340px;
        font-size: 0.92rem;
    }

    .privacy-page .video-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .privacy-page .video-feature-item {
        align-items: flex-start;
        font-size: 0.6rem;
    }

    .privacy-page .privacy-content-section {
        padding: 82px 18px 90px;
    }

    .privacy-page .privacy-card {
        padding: 25px 20px;
    }

    .privacy-page .privacy-card h2 {
        font-size: 2.2rem;
    }

    .privacy-page .privacy-card p {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .privacy-page .contact-info-privacy {
        padding: 18px;
    }

    .privacy-page .contact-info-privacy p {
        align-items: flex-start;
        font-size: 0.78rem;
    }

    .privacy-page .footer-simple {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .privacy-page *,
    .privacy-page *::before,
    .privacy-page *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}