*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;background:#0b0b0f;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}section{min-height:100vh;padding:120px 3rem 3rem}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0b0b0fbf;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4rem;display:flex;position:fixed;top:0;left:0}.navbar__logo{letter-spacing:.25rem;font-size:1.5rem;font-weight:700}.navbar__links{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar__links a{color:#fffc;transition:color .25s;position:relative}.navbar__links a:hover{color:#fff}.navbar__links a:after{content:"";transform-origin:0;background:#7c5cff;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-8px;left:0;transform:scaleX(0)}.navbar__links a:hover:after{transform:scaleX(1)}.page-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 3rem 3rem;display:flex}.page-section h1{margin-bottom:2rem;font-size:clamp(3rem,6vw,5rem)}.page-section p{color:#ffffffbf;max-width:700px;font-size:1.2rem}.page-section a{color:#ffffffd9;transition:color .2s}.page-section a:hover{color:#7c5cff}
