html,body{color:#fff;background:#000;width:100%;height:100%;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.home-page{width:100vw;height:100vh;overflow:hidden}.home-scene{width:100%;height:calc(100vh - 60px);margin-top:60px;position:relative;overflow:hidden}.home-background{z-index:0;position:absolute;inset:0}.home-overlay{z-index:10;position:absolute;inset:0;overflow:hidden}.scroll-section{transform-origin:50%;will-change:transform, opacity;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%}.section-background{z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.section-bg-image,.section-bg-video{-o-object-fit:cover;object-fit:cover;opacity:1;border-radius:20px;width:min(750px,75vw);height:auto;max-height:90vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 80px #0009}.section-background:after{content:"";z-index:1;background:#00000073;position:absolute;inset:0}.scroll-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:min(900px,90vw);padding:2rem;display:flex;position:relative}.section-subtitle{color:#9aa0a6;letter-spacing:.2rem;text-transform:uppercase;font-size:clamp(.9rem,1.2vw,1.2rem)}.section-title{margin:0;font-size:clamp(2.5rem,5vw,5.5rem);font-weight:700}.section-description{max-width:700px;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.8}.scroll-section.has-image-media .scroll-content{padding-bottom:6rem}.section-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.section-button{color:#fff;cursor:pointer;border:2px solid #fff;border-radius:999px;padding:.9rem 2rem;font-size:1rem;text-decoration:none;transition:all .25s}.section-button:hover{color:#000;background:#fff;transform:translateY(-2px)}
