.hero-section{flex-direction:column;align-items:center;gap:18px;width:100%;padding-block:8px 4px;display:flex;position:relative}.hero-section__title{color:var(--text-primary);font-family:var(--font-chakra-petch),sans-serif;letter-spacing:-1.5px;text-align:center;text-shadow:0 0 48px #e423131f;text-wrap:balance;z-index:1;max-width:40rem;margin:0 auto;font-size:52px;font-weight:600;line-height:1.08;position:relative}.hero-section__subtitle{color:var(--text-secondary);text-align:center;text-wrap:balance;z-index:1;max-width:34rem;margin:0 auto;font-size:16px;line-height:1.55;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:0 0;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}}
