feat: enhance landing page with new hero section, badges, and improved styles

This commit is contained in:
estifanos
2026-08-14 07:43:14 +00:00
parent de04ed64b3
commit cfbec948fb
3 changed files with 129 additions and 31 deletions

View File

@@ -3,7 +3,10 @@
.ema-hover-lift, portal's --ema-surface-*) is available here, so this file
is self-contained. */
.ema-landing {
/* `scroll-behavior` only affects the element that actually scrolls — for a
full page that's `html`, not this div, so it has to live here. Scoped with
:has() so it only applies while the landing page is mounted. */
html:has(.ema-landing) {
scroll-behavior: smooth;
}
@@ -45,7 +48,7 @@
}
@media (prefers-reduced-motion: reduce) {
.ema-landing {
html:has(.ema-landing) {
scroll-behavior: auto;
}
.ema-landing .ema-landing-fade,