.section-hero__base{background:linear-gradient(135deg,var(--primary-bg) 0,var(--secondary-bg) 100%);height:100vh;justify-content:center;overflow:hidden;position:relative}.section-hero__base,.section-hero__scroll-hint{align-items:center;display:flex;flex-direction:column}.section-hero__scroll-hint{bottom:2rem;color:var(--text-secondary);font-size:.8rem;position:absolute}.section-hero__scroll-line{animation:scroll-line 2s infinite;background:var(--text-secondary);height:30px;margin-bottom:.5rem;width:1px}@keyframes scroll-line{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}