:root{--red-50: #fef2f2;--red-100: #fee2e2;--red-200: #fecaca;--red-300: #fca5a5;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--red-800: #991b1b;--red-900: #7f1d1d;--red-950: #450a0a;--white: #ffffff;--off-white: #fafafa;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--primary: var(--red-600);--primary-hover: var(--red-700);--primary-light: var(--red-50);--accent: var(--red-500);--bg: var(--white);--bg-soft: var(--off-white);--text: var(--gray-900);--text-muted: var(--gray-600);--font-sans: "Outfit", system-ui, sans-serif;--font-display: "Sora", "Outfit", system-ui, sans-serif;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .06);--shadow-xl: 0 20px 25px -5px rgba(220, 38, 38, .08), 0 8px 10px -6px rgba(0, 0, 0, .06);--radius: 12px;--radius-lg: 20px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:color var(--transition)}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;font-size:.9375rem;border-radius:var(--radius);transition:all var(--transition)}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary-light);border-color:var(--primary)}.btn-ghost{color:var(--text);background:var(--gray-100)}.btn-ghost:hover{background:var(--gray-200)}.page-wrap{min-height:60vh}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding:2rem 0 4rem;overflow:hidden;background:linear-gradient(180deg,#fafafa,#fff,#fef2f2)}.hero-digital-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-digital-circuit{position:absolute;inset:-20%;width:140%;height:140%;background:linear-gradient(105deg,transparent 49.8%,rgba(220,38,38,.06) 50%,transparent 50.2%),linear-gradient(75deg,transparent 49.8%,rgba(220,38,38,.05) 50%,transparent 50.2%),linear-gradient(135deg,transparent 49.8%,rgba(220,38,38,.04) 50%,transparent 50.2%);background-size:120px 80px,160px 100px,100px 120px;animation:digitalCircuitMove 30s linear infinite;opacity:.9}@keyframes digitalCircuitMove{0%{transform:translate(0)}to{transform:translate(-120px,-80px)}}.hero-digital-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(220,38,38,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(220,38,38,.06) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 20%,transparent 70%);animation:digitalGridPulse 8s ease-in-out infinite}@keyframes digitalGridPulse{0%,to{opacity:.7}50%{opacity:1}}.hero-binary-rain{position:absolute;inset:0;font-family:SF Mono,Monaco,Consolas,monospace;font-size:clamp(10px,1.2vw,14px);font-weight:600;color:var(--red-400);opacity:.22;mix-blend-mode:multiply}.hero-binary-col{display:flex;flex-direction:column;gap:.15em;position:absolute;top:-100%;transform:translate(-50%);animation:binaryFall linear infinite;animation-delay:var(--col-delay);animation-duration:var(--col-duration)}.hero-binary-digit{display:block;line-height:1.2;text-shadow:0 0 8px rgba(220,38,38,.3)}@keyframes binaryFall{0%{transform:translateY(0)}to{transform:translateY(200vh)}}.hero-digital-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.35;pointer-events:none}.hero-digital-orb-1{width:400px;height:400px;background:radial-gradient(circle,var(--red-200) 0%,var(--red-100) 40%,transparent 70%);top:-100px;right:-80px;animation:digitalOrbFloat 20s ease-in-out infinite}.hero-digital-orb-2{width:320px;height:320px;background:radial-gradient(circle,var(--red-100) 0%,var(--red-50) 50%,transparent 70%);bottom:-60px;left:-60px;animation:digitalOrbFloat 16s ease-in-out infinite reverse 2s}@keyframes digitalOrbFloat{0%,to{transform:translate(0);opacity:.35}50%{transform:translate(20px,-15px);opacity:.45}}.hero-digital-scanline{position:absolute;left:0;right:0;height:4px;background:linear-gradient(180deg,transparent,rgba(220,38,38,.08),transparent);animation:digitalScanline 4s linear infinite;pointer-events:none}@keyframes digitalScanline{0%{top:-10%}to{top:110%}}.hero-inner{position:relative;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero-badge{display:inline-block;padding:.35rem .85rem;background:var(--primary-light);color:var(--primary);font-size:.8125rem;font-weight:600;border-radius:999px;margin-bottom:1.25rem}.hero-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;color:var(--gray-900);margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.hero-title-accent{color:var(--primary)}.hero-desc{font-size:1.0625rem;color:var(--text-muted);max-width:480px;margin-bottom:1.75rem;line-height:1.7}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{display:none}@media(min-width:1024px){.hero-visual{display:block}}.hero-card-stack{position:relative;height:280px}.hero-card{position:absolute;border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-xl);border:1px solid var(--gray-100)}.hero-card-1{width:85%;height:180px;top:0;left:0;background:linear-gradient(135deg,var(--red-50) 0%,var(--white) 100%)}.hero-card-2{width:75%;height:160px;top:50px;right:0;background:linear-gradient(135deg,var(--white) 0%,var(--red-50) 100%)}.hero-card-3{width:70%;height:140px;bottom:0;left:10%;background:var(--white)}.hero-scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray-500)}.hero-scroll-line{width:1px;height:24px;background:var(--primary);border-radius:2px}.shop-categories-section{background:var(--white);border-bottom:1px solid var(--gray-100)}.shop-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.shop-categories-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.shop-categories-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem}}.shop-category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--bg-soft);border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition);position:relative;overflow:hidden}.shop-category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary);transform:scaleX(0);transform-origin:center;transition:transform var(--transition)}.shop-category-card:hover{border-color:var(--red-200);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.shop-category-card:hover:before{transform:scaleX(1)}.shop-category-icon{font-size:2.25rem;display:block;margin-bottom:.75rem;line-height:1}.shop-category-title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.shop-category-arrow{font-size:.8125rem;font-weight:600;color:var(--primary);transition:transform .2s}.shop-category-card:hover .shop-category-arrow{transform:translate(2px)}.section-header{text-align:center;margin-bottom:2.5rem}.section-label{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--gray-900)}.build-pc-section{background:linear-gradient(135deg,var(--gray-900) 0%,#1a1a1a 100%);color:var(--white)}.build-pc-inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.build-pc-inner{grid-template-columns:1fr 1fr;gap:3rem}}.build-pc-badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--red-300);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.build-pc-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;margin-bottom:.75rem;line-height:1.2}.build-pc-desc{color:var(--gray-300);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;max-width:420px}.build-pc-cta{background:var(--red-600);color:var(--white)}.build-pc-cta:hover{background:var(--red-500)}.build-pc-visual{display:flex;justify-content:center;align-items:center;min-height:200px}.build-pc-mock{position:relative;width:180px;height:140px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.25rem}.build-pc-mock-line{height:6px;background:#ffffff1f;border-radius:3px;margin-bottom:.75rem;width:100%}.build-pc-mock-line--short{width:60%}.build-pc-mock-dot{position:absolute;width:8px;height:8px;background:var(--red-500);border-radius:50%;opacity:.8}.build-pc-mock-dot:nth-of-type(1){bottom:1rem;right:1.25rem}.build-pc-mock-dot:nth-of-type(2){bottom:1rem;right:2.25rem}.build-pc-mock-dot:nth-of-type(3){bottom:1rem;right:3.25rem}.about-compunet-section{background:var(--bg-soft)}.about-compunet-intro{text-align:center;max-width:640px;margin:0 auto 2.5rem}.about-compunet-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.about-compunet-tagline{font-size:1rem;color:var(--text-muted);line-height:1.65}.about-compunet-services-label{font-size:.8125rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;text-align:center}.about-compunet-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.about-compunet-service-item{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:999px;font-weight:500;color:var(--gray-700);transition:all .2s;font-size:.9375rem}.about-compunet-service-item:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.about-compunet-service-icon{font-size:1.125rem}.about-compunet-service-name{flex:1}.about-compunet-service-arrow{color:var(--primary);font-weight:600;opacity:0;transform:translate(-4px);transition:all .2s}.about-compunet-service-item:hover .about-compunet-service-arrow{opacity:1;transform:translate(0)}.new-arrivals-section{background:var(--white)}.new-arrivals-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.new-arrivals-title{font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--gray-900);margin:0}.new-arrivals-link{font-size:.9375rem;font-weight:600;color:var(--primary)}.new-arrivals-link:hover{text-decoration:underline}.new-arrivals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:640px){.new-arrivals-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.new-arrival-card{background:var(--bg-soft);border:1px solid var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition),border-color var(--transition)}.new-arrival-card:hover{border-color:var(--red-100);box-shadow:var(--shadow-lg)}.new-arrival-image-wrap{display:block;position:relative;aspect-ratio:4/3;background:var(--gray-100);overflow:hidden}.new-arrival-image{width:100%;height:100%;object-fit:cover;transition:transform .4s}.new-arrival-card:hover .new-arrival-image{transform:scale(1.04)}.new-arrival-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600;background:var(--primary);color:var(--white);border-radius:999px}.new-arrival-body{padding:1rem}.new-arrival-title{font-family:var(--font-display);font-size:.9375rem;font-weight:600;margin-bottom:.35rem;line-height:1.3}.new-arrival-title a{color:var(--gray-900)}.new-arrival-title a:hover{color:var(--primary)}.new-arrival-price{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.new-arrival-btn{width:100%;padding:.6rem 1rem;font-size:.875rem}.cta-section{padding-bottom:3rem}.brands-section{padding-top:2rem;padding-bottom:3rem;background:var(--gray-50);border-top:1px solid var(--gray-100)}.brands-scroll-wrap{overflow:hidden;width:100%}.brands-scroll{width:100%}.brands-track{display:flex;align-items:center;gap:3rem;width:max-content;animation:brandsScroll 35s linear infinite}.brands-track:hover{animation-play-state:paused}.brands-item{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--gray-400);white-space:nowrap;transition:color .2s}.brands-item:hover{color:var(--primary)}@keyframes brandsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta-box{background:linear-gradient(135deg,var(--red-600) 0%,var(--red-800) 100%);color:var(--white);padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-xl)}.cta-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:.75rem}.cta-desc{opacity:.9;margin-bottom:1.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn-ghost:hover{background:#ffffff40}.page-hero{padding:4rem 0 3rem;text-align:center;background:var(--bg-soft);border-bottom:1px solid var(--gray-100)}.page-hero-label{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.page-hero-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.page-hero-desc{max-width:560px;margin:0 auto;color:var(--text-muted);font-size:1.0625rem}.services-list{display:flex;flex-direction:column;gap:2rem}.service-detail-card{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),border-color var(--transition)}.service-detail-card:hover{border-color:var(--red-100);box-shadow:var(--shadow-lg)}@media(min-width:768px){.service-detail-card{grid-template-columns:auto 1fr;gap:2rem;padding:2.5rem}}.service-detail-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--primary-light);border-radius:var(--radius);flex-shrink:0}.service-detail-body{min-width:0}.service-detail-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.service-detail-tagline{font-size:.9375rem;color:var(--primary);font-weight:500;margin-bottom:.75rem}.service-detail-desc{color:var(--text-muted);margin-bottom:1rem;line-height:1.65}.service-detail-features{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1.25rem}.service-detail-features li{font-size:.875rem;color:var(--gray-600);padding:.25rem .6rem;background:var(--gray-100);border-radius:999px}.page-hero-single{padding:3rem 0 2.5rem}.back-link{display:inline-block;font-size:.9375rem;font-weight:500;color:var(--text-muted);margin-bottom:1rem;transition:color .2s}.back-link:hover{color:var(--primary)}.service-hero-icon{font-size:3rem;display:block;margin-bottom:.75rem}.container-narrow{max-width:720px}.service-body-desc{font-size:1.0625rem;line-height:1.75;color:var(--text-muted);margin-bottom:2rem}.service-body-heading{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.service-body-features{margin-bottom:2rem}.service-body-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--gray-700)}.service-body-features li:before{content:"";position:absolute;left:0;top:.9rem;width:6px;height:6px;background:var(--primary);border-radius:50%}.service-cta-block{padding:2rem;background:var(--primary-light);border-radius:var(--radius);text-align:center}.service-cta-block p{margin-bottom:1rem;color:var(--gray-700)}.shop-section{padding-top:1rem}.shop-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.filter-btn{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-muted);background:var(--gray-100);border-radius:999px;transition:all .2s}.filter-btn:hover{color:var(--gray-800);background:var(--gray-200)}.filter-btn.active{color:var(--white);background:var(--primary)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);overflow:hidden;transition:box-shadow var(--transition),border-color var(--transition)}.product-card:hover{border-color:var(--red-100);box-shadow:var(--shadow-lg)}.product-card-image-wrap{position:relative;display:block;aspect-ratio:4/3;background:var(--gray-100);overflow:hidden}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;background:var(--primary);color:var(--white);border-radius:999px}.product-card-body{padding:1.25rem}.product-card-title{font-family:var(--font-display);font-size:1.0625rem;font-weight:600;margin-bottom:.5rem}.product-card-title a{color:var(--gray-900);transition:color .2s}.product-card-title a:hover{color:var(--primary)}.product-card-price{font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.product-card-btn{width:100%;padding:.65rem 1rem;font-size:.875rem}.shop-empty{text-align:center;color:var(--text-muted);padding:3rem}.product-detail-section{padding-top:2rem}.product-detail-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-detail-image-wrap{position:relative;background:var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.product-detail-image{width:100%;height:100%;object-fit:cover}.product-detail-badge{position:absolute;top:1rem;left:1rem}.product-detail-info .back-link{display:inline-block;margin-bottom:1rem;font-size:.9375rem;font-weight:500;color:var(--text-muted)}.product-detail-info .back-link:hover{color:var(--primary)}.product-detail-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.product-detail-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.product-detail-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.product-detail-qty{margin-bottom:1.5rem}.product-detail-qty label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.product-detail-qty input{width:80px;padding:.5rem .75rem;font-size:1rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-family:inherit}.product-detail-actions{display:flex;flex-wrap:wrap;gap:1rem}.cart-empty-section{min-height:60vh;display:flex;align-items:center;justify-content:center}.cart-empty{text-align:center;max-width:400px}.cart-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.cart-empty-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cart-empty-desc{color:var(--text-muted);margin-bottom:1.5rem}.cart-section{padding-top:1rem}.cart-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 340px;align-items:start}}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1.25rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg)}.cart-item-image{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;background:var(--gray-100)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.cart-item-price{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.cart-item-qty{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--gray-200);border-radius:var(--radius);padding:.25rem}.cart-item-qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--gray-600);background:var(--gray-100);border-radius:6px;transition:background .2s,color .2s}.cart-item-qty button:hover{background:var(--red-100);color:var(--primary)}.cart-item-qty span{min-width:24px;text-align:center;font-weight:500}.cart-item-total{text-align:right}.cart-item-total p{font-weight:700;font-size:1.125rem;color:var(--gray-900);margin-bottom:.5rem}.cart-item-remove{font-size:.8125rem;color:var(--red-600);font-weight:500}.cart-item-remove:hover{text-decoration:underline}.cart-summary{padding:1.5rem;background:var(--bg-soft);border-radius:var(--radius-lg);border:1px solid var(--gray-100);position:sticky;top:100px}.cart-summary-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.cart-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;color:var(--gray-700)}.cart-summary-total{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.cart-summary-btn{width:100%;margin-top:1.25rem}.checkout-empty,.checkout-success-section{min-height:60vh;display:flex;align-items:center;justify-content:center}.checkout-success{text-align:center;max-width:420px}.checkout-success-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--red-600);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkout-success-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.checkout-success-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.checkout-section{padding-top:1rem}.checkout-form{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.checkout-form{grid-template-columns:1fr 380px;align-items:start}}.checkout-form-heading,.checkout-order-heading{font-family:var(--font-display);font-size:1.125rem;font-weight:600;margin-bottom:1.25rem}.checkout-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.checkout-grid{grid-template-columns:1fr 1fr}}.checkout-grid label{display:flex;flex-direction:column;gap:.35rem}.checkout-grid label.full{grid-column:1 / -1}.checkout-grid label span{font-size:.875rem;font-weight:500;color:var(--gray-700)}.checkout-grid input{padding:.65rem .85rem;font-size:1rem;font-family:inherit;border:1px solid var(--gray-200);border-radius:var(--radius);transition:border-color .2s}.checkout-grid input:focus{outline:none;border-color:var(--primary)}.checkout-order{padding:1.5rem;background:var(--bg-soft);border-radius:var(--radius-lg);border:1px solid var(--gray-100);position:sticky;top:100px}.checkout-order-list{margin-bottom:1rem}.checkout-order-list li{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;color:var(--gray-700)}.checkout-order-total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;padding-top:1rem;border-top:1px solid var(--gray-200)}.checkout-submit{width:100%;margin-top:1.25rem}.contact-section{padding-top:1rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;align-items:start}}.contact-info h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.contact-info ul{display:flex;flex-direction:column;gap:1.25rem}.contact-info li{display:flex;flex-direction:column;gap:.25rem}.contact-info strong{font-size:.8125rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.contact-info a{color:var(--primary);font-weight:500}.contact-info a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem}.contact-form label span{font-size:.875rem;font-weight:500;color:var(--gray-700)}.contact-form input,.contact-form select,.contact-form textarea{padding:.7rem .9rem;font-size:1rem;font-family:inherit;border:1px solid var(--gray-200);border-radius:var(--radius);transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary)}.contact-form textarea{resize:vertical;min-height:120px}.contact-success-section{min-height:60vh;display:flex;align-items:center;justify-content:center}.contact-success{text-align:center}.contact-success-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--red-600);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-success h1{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.5rem}.contact-success p{color:var(--text-muted)}.about-section{padding-top:1rem}.about-intro{max-width:720px;margin-bottom:3rem}.about-intro-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.about-intro-text{font-size:1.0625rem;line-height:1.75;color:var(--text-muted)}.about-section-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:var(--gray-900)}.about-services-grid{display:flex;flex-wrap:wrap;gap:.75rem}.about-service-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:999px;font-weight:500;color:var(--gray-700);transition:all .2s}.about-service-pill:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.about-service-icon{font-size:1.25rem}.about-cta{margin-top:3rem;padding:2rem;background:var(--bg-soft);border-radius:var(--radius-lg);text-align:center}.about-cta p{margin-bottom:1rem;font-weight:500;color:var(--gray-700)}.about-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.build-pc-page{min-height:60vh;display:flex;align-items:center;justify-content:center;background:var(--bg-soft)}.build-pc-page-inner{text-align:center;max-width:480px}.build-pc-page-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.build-pc-page-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:inline-flex;align-items:center}.logo-img{height:44px;width:auto;max-width:180px;object-fit:contain;display:block}.nav-desktop{display:none}@media(min-width:768px){.nav-desktop{display:flex;align-items:center;gap:2rem}}.nav-link{font-weight:500;font-size:.9375rem;color:var(--text-muted);position:relative}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--primary);border-radius:1px}.header-actions{display:flex;align-items:center;gap:1rem}.cart-trigger{position:relative;padding:.5rem;color:var(--gray-700);transition:color .2s}.cart-trigger:hover{color:var(--primary)}.cart-count{position:absolute;top:2px;right:2px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center}.menu-btn{width:28px;height:22px;display:flex;flex-direction:column;justify-content:space-between}.menu-btn span{display:block;height:2px;background:var(--gray-800);border-radius:1px;transition:transform .3s,opacity .3s}.menu-btn span:nth-child(1).open{transform:translateY(10px) rotate(45deg)}.menu-btn span:nth-child(2).open{opacity:0}.menu-btn span:nth-child(3).open{transform:translateY(-10px) rotate(-45deg)}@media(min-width:768px){.menu-btn{display:none}}.nav-mobile{background:var(--white);border-top:1px solid var(--gray-100);padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.nav-mobile{display:none}}.nav-mobile-link{font-weight:500;padding:.75rem 0;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.nav-mobile-link:hover{color:var(--primary)}.main{flex:1}.footer{background:var(--gray-900);color:var(--gray-300);padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-logo{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--white)}.footer-logo-img{height:36px;width:auto;max-width:160px;object-fit:contain;display:block}.footer-tagline{margin-top:.75rem;font-size:.9375rem;line-height:1.6;max-width:280px}.footer-col h4{color:var(--white);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col ul li{margin-bottom:.5rem}.footer-col a,.footer-contact a{color:var(--gray-400);font-size:.9375rem;transition:color .2s}.footer-col a:hover,.footer-contact a:hover{color:var(--red-400)}.footer-contact li{margin-bottom:.35rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--gray-800);text-align:center}.footer-bottom p{font-size:.875rem;color:var(--gray-500)}
