/* VelqirPCs Home v3 */
.vch-wrap,.vch-wrap *,.vch-wrap *::before,.vch-wrap *::after{box-sizing:border-box;margin:0;padding:0;}
.vch-wrap{--bk:#000;--bg:#080808;--bg2:#0f0f0f;--bg3:#161616;--bg4:#1c1c1c;--line:rgba(255,255,255,.07);--line2:rgba(255,255,255,.13);--wh:#fff;--off:#999;--muted:#555;--faint:#252525;--hd:'Syne',sans-serif;--bd:'DM Sans',sans-serif;font-family:var(--bd);color:var(--wh);background:var(--bg);width:100vw;max-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow-x:hidden;}
.vch-r{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease;}.vch-r.vch-on{opacity:1;transform:none;}
.vch-sec{padding:88px 48px;}.vch-bg2{background:var(--bg2);}
.vch-lbl{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;display:flex;align-items:center;gap:10px;}.vch-lbl::before{content:'';width:18px;height:1px;background:var(--muted);}
.vch-title{font-family:var(--hd);font-size:clamp(28px,3.8vw,50px);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:14px;}
.vch-sub{font-size:15px;font-weight:300;color:var(--off);line-height:1.7;max-width:480px;}
.vch-empty{padding:40px;text-align:center;border:1px dashed var(--line2);border-radius:10px;font-size:14px;color:var(--muted);}.vch-empty a{color:var(--off);}
/* BUTTONS */
.vch-btn-w{display:inline-flex;align-items:center;gap:8px;font-family:var(--hd);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:13px 28px;border-radius:4px;background:var(--wh);color:var(--bk);text-decoration:none;transition:background .2s,transform .15s;}.vch-btn-w:hover{background:#e0e0e0;transform:translateY(-2px);color:var(--bk);}
.vch-btn-o{display:inline-flex;align-items:center;gap:8px;font-family:var(--hd);font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:13px 28px;border-radius:4px;background:transparent;color:var(--wh);text-decoration:none;border:1px solid var(--line2);transition:border-color .2s,transform .15s;}.vch-btn-o:hover{border-color:rgba(255,255,255,.35);transform:translateY(-2px);color:var(--wh);}
.vch-btn-dk{display:inline-flex;align-items:center;gap:8px;font-family:var(--hd);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:14px 34px;border-radius:4px;background:var(--bk);color:var(--wh);text-decoration:none;white-space:nowrap;flex-shrink:0;border:1px solid var(--line2);transition:background .2s,transform .15s;}.vch-btn-dk:hover{background:#111;transform:translateY(-2px);color:var(--wh);}
/* HERO */
.vch-hero{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 48px;position:relative;overflow:hidden;background:var(--bg);}
.vch-grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);}
.vch-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;letter-spacing:.1em;color:var(--off);margin-bottom:26px;text-transform:uppercase;}
.vch-dot{width:6px;height:6px;border-radius:50%;background:var(--wh);animation:vch-blink 2s ease infinite;}@keyframes vch-blink{0%,100%{opacity:1}50%{opacity:.15}}
.vch-h1{font-family:var(--hd);font-size:clamp(44px,5.5vw,74px);font-weight:800;line-height:.95;letter-spacing:-.03em;margin-bottom:24px;}.vch-muted{color:var(--muted);}
.vch-hero-p{font-size:15px;font-weight:300;line-height:1.75;color:var(--off);max-width:400px;margin-bottom:36px;}
.vch-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px;}
.vch-stats{display:flex;gap:36px;padding-top:32px;border-top:1px solid var(--line);}
.vch-sn{font-family:var(--hd);font-size:28px;font-weight:800;letter-spacing:-.03em;line-height:1;}.vch-sl{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:5px;}
.vch-frame{border-radius:12px;overflow:hidden;border:1px solid var(--line2);aspect-ratio:4/3;background:var(--bg3);position:relative;box-shadow:0 40px 80px rgba(0,0,0,.7);}
.vch-frame img{width:100%;height:100%;object-fit:cover;filter:grayscale(12%);}
.vch-frame::before{content:'VELQIRPCS BUILD';position:absolute;top:14px;right:14px;z-index:2;font-size:9px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.3);font-family:var(--hd);}
.vch-badge{position:absolute;bottom:18px;left:18px;z-index:2;background:rgba(8,8,8,.92);backdrop-filter:blur(16px);border:1px solid var(--line2);border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;font-size:11px;color:var(--off);line-height:1.5;}
.vch-bdot{width:7px;height:7px;background:var(--wh);border-radius:50%;flex-shrink:0;animation:vch-blink 2s ease infinite;}.vch-badge strong{color:var(--wh);font-size:12px;display:block;}
/* MARQUEE */
.vch-mq{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;overflow:hidden;background:var(--bg2);}
.vch-mq-t{display:flex;width:max-content;animation:vch-mq 28s linear infinite;}@keyframes vch-mq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.vch-mq-i{display:inline-flex;align-items:center;gap:12px;padding:0 28px;white-space:nowrap;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.vch-mq-d{width:3px;height:3px;background:var(--faint);border-radius:50%;}
/* SHOP */
.vch-shop-hd{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:20px;flex-wrap:wrap;}
.vch-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--line);}
.vch-card{background:var(--bg2);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:background .2s;position:relative;}
.vch-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .2s;}
.vch-card:hover{background:var(--bg3);}.vch-card:hover::before{background:var(--wh);}
.vch-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--bg3);border-bottom:1px solid var(--line);position:relative;}
.vch-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;filter:grayscale(8%);}
.vch-card:hover .vch-card-img img{transform:scale(1.04);}
.vch-card-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg4);}
.vch-popular{position:absolute;top:12px;left:12px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:2px;background:var(--wh);color:var(--bk);font-family:var(--hd);}
.vch-card-body{padding:22px;flex:1;display:flex;flex-direction:column;}
.vch-card-cat{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:7px;}
.vch-card-name{font-family:var(--hd);font-size:17px;font-weight:700;line-height:1.2;margin-bottom:8px;}
.vch-card-desc{font-size:13px;color:var(--off);line-height:1.6;flex:1;margin-bottom:18px;}
.vch-card-ft{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line);gap:8px;}
.vch-price{font-family:var(--hd);font-size:18px;font-weight:800;letter-spacing:-.02em;}.vch-price .woocommerce-Price-amount{font-family:var(--hd)!important;font-weight:800!important;}
.vch-card-btn{display:inline-flex;align-items:center;gap:5px;font-family:var(--hd);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:7px 14px;border-radius:4px;background:var(--wh);color:var(--bk);transition:background .2s;white-space:nowrap;}.vch-card-btn:hover{background:#e0e0e0;}
/* WHY */
.vch-why{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.vch-why-imgs{position:relative;}.vch-wi1{border-radius:10px;overflow:hidden;border:1px solid var(--line2);aspect-ratio:3/4;background:var(--bg3);}.vch-wi1 img{width:100%;height:100%;object-fit:cover;}
.vch-wi2{position:absolute;bottom:-28px;right:-28px;width:52%;border-radius:8px;overflow:hidden;border:3px solid var(--bg2);box-shadow:0 20px 40px rgba(0,0,0,.6);aspect-ratio:4/3;background:var(--bg3);}.vch-wi2 img{width:100%;height:100%;object-fit:cover;}
.vch-feats{display:flex;flex-direction:column;gap:2px;margin-top:36px;}
.vch-feat{display:flex;gap:16px;align-items:flex-start;padding:16px;border-radius:8px;border:1px solid transparent;transition:border-color .2s,background .2s;}.vch-feat:hover{border-color:var(--line2);background:var(--bg3);}
.vch-fi{width:36px;height:36px;flex-shrink:0;border-radius:8px;border:1px solid var(--line2);background:var(--bg3);display:flex;align-items:center;justify-content:center;}
.vch-feat b{font-family:var(--hd);font-size:14px;font-weight:700;display:block;margin-bottom:4px;}.vch-feat p{font-size:13px;color:var(--off);line-height:1.6;}
/* PROCESS */
.vch-proc-hd{text-align:center;max-width:520px;margin:0 auto 48px;}.vch-proc-hd .vch-lbl{justify-content:center;}
.vch-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--line);}
.vch-step{background:var(--bg2);padding:32px 26px;position:relative;}
.vch-stepn{font-family:var(--hd);font-size:48px;font-weight:800;color:var(--faint);line-height:1;margin-bottom:16px;letter-spacing:-.04em;}
.vch-stepi{width:34px;height:34px;margin-bottom:12px;border:1px solid var(--line2);border-radius:8px;display:flex;align-items:center;justify-content:center;}
.vch-stept{font-family:var(--hd);font-size:14px;font-weight:700;margin-bottom:8px;}.vch-stepd{font-size:13px;color:var(--off);line-height:1.6;}
.vch-arr{position:absolute;top:32px;right:-11px;z-index:2;width:22px;height:22px;background:var(--bg);border:1px solid var(--line2);border-radius:50%;display:flex;align-items:center;justify-content:center;}
/* REVIEWS */
.vch-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px;}
.vch-review{background:var(--bg3);border:1px solid var(--line);border-radius:10px;padding:24px;transition:border-color .2s,transform .2s;}.vch-review:hover{border-color:var(--line2);transform:translateY(-3px);}
.vch-stars{display:flex;gap:3px;margin-bottom:14px;}
.vch-rtxt{font-size:14px;line-height:1.75;color:var(--off);margin-bottom:20px;font-style:italic;}
.vch-rauth{display:flex;align-items:center;gap:10px;}.vch-rav{width:32px;height:32px;border-radius:50%;background:var(--faint);border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.vch-rn{font-size:13px;font-weight:600;}.vch-rl{font-size:11px;color:var(--muted);margin-top:1px;}
/* CTA */
.vch-cta{background:var(--wh);padding:68px 48px;display:flex;align-items:center;justify-content:space-between;gap:40px;}
.vch-cta-t{font-family:var(--hd);font-size:clamp(24px,3vw,42px);font-weight:800;color:var(--bk);line-height:1.05;letter-spacing:-.02em;}
.vch-cta-s{font-size:15px;color:#555;margin-top:8px;font-weight:300;}
/* RESPONSIVE */
@media(max-width:1024px){
  .vch-hero{grid-template-columns:1fr;padding:60px 24px;min-height:auto;}.vch-hero-right{display:none;}
  .vch-cards{grid-template-columns:1fr 1fr;}.vch-why{grid-template-columns:1fr;}.vch-why-imgs{display:none;}
  .vch-steps{grid-template-columns:1fr 1fr;}.vch-reviews{grid-template-columns:1fr;}
  .vch-cta{flex-direction:column;text-align:center;padding:48px 24px;}
  .vch-sec{padding:68px 24px;}
}
@media(max-width:640px){.vch-cards{grid-template-columns:1fr;}.vch-steps{grid-template-columns:1fr;}}
