:root{--pv-bg: #0a0c10;--pv-surface: #12151c;--pv-elevated: #181c26;--pv-text: #c8d0db;--pv-muted: #8b939f;--pv-accent: #4d9fff;--pv-accent-dim: rgba(77, 159, 255, .14);--pv-border: rgba(255, 255, 255, .08);--pv-max: 1080px;--pv-section-y: clamp(3rem, 7vw, 5.25rem);--pv-radius: 12px;--pv-font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--pv-font);font-size:1rem;background:var(--pv-bg);color:var(--pv-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.section-inner{max-width:var(--pv-max);margin-inline:auto;padding-block:var(--pv-section-y);padding-inline:1.25rem}.section-kicker{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pv-muted);margin:0 0 .75rem}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:650;letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem}.section-lead{font-size:1.0625rem;color:var(--pv-muted);max-width:42rem;margin:0}.placeholder-panel{min-height:200px;border-radius:var(--pv-radius);border:1px dashed var(--pv-border);background:linear-gradient(160deg,var(--pv-elevated),var(--pv-surface));display:flex;align-items:center;justify-content:center;color:var(--pv-muted);font-size:.875rem}.section-shot{margin:0;border-radius:var(--pv-radius);overflow:hidden;border:1px solid var(--pv-border);background:var(--pv-elevated);box-shadow:0 18px 48px #00000047}.section-shot img{width:100%;height:auto;display:block;vertical-align:middle}.feat-grid{display:grid;gap:2rem;align-items:center}@media(min-width:840px){.feat-grid{grid-template-columns:1fr 1fr}.feat-grid--reverse .feat-copy{order:2}.feat-grid--reverse .feat-visual{order:1;justify-self:start}.feat-grid:not(.feat-grid--reverse) .feat-visual{justify-self:end}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.9375rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn:hover{text-decoration:none}.btn-primary{background:var(--pv-accent);color:#0a0c10}.btn-primary:hover{filter:brightness(1.06)}.btn-ghost{background:transparent;border-color:var(--pv-border);color:var(--pv-text)}.btn-ghost:hover{border-color:#fff3;background:#ffffff0a}
