.hero{min-height:100svh;display:flex;align-items:flex-end;padding-top:48px;box-sizing:border-box;overflow-x:clip;max-width:100%}.hero-content{width:100%;max-width:1440px;margin:0 auto;padding:28px max(5vw,32px) 72px;display:grid;grid-template-columns:1fr min(440px,38vw);gap:clamp(56px,7vw,96px);align-items:end}.hero-actions{align-items:flex-end}.hero-phone-wrap{align-self:end;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.hero-phone-wrap .phone-tilt{transform:rotate(2deg);transform-origin:bottom center}.hero-phone-wrap .phone-tilt:hover{transform:rotate(1deg) translateY(-6px)}.hero-phone-wrap .real-phone-frame{width:min(340px,34vw);position:relative;transform-origin:bottom center}.hero-phone-wrap .app-mock-disclaimer{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);margin:0;width:max-content;max-width:min(260px,72vw);white-space:normal;box-sizing:border-box}@media (max-width:960px){.hero-phone-wrap{max-width:100%;overflow:hidden}}