/* Product-local layout uses the shared VanityFilter brand tokens. */
.vc-crosslink{display:flex;align-items:center;gap:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 30px}
.vc-crosslink-band{margin:34px 0 0}.vc-crosslink img{width:64px;height:64px;flex-shrink:0;border-radius:14px}.vc-crosslink-copy{flex:1;min-width:0}.vc-crosslink h2,.vc-crosslink h3{font-family:var(--font-display);font-size:1.12rem;line-height:1.4;margin:0 0 8px}.vc-crosslink p{font-size:.98rem;color:#b9b9cd;margin:0}.vc-crosslink .btn{flex-shrink:0;text-align:center;white-space:normal}.vc-crosslink-buy{padding-bottom:32px}.vc-crosslink-card{border-left:3px solid var(--blue)}
@media(max-width:780px){.vc-crosslink{flex-wrap:wrap;padding:24px}.vc-crosslink-copy{flex-basis:calc(100% - 88px)}.vc-crosslink .btn{width:100%}}
.vc-page .vc-hero{padding:88px 0 72px;background:radial-gradient(ellipse at 85% 20%,rgba(77,124,254,.12),transparent 52%),var(--bg-deep);border-bottom:1px solid var(--border)}
.vc-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:64px;align-items:center}
.vc-page h1{font-family:var(--font-display);font-size:clamp(2.15rem,4.4vw,3.8rem);font-weight:600;line-height:1.12;letter-spacing:-.045em;max-width:830px;margin:16px 0 24px;overflow-wrap:break-word}
.vc-page h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.25;letter-spacing:-.025em;margin:10px 0 28px}
.vc-page h3{font-family:var(--font-display);font-size:1.05rem;line-height:1.4;margin-bottom:10px}
.vc-intro{font-size:1.17rem;color:#b9b9cd;max-width:none}.vc-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 14px}.vc-release{font-size:.85rem;color:#aaaac0}
.vc-art{padding:22px;border:1px solid var(--border);border-radius:32px;background:linear-gradient(140deg,var(--surface-2),var(--bg-deep));box-shadow:0 24px 80px rgba(0,0,0,.25);transform:rotate(3deg)}.vc-art img{width:100%;height:auto;border-radius:22px;transform:rotate(-3deg)}
.vc-section{padding:68px 0}.vc-section-alt{background:var(--bg-deep);border-block:1px solid var(--border)}
.vc-product-shots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:940px;margin:4px auto 40px}
.vc-product-shot{position:relative;display:block;width:100%;aspect-ratio:1181/747;margin:0;padding:0;overflow:hidden;cursor:zoom-in;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#0d0d14;box-shadow:0 18px 46px rgba(0,0,0,.32);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.vc-product-shot::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 65%,rgba(8,8,14,.4));opacity:0;transition:opacity .18s ease}
.vc-product-shot:hover,.vc-product-shot:focus-visible{z-index:1;transform:translateY(-4px);border-color:rgba(129,92,246,.85);box-shadow:0 24px 58px rgba(0,0,0,.44),0 0 0 1px rgba(77,124,254,.18);outline:none}
.vc-product-shot:hover::after,.vc-product-shot:focus-visible::after{opacity:1}
.vc-product-shot img{display:block;width:100%;height:100%;object-fit:cover}
.vc-product-shot-zoom{position:absolute;right:14px;bottom:14px;z-index:2;display:grid;place-items:center;width:42px;height:42px;color:#fff;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:rgba(14,14,21,.78);box-shadow:0 8px 24px rgba(0,0,0,.3);opacity:0;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease,background .18s ease}
.vc-product-shot:hover .vc-product-shot-zoom,.vc-product-shot:focus-visible .vc-product-shot-zoom{opacity:1;transform:none}
.vc-product-shot-zoom svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.vc-shot-modal{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:center;padding:24px}
.vc-shot-modal[hidden]{display:none}.vc-shot-modal-backdrop{position:absolute;inset:0;background:rgba(5,5,10,.9);backdrop-filter:blur(8px)}
.vc-shot-modal-box{position:relative;z-index:1;display:grid;place-items:center;width:min(1181px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:linear-gradient(145deg,rgba(24,24,35,.98),rgba(10,10,17,.98));box-shadow:0 34px 90px rgba(0,0,0,.72)}
.vc-shot-modal-image{display:block;max-width:100%;max-height:calc(100vh - 80px);width:auto;height:auto;border-radius:12px}
.vc-shot-modal-close{position:absolute;top:-18px;right:-18px;z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;cursor:pointer;color:#fff;font-size:1.75rem;line-height:1;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--pink));box-shadow:0 10px 28px rgba(0,0,0,.48);transition:filter .18s ease,transform .18s ease}
.vc-shot-modal-close:hover,.vc-shot-modal-close:focus-visible{filter:brightness(1.12);transform:scale(1.05);outline:2px solid #fff;outline-offset:2px}.vc-shot-open{overflow:hidden}
.vc-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vc-feature{padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}
.vc-feature p,.vc-free p,.vc-steps,.vc-requirements li{color:#b9b9cd}.vc-apps{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.vc-apps span{font-size:.86rem;color:#b9b9cd;border:1px solid var(--border);border-radius:999px;padding:6px 13px}
.vc-free{margin-top:30px;padding:24px 28px;border-left:3px solid var(--blue);background:var(--surface);border-radius:0 var(--radius) var(--radius) 0}
.vc-setup-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:64px;align-items:start}.vc-steps{padding-left:24px}.vc-steps li{padding-left:10px;margin-bottom:20px}.vc-steps li::marker{color:var(--blue);font-family:var(--font-mono)}
.vc-requirements{border:1px solid var(--border);border-radius:var(--radius);padding:28px}.vc-requirements ul{padding-left:20px;margin:18px 0 22px}.vc-requirements li{margin-bottom:14px}
.vc-bottom-links{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px}.vc-faq-wrap{max-width:var(--container)}
@media(max-width:780px){.vc-page .vc-hero{padding:48px 0}.vc-hero-grid{grid-template-columns:minmax(0,1fr);gap:28px}.vc-art{grid-row:1;width:100px;padding:10px;border-radius:20px}.vc-art img{border-radius:12px}.vc-product-shots{grid-template-columns:minmax(0,1fr);gap:14px;margin-bottom:30px}.vc-product-shot:hover,.vc-product-shot:focus-visible{transform:none}.vc-product-shot-zoom{opacity:1;transform:none}.vc-shot-modal{padding:12px}.vc-shot-modal-box{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:8px;border-radius:14px}.vc-shot-modal-image{max-height:calc(100vh - 40px);border-radius:8px}.vc-shot-modal-close{top:18px;right:18px}.vc-setup-grid{grid-template-columns:minmax(0,1fr);gap:30px}.vc-section{padding:46px 0}}
@media(max-width:540px){.vc-features{grid-template-columns:minmax(0,1fr)}.vc-feature,.vc-free,.vc-requirements{padding:22px}.vc-actions .btn,.vc-bottom-links .btn{width:100%;text-align:center;white-space:normal}.vc-bottom-links{align-items:stretch}}
.nav .nav-links .btn-primary { color: #fff; }
