.main-hero-wrapper{all:initial;display:block;font-family:Inter,sans-serif}.main-hero-wrapper *{box-sizing:border-box;max-width:100%}.main-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 20px 80px;overflow:hidden;font-family:Inter,sans-serif;background:#030d18;color:#ffffff}.main-bg-stars{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.main-star{position:absolute;background:#43b7ff;border-radius:50%;width:2px;height:2px;opacity:.6;animation:main-twinkle 3s ease-in-out infinite;box-shadow:0 0 4px #43b7ff}.main-star:first-child{animation-delay:0s;animation-duration:3s}.main-star:nth-child(2){animation-delay:.4s;animation-duration:3.5s}.main-star:nth-child(3){animation-delay:.8s;animation-duration:2.8s}.main-star:nth-child(4){animation-delay:1.2s;animation-duration:3.2s}.main-star:nth-child(5){animation-delay:1.6s;animation-duration:2.5s}.main-star:nth-child(6){animation-delay:2s;animation-duration:3.7s}.main-star:nth-child(7){animation-delay:.3s;animation-duration:2.9s}.main-star:nth-child(8){animation-delay:1.5s;animation-duration:3.4s}.main-star:nth-child(9){animation-delay:.7s;animation-duration:3.1s}.main-star:nth-child(10){animation-delay:1.9s;animation-duration:2.7s}@keyframes main-twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.main-bg-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;pointer-events:none;animation:main-float 8s ease-in-out infinite;z-index:0}@keyframes main-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(30px,-30px,0) scale(1.1)}}.main-bg-orb--primary{width:600px;height:600px;background:radial-gradient(circle,#43b7ff 0,transparent 70%)}.main-bg-orb--secondary{width:500px;height:500px;background:radial-gradient(circle,#5c6cff 0,transparent 70%)}.main-hero-orb--1{top:10%;left:-100px}.main-hero-orb--2{top:40%;right:-150px}.main-fade-top:before{top:0;background:linear-gradient(180deg,#030d18,transparent)}.main-fade-bottom:after,.main-fade-top:before{content:"";position:absolute;left:0;right:0;height:120px;pointer-events:none;z-index:10}.main-fade-bottom:after{bottom:0;background:linear-gradient(0deg,#030d18,transparent)}.main-hero-container{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1;padding:0 40px}.main-hero-content{display:flex;flex-direction:column;gap:20px}.main-hero-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:8px 16px;background:rgba(67,183,255,.1);border:1px solid rgba(67,183,255,.3);border-radius:40px;font-size:12px;font-weight:500;color:#43b7ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:0}@keyframes main-fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.main-hero-badge:before{content:"";width:7px;height:7px;background:#43b7ff;border-radius:50%;animation:main-pulse 2s ease-in-out infinite}@keyframes main-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.main-hero-title{font-size:64px!important;font-weight:700!important;line-height:1.1!important;margin:0!important;text-transform:uppercase;letter-spacing:.5px}.main-hero-title,.main-text-gradient{background:linear-gradient(135deg,#ffffff,#43b7ff)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.main-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;color:#a8b5c3!important;margin:0;max-width:600px}.main-hero-cta{display:flex;gap:16px;flex-wrap:wrap}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 40px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:40px;cursor:pointer;transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease;letter-spacing:.03em;position:relative;overflow:hidden;white-space:nowrap;border:2px solid transparent}.main-btn--primary{background:linear-gradient(135deg,#43b7ff,#2a8bbf);color:#030d18;border-color:#43b7ff;box-shadow:0 10px 30px rgba(67,183,255,.3);min-width:200px}.main-btn--primary:hover{box-shadow:0 10px 40px rgba(67,183,255,.6);border-color:#43b7ff;color:#030d18}.main-btn-content{position:relative;display:flex;align-items:center;gap:10px;width:100%;justify-content:center}.main-btn-default-text{display:inline-flex;align-items:center;gap:10px}.main-btn-default-text,.main-btn-hover-text{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.main-btn-hover-text{position:absolute;left:50%;transform:translateX(-150%);opacity:0;white-space:nowrap}.main-btn--primary:hover .main-btn-default-text{transform:translateX(150%);opacity:0}.main-btn--primary:hover .main-btn-hover-text{transform:translateX(-50%);opacity:1}.main-btn--secondary{background:transparent;color:#43b7ff;border-color:transparent;backdrop-filter:blur(10px);min-width:200px}.main-btn--secondary:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;width:calc(100% + 4px);height:calc(100% + 4px);background:#ffffff;border-radius:40px;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0}.main-btn--secondary:hover:before{transform:scaleX(1)}.main-btn--secondary span{position:relative;z-index:1;transition:color .3s ease}.main-btn--secondary:hover{border-color:#ffffff;box-shadow:0 0 30px rgba(255,255,255,.4)}.main-btn--secondary:hover span{color:#030d18}.main-btn-icon{display:inline-block;transition:transform .4s cubic-bezier(.4,0,.2,1);margin-left:8px}.main-btn--secondary:hover .main-btn-icon{transform:translateX(5px)}.main-hero-stats{gap:40px!important;margin-top:60px!important;padding-top:40px!important;border-top:1px solid rgba(67,183,255,.15)!important;flex-wrap:nowrap!important;justify-content:flex-start!important}.main-hero-stats,.main-stat-item{display:flex!important;background:none!important;box-shadow:none!important}.main-stat-item{flex-direction:column!important;gap:4px!important;white-space:nowrap!important;border:none!important;padding:0!important}.main-stat-number{font-size:32px!important;font-weight:700!important;color:#43b7ff!important;line-height:1!important}.main-stat-label,.main-stat-number{background:none!important;border:none!important;padding:0!important;margin:0!important}.main-stat-label{font-size:14px!important;color:#a8b5c3!important;line-height:1.4!important}@media (max-width:1024px){.main-stat-number{font-size:28px!important}.main-stat-label{font-size:13px!important}}.main-hero-visual{position:relative;animation:main-fadeIn .8s ease .6s both;display:flex;justify-content:center;align-items:center}.main-hero-image-wrapper{position:relative;width:100%;max-width:665px;margin:0 auto}.main-hero-image{width:100%;height:auto;display:block;border-radius:24px}.main-floating-badge{position:absolute;top:30px;left:30px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:rgba(13,27,46,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(67,183,255,.3);border-radius:16px;font-size:12px;font-weight:500;color:#43b7ff;box-shadow:0 10px 30px rgba(0,0,0,.3);z-index:20;animation:main-float-badge 3s ease-in-out infinite}@keyframes main-float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-badge-icon{width:20px;height:20px;stroke:#43b7ff;flex-shrink:0}.main-hero-decoration{position:absolute;opacity:.4;pointer-events:none;z-index:0}.main-decoration-circle{width:200px;height:200px;border:2px dashed rgba(67,183,255,.3);border-radius:50%;top:-50px;right:-50px;animation:main-rotate 20s linear infinite}@keyframes main-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-decoration-dots{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;bottom:-30px;right:50px}.main-decoration-dots span{width:8px;height:8px;background:rgba(67,183,255,.4);border-radius:50%;animation:main-twinkle 2s ease-in-out infinite}.main-decoration-dots span:first-child{animation-delay:0s}.main-decoration-dots span:nth-child(2){animation-delay:.2s}.main-decoration-dots span:nth-child(3){animation-delay:.4s}.main-decoration-dots span:nth-child(4){animation-delay:.6s}.main-decoration-dots span:nth-child(5){animation-delay:.8s}.main-decoration-dots span:nth-child(6){animation-delay:1s}.main-decoration-dots span:nth-child(7){animation-delay:1.2s}.main-decoration-dots span:nth-child(8){animation-delay:1.4s}.main-decoration-dots span:nth-child(9){animation-delay:1.6s}.main-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;opacity:1;transition:opacity .3s ease;z-index:10}.main-scroll-indicator.hidden{opacity:0;pointer-events:none}.main-scroll-text{font-size:12px;color:#a8b5c3;text-transform:uppercase;letter-spacing:2px;font-weight:500}.main-scroll-line{width:2px;height:60px;background:rgba(67,183,255,.3);border-radius:2px;position:relative;overflow:hidden}.main-scroll-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:30%;background:#43b7ff;border-radius:2px;animation:main-scroll-down 2s ease-in-out infinite}@keyframes main-scroll-down{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@media (max-width:1200px){.main-hero-container{gap:50px}}@media (max-width:1199px){.main-hero-container{grid-template-columns:1fr;gap:60px;padding:0 32px}.main-hero-visual{max-width:600px;margin:0 auto}.main-hero-content{align-items:center;text-align:center}.main-hero-buttons,.main-hero-trust{justify-content:center}.main-scroll-indicator{display:none!important}}@media (max-width:768px){.main-hero-section{padding:120px 16px 60px;min-height:auto}.main-hero-container{gap:50px;padding:0 24px}.main-hero-content{text-align:center!important;align-items:center!important}.main-hero-badge{align-self:center!important}.main-hero-title{font-size:clamp(32px,8vw,64px)!important;text-align:center!important}.main-hero-subtitle{max-width:100%;text-align:center!important}.main-hero-cta{flex-direction:column;width:100%;justify-content:center!important}.main-btn{width:100%}.main-hero-stats{gap:20px!important;justify-content:center!important}.main-stat-number{font-size:24px!important}.main-stat-label{font-size:12px!important}.main-floating-badge{top:15px;left:15px}.main-decoration-circle{width:150px;height:150px;top:-30px;right:-30px}.main-scroll-indicator{display:none!important}}@media (max-width:640px){.main-hero-section{padding:90px 20px 50px;min-height:auto}.main-hero-container{padding:0 20px}.main-hero-content{gap:14px}.main-hero-badge{margin-bottom:0!important;font-size:10px!important;padding:7px 14px!important}.main-hero-badge:before{width:6px!important;height:6px!important}.main-hero-title{font-size:1.65rem!important;margin-bottom:0!important;line-height:1.15!important}.main-hero-subtitle{font-size:.875rem!important;line-height:1.55!important;margin-bottom:0!important}.main-hero-cta{flex-direction:column;gap:12px}.main-btn{font-size:.9375rem!important;padding:14px 36px!important}.main-hero-stats{flex-direction:row!important;gap:24px!important;align-items:flex-start!important;justify-content:center!important;margin-top:40px!important;padding-top:28px!important;border-top:1px solid rgba(67,183,255,.15)!important;width:70%!important;margin-left:auto!important;margin-right:auto!important}.main-stat-item{text-align:center!important;flex:1!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.main-stat-number{font-size:20px!important;margin-bottom:4px!important;margin-top:0!important}.main-stat-label{font-size:10px!important;line-height:1.2!important;margin:0!important}.main-decoration-circle,.main-decoration-dots,.main-floating-badge{display:none}}@media (max-width:375px){.main-hero-container{padding:0 16px!important}.main-hero-content{gap:12px}.main-hero-badge{font-size:9px!important;padding:6px 12px!important;margin-bottom:0!important}.main-hero-badge:before{width:5px!important;height:5px!important}.main-hero-title{font-size:1.5rem!important}.main-hero-subtitle{font-size:.8125rem!important}.main-btn{font-size:.875rem!important;padding:13px 32px!important}.main-stat-number{font-size:18px!important}.main-stat-label{font-size:9px!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.main-hero-badge{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 16px!important;background:rgba(67,183,255,.1)!important;border:1px solid rgba(67,183,255,.3)!important;color:#43b7ff!important;border-radius:40px!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:1px!important;text-transform:uppercase!important}.main-hero-badge:before{width:7px!important;height:7px!important;flex:0 0 7px!important}@media (max-width:640px){.main-hero-badge{gap:8px!important;padding:7px 14px!important;font-size:10px!important}.main-hero-badge:before{width:6px!important;height:6px!important;flex-basis:6px!important}}@media (max-width:375px){.main-hero-badge{padding:6px 12px!important;font-size:9px!important}.main-hero-badge:before{width:5px!important;height:5px!important;flex-basis:5px!important}}.main-hero-content{gap:0!important}.main-hero-badge,.main-hero-title{margin:0 0 24px!important}.main-hero-subtitle{margin:0 0 32px!important}.main-hero-cta{margin:0!important}@media(max-width:767px){.main-hero-badge{margin-bottom:20px!important}.main-hero-title{margin-bottom:16px!important}.main-hero-subtitle{margin-bottom:24px!important}}@media (max-width:768px){main .main-hero-wrapper .main-hero-subtitle,main .main-hero-wrapper .main-hero-title.site-page-h1{width:100%!important;max-width:100%!important;align-self:stretch!important;overflow-wrap:break-word}.main-hero-stats{width:100%!important;max-width:100%!important;gap:12px!important}.main-hero-stats .main-stat-item{min-width:0!important;white-space:normal!important}.main-hero-stats .main-stat-label{width:100%!important;white-space:normal!important;overflow-wrap:anywhere}}@media (max-width:375px){.main-hero-stats{gap:8px!important}}