@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float-gentle{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-20px) rotate(1deg)}}.hero--hardware{margin-top:80px;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%);color:#fff;padding:0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:stretch}.hero--hardware .hero-image::before,.hero--hardware::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.hero--hardware::before{background-image:linear-gradient(rgba(74,155,217,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(74,155,217,.03) 1px,transparent 1px);background-size:50px 50px}.hero--hardware .hero-image{flex:0 0 45%;position:relative;overflow:hidden;clip-path:polygon(0 0,90%0,100% 100%,0 100%)}.hero--hardware .hero-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.9)}.hero--hardware .hero-image::before{background:linear-gradient(135deg,rgba(74,155,217,.3)0,transparent 60%)}.hero--hardware .hero-content{flex:1;display:flex;align-items:center;padding:100px 4rem 100px 3rem;position:relative;z-index:10}.hero--hardware .hero-text{max-width:600px;animation:fadeInUp .8s ease-out}.hero--hardware h1{font-size:48px;font-weight:700;margin-bottom:.5rem;line-height:1.2;color:#fff}.hero--hardware h1 .letter-c{color:#4a9bd9;font-weight:800}.hero--hardware h1 .letter-a{color:#e74c3c;font-weight:800}.hero--hardware .hero-tagline{font-size:18px;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.hero--hardware .hero-description{font-size:15px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:2rem}.hero-features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border-radius:8px;border:1px solid rgba(255,255,255,.15);font-size:14px;font-weight:500;color:#fff}.hero-feature svg{width:18px;height:18px;color:#2ecc71}.hero--hardware .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero--hardware .btn-primary,.hero--hardware .btn-secondary{color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.hero--hardware .btn-primary{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);display:inline-flex;align-items:center;gap:.5rem;border:0}.hero--hardware .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(231,76,60,.4)}.hero--hardware .btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.hero--hardware .btn-primary:hover svg{transform:translateX(4px)}.hero--hardware .btn-secondary{background:0 0;border:1px solid rgba(255,255,255,.3)}.hero--hardware .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-floating{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:20;overflow:hidden}.letter-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk",sans-serif;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.4);animation:float-gentle 8s ease-in-out infinite}.letter-bubble--c{width:85px;height:85px;font-size:42px;top:15%;left:48%;background:linear-gradient(135deg,#5dade2 0,#4a9bd9 50%,#2980b9 100%);box-shadow:0 8px 32px rgba(74,155,217,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:0s}.letter-bubble--a{width:75px;height:75px;font-size:38px;bottom:20%;right:8%;background:linear-gradient(135deg,#ec7063 0,#e74c3c 50%,#c0392b 100%);box-shadow:0 8px 32px rgba(231,76,60,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:-4s}.hero-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:hidden}.hero-icon{position:absolute;color:rgba(255,255,255,.1);animation:float-gentle 10s ease-in-out infinite}.hero-icon--cpu{width:60px;height:60px;top:25%;right:15%;animation-delay:-2s;animation-duration:12s}.hero-icon--ram{width:50px;height:50px;bottom:35%;left:50%;animation-delay:-5s;animation-duration:9s}.hero-icon--ssd{width:55px;height:55px;top:70%;right:20%;animation-delay:-1s;animation-duration:11s}.hero-icon--gpu{width:45px;height:45px;bottom:15%;left:52%;animation-delay:-3s;animation-duration:10s}.bento-grid--solid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bento-card--solid{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 100%);border-radius:16px;padding:2rem;color:#fff;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;transform:perspective(1000px) rotateX(0) rotateY(0);opacity:1!important;box-shadow:0 10px 30px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.15)}.bento-card--solid.bento-card--featured::before,.bento-card--solid::before{display:none!important}.bento-card--solid:hover{transform:perspective(1000px) rotateX(-2deg) rotateY(2deg) translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--blue,.bento-card--blue:hover,.bento-card--solid.bento-card--featured.bento-card--blue:hover{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)!important}.bento-card--blue:hover{box-shadow:0 20px 50px rgba(74,155,217,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--red,.bento-card--red:hover,.bento-card--solid.bento-card--featured.bento-card--red:hover{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)!important}.bento-card--red:hover{box-shadow:0 20px 50px rgba(231,76,60,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--solid.bento-card--featured{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}.bento-card--solid .bento-card__icon{width:64px;height:64px;background:rgba(255,255,255,.15);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bento-card--solid .bento-card__icon svg{width:36px;height:36px;stroke:#fff;stroke-width:2}.bento-card--solid .bento-card__content h3{font-size:18px;font-weight:700;margin-bottom:.5rem;color:#fff}.bento-card--solid .bento-card__content p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.85);margin:0}.bento-card--solid .bento-card__desc{font-size:13px;color:rgba(255,255,255,.75)}.bento-card--solid .bento-card__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:#fff;font-weight:600;font-size:14px;text-decoration:none;transition:gap .3s ease}.bento-card--solid .bento-card__link:hover{gap:.75rem}.bento-card--solid .bento-card__link svg{width:16px;height:16px}.bento-card--solid:not(.bento-card--featured){display:flex;flex-direction:column;gap:1rem}.bento-card--solid:not(.bento-card--featured) .bento-card__icon{width:56px;height:56px;border-radius:12px}.bento-card--solid:not(.bento-card--featured) .bento-card__icon svg{width:28px;height:28px}.services{background:linear-gradient(to bottom,#fff 0,#f8fafc 100%)}#ram-upgrade{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#ram-upgrade .about-text h2,#ram-upgrade .about-text h3,#ram-upgrade .about-text p,#ram-upgrade .about-text strong,#ram-upgrade .about-text ul li,#ram-upgrade .about-text ul li::before{color:#fff}#ram-upgrade .about-text p,#ram-upgrade .about-text ul li{color:rgba(255,255,255,.9)}#cpu-upgrade .about-text h2::after,#gaming .about-text h2::after,#gpu-upgrade .about-text h2::after,#home-office .about-text h2::after,#process .section-title h2::after,#ram-upgrade .about-text h2::after,#software-installation .section-title h2::after,#ssd-upgrade .about-text h2::after,#workstation .about-text h2::after{background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.5) 100%)}#ram-upgrade .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2)0,transparent 40%)}#ssd-upgrade{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#gpu-upgrade .about-text h2,#gpu-upgrade .about-text h3,#ssd-upgrade .about-text h2,#ssd-upgrade .about-text h3,#ssd-upgrade .about-text p,#ssd-upgrade .about-text strong,#ssd-upgrade .about-text ul li,#ssd-upgrade .about-text ul li::before{color:#fff}#ssd-upgrade .about-text p,#ssd-upgrade .about-text ul li{color:rgba(255,255,255,.9)}#ssd-upgrade .about-image::before{background:linear-gradient(45deg,rgba(231,76,60,.2)0,transparent 40%)}#gpu-upgrade,#software-installation.services--cta{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#gpu-upgrade .about-text p,#gpu-upgrade .about-text strong,#gpu-upgrade .about-text ul li,#gpu-upgrade .about-text ul li::before{color:#fff}#gpu-upgrade .about-text p,#gpu-upgrade .about-text ul li{color:rgba(255,255,255,.9)}#gpu-upgrade .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2)0,transparent 40%)}#cpu-upgrade{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#cpu-upgrade .about-text h2,#cpu-upgrade .about-text h3,#cpu-upgrade .about-text p,#cpu-upgrade .about-text strong,#cpu-upgrade .about-text ul li,#cpu-upgrade .about-text ul li::before,#software-installation .section-title h2{color:#fff}#cpu-upgrade .about-text p,#cpu-upgrade .about-text ul li{color:rgba(255,255,255,.9)}#cpu-upgrade .about-image::before{background:linear-gradient(45deg,rgba(231,76,60,.2)0,transparent 40%)}#software-installation.services--cta{padding:80px 2rem 100px}#software-installation .section-title p{color:#fff;color:rgba(255,255,255,.8)}#process.services--cta{padding:80px 2rem 100px;background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#gaming .about-text h2,#gaming .about-text h3,#process .section-title h2,#process .section-title p{color:#fff}#process .section-title p{color:rgba(255,255,255,.8)}.bento-card--solid .step-number{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;margin-bottom:1rem}#gaming{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#gaming .about-text p,#gaming .about-text strong,#gaming .about-text ul li,#gaming .about-text ul li::before{color:#fff}#gaming .about-text p,#gaming .about-text ul li{color:rgba(255,255,255,.9)}#gaming .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2)0,transparent 40%)}#home-office{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#home-office .about-text h2,#home-office .about-text h3,#home-office .about-text p,#home-office .about-text strong,#home-office .about-text ul li,#home-office .about-text ul li::before,#workstation .about-text h2,#workstation .about-text h3{color:#fff}#home-office .about-text p,#home-office .about-text ul li{color:rgba(255,255,255,.9)}#home-office .about-image::before{background:linear-gradient(45deg,rgba(231,76,60,.2)0,transparent 40%)}#workstation{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#workstation .about-text p,#workstation .about-text strong,#workstation .about-text ul li,#workstation .about-text ul li::before{color:#fff}#workstation .about-text p,#workstation .about-text ul li{color:rgba(255,255,255,.9)}#workstation .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2)0,transparent 40%)}.about-text h3{font-size:20px;margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.about-text ul{list-style:none;padding:0;margin:0 0 1.5rem}.about-text ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;line-height:1.6;font-size:14px}.about-text ul li::before{content:"✓";position:absolute;left:0;font-weight:700;font-size:16px}.blog,.faq,.services{padding:100px 2rem}.faq{background:linear-gradient(to bottom,#f8fafc 0,#fff 100%)}.faq .faq-item{opacity:1;transform:translateY(0)}.blog{background:#fff}@media (max-width:1024px){.bento-grid--solid{grid-template-columns:repeat(2,1fr)}.bento-card--solid.bento-card--featured{grid-column:span 2}.hero--hardware .hero-content{padding:80px 2rem}.hero--hardware h1{font-size:40px}.letter-bubble--c{width:65px;height:65px;font-size:32px}.letter-bubble--a{width:60px;height:60px;font-size:30px}}@media (max-width:768px){.hero--hardware{flex-direction:column;min-height:auto}.hero--hardware .hero-image{flex:none;height:40vh;min-height:280px;clip-path:polygon(0 0,100%0,100% 90%,0 100%)}.hero--hardware .hero-content{flex:1;padding:2rem 1.5rem 3rem}.hero--hardware h1{font-size:32px}.hero--hardware .hero-tagline{font-size:16px}.hero-features{flex-direction:column;gap:.5rem}.hero--hardware .hero-buttons{flex-direction:column;width:100%}.hero--hardware .btn-primary,.hero--hardware .btn-secondary{width:100%;justify-content:center}.hero-floating,.hero-icons{display:none}.bento-grid--solid{grid-template-columns:1fr}.bento-card--solid.bento-card--featured{grid-column:span 1;grid-template-columns:1fr;text-align:center}.bento-card--solid.bento-card--featured .bento-card__icon{margin:0 auto}#process.services--cta,#software-installation.services--cta,.blog,.faq,.services{padding:60px 1.5rem}}@media (prefers-reduced-motion:reduce){.hero--hardware .hero-text,.hero-icon,.letter-bubble{animation:none}.bento-card--solid{transition:none}.bento-card--solid:hover{transform:none}}