.investors-container{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0f1a,#1a1f2e 50%,#0d1117)}.investors-bg{z-index:0}.investors-bg,.investors-bg .grain{position:absolute;top:0;left:0;width:100%;height:100%}.investors-bg .grain{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;animation:grain 8s steps(10) infinite}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}}.investors-bg .animated-shapes{position:absolute;width:100%;height:100%}.investors-bg .shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12;animation:floatInvestors 20s ease-in-out infinite}.investors-bg .shape-1{width:600px;height:600px;background:linear-gradient(135deg,#10b981,#059669);top:-15%;left:-10%;animation-delay:0s}.investors-bg .shape-2{width:450px;height:450px;background:linear-gradient(135deg,#d4af37,#f59e0b);bottom:-10%;right:-5%;animation-delay:5s}.investors-bg .shape-3{width:400px;height:400px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);top:40%;left:60%;animation-delay:10s}.investors-bg .shape-4{width:350px;height:350px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);top:20%;right:30%;animation-delay:15s}@keyframes floatInvestors{0%,to{transform:translate(0) scale(1)}25%{transform:translate(60px,-60px) scale(1.15)}50%{transform:translate(-40px,40px) scale(.85)}75%{transform:translate(40px,60px) scale(1.1)}}.chart-lines{left:0;width:100%;height:40%;opacity:.1;overflow:hidden}.chart-line,.chart-lines{position:absolute;bottom:0}.chart-line{height:2px;background:linear-gradient(90deg,transparent,#10b981,#d4af37,transparent);animation:chartDraw 8s ease-in-out infinite}.chart-line.line-1{width:100%;left:0;bottom:30%;animation-delay:0s}.chart-line.line-2{width:80%;left:10%;bottom:50%;animation-delay:2s}.chart-line.line-3{width:60%;left:20%;bottom:70%;animation-delay:4s}@keyframes chartDraw{0%,to{transform:scaleX(0);opacity:0}50%{transform:scaleX(1);opacity:1}}.investors-content{position:relative;z-index:1;text-align:center;padding:40px 20px;max-width:800px;opacity:0;transform:translateY(30px)}.investors-content.animate-in{animation:fadeInUp 1s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.investors-logo{margin-bottom:50px;animation:logoFloat 3s ease-in-out infinite}.investors-logo .logo-image{height:80px;width:auto;filter:drop-shadow(0 10px 30px rgba(16,185,129,.3))}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.investors-heading{margin-bottom:40px}.investors-heading .main-title{font-size:4rem;font-weight:800;line-height:1.2;margin:0;background:linear-gradient(135deg,#10b981,#d4af37 50%,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShiftInv 5s ease infinite}.investors-heading .title-line{display:block;animation:slideInInv .8s ease forwards;opacity:0}.investors-heading .title-line:first-child{animation-delay:.2s}.investors-heading .title-line:nth-child(2){animation-delay:.4s}@keyframes slideInInv{to{opacity:1;transform:translateX(0)}0%{opacity:0;transform:translateX(-30px)}}@keyframes gradientShiftInv{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.investors-heading .title-underline{height:4px;width:100px;background:linear-gradient(90deg,#10b981,#d4af37,#3b82f6);margin:30px auto 0;border-radius:2px;animation:expandWidthInv 1s ease .6s forwards,glowInv 2s ease-in-out 1.6s infinite;transform:scaleX(0)}@keyframes expandWidthInv{to{transform:scaleX(1)}}@keyframes glowInv{0%,to{box-shadow:0 0 10px rgba(16,185,129,.5)}50%{box-shadow:0 0 25px rgba(16,185,129,.8),0 0 35px rgba(212,175,55,.4)}}.investors-icon{position:relative;width:130px;height:130px;margin:0 auto 50px;animation:fadeInIcon 1s ease .8s forwards;opacity:0}@keyframes fadeInIcon{to{opacity:1}}.investors-icon .icon-circle{width:100%;height:100%;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px rgba(16,185,129,.4);position:relative;z-index:2;animation:iconPulse 3s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.investors-icon .icon-chart{width:60px;height:60px;color:#ffffff;animation:chartBounce 2s ease-in-out infinite}@keyframes chartBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.investors-icon .icon-pulse{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #10b981;border-radius:50%;animation:pulseInv 2s ease-out infinite;z-index:1}.investors-icon .pulse-delay{animation-delay:1s}@keyframes pulseInv{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.investors-description{font-size:1.25rem;color:#94a3b8;line-height:1.8;margin-bottom:40px;animation:fadeInDesc 1s ease 1s forwards;opacity:0}@keyframes fadeInDesc{to{opacity:1}}.coming-soon-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 30px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);border-radius:50px;color:#10b981;font-size:1rem;font-weight:600;margin-bottom:40px;animation:fadeInBadge 1s ease 1.1s forwards,badgePulse 2s ease-in-out 2s infinite;opacity:0}@keyframes fadeInBadge{to{opacity:1}}@keyframes badgePulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.3)}50%{box-shadow:0 0 0 10px rgba(16,185,129,0)}}.badge-dot{width:10px;height:10px;background:#10b981;border-radius:50%;animation:dotBlink 1.5s ease-in-out infinite}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.3}}.investors-container .back-home-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 40px;font-size:1.1rem;font-weight:600;color:#ffffff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px rgba(16,185,129,.3);animation:fadeInBtn 1s ease 1.2s forwards;opacity:0;position:relative;overflow:hidden}@keyframes fadeInBtn{to{opacity:1}}.investors-container .back-home-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.investors-container .back-home-btn:hover:before{left:100%}.investors-container .back-home-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(16,185,129,.5)}.investors-container .back-home-btn .btn-icon{width:20px;height:20px;transition:transform .3s ease}.investors-container .back-home-btn:hover .btn-icon{transform:translateX(-5px)}.investors-contact{margin-top:50px;animation:fadeInContact 1s ease 1.4s forwards;opacity:0}@keyframes fadeInContact{to{opacity:1}}.investors-contact .contact-text{font-size:1rem;color:#64748b;margin:0}.investors-contact .contact-link{color:#10b981;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.investors-contact .contact-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#10b981;transition:width .3s ease}.investors-contact .contact-link:hover:after{width:100%}.investors-contact .contact-link:hover{color:#34d399}.investors-container .particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.investors-container .particle{position:absolute;bottom:-20px;font-size:1.5rem;color:#10b981;opacity:0;animation:riseParticle linear infinite}@keyframes riseParticle{0%{bottom:-20px;opacity:0;transform:rotate(0deg)}10%{opacity:.6}90%{opacity:.6}to{bottom:100vh;opacity:0;transform:rotate(1turn)}}@media (max-width:768px){.investors-heading .main-title{font-size:2.5rem}.investors-description{font-size:1rem}.investors-logo .logo-image{height:60px}.investors-icon{width:100px;height:100px}.investors-icon .icon-chart{width:45px;height:45px}.investors-container .back-home-btn{padding:14px 32px;font-size:1rem}.investors-bg .shape{filter:blur(80px)}}@media (max-width:480px){.investors-heading .main-title{font-size:2rem}.investors-description{font-size:.9rem}.investors-logo .logo-image{height:50px}.investors-icon{width:80px;height:80px}}