.investment-hero{position:relative;height:100vh;min-height:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;background-size:cover;background-position:50%;overflow:hidden}.investment-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/hero.jpg) 50%/cover no-repeat;filter:blur(2px);z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.4));z-index:1}.hero-investment-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.hero-investment-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;transition:opacity .8s ease .2s,transform .8s ease .2s}.hero-cta,.hero-investment-subtitle{opacity:0;transform:translateY(20px)}.hero-cta{display:flex;gap:1rem;justify-content:center;transition:opacity .8s ease .4s,transform .8s ease .4s}.hero-investment-button{padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.hero-investment-button.primary{background-color:var(--primary);color:white;box-shadow:0 4px 14px rgba(37,99,235,.4)}.hero-investment-button.primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.5)}.hero-investment-button.secondary{background-color:rgba(255,255,255,.1);color:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-investment-button.secondary:hover{background-color:rgba(255,255,255,.2);transform:translateY(-2px)}.hero-stats{position:absolute;bottom:120px;left:0;right:0;display:flex;justify-content:center;gap:4rem;z-index:2}.stat-item{text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.stat-item:first-child{animation-delay:.6s}.stat-item:nth-child(2){animation-delay:.8s}.stat-item:nth-child(3){animation-delay:1s}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#ffffff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.875rem;opacity:.8}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2;opacity:0;animation:fadeIn 1s ease 1.5s forwards}.mouse{width:26px;height:40px;border:2px solid white;border-radius:20px;position:relative;margin:0 auto 10px}.wheel{width:4px;height:8px;background-color:white;border-radius:2px;position:absolute;top:6px;left:50%;transform:translateX(-50%);animation:scroll 2s ease infinite}.arrow{display:flex;flex-direction:column;align-items:center;gap:5px}.arrow span{display:block;width:10px;height:10px;border-bottom:2px solid white;border-right:2px solid white;transform:rotate(45deg);animation:arrowDown 2s infinite;opacity:0}.arrow span:first-child{animation-delay:0s}.arrow span:nth-child(2){animation-delay:.2s}.arrow span:nth-child(3){animation-delay:.4s}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(15px)}}@keyframes arrowDown{0%{opacity:0;transform:rotate(45deg) translate(-5px,-5px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(5px,5px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in .hero-cta,.animate-in .hero-investment-subtitle,.animate-in .hero-title{opacity:1;transform:translateY(0)}@media (max-width:768px){.investment-hero{min-height:600px}.hero-title{font-size:2.5rem}.hero-investment-subtitle{font-size:1rem}.hero-cta,.hero-stats{flex-direction:column}.hero-stats{gap:1.5rem;bottom:150px}}