@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--primary-yellow: #fdd835;--text-dark: #1a1a1a;--text-dim: #4a4a4a;--font-main: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}body{font-family:var(--font-main);background-color:var(--primary-yellow);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{height:100vh;height:100dvh;width:100vw;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:url(/Pixc_4164_v3.png);background-size:cover;background-position:center}.content-overlay{position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.navbar{padding:3rem 5rem;display:flex;justify-content:space-between;align-items:center}.brand-name{font-weight:700;font-size:1.4rem;letter-spacing:-.02em}.social-link{color:var(--text-dark);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.social-link:hover{transform:scale(1.2) rotate(5deg)}.hero-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;margin-top:-5vh}.logo-container{width:100%;max-width:320px;margin-bottom:3rem}.main-logo{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.05))}.hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1;max-width:900px;margin-bottom:1.5rem}.hero-subtitle{font-size:1.4rem;font-weight:500;color:var(--text-dim);opacity:.8}.footer{padding:3rem;text-align:center;font-size:1rem;color:var(--text-dim)}.footer a{color:var(--text-dark);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px;font-weight:600}@media(max-width:768px){.navbar{padding:1.5rem 2rem}.hero-title{font-size:2.5rem}.footer{padding:1.5rem 1.5rem calc(4rem + env(safe-area-inset-bottom))}}
