.hero-section{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex;position:relative}.hero-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 30%,#e423130f,#0000 70%);width:100%;height:100%;position:absolute;top:0}[dir=ltr] .hero-section:before{left:0}[dir=rtl] .hero-section:before{right:0}.hero-section__title{color:var(--text-primary);font-family:var(--font-chakra-petch),sans-serif;letter-spacing:-1px;text-shadow:0 0 40px #e4231326;z-index:1;font-size:48px;font-weight:600;position:relative}.hero-section__subtitle{color:var(--text-secondary);z-index:1;font-size:16px;position:relative}@media not (min-width:1024px){.hero-section{gap:12px}.hero-section__title{font-size:28px}.hero-section__subtitle{font-size:14px}}@media not (min-width:768px){.hero-section{gap:8px}.hero-section__title{text-align:center;font-size:24px}.hero-section__subtitle{text-align:center;font-size:13px}}
.home-content{background:radial-gradient(ellipse 120% 80% at 50% 0%,#e423130a,transparent 60%),radial-gradient(ellipse 80% 60% at 50% 100%,#e4231308,transparent 50%),var(--bg-elevated);flex-direction:column;align-items:center;gap:48px;min-height:calc(100dvh - 64.55px);padding:48px 64px;display:flex;position:relative}.home-content:before{content:"";opacity:.4;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0}[dir=ltr] .home-content:before{background-image:repeating-linear-gradient(0deg,#ffffff03 0,#0000 1px 2px,#ffffff03 3px),repeating-linear-gradient(90deg,#ffffff03 0,#0000 1px 2px,#ffffff03 3px);left:0}[dir=rtl] .home-content:before{background-image:repeating-linear-gradient(0deg,#ffffff03 0,#0000 1px 2px,#ffffff03 3px),repeating-linear-gradient(-90deg,#ffffff03 0,#0000 1px 2px,#ffffff03 3px);right:0}.home-content>*{z-index:1;width:100%;position:relative}@media not (min-width:1024px){.home-content{gap:32px;padding:32px 24px}}@media not (min-width:768px){.home-content{gap:24px;padding:24px 16px}}
