/* Privacy — studio language */

html:has(.pv-studio) {
    overflow-x: clip;
    overflow-y: auto;
}

body:has(.pv-studio) {
    background: #0a0a0a !important;
    overflow: visible !important;
}

body:has(.pv-studio) > .main-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0a0a0a !important;
    overflow: visible !important;
}

body:has(.pv-studio) .footer {
    display: none !important;
}

.pv-studio {
    --bg: #0a0a0a;
    --text: #ffffff;
    --muted: rgb(156, 156, 156);
    --line: rgba(255, 255, 255, 0.12);
    --accent-b: #00d4aa;
    --accent-rgb: 0, 212, 170;
    --font-sans: "Inter Tight", system-ui, -apple-system, sans-serif;
    --font-tight: "Inter Tight", system-ui, sans-serif;
    --font-display: "Antonio", "Arial Narrow", sans-serif;
    --font-art: "Syne", "Antonio", sans-serif;
    --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
    --pad-x: clamp(22px, 5vw, 40px);
    --opt-header: 80px;

    position: relative;
    min-height: calc(100vh - var(--opt-header));
    overflow: visible;
    font-family: var(--font-sans);
    color: var(--text);
    background: var(--bg);
}

.pv-studio-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 50% 55% at 85% 15%, rgba(var(--accent-rgb), 0.14), transparent 55%),
        radial-gradient(ellipse 40% 45% at 10% 85%, rgba(124, 92, 255, 0.12), transparent 50%),
        #0a0a0a;
}

.pv-studio-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    pointer-events: none;
    animation: pvOrbFloat 14s ease-in-out infinite;
}

.pv-studio-orb--1 {
    top: -12%;
    right: 4%;
    width: min(420px, 42vw);
    height: min(420px, 42vw);
    background: rgba(var(--accent-rgb), 0.2);
}

.pv-studio-orb--2 {
    bottom: -8%;
    left: -4%;
    width: min(360px, 38vw);
    height: min(360px, 38vw);
    background: rgba(124, 92, 255, 0.16);
    animation-duration: 18s;
    animation-direction: reverse;
}

.pv-studio-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
}

@keyframes pvOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(18px, -22px, 0) scale(1.08); }
}

.pv-studio-shell {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 22px var(--pad-x) 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.pv-studio-crumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    font-family: var(--font-tight);
    font-size: 0.75rem;
    color: var(--muted);
}

.pv-studio-crumb a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.pv-studio-crumb a:hover { color: var(--accent-b); }
.pv-studio-crumb i { font-size: 0.55rem; opacity: 0.4; }
.pv-studio-crumb span { color: var(--accent-b); font-weight: 600; }

.pv-studio-hero {
    width: 100%;
    text-align: center;
}

.pv-studio-brand {
    margin: 0 0 8px;
    font-family: var(--font-art);
    font-size: clamp(2.4rem, 8vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.9;
    color: #fff;
}

.pv-studio-kicker {
    margin: 0 0 14px;
    font-family: var(--font-tight);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-b);
}

.pv-studio-title {
    margin: 0 0 12px;
    font-family: var(--font-art);
    font-size: clamp(1.6rem, 3.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: transparent;
    background: linear-gradient(105deg, var(--accent-b), #5eead4 55%, #fff 120%);
    -webkit-background-clip: text;
    background-clip: text;
}

.pv-studio-lead {
    margin: 0 auto;
    max-width: 40ch;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.45;
    color: var(--muted);
}

.pv-studio-prose {
    width: 100%;
    text-align: left;
    border-top: 1px solid var(--line);
    padding-top: 8px;
}

.pv-effective {
    margin: 0 0 14px;
    font-family: var(--font-tight);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-b);
}

.pv-intro {
    margin: 0 0 8px;
    font-family: var(--font-tight);
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.pv-section {
    margin-top: 8px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pv-section:last-child {
    border-bottom: 0;
}

.pv-section h2 {
    margin: 0 0 10px;
    font-family: var(--font-art);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.pv-section p {
    margin: 0 0 10px;
    font-family: var(--font-tight);
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.pv-section p:last-child {
    margin-bottom: 0;
}

.pv-studio-cta {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}

.pv-studio-cta__lead {
    margin: 0 0 16px;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--muted);
}

.pv-studio-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pv-studio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.4rem;
    border-radius: 999px;
    background: var(--accent-b);
    color: #0a0a0a;
    font-family: var(--font-tight);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(var(--accent-rgb), 0.28);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.pv-studio-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #0a0a0a;
}

.pv-studio-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 1.2rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-tight);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.pv-studio-btn-ghost:hover {
    border-color: rgba(var(--accent-rgb), 0.55);
    color: var(--accent-b);
}

.pv-studio-btn-ghost i { font-size: 0.75rem; }

@media (max-width: 520px) {
    .pv-studio-shell {
        padding: 18px 16px 40px;
    }

    .pv-studio-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pv-studio-btn,
    .pv-studio-btn-ghost {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pv-studio-orb {
        animation: none !important;
    }
}
