/* Privacy Policy, matches landing-short / index.php */

.ls-privacy-page {
    padding-top: calc(var(--lp-nav-h, 64px) + 0.5rem);
    padding-bottom: 1rem;
}

.ls-privacy-hero {
    position: relative;
    padding: 2rem 0 1.75rem;
    overflow: hidden;
    isolation: isolate;
}

.ls-privacy-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ls-privacy-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.25rem;
    text-align: center;
}

.ls-privacy-hero__title {
    font-size: clamp(2rem, 5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 0.85rem;
}

.ls-privacy-hero__sub {
    font-size: 1rem;
    color: var(--lp-muted);
    line-height: 1.6;
    margin: 0 auto 0.65rem;
    max-width: 34rem;
}

.ls-privacy-updated {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--lp-muted);
    margin: 0 auto 1.35rem;
}

.ls-privacy-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.25rem 1rem;
}

.ls-privacy-jump-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1rem;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(8px);
}

.ls-privacy-jump-card__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lp-muted);
    margin-bottom: 0.75rem;
}

.ls-privacy-jump {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

@media (min-width: 576px) {
    .ls-privacy-jump {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ls-privacy-jump__link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lp-text);
    text-decoration: none;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.15s;
}

.ls-privacy-jump__link i {
    color: #60a5fa;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.ls-privacy-jump__link:hover {
    color: #60a5fa;
    border-color: rgba(59, 130, 246, 0.35);
    background: rgba(59, 130, 246, 0.08);
    transform: translateY(-1px);
}

.ls-privacy-section {
    scroll-margin-top: calc(var(--lp-nav-h, 64px) + 0.75rem);
    margin-bottom: 0.85rem;
}

.ls-privacy-card {
    padding: 1.15rem 1.2rem;
    border-radius: var(--lp-radius);
    background: linear-gradient(165deg, rgba(59, 130, 246, 0.06) 0%, rgba(12, 12, 20, 0.96) 42%, rgba(3, 3, 9, 0.98) 100%);
    border: 1px solid var(--lp-border);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.ls-privacy-card:hover {
    border-color: rgba(59, 130, 246, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.ls-privacy-card h2 {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    color: var(--lp-text);
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ls-privacy-card h2 i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(59, 130, 246, 0.14);
    color: #60a5fa;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.ls-privacy-card p {
    font-size: 0.875rem;
    color: var(--lp-muted);
    line-height: 1.65;
    margin: 0 0 0.75rem;
}

.ls-privacy-card p:last-child,
.ls-privacy-card ul:last-child,
.ls-privacy-card .ls-privacy-highlight:last-child {
    margin-bottom: 0;
}

.ls-privacy-card ul {
    margin: 0 0 0.75rem;
    padding-left: 1.15rem;
    font-size: 0.875rem;
    color: var(--lp-muted);
    line-height: 1.65;
}

.ls-privacy-card li {
    margin-bottom: 0.35rem;
}

.ls-privacy-card strong {
    color: var(--lp-text);
}

.ls-privacy-card a {
    color: var(--lp-green);
    font-weight: 600;
    text-decoration: none;
}

.ls-privacy-card a:hover {
    text-decoration: underline;
}

.ls-privacy-highlight {
    padding: 0.75rem 0.9rem;
    margin: 0.75rem 0;
    border-radius: 12px;
    font-size: 0.875rem;
    color: var(--lp-muted);
    line-height: 1.6;
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.ls-privacy-highlight strong {
    color: #60a5fa;
}

.ls-privacy-cta {
    max-width: 820px;
    margin: 0 auto;
    padding: 2rem 1.25rem 1rem;
    text-align: center;
}

.ls-privacy-cta__card {
    padding: 2rem 1.5rem;
    border-radius: var(--lp-radius);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, rgba(12, 12, 20, 0.95) 100%);
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.ls-privacy-cta__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    font-size: 1.4rem;
}

.ls-privacy-cta h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.ls-privacy-cta p {
    color: var(--lp-muted);
    margin: 0 auto 1rem;
    max-width: 28rem;
    line-height: 1.55;
}

.ls-privacy-cta__perks {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.25rem;
    max-width: 22rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: left;
}

.ls-privacy-cta__perks li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp-muted);
}

.ls-privacy-cta__perks i {
    color: var(--lp-green);
}

.ls-privacy-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}
