*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0e12;--bg-secondary: #111418;--text-primary: #f8f9fa;--text-secondary: #b8bfc6;--accent-green: #4ade80;--accent-green-dim: #22c55e;--accent-glow: rgba(74, 222, 128, .15);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#app{width:100%;min-height:100vh}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;overflow:hidden}.background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.organic-shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.08;animation:float 20s ease-in-out infinite}.shape-1{width:600px;height:600px;background:radial-gradient(circle,var(--accent-green),transparent);top:-300px;left:-200px;animation-delay:0s}.shape-2{width:500px;height:500px;background:radial-gradient(circle,#3b82f6,transparent);bottom:-250px;right:-150px;animation-delay:-7s}.shape-3{width:400px;height:400px;background:radial-gradient(circle,var(--accent-green-dim),transparent);top:50%;right:10%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.particle-grid{position:absolute;width:100%;height:100%;top:0;left:0}.particle{position:absolute;width:2px;height:2px;background:var(--accent-green);border-radius:50%;opacity:0;animation:particleFloat linear infinite}@keyframes particleFloat{0%{opacity:0;transform:translateY(0) scale(1)}10%{opacity:.3}50%{opacity:.6}90%{opacity:.2}to{opacity:0;transform:translateY(-100px) scale(.5)}}.hero-content{position:relative;z-index:1;max-width:900px;width:100%;text-align:center}.logo{margin-bottom:4rem;opacity:0;transform:translateY(-20px);transition:opacity .8s ease,transform .8s ease}.logo.visible{opacity:1;transform:translateY(0)}.logo-text{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;letter-spacing:.1em;color:var(--text-primary);position:relative;display:inline-block;padding-bottom:.5rem}.logo-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--accent-green),transparent)}.headline{font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.headline.visible{opacity:1;transform:translateY(0)}.line-1{display:block;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.line-2{display:block;background:linear-gradient(135deg,var(--accent-green) 0%,var(--accent-green-dim) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheadline{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:400;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;opacity:0;transform:translateY(20px);transition:opacity .8s ease .2s,transform .8s ease .2s}.subheadline.visible{opacity:1;transform:translateY(0)}.supporting-text{font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:300;color:var(--text-secondary);margin-bottom:3rem;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(20px);transition:opacity .8s ease .4s,transform .8s ease .4s}.supporting-text.visible{opacity:1;transform:translateY(0)}.coming-soon-indicator{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#4ade800d;border:1px solid rgba(74,222,128,.2);border-radius:50px;font-size:.95rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-green);opacity:0;transform:translateY(20px);transition:opacity .8s ease .6s,transform .8s ease .6s;position:relative;overflow:hidden}.coming-soon-indicator.visible{opacity:1;transform:translateY(0)}.coming-soon-indicator:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(74,222,128,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.pulse-ring{width:8px;height:8px;border-radius:50%;background:var(--accent-green);position:relative;flex-shrink:0}.pulse-ring:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:var(--accent-green);animation:pulse 2s ease-out infinite}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(3)}}.video-section{margin-top:4rem;width:100%;max-width:900px;opacity:0;transform:translateY(30px);transition:opacity .8s ease .8s,transform .8s ease .8s}.video-section.visible{opacity:1;transform:translateY(0)}.video-container{position:relative;width:100%;border-radius:16px;overflow:hidden;background:var(--bg-secondary);border:1px solid rgba(74,222,128,.15);box-shadow:0 20px 60px #00000080,0 0 40px #4ade800d;aspect-ratio:16 / 9}.promo-video{width:100%;height:100%;object-fit:cover;display:block}.minimal-footer{position:absolute;bottom:0;left:0;width:100%;padding:2rem;z-index:1;opacity:0;transform:translateY(20px);transition:opacity .8s ease .8s,transform .8s ease .8s}.minimal-footer.visible{opacity:1;transform:translateY(0)}.footer-content{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-secondary)}.separator{opacity:.3}.contact{color:var(--text-secondary);text-decoration:none;transition:color .3s ease;position:relative}.contact:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent-green);transition:width .3s ease}.contact:hover{color:var(--accent-green)}.contact:hover:after{width:100%}.copyright{font-weight:300}@media(max-width:768px){.hero-section{padding:1.5rem}.logo{margin-bottom:3rem}.headline{margin-bottom:1.5rem}.supporting-text{margin-bottom:2rem}.coming-soon-indicator{padding:.875rem 1.5rem;font-size:.85rem}.video-section{margin-top:3rem}.video-container{border-radius:12px}.minimal-footer{padding:1.5rem}.footer-content{font-size:.8rem}.shape-1{width:400px;height:400px}.shape-2{width:350px;height:350px}.shape-3{width:300px;height:300px}}@media(max-width:480px){.footer-content{flex-direction:column;gap:.5rem}.separator{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
