#header{background-color:#fff;height:80px;display:flex;align-items:center;position:relative;z-index:100}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%}.main-nav{display:flex;gap:32px}.main-nav a{color:#050030;font-weight:500;font-size:16px}@media (max-width:992px){.main-nav{display:none}}#hero{position:relative;padding:80px 0;min-height:820px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:40px}.hero-text{max-width:600px}.hero-text h1{font-size:64px;font-weight:700;margin-bottom:24px;line-height:1.1}.hero-text p{font-size:18px;line-height:1.6;margin-bottom:40px}.hero-btn{font-size:18px;padding:16px 40px}.hero-calculator{width:100%;max-width:463px}.calc-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.22);border-radius:40px;padding:40px;display:flex;flex-direction:column;gap:48px}.calc-label{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:12px;font-size:14px;gap:8px}.calc-value{display:flex;height:72px;padding:14px 29px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;border-radius:16px;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.22);box-shadow:0 4px 12px 0 rgba(0,0,0,.12);font-size:32px}.calc-period-display{font-size:24px;font-weight:700;margin-bottom:12px;text-align:center}.slider-fill{height:100%;background:#fff;position:absolute;top:0;left:0}.slider-thumb{width:24px;height:24px;background:#e54505;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px rgba(0,0,0,.1)}.calc-result{background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.32);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:10px;align-items:center}.result-value{font-size:36px;font-weight:700}@media (max-width:992px){.hero-content{flex-direction:column;text-align:center}.hero-text h1{font-size:48px}}#join{padding:100px 0;position:relative}.join-header{margin-bottom:60px}.rocket{position:absolute;z-index:1;pointer-events:none}.rocket-left{left:-211px;top:-144px;width:660px;transform:rotate(354.452deg)}.rocket-right{right:100px;bottom:547px;width:300px;transform:translate(20%,20%)}@media (max-width:1024px){.rocket{opacity:.5}}@media (max-width:768px){.rocket{display:none}}#features{padding:100px 0}.gateway-section{display:flex;align-items:center;gap:40px;margin-bottom:120px}.gateway-text{flex:1}.gateway-text h2{font-size:48px;font-weight:700;margin-bottom:24px}.gateway-text p{font-size:18px;line-height:1.6}.gateway-video{flex:1}.video-wrapper{position:relative;border-radius:40px;overflow:hidden;border:4px solid #e54505}.features-grid-header{margin-bottom:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.features-cards{display:flex;gap:30px}.feature-card{flex:1;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.33);border-radius:52px;padding:52px}.feature-icon{background:#e54505;width:100px;height:100px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:36px}.feature-card p{font-size:18px;line-height:1.6}@media (max-width:992px){.features-cards,.gateway-section{flex-direction:column}}#partners{padding:60px 0}.partners-header{margin-bottom:48px}.partners-logos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px}.partner-logo{flex:1;min-width:200px;height:113px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.33);border-radius:16px}#steady-returns{padding:100px 0}.steady-header{margin-bottom:60px}#opportunities{padding:100px 0;background:#170c49}.opp-header{display:flex;justify-content:space-between;gap:40px;margin-bottom:60px}.opp-title h2{font-size:48px;font-weight:700;max-width:550px}.opp-desc p{font-size:18px;line-height:1.6;max-width:550px}.opp-grid{display:flex;gap:30px;margin-bottom:60px}.opp-card{flex:1;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.33);border-radius:52px;padding:52px;display:flex;flex-direction:column;justify-content:space-between;height:326px}.opp-icon{background:#e54505;width:100px;height:100px;border-radius:16px;display:flex;align-items:center;justify-content:center}.opp-card h3{font-size:24px;font-weight:600}.opp-footer-text{font-size:55px;margin:0 auto;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.72px}@media (max-width:992px){.opp-grid,.opp-header{flex-direction:column}}#how-works{padding:100px 0}.how-layout{display:flex;gap:146px}.how-title h2{font-size:48px;font-weight:700;width:549px}.how-steps{flex:1;display:flex;flex-direction:column;gap:52px}.step-item{display:flex;gap:17px;flex-direction:column}.step-icon{width:72px;height:72px}.step-item p{font-size:18px;line-height:1.6}@media (max-width:992px){.how-layout{flex-direction:column;gap:40px}.how-title h2{width:100%}}#reviews{padding:100px 0}.reviews-header{margin-bottom:48px}.trust-badge{background-color:#26b635;display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:56px;margin-bottom:60px;position:relative;left:50%;transform:translateX(-50%)}.review-stars,.stars{display:flex;gap:3px}.review-card{width:318px;display:flex;flex-direction:column;gap:12px}.review-image{border-radius:40px;overflow:hidden;height:566px}.review-image img{width:100%;height:100%;object-fit:cover}.review-meta{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.cta-header{display:flex;justify-content:center;margin-bottom:48px}#footer-cta{padding:100px 0;position:relative;background-color:#170c49}.site-header{width:100%}.calc-section{position:relative}.calc-slider-track{height:4px;background:rgba(255,255,255,.2);border-radius:2px;position:relative;margin-top:10px}.calc-range{position:absolute;left:0;right:0;top:calc(100% - 14px);height:32px;width:100%;opacity:0;z-index:10;cursor:pointer;margin:0}#footer{background:#03001d;padding:50px}.footer-content{display:flex;max-width:1359px;justify-content:space-between;align-items:flex-start}.footer-bottom{display:flex;justify-content:space-between;margin-top:45px}.footer-text{color:#666;font-family:Aspekta;font-size:14px;font-style:normal;font-weight:400;line-height:150%;max-width:890px}.reviews-swiper{width:100%}.reviews-swiper .swiper-slide{height:auto;display:flex}.reviews-swiper .review-card{width:100%}.error{border:2px solid #e74c3c!important;background-color:#fdecea!important;color:#e74c3c}@media screen and (max-width:768px){#features{padding:0}.gateway-text h2{text-align:center;font-size:38px}.gateway-text p{text-align:center}.opp-footer-text{font-size:38px}.how-title h2{text-align:center}.footer-content{flex-direction:column;gap:20px}}