*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%;margin:0;padding:0;font-display:swap}img,video{max-width:100%;height:auto;loading:lazy}.features-grid,.hero{will-change:transform}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#111}.header.sticky{position:fixed;top:0;left:0;right:0;background-color:rgba(17,17,17,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.hero{min-height:600px;background-color:#020202}.prompt-box.highlight{box-shadow:0 0 20px 5px rgba(255,165,0,.8);transition:box-shadow .3s ease-in-out}.features-grid{display:grid;grid-gap:2rem;gap:2rem;margin-top:2rem}.feature{text-align:center}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}