.hero-section{min-height:var(--stable-vh,100svh);flex-direction:column;display:flex}.hero-content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.how-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lookback-grid{grid-template-columns:1fr 380px;align-items:center;gap:80px;display:grid}@keyframes mascot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mascot-spin{animation:12s linear infinite mascot-spin}.mascot-deco{display:inline-flex}.mascot-mobile{display:none}.hero-heading{font-size:clamp(36px,5vw,64px)}.lookback-heading{font-size:clamp(32px,4.5vw,56px)}.phone-frame{width:320px;height:656px}@media (max-width:1023px){.how-grid{grid-template-columns:repeat(2,1fr)}.lookback-grid{grid-template-columns:1fr;gap:48px}.lookback-grid>:last-child{justify-self:center}.mascot-deco{display:none}.mascot-mobile{display:inline-flex}}@media (max-width:639px){.how-grid{grid-template-columns:1fr}.phone-frame{width:260px;height:533px}}
