:root{color-scheme:dark;color:#f7f7f7;background:#05070a;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{background:linear-gradient(180deg,#071017,#0a101a)}.page-shell{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:3rem 0}.hero span{display:inline-block;color:#82c7ff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.85rem}.hero h1{margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.hero p{color:#b8c6d2;max-width:760px;line-height:1.8}.button,.link-button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .2s ease,background-color .2s ease}.button{background:#66b3ff;color:#05070a}.link-button{background:transparent;color:#82c7ff;border:1px solid rgba(130,199,255,.2)}.button:hover,.link-button:hover{transform:translateY(-1px)}.products-section{padding-bottom:3rem}.section-header{margin-bottom:2rem}.section-header h2{margin:0 0 .5rem;font-size:2rem}.section-header p{margin:0;color:#a7b8cf;max-width:680px}.product-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card,.product-detail{background:rgba(14,21,34,.88);border:1px solid hsla(0,0%,100%,.06);border-radius:24px;padding:1.5rem}.product-card{display:grid;grid-gap:1rem;gap:1rem}.product-card-large,.product-image{background:linear-gradient(180deg,#16253a,#0d161f);border-radius:20px;min-height:180px;display:grid;place-items:center;color:#7db9ff;font-weight:700;text-align:center;padding:1.5rem}.product-content h3{margin:0;font-size:1.4rem}.product-content p{margin:.75rem 0 0;color:#b9c5d3;line-height:1.7}.product-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem}.product-footer span{color:#e8f2ff;font-weight:700}.product-detail{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:minmax(0,1fr) 420px;align-items:start}.product-detail p{color:#c0c9d8;line-height:1.8}.product-meta{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;margin-top:1.5rem}.product-meta strong{color:#fff}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}@media (max-width:860px){.product-detail{grid-template-columns:1fr}}