.end-section{position:relative;padding:120px 80px;text-align:center;min-height:80dvh;overflow:hidden}@media(max-width:1200px){.end-section{padding:80px 40px}}@media(max-width:768px){.end-section{padding:60px 20px;min-height:60dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}}.end-section__video{object-fit:cover;z-index:0}.end-section__overlay,.end-section__video{position:absolute;top:0;left:0;width:100%;height:100%}.end-section__overlay{background:linear-gradient(180deg,#070A13,rgba(7,10,19,.4) 33.62%,rgba(7,10,19,.4) 73.5%,#070A13);z-index:1;pointer-events:none}.end-section__container{position:relative;max-width:1000px;margin:0 auto;z-index:2}.end-section__tagline{background:linear-gradient(117deg,#4093ff 6.34%,#6475ff 94.59%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:700;font-size:24px;margin-bottom:16px;line-height:1.1}@media(max-width:768px){.end-section__tagline{font-size:18px;margin-bottom:12px}}.end-section__tagline .typing-cursor{display:inline-block;margin-left:2px;animation:blink 1s infinite;color:#4093ff;background:linear-gradient(117deg,#4093ff 6.34%,#6475ff 94.59%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.end-section__title{font-weight:600;font-size:48px;color:#eaf3ff;line-height:1.1;margin:0 0 32px}@media(max-width:900px){.end-section__title{font-size:36px}}@media(max-width:768px){.end-section__title{font-size:28px;margin-bottom:24px}}.end-section__cta{padding:16px 24px;border-radius:50px;background:linear-gradient(117deg,#4093ff 6.34%,#6475ff 94.59%);font-weight:700;font-size:16px;color:#fff;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;opacity:0;transform:translateY(20px)}.end-section__cta--visible{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.end-section__cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.1);transform:translate(-50%,-50%);transition:width .6s,height .6s}.end-section__cta:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(66,146,255,.5)}.end-section__cta:hover:before{width:300px;height:300px}.end-section__cta:active{transform:translateY(-1px)}@media(max-width:768px){.end-section__cta{font-size:14px;padding:14px 20px}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}