.page-container{position:relative;min-height:100vh;z-index:0;color:white}.fixed-background{pointer-events:none}.fixed-background,.page-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-10}.background-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:-9}.content-wrapper{position:relative;background-color:rgba(15,15,15,.3);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:4rem;padding-left:1.5rem;padding-right:1.5rem}.pageTitle{font-size:2.25rem;font-weight:700;color:#facc15;text-align:center}.pageSubtitle{margin-top:1rem;font-size:1.125rem;color:#d1d5db;text-align:center;width:75%;margin-left:auto;margin-right:auto}.sectionCard{background-color:rgba(255,255,255,.05);border-radius:.75rem;padding:2rem;margin-bottom:2.5rem;box-shadow:0 4px 12px rgba(250,204,21,.1);transition:transform .3s ease,box-shadow .3s ease}.sectionCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(250,204,21,.2)}.sectionCardTitle{font-size:1.5rem;font-weight:700;color:#facc15;margin-bottom:1.5rem;border-left:4px solid #facc15;padding-left:1rem}.cardGrid{display:grid;gap:2rem;margin-top:1rem;margin-bottom:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background-color:rgba(0,0,0,.6);color:white;padding:1.5rem;border-radius:.5rem;backdrop-filter:blur(4px);box-shadow:0 4px 10px rgba(0,0,0,.4)}.card:hover{transform:scale(1.05);box-shadow:0 15px 20px -5px rgba(250,204,21,.5)}.cardImage{width:100%;height:auto;max-height:12rem;object-fit:contain;border-radius:.5rem;background-color:white;padding:.5rem}.cardName{margin-top:1rem;font-size:1.125rem;font-weight:700}.cardSpecs{color:#dfecff}.cardSpecs,.productDetails{font-size:.875rem;margin-top:.5rem}.productDetails{color:#fdfdfd;line-height:1.4}