@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600;700&display=swap";:root{--paper:#f7f6f1;--card:#fff;--ink:#12131a;--ink-soft:#5b5e68;--line:#e4e2d9;--accent:#ff5a36;--accent-soft:#ffe7e0;--accent-dim:#ffc0ad;--accent-ink:#fff;--good:#1fa971;--radius:20px;--mono:"JetBrains Mono", monospace;--grid:#12131a0b;--pcb:#e9e8f0;--nav-bg:#f7f6f1e0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--paper:#0e0e12;--card:#17171d;--ink:#f5f4f1;--ink-soft:#96959f;--line:#2a2a33;--accent:#ff5a36;--accent-soft:#3a2019;--accent-dim:#7a3b2a;--accent-ink:#fff;--grid:#f5f4f10d;--pcb:#1b1e29;--nav-bg:#0e0e12d9;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{transition:background .35s,color .35s}section,header{scroll-margin-top:96px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}h1,h2,h3,h4,.display{font-family:Space Grotesk,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.wrap{max-width:1140px;margin:0 auto;padding:0 32px}@media (width<=480px){.wrap{padding:0 18px}}[data-reveal]{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(14px)}[data-reveal].reveal-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none}}nav{z-index:60;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:background .35s,border-color .35s;position:sticky;top:0}nav .wrap{justify-content:space-between;align-items:center;height:80px;display:flex}nav.menu-open{z-index:80}.brand{letter-spacing:-.3px;align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.brand-mark{flex-shrink:0;width:34px;height:34px}.brand-mark .bm-body,.brand-mark .bm-pin{fill:var(--ink);transition:fill .35s}.brand-mark .bm-screen{fill:var(--paper);transition:fill .35s}.brand-mark .bm-n{stroke:var(--accent)}.nav-links{color:var(--ink-soft);gap:32px;font-size:14px;font-weight:500;display:flex}.nav-links a:hover{color:var(--ink)}.nav-right{align-items:center;gap:14px;display:flex}.theme-toggle{border:1.5px solid var(--line);background:var(--card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .2s,transform .15s,background .35s;display:flex}.theme-toggle:hover{border-color:var(--accent-dim);transform:translateY(-1px)}.theme-toggle svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.8px;transition:stroke .2s}.theme-toggle .icon-sun,html[data-theme=dark] .theme-toggle .icon-moon{display:none}html[data-theme=dark] .theme-toggle .icon-sun{display:block}.nav-cta{background:var(--ink);color:var(--paper);border-radius:100px;padding:12px 22px;font-size:14px;font-weight:600;transition:background .2s,color .35s}.nav-cta:hover{background:var(--accent);color:#fff}.menu-btn{border:1.5px solid var(--line);background:var(--card);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:border-color .2s;display:none}.menu-btn span{background:var(--ink);border-radius:2px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.menu-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-btn.open span:nth-child(2){opacity:0}.menu-btn.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-menu{border-top:1px solid var(--line);background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:8px 32px 18px;display:none}.nav-menu a{color:var(--ink);border-bottom:1px solid var(--line);padding:13px 4px;font-size:15px;font-weight:600}.nav-menu a:last-child{border-bottom:none}.nav-menu.show{display:flex}@media (width<=840px){.nav-links{display:none}.menu-btn{display:flex}.nav-cta{display:none}}.hero{padding:64px 0 30px;position:relative}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 75% at 50% 12%,#000 25%,#0000 78%);mask-image:radial-gradient(85% 75% at 50% 12%,#000 25%,#0000 78%)}.hero .wrap{position:relative}.hero-badges{flex-wrap:wrap;align-items:center;margin-bottom:22px;display:flex}.eyebrow{color:var(--accent);background:var(--accent-soft);border-radius:100px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow .dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.status-badge{border:1px solid var(--line);color:var(--ink-soft);border-radius:100px;align-items:center;gap:7px;margin-left:10px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.status-badge .sb-dot{background:var(--ink-soft);border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-badge.open{color:var(--good);background:#1fa9711f;border-color:#0000}.status-badge.open .sb-dot{background:var(--good);animation:1.8s ease-in-out infinite sbPulse}@keyframes sbPulse{0%,to{box-shadow:0 0 #1fa97173}50%{box-shadow:0 0 0 5px #1fa97100}}.hero h1{letter-spacing:-1.5px;max-width:640px;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.08}.hero h1 span{color:var(--accent)}.hero p.lead{color:var(--ink-soft);max-width:520px;margin-top:18px;font-size:16px;line-height:1.6}.configurator{background:var(--card);border:1px solid var(--line);border-radius:28px;grid-template-columns:1.05fr 1fr;align-items:center;gap:10px;margin-top:48px;padding:36px;display:grid;box-shadow:0 30px 60px -30px #12131a26}@media (width<=900px){.configurator{grid-template-columns:1fr;padding:26px}}@media (width<=480px){.configurator{border-radius:22px;padding:16px}}.illustration{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:0;padding:10px;display:flex;position:relative}.spotlight{pointer-events:none;opacity:0;z-index:2;border-radius:24px;transition:opacity .35s;position:absolute;inset:0}#pc-illustration{width:100%;max-width:340px;height:auto;overflow:visible}.pc-caption{font-family:var(--mono);letter-spacing:.14em;color:var(--ink-soft);opacity:.65;text-transform:uppercase;white-space:nowrap;font-size:10.5px}.pc-line{fill:none;stroke:var(--ink);stroke-width:2.2px;stroke-linejoin:round;stroke-linecap:round}.pc-fill{fill:var(--paper)}.screw{fill:var(--ink);opacity:.8;transition:fill .25s}.io{fill:var(--ink);opacity:.55}.foot{fill:var(--ink);opacity:.75}.front-field{stroke:var(--line)}.vent-line{stroke:var(--ink);stroke-width:1.6px;opacity:.5;stroke-linecap:round;transition:stroke .3s,opacity .3s}#pc-illustration.sel-limpieza .vent-line{stroke:var(--accent);opacity:1}.pcb{fill:var(--pcb);stroke:var(--line);stroke-width:1.5px}.fins{stroke:var(--ink);stroke-width:1.6px;opacity:.5;stroke-linecap:round}.glass-shine{stroke:#fff;opacity:.07;stroke-linecap:round}.shroud-text{font-family:var(--mono);letter-spacing:.35em;fill:#8a8b96;font-size:9px}.gpu-led{fill:#4a3a38;transition:fill .3s}#pc-illustration.sel-cambio .gpu-led,#pc-illustration.sel-optim .gpu-led{fill:var(--accent)}body.turbo #pc-illustration .gpu-led{fill:var(--accent);animation:.5s ease-in-out infinite ledGlow}.mesh-dot{fill:#4a4b55}.boot-screen{fill:var(--paper);stroke:var(--accent);stroke-width:1.2px;opacity:0;transition:opacity .3s}.boot-text{font-family:var(--mono);fill:var(--accent);font-size:7px;font-weight:700}.shroud-led{fill:var(--line);transition:fill .3s}.case-inner{fill:#0d0e11;stroke:#2a2b33;stroke-width:1.4px}.case-front{fill:#17181d;stroke:#2a2b33;stroke-width:1.4px}.fan-rim{stroke:#3a3b45;stroke-width:2px;fill:none}.fan-blade{fill:#565763;stroke:none}.fan-blades{stroke:#6a6b75;stroke-width:2.4px;fill:none;stroke-linecap:round}.fan-hub{fill:#3a3b45;stroke:none}.power-btn{fill:none;stroke:#6a6b75;stroke-width:1.8px}.psu-shroud{fill:#1d1e25;stroke:#2a2b33;stroke-width:1.2px}.foot{fill:#17181d}.top-face{fill:#23242c;stroke:#0d0e11;stroke-width:1.4px}.ground-shadow{fill:#12131a1a}.screw{fill:#5a5b66!important}.io{fill:#6a6b75}.vent-line{stroke:#6a6b75}.cable{stroke:#4a4b55}.pcb{fill:#191a21;stroke:#2a2b33}.gpu-back{fill:#23242c;stroke:#3a3b45}.gpu-body{fill:#1d1e25;stroke:#3a3b45}.ram-stick{fill:#2a2b33;stroke:#3a3b45}.ram-top{fill:#4a4b55}.led-strip{fill:#ff5a3680}.power-led{fill:none;stroke:var(--accent);stroke-width:2px;opacity:.4;animation:2.6s ease-in-out infinite ledPulse}@keyframes ledPulse{0%,to{opacity:.3}50%{opacity:1}}.fan-blade-group{transform-box:fill-box;transform-origin:50%;animation:8s linear infinite spin}#pc-illustration.sel-optim .fan-blade-group{animation-duration:1s}@keyframes spin{to{transform:rotate(360deg)}}.rgb-ring{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-dasharray:3 7;opacity:.3;transform-box:fill-box;transform-origin:50%;animation:10s linear infinite spin}#pc-illustration.sel-optim .rgb-ring{opacity:1;animation-duration:1.4s}.led-strip{fill:var(--line);transition:fill .3s}#pc-illustration.sel-optim .led-strip{fill:var(--accent);animation:1.6s ease-in-out infinite ledGlow}@keyframes ledGlow{0%,to{opacity:.55}50%{opacity:1}}.ram-stick{fill:var(--card);stroke:var(--ink);stroke-width:1.4px;transform-box:fill-box}.ram-top{fill:var(--line);transition:fill .3s}#pc-illustration.sel-armado .ram-stick{animation:.45s cubic-bezier(.34,1.56,.64,1) both stickIn}#pc-illustration.sel-armado .ram-top{fill:var(--accent)}@keyframes stickIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.gpu-body{fill:var(--card);stroke:var(--ink);stroke-width:2px}.gpu-back{fill:var(--pcb);stroke:var(--ink);stroke-width:1.4px}#pc-illustration.sel-cambio .gpu-body{stroke:var(--accent);filter:drop-shadow(0 0 7px #ff5a368c);transform-box:fill-box;animation:.5s cubic-bezier(.34,1.56,.64,1) gpuPop}@keyframes gpuPop{0%{transform:scale(.94)}55%{transform:scale(1.05)}to{transform:scale(1)}}.cable{fill:none;stroke:var(--ink);stroke-width:2px;opacity:.3;stroke-linecap:round}#pc-illustration.sel-armado .cable{stroke-dasharray:90;opacity:.75;animation:.9s both cableDraw}@keyframes cableDraw{0%{stroke-dashoffset:90px}to{stroke-dashoffset:0}}.dust{fill:#6a6b75;opacity:0;transform-box:fill-box}#pc-illustration.sel-limpieza .dust{animation:1.5s ease-out infinite dustAway}@keyframes dustAway{0%{opacity:.5;transform:translate(0)}to{opacity:0;transform:translate(-30px,-12px)}}.sparkle{opacity:0;transform-origin:50%;transition:opacity .3s}#pc-illustration.sel-limpieza .sparkle{opacity:1;animation:1.6s ease-in-out infinite twinkle}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:1}}.pc-window{fill:none;transition:fill .3s}#pc-illustration.sel-so .pc-window{fill:var(--accent);animation:2.2s ease-in-out infinite windowGlow}@keyframes windowGlow{0%,to{opacity:.1}50%{opacity:.26}}.badge-float{opacity:0;transition:opacity .3s,transform .4s cubic-bezier(.34,1.56,.64,1);transform:translateY(6px)scale(.85)}.case-glow{opacity:0;transition:opacity .4s}@keyframes casePulse{0%{stroke:var(--ink)}35%{stroke:var(--accent)}to{stroke:var(--ink)}}#pc-illustration[class*=sel-] .case-glow{opacity:.16}#pc-illustration[class*=sel-] .case-outline{animation:.5s casePulse}#pc-illustration.sel-armado .screw{fill:var(--accent)}#pc-illustration.sel-armado #armado-badge,#pc-illustration.sel-limpieza #limpieza-badge,#pc-illustration.sel-optim #optim-badge,#pc-illustration.sel-cambio #cambio-badge,#pc-illustration.sel-so #so-badge{opacity:1;transform:translateY(0)scale(1)}.selector{min-width:0;padding:10px}.selector-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.selector-title{font-family:var(--mono);color:var(--ink-soft);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600}.selector-title:before{content:"> ";color:var(--accent)}.clear-btn{font-family:var(--mono);color:var(--ink-soft);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;font-size:11.5px;font-weight:600;text-decoration:underline;transition:color .2s}.clear-btn:hover{color:var(--accent)}.summary-actions{align-items:center;gap:16px;display:flex}.pack-flag{font-family:var(--mono);color:var(--good);background:#1fa9711f;border-radius:100px;padding:6px 12px;font-size:11.5px;font-weight:700}.svc-option{text-align:left;border:1.5px solid var(--line);background:var(--card);border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px 16px;width:100%;margin-bottom:12px;padding:14px 16px;transition:border-color .2s,background .2s,transform .15s;display:flex}.svc-option:hover{border-color:var(--accent-dim);transform:translate(2px)}.svc-option.active{border-color:var(--accent);background:var(--accent-soft);animation:.32s cubic-bezier(.34,1.56,.64,1) cardPop;box-shadow:0 10px 24px -14px #ff5a368c}@keyframes cardPop{0%{transform:scale(1)}45%{transform:scale(1.02)}to{transform:scale(1)}}.svc-icon{background:var(--paper);border:1.5px solid var(--line);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,transform .2s;display:flex}.svc-icon svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.8px;transition:stroke .2s}.svc-option.active .svc-icon{background:var(--accent);border-color:var(--accent);animation:.35s cubic-bezier(.34,1.56,.64,1) iconPop}@keyframes iconPop{0%{transform:scale(1)rotate(0)}45%{transform:scale(1.15)rotate(-6deg)}to{transform:scale(1)rotate(0)}}.svc-option.active .svc-icon svg{stroke:#fff}.svc-text{flex:130px;min-width:130px}.svc-text .name{font-size:15px;font-weight:600}.svc-text .desc{color:var(--ink-soft);margin-top:2px;font-size:12.5px}.svc-price{font-family:var(--mono);color:var(--ink-soft);white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:8px;margin-left:auto;font-size:12px;font-weight:600;display:flex}.svc-option.active .svc-price{color:var(--accent)}.svc-old{color:var(--ink-soft);opacity:.65;font-weight:500}.svc-tag-pack{font-family:var(--mono);color:var(--good);background:#1fa9711f;border-radius:100px;align-self:center;padding:3px 8px;font-size:10.5px;font-weight:700}.check{border:1.5px solid var(--line);background:var(--card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.svc-option.active .check{background:var(--accent);border-color:var(--accent);transform:scale(1.08)}.check svg{opacity:0;stroke:#fff;stroke-width:3px;stroke-dasharray:26;stroke-dashoffset:26px;width:11px;height:11px;transition:opacity .1s,stroke-dashoffset .3s 80ms}.svc-option.active .check svg{opacity:1;stroke-dashoffset:0}.selection-row{min-height:30px;margin:4px 0 2px}.selection-hint{color:var(--ink-soft);opacity:.8;font-size:12.5px}.selection-chips{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.chip:hover{border-color:var(--accent-dim)}.chip svg{width:11px;height:11px;stroke:var(--ink-soft)}.chip-pack{background:#1fa97114;border-color:#1fa97159}.summary{border-top:1px dashed var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding-top:20px;display:flex}.summary-text{color:var(--ink-soft);font-size:13px}.summary-text b{color:var(--ink);margin-left:8px;font-family:Space Grotesk,sans-serif;font-size:17px;display:inline-block}.summary-text b.bump{animation:.28s cardPop}.summary-save{color:var(--good);margin-top:3px;font-size:12px;font-weight:600;display:block}#pedir-btn,.btn-ink{background:var(--ink);color:var(--paper);white-space:nowrap;border:none;border-radius:100px;padding:15px 26px;font-size:14.5px;font-weight:600;transition:background .2s,color .2s,opacity .2s,transform .15s;display:inline-block}#pedir-btn:hover,.btn-ink:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}#pedir-btn:disabled{background:var(--line);color:var(--ink-soft);cursor:not-allowed;transform:none}.trust-strip{background:var(--card);border:1px solid var(--line);border-radius:20px;flex-wrap:wrap;justify-content:space-between;gap:18px 32px;margin-top:22px;padding:22px 28px;display:flex}.trust-item{flex:200px;align-items:center;gap:12px;min-width:0;display:flex}.trust-item .ti-icn{background:var(--accent-soft);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.trust-item svg{width:19px;height:19px;stroke:var(--accent);fill:none;stroke-width:1.8px}.trust-item b{color:var(--ink);font-size:13.5px;font-weight:600;display:block}.trust-item span{color:var(--ink-soft);margin-top:1px;font-size:12px;display:block}section{padding:90px 0}.sec-head{max-width:560px;margin-bottom:44px}.sec-tag{font-family:var(--mono);color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:12.5px;font-weight:600}.sec-tag:before{content:"// ";opacity:.65}.sec-head h2{letter-spacing:-1px;font-size:clamp(26px,4vw,36px);font-weight:700}.sec-head p{color:var(--ink-soft);margin-top:12px;font-size:15px;line-height:1.6}.cards-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:transform .2s,border-color .2s}.card:hover{border-color:var(--accent-dim);transform:translateY(-3px)}.card .icn{background:var(--accent-soft);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.card .icn svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:1.8px}.card h3{margin-bottom:8px;font-size:17px;font-weight:600}.card p{color:var(--ink-soft);font-size:13.5px;line-height:1.6}@media (width<=840px){.cards-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.cards-grid{grid-template-columns:1fr}}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.plan-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;padding:28px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.plan-card:hover{border-color:var(--accent-dim);transform:translateY(-3px)}.plan-card.featured{border:1.5px solid var(--accent);background:linear-gradient(180deg, var(--accent-soft), var(--card) 45%);box-shadow:0 24px 48px -24px #ff5a3659}.plan-card.featured:hover{box-shadow:0 28px 56px -24px #ff5a3680}.plan-badge{background:var(--accent);color:#fff;font-family:var(--mono);letter-spacing:.4px;border-radius:100px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:-13px;left:24px}.plan-icn{background:var(--accent-soft);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.plan-icn svg{width:21px;height:21px;stroke:var(--accent);fill:none;stroke-width:1.8px}.plan-card.featured .plan-icn{background:var(--accent)}.plan-card.featured .plan-icn svg{stroke:#fff}.plan-card h3{margin-bottom:6px;font-size:16.5px;font-weight:700}.plan-benefit{color:var(--ink-soft);min-height:40px;font-size:13px;line-height:1.5}.plan-price{align-items:baseline;gap:10px;margin:14px 0 4px;display:flex}.plan-price strong{letter-spacing:-.5px;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.plan-price s{color:var(--ink-soft);opacity:.7;font-size:14px}.plan-card.featured .plan-price strong{color:var(--accent)}.plan-includes{flex-direction:column;flex:1;gap:8px;margin:12px 0 20px;list-style:none;display:flex}.plan-includes li{color:var(--ink-soft);align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.plan-includes svg{width:14px;height:14px;stroke:var(--good);stroke-width:2.4px;flex-shrink:0;margin-top:2px}.plan-cta{background:var(--ink);color:var(--paper);border:none;border-radius:100px;margin-top:auto;padding:13px 20px;font-size:14px;font-weight:600;transition:background .2s,color .2s,transform .15s}.plan-cta:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.plan-cta.in{background:var(--good)}.pricing-note{color:var(--ink-soft);text-align:center;margin-top:26px;font-size:12.5px}@media (width<=1020px){.pricing-grid{grid-template-columns:1fr 1fr}.plan-card.featured{grid-column:1/-1}}@media (width<=640px){.pricing-grid{grid-template-columns:1fr}}.process-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.process-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;transition:border-color .3s,box-shadow .3s}.process-card.done{border-color:#1fa97166}.process-card.done .process-num{color:var(--good)}.process-card.current{border-color:var(--accent);box-shadow:0 12px 30px -18px #ff5a3699}.process-num{font-family:var(--mono);color:var(--accent-dim);margin-bottom:14px;font-size:20px;font-weight:700}.process-card h4{margin-bottom:6px;font-size:15.5px;font-weight:600}.process-card p{color:var(--ink-soft);font-size:12.5px;line-height:1.55}.process-hint{color:var(--ink-soft);background:var(--card);border:1px dashed var(--line);border-radius:14px;margin-top:24px;padding:14px 18px;font-size:13.5px;display:inline-block}@media (width<=840px){.process-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.process-grid{grid-template-columns:1fr}}.contact-box{background:var(--accent);color:#fff;text-align:center;border-radius:32px;padding:60px 48px;position:relative;overflow:hidden}.contact-box h2{margin-bottom:14px;font-size:clamp(26px,4vw,38px);font-weight:700}.contact-box p{color:#ffe3db;max-width:440px;margin:0 auto 30px;font-size:15px}.contact-box .btn-light{color:var(--accent);background:#fff;border-radius:100px;padding:16px 30px;font-size:14.5px;font-weight:700;transition:transform .15s;display:inline-block}.contact-box .btn-light:hover{transform:translateY(-1px)}.contact-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.contact-box .btn-ghost{color:#fff;border:1.5px solid #ffffff8c;border-radius:100px;padding:16px 30px;font-size:14.5px;font-weight:600;transition:border-color .2s,background .2s;display:inline-block}.contact-box .btn-ghost:hover{background:#ffffff1a;border-color:#fff}.contact-meta{color:#ffd9ce;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px;font-size:13px;font-weight:500;display:flex}footer{color:var(--ink-soft);padding:34px 0;font-size:12.5px}.footer-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.footer-brand{color:var(--ink);align-items:center;gap:8px;font-weight:700;display:flex}.footer-mark{background:var(--accent);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.footer-meta{text-align:center}.ba-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ba-item{border-radius:var(--radius);border:1px solid var(--line);background:var(--card);margin:0;position:relative;overflow:hidden}.ba-item img{aspect-ratio:3/2;object-fit:cover;width:100%;transition:transform .45s;display:block}.ba-item:hover img{transform:scale(1.03)}.ba-tag{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0e0e12b8;border-radius:100px;padding:6px 12px;font-size:11.5px;font-weight:700;position:absolute;top:14px;left:14px}@media (width<=640px){.ba-grid{grid-template-columns:1fr}}.reviews-empty{background:var(--card);border:1.5px dashed var(--line);border-radius:var(--radius);text-align:center;padding:56px 32px}.reviews-empty .re-icn{background:var(--accent-soft);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 18px;display:flex}.reviews-empty svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:1.8px}.reviews-empty h3{margin-bottom:10px;font-size:19px;font-weight:700}.reviews-empty p{color:var(--ink-soft);max-width:440px;margin:0 auto 24px;font-size:14px;line-height:1.6}.reviews-empty a{background:var(--accent);color:#fff;border-radius:100px;align-items:center;gap:8px;padding:13px 24px;font-size:13.5px;font-weight:600;transition:transform .15s;display:inline-flex}.reviews-empty a:hover{transform:translateY(-1px)}.faq-list{flex-direction:column;gap:12px;max-width:760px;display:flex}.faq-item{background:var(--card);border:1px solid var(--line);border-radius:16px;transition:border-color .2s;overflow:hidden}.faq-item.open{border-color:var(--accent-dim)}.faq-q{text-align:left;width:100%;color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:19px 22px;font-size:14.5px;font-weight:600;display:flex}.faq-q svg{width:18px;height:18px;stroke:var(--ink-soft);fill:none;stroke-width:2px;flex-shrink:0;transition:transform .25s}.faq-item.open .faq-q svg{stroke:var(--accent);transform:rotate(180deg)}.faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-a p{color:var(--ink-soft);padding:0 22px 20px;font-size:13.5px;line-height:1.65}.faq-item.open .faq-a{max-height:320px}.wa-float{z-index:70;opacity:0;visibility:hidden;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,opacity .3s,visibility .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(10px);box-shadow:0 12px 26px -8px #0006}.wa-float.show{opacity:1;visibility:visible;transform:translateY(0)}.wa-float:hover{transform:scale(1.07)}.wa-float svg{fill:#fff;width:27px;height:27px}@media (width<=480px){.wa-float{width:52px;height:52px;bottom:16px;right:16px}}.ee-toast{z-index:90;font-family:var(--mono);color:var(--ink);background:var(--card);border:1px solid var(--accent);opacity:0;pointer-events:none;text-align:center;border-radius:100px;max-width:min(90vw,480px);padding:12px 20px;font-size:12.5px;font-weight:600;transition:opacity .3s,transform .3s;position:fixed;bottom:96px;left:50%;transform:translate(-50%,12px);box-shadow:0 16px 40px -18px #ff5a3680}.ee-toast.show{opacity:1;transform:translate(-50%)}body.turbo #pc-illustration .fan-blade-group{animation-duration:.35s!important}body.turbo #pc-illustration .rgb-ring{opacity:1;animation-duration:.5s}body.turbo #pc-illustration .led-strip{fill:var(--accent);animation:.5s ease-in-out infinite ledGlow}body.turbo #pc-illustration .power-led{animation-duration:.4s}body.turbo #pc-illustration .case-glow{opacity:.28}body.turbo #pc-illustration{animation:.18s linear infinite turboShake}@keyframes turboShake{0%,to{transform:translate(0)}50%{transform:translate(.7px,-.5px)}}.mobile-bar{z-index:65;background:var(--card);border-top:1px solid var(--line);padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom));justify-content:space-between;align-items:center;gap:14px;transition:transform .3s,background .35s,border-color .35s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 24px -14px #12131a40}.mobile-bar.show{transform:translateY(0)}.mobile-bar .mb-text{color:var(--ink-soft);font-size:12px}.mobile-bar .mb-text b{color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:16px;display:block}.mb-actions{align-items:center;gap:10px;display:flex}.mb-edit{border:1.5px solid var(--line);color:var(--ink);background:0 0;border-radius:100px;padding:12px 16px;font-size:13px;font-weight:600;transition:border-color .2s}.mb-edit:hover{border-color:var(--accent)}.mb-cta,.mobile-bar button{background:var(--ink);color:var(--paper);white-space:nowrap;border:none;border-radius:100px;padding:12px 18px;font-size:13.5px;font-weight:600;display:inline-block}.mb-cta{transition:background .2s,transform .15s}.mb-cta:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}@media (width<=760px){.mobile-bar{display:flex}.wa-float{display:none}}
