.hero-section{position:relative;height:100dvh;min-height:720px;overflow:hidden;z-index:0;isolation:isolate;contain:paint;will-change:z-index;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);padding:0 24px}.hero-gradient{position:absolute;inset:0;pointer-events:none;z-index:0;transform:translateZ(0);will-change:transform;background:radial-gradient(ellipse 95% 85% at 50% 95%,rgba(32,215,6,.16) 0,rgba(32,215,6,.09) 18%,rgba(32,215,6,.04) 38%,rgba(32,215,6,.012) 60%,rgba(32,215,6,0) 82%),radial-gradient(ellipse 45% 42% at 50% 88%,rgba(32,215,6,.1) 0,rgba(32,215,6,.04) 45%,rgba(32,215,6,0) 80%),linear-gradient(180deg,#000,#020906 45%,#030f08 65%,#010503 85%,#000)}[data-theme=light] .hero-gradient{background:radial-gradient(ellipse 95% 85% at 50% 95%,rgba(32,215,6,.11) 0,rgba(32,215,6,.06) 18%,rgba(32,215,6,.03) 38%,rgba(32,215,6,.008) 60%,rgba(32,215,6,0) 82%),radial-gradient(ellipse 45% 42% at 50% 88%,rgba(32,215,6,.07) 0,rgba(32,215,6,.025) 45%,rgba(32,215,6,0) 80%),linear-gradient(180deg,#fff,#f8fff6 45%,#f2fdee 65%,#f8fff6 85%,#fff)}.hero-gradient:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 70% 60% at 50% 90%,rgba(32,215,6,.05) 0,rgba(32,215,6,0) 75%);animation:hero-breathe 16s ease-in-out infinite alternate;will-change:opacity}[data-theme=light] .hero-gradient:before{background:radial-gradient(ellipse 70% 60% at 50% 90%,rgba(32,215,6,.035) 0,rgba(32,215,6,0) 75%)}@keyframes hero-breathe{0%{opacity:.7}to{opacity:1}}.hero-gradient:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-size:180px 180px;opacity:.14;mix-blend-mode:overlay}[data-theme=light] .hero-gradient:after{opacity:.1;mix-blend-mode:multiply}@media (prefers-reduced-motion:reduce){.hero-gradient:before{animation:none;opacity:.8}}.hero-top{position:absolute;top:clamp(80px,13vh,150px);left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:1180px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:10}.hero-headline{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif;font-weight:800;font-size:max(40px,min(100px,7.6vw,11vh));line-height:1.08;letter-spacing:-.045em;color:var(--text-1);text-wrap:balance;margin:0;font-feature-settings:"ss01","kern","calt"}.hero-headline-accent{color:var(--accent)}.hero-rotating{display:inline-block}.hero-rotating-word{display:inline-block;background:linear-gradient(110deg,var(--accent) 0,var(--accent) 28%,#9cff7d 44%,#fff 50%,#9cff7d 56%,var(--accent) 72%,var(--accent) 100%);background-size:260% 100%;background-position:100% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:hero-word-in .8s cubic-bezier(.22,1,.36,1) both,hero-accent-shimmer 7s linear .8s infinite;will-change:transform,clip-path,background-position}[data-theme=light] .hero-rotating-word{background:linear-gradient(110deg,var(--accent) 0,var(--accent) 28%,#3ab50f 44%,#78e84a 50%,#3ab50f 56%,var(--accent) 72%,var(--accent) 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text}@keyframes hero-word-in{0%{opacity:0;transform:translate3d(0,14px,0);clip-path:inset(0 100% 0 0)}60%{opacity:1}to{opacity:1;transform:translateZ(0);clip-path:inset(-10% 0 -10% 0)}}@keyframes hero-accent-shimmer{0%{background-position:200% 50%}to{background-position:-100% 50%}}@media (prefers-reduced-motion:reduce){.hero-rotating-word{animation:none;background-position:50% 50%}}.hero-phone-dark,.hero-phone-light{position:absolute;left:50%;bottom:0;transform:translate3d(-50%,0,0);height:clamp(360px,56vh,720px);width:auto;max-width:calc(100% - 48px);z-index:1;pointer-events:none;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-phone-dark{display:block;filter:drop-shadow(0 40px 80px rgba(0,0,0,.55))}.hero-phone-light{display:none;filter:drop-shadow(0 40px 80px rgba(0,0,0,.18)) drop-shadow(0 0 90px rgba(32,215,6,.22))}[data-theme=light] .hero-phone-dark{display:none}[data-theme=light] .hero-phone-light{display:block}@media (max-width:1023px){.hero-phone-dark,.hero-phone-light{height:clamp(340px,52vh,620px)}}@media (max-width:767px){.hero-section{min-height:640px}.hero-top{top:clamp(72px,11vh,120px);max-width:92%}.hero-phone-dark,.hero-phone-light{height:clamp(320px,48vh,520px)}}@media (max-width:640px){.hero-section{display:flex;flex-direction:column;align-items:center;padding:104px 16px 0;height:auto;min-height:0;overflow:visible;background:var(--bg)}.hero-section picture{display:contents}.hero-gradient{display:none}.hero-top{position:static;transform:none;width:100%;max-width:100%;flex-shrink:0;padding-top:0}.hero-headline{font-size:max(36px,min(60px,12vw));line-height:1.08;letter-spacing:-.035em}.hero-phone-dark,.hero-phone-light{position:static;transform:none;flex-shrink:0;flex-grow:0;margin:32px auto 0;width:min(94vw,440px);max-width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}[data-theme=light] .hero-phone-dark,[data-theme=light] .hero-phone-light{filter:drop-shadow(0 30px 60px rgba(0,0,0,.15))}}@media (max-height:820px){.hero-phone-dark,.hero-phone-light{height:clamp(320px,50vh,540px)}}@media (max-height:700px){.hero-phone-dark,.hero-phone-light{height:clamp(280px,46vh,460px)}}@media (max-height:600px){.hero-section{min-height:560px}.hero-top{top:clamp(56px,10vh,80px)}.hero-phone-dark,.hero-phone-light{height:clamp(240px,42vh,380px)}}