:root{--h-font-display:"Fraunces","Georgia",serif;--h-font-body:"Geist","system-ui",sans-serif;--h-ink:#0e0e10;--h-ink-2:#1a1a1f;--h-ink-3:#242429;--h-cream:#f0ede8;--h-cream-2:#c8c4bc;--h-cream-3:#7a7772;--h-accent:#5b4bdb;--h-accent-2:#7b6ef6;--h-accent-glow:#5b4bdb59;--h-accent-soft:#5b4bdb1f;--h-border:#ffffff14;--h-border-2:#ffffff0d;--h-success:#22c55e;--h-max:1160px;--h-nav-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.pv-main{font-family:var(--h-font-body);background:var(--h-ink);color:var(--h-cream);-webkit-font-smoothing:antialiased;overflow-x:hidden}.reveal{opacity:0;transition:opacity .6s,transform .6s;transition-delay:var(--delay,0s);transform:translateY(24px)}.revealed{opacity:1;transform:none}.pv-hero{padding:calc(var(--h-nav-h) + 72px)28px 80px;align-items:center;display:flex;position:relative;overflow:hidden}.pv-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.pv-bg-grid{background-image:linear-gradient(var(--h-border)1px,transparent 1px),linear-gradient(90deg,var(--h-border)1px,transparent 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 50% 20%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80% at 50% 20%,#000 40%,#0000 100%)}.pv-bg-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.pv-bg-orb--1{background:radial-gradient(circle,#5b4bdb2e,#0000 65%);width:600px;height:600px;animation:18s ease-in-out infinite alternate pvOrbFloat1;top:-200px;right:-100px}.pv-bg-orb--2{background:radial-gradient(circle,#7b6ef61a,#0000 65%);width:400px;height:400px;animation:22s ease-in-out infinite alternate pvOrbFloat2;bottom:0;left:-80px}@keyframes pvOrbFloat1{0%{transform:translate(0)}to{transform:translate(-20px,30px)}}@keyframes pvOrbFloat2{0%{transform:translate(0)}to{transform:translate(30px,-20px)}}.pv-hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:760px;margin:0 auto;display:flex;position:relative}.pv-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--h-cream-3);align-items:center;gap:9px;font-size:12px;font-weight:600;display:inline-flex}.pv-eyebrow-dot{background:var(--h-accent);width:7px;height:7px;box-shadow:0 0 10px var(--h-accent);border-radius:50%;animation:2.5s ease-in-out infinite pvDotPulse}@keyframes pvDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.pv-hero-title{font-family:var(--h-font-display);letter-spacing:-.03em;color:var(--h-cream);font-size:clamp(2.8rem,5.5vw,4.4rem);font-weight:500;line-height:1.08}.pv-hero-title em{color:var(--h-accent-2);font-style:italic;font-weight:300}.pv-hero-sub{color:var(--h-cream-2);max-width:540px;font-size:17px;font-weight:300;line-height:1.7}.pv-updated{color:var(--h-cream-3);letter-spacing:.02em;font-size:12px}.pv-updated time{color:var(--h-accent-2)}.pv-highlights{border:1px solid var(--h-border);background:var(--h-ink-2);border-radius:16px;grid-template-columns:repeat(4,1fr);width:100%;margin-top:8px;display:grid;overflow:hidden}.pv-highlight{border-right:1px solid var(--h-border);text-align:left;align-items:center;gap:12px;padding:18px 20px;transition:background .2s;display:flex}.pv-highlight:last-child{border-right:none}.pv-highlight:hover{background:var(--h-ink-3)}.pv-highlight-icon{background:var(--h-accent-soft);width:36px;height:36px;color:var(--h-accent-2);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.pv-highlight:hover .pv-highlight-icon{background:var(--h-accent);color:#fff}.pv-highlight-title{color:var(--h-cream);letter-spacing:-.01em;margin-bottom:2px;font-size:13px;font-weight:600}.pv-highlight-desc{color:var(--h-cream-3);font-size:11.5px;font-weight:300}.pv-content-section{border-top:1px solid var(--h-border-2);padding:80px 28px 100px}.pv-content-inner{max-width:var(--h-max);grid-template-columns:220px 1fr;align-items:start;gap:72px;margin:0 auto;display:grid}.pv-toc{top:calc(var(--h-nav-h) + 24px);flex-direction:column;gap:4px;display:flex;position:sticky}.pv-toc-label{color:var(--h-cream-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;padding-left:12px;font-size:11px;font-weight:600}.pv-toc-link{color:var(--h-cream-3);border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;font-weight:400;text-decoration:none;transition:all .18s;display:flex}.pv-toc-link:hover{color:var(--h-cream);background:var(--h-ink-2);border-color:var(--h-border)}.pv-toc-num{font-family:var(--h-font-display);color:var(--h-accent-2);opacity:.7;min-width:20px;font-size:11px;font-weight:300}.pv-sections{flex-direction:column;gap:2px;display:flex}.pv-section{background:var(--h-ink-2);border:1px solid var(--h-border);border-radius:18px;margin-bottom:12px;padding:36px 36px 40px;transition:border-color .25s}.pv-section:hover{border-color:#5b4bdb33}.pv-section-header{border-bottom:1px solid var(--h-border-2);align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;display:flex}.pv-section-num{font-family:var(--h-font-display);color:var(--h-border);letter-spacing:-.04em;min-width:36px;font-size:28px;font-weight:300;line-height:1}.pv-section-icon{background:var(--h-accent-soft);width:40px;height:40px;color:var(--h-accent-2);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pv-section-title{font-family:var(--h-font-display);color:var(--h-cream);letter-spacing:-.02em;font-size:22px;font-weight:500}.pv-section-body{flex-direction:column;gap:24px;display:flex}.pv-item{border-left:2px solid var(--h-border);padding-left:20px;transition:border-color .2s}.pv-item:hover{border-left-color:#5b4bdb66}.pv-item-subtitle{color:var(--h-cream);letter-spacing:-.01em;margin-bottom:8px;font-size:14px;font-weight:600}.pv-item-body{color:var(--h-cream-2);font-size:14.5px;font-weight:300;line-height:1.75}.pv-footer-note{background:var(--h-ink-2);border:1px solid var(--h-border);color:var(--h-cream-3);border-radius:12px;align-items:flex-start;gap:12px;margin-top:8px;padding:20px 24px;font-size:13px;font-weight:300;line-height:1.65;display:flex}.pv-footer-note svg{color:var(--h-accent-2);flex-shrink:0;margin-top:1px}.pv-section-eyebrow{color:var(--h-accent-2);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;font-size:11px;font-weight:600;display:inline-block}.pv-cta-section{background:var(--h-ink);padding:0 28px 100px}.pv-cta-inner{background:var(--h-ink-2);border:1px solid var(--h-border);text-align:center;border-radius:24px;max-width:720px;margin:0 auto;padding:72px 60px;position:relative;overflow:hidden}.pv-cta-glow{pointer-events:none;background:radial-gradient(#5b4bdb2e,#0000 70%);width:500px;height:300px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.pv-cta-content{position:relative}.pv-cta-title{font-family:var(--h-font-display);letter-spacing:-.025em;color:var(--h-cream);margin-top:12px;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.1}.pv-cta-sub{color:var(--h-cream-2);margin-bottom:36px;font-size:15px;font-weight:300;line-height:1.6}.pv-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.pv-cta-btn-primary{background:var(--h-accent);color:#fff;box-shadow:0 4px 20px var(--h-accent-glow);letter-spacing:-.01em;border-radius:12px;align-items:center;gap:9px;padding:14px 26px;font-size:14.5px;font-weight:600;text-decoration:none;transition:filter .2s,transform .2s,box-shadow .2s;display:inline-flex}.pv-cta-btn-primary:hover{filter:brightness(1.1);box-shadow:0 8px 30px var(--h-accent-glow);transform:translateY(-2px)}.pv-cta-btn-ghost{color:var(--h-cream-2);border:1px solid var(--h-border);border-radius:12px;align-items:center;gap:8px;padding:13px 24px;font-size:14.5px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.pv-cta-btn-ghost:hover{color:var(--h-cream);background:var(--h-border);border-color:#ffffff26}@media (max-width:1024px){.pv-content-inner{grid-template-columns:1fr;gap:40px}.pv-toc{flex-flow:wrap;gap:6px;position:static}.pv-toc-label{display:none}.pv-toc-link{padding:7px 12px;font-size:12.5px}.pv-highlights{grid-template-columns:repeat(2,1fr)}.pv-highlight:nth-child(2){border-right:none}.pv-highlight:first-child,.pv-highlight:nth-child(2){border-bottom:1px solid var(--h-border)}}@media (max-width:768px){.pv-hero{padding:calc(var(--h-nav-h) + 40px)16px 60px}.pv-content-section{padding:60px 16px 72px}.pv-cta-section{padding:0 16px 72px}.pv-cta-inner{border-radius:18px;padding:48px 24px}.pv-section{border-radius:14px;padding:24px 20px 28px}.pv-highlights{grid-template-columns:1fr}.pv-highlight{border-bottom:1px solid var(--h-border);border-right:none!important}.pv-highlight:last-child{border-bottom:none}.pv-toc{gap:4px}.pv-toc-link{padding:6px 10px;font-size:12px}.pv-cta-actions{flex-direction:column}.pv-cta-btn-primary,.pv-cta-btn-ghost{justify-content:center;width:100%}}@media (max-width:480px){.pv-hero-title{font-size:2.2rem}.pv-section-title{font-size:19px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}.pv-cta-btn-primary:hover{color:#fff}
