.referral-container{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column}.referral-hero{position:relative;width:100%;aspect-ratio:1/1;max-height:60vh;background:linear-gradient(180deg,#1a1a1a,#000)}.referral-image-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem}.referral-cta-gradient{background:linear-gradient(0deg,#000 0,#000 70%,transparent)}.referral-button{transition:transform .2s ease,box-shadow .2s ease}.referral-button:active{transform:scale(.95)}.referral-button:hover{box-shadow:0 4px 12px hsla(0,0%,100%,.2)}html{scroll-behavior:smooth}@media (max-width:640px){.referral-hero{max-height:55vh}}.referral-button{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:768px){.referral-desktop-cta-wrapper>div{position:static!important}}