@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}.main-container{color:#fff;background:linear-gradient(192.04deg,#13143200 35%,#131432bf 55%,#131432 71.92%),linear-gradient(#131432 0%,#3a3d98 100%);flex-direction:column;min-height:100vh;font-family:Outfit,Inter,system-ui,sans-serif;display:flex;overflow:hidden auto}.main-content{flex-direction:column;flex:1;display:flex}body{background:#131432;margin:0;padding:0}.bg-lines-overlay{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.bg-lines-overlay img{object-fit:cover;width:100%;height:100%}.container{width:100%;max-width:1440px;margin:0 auto}header{z-index:100;background:0 0;width:100%;position:absolute;top:0;left:0}header.header-dark{background:#131432;position:absolute}header.header-dark .header-inner{background-color:#0000}.header-inner{background-color:#ffffff0d;justify-content:space-between;align-items:center;padding:20px 115px;display:flex}.logo img{height:50px}a{color:inherit;text-decoration:none}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:999px;margin-left:16px;padding:10px 40px;font-size:14px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.btn-outline:hover{background:#ffffff1a;border-color:#fff9;text-decoration:none}.btn-outline.active{background:#0076ff;border-color:#0076ff;box-shadow:0 0 20px #0076ff66}.menu-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.menu-toggle span{background-color:#fff;border-radius:10px;width:100%;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-toggle.open span:first-child{transform:translateY(9px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.hero-section{z-index:2;flex:1;justify-content:center;align-items:center;min-height:0;padding:80px 0 20px;display:flex;position:relative}.hero-visual{flex:0 0 40%;justify-content:center;display:flex}.visual-composition{justify-content:center;align-items:center;width:312px;height:393px;display:flex;position:relative}.blue-base{background:linear-gradient(#0076ff 0%,#0047ab 100%);border-radius:60px;width:330px;height:400px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 30px 60px #0006}.pixel-bg{object-fit:cover;mix-blend-mode:multiply;pointer-events:none;width:100%;height:100%}.guy{object-fit:contain;filter:drop-shadow(0 20px 40px #0000004d);height:90%;position:absolute;bottom:0}.guy-left{z-index:2;top:46px;left:0}.guy-right{z-index:3;height:100%;max-height:370px;bottom:-140px;right:-10px}.hero-content{text-align:center;flex-direction:column;flex:0 0 60%;align-items:center;display:flex}.badge{color:#0073ff;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0073ff26;border-radius:100px;margin-bottom:24px;padding:8px 29px;font-size:16px;font-weight:600;display:inline-block}.h1{text-transform:uppercase;letter-spacing:1px;margin-bottom:32px;font-family:Montserrat,sans-serif;font-size:50px;font-weight:700;line-height:1}.description{opacity:.8;margin:0 auto 56px;font-weight:400;line-height:1.4}.btn-contact{color:#fff;cursor:pointer;letter-spacing:1px;background:#ffffff0d;border:1.5px solid #fff3;border-radius:100px;align-items:center;gap:19px;padding:8px 8px 8px 45px;font-size:15px;font-weight:600;display:inline-flex}.arrow-circle{background:#0076ff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 20px #0076ff66}.arrow-circle svg{width:18px;height:18px}footer{text-align:center;color:#94a3b8;letter-spacing:1px;opacity:.6;margin-top:auto;padding:10px 0;font-size:14px}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:32px;animation:.3s ease-out fadeInModal;display:flex;position:fixed;top:0;left:0}.modal-content{background:#11132e;border:1px solid #ffffff1a;border-radius:30px;width:100%;max-width:500px;padding:48px;position:relative;box-shadow:0 25px 50px -12px #00000080}.modal-header{margin-bottom:40px}.modal-header h2{color:#fff;margin-bottom:8px;font-family:Montserrat,sans-serif;font-size:32px}.modal-header p{color:#94a3b8;font-size:15px}.modal-close{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:24px;right:24px}.modal-close:hover{background:#ffffff1a}.contact-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--accent-light);margin-left:8px;font-size:14px;font-weight:500}.form-group input,.form-group textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:13px 16px;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#ffffff0f;border-color:#0076ff;outline:none}.btn-submit{color:#fff;cursor:pointer;background:#0076ff;border:none;border-radius:12px;margin-top:16px;padding:16px;font-size:16px;font-weight:600;transition:all .3s}.btn-submit:hover{background:#0084ff;transform:translateY(-2px);box-shadow:0 10px 20px #0076ff4d}.success-message{text-align:center;padding:32px 0;animation:.4s ease-out fadeInModal}.success-icon{color:#10b981;margin-bottom:24px}.success-message h3{color:#fff;margin-bottom:8px;font-family:Montserrat,sans-serif;font-size:24px}.success-message p{color:#94a3b8;line-height:1.5}@keyframes fadeInModal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media only screen and (width<=600px){.container{padding:24px}.header-inner{padding:10px!important}.logo img{height:40px}.hero-section{flex-direction:column;gap:80px;padding:120px 0 40px}.hero-visual{flex:0 0 100%;order:1}.visual-composition{width:280px;height:340px}.blue-base{border-radius:40px;width:240px;height:320px}.guy-left{height:85%;top:40px}.guy-right{max-height:300px;bottom:-60px;right:-20px}.hero-content{flex:0 0 100%;order:2}.h1{margin-bottom:16px;font-size:32px}.description{margin-bottom:40px;font-size:18px}.modal-content{margin:16px;padding:32px 24px}.modal-header h2{font-size:24px}}@media only screen and (width<=500px){.menu-toggle{display:flex}.nav-buttons{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:100;background:#131432f2;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:280px;height:100vh;padding:40px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.nav-buttons.open{right:0}.btn-outline{text-align:center;width:100%;margin-left:0;padding:15px 30px}}@media only screen and (width>=600px){.container{padding:15px 40px}.h1{font-size:40px}.visual-composition{width:312px;height:393px}}@media only screen and (width>=768px){.container{padding:15px 40px}.hero-section{text-align:left;flex-direction:row;gap:64px}.hero-content{text-align:center;align-items:center}.description{margin-bottom:40px}.h1{font-size:48px}}@media only screen and (width>=992px){.container{padding:20px 115px}.hero-section{padding:90px 0}.visual-composition{width:312px;height:393px}.blue-base{border-radius:50px;width:276px;height:337px}.guy-left{top:-17px;left:0}.guy-right{max-height:330px;bottom:-60px;right:30px}}@media only screen and (width>=1200px){.h1{font-size:50px}.container{max-width:1440px}}.privacy-page-container{z-index:10;background:#fff;justify-content:center;align-items:flex-start;min-height:100vh;padding:128px 182px 64px;display:flex;position:relative}.privacy-card{color:#1e293b;background:#fff;border-radius:20px;width:100%;animation:.6s ease-out slideUp;overflow:hidden;box-shadow:0 1px 10px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.privacy-header{color:#fff;background:#11132e;border-bottom:2px solid #ffffff0d;padding:20px;position:relative;overflow:hidden}.privacy-header:before{content:"";background:#0073ff33;width:100%;height:18px;position:absolute;top:0;left:0}.privacy-header:after{content:"";opacity:.6;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L3 7V12C3 17.5 7 21 12 22C17 21 21 17.5 21 12V7L12 2Z' stroke='rgba(0, 115, 255, 0.2)' stroke-width='2.5'/%3E%3Cpath d='M9 12L11 14L15 10' stroke='rgba(0, 115, 255, 0.2)' stroke-width='2.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:170px;height:170px;position:absolute;top:-38px;right:290px}.privacy-header-content{z-index:1;align-items:center;gap:32px;display:flex;position:relative}.shield-icon{background:0 0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.shield-icon svg{color:#0076ff;width:44px;height:44px}.privacy-content{padding:30px}.privacy-content h2{color:#0076ff;align-items:center;gap:12px;margin-bottom:20px;font-size:22px;font-weight:600;display:flex}.privacy-content p{color:#475569;margin-bottom:16px;font-size:17px;line-height:1.7}.privacy-content ul{margin-bottom:24px;padding-left:8px;list-style:none}.privacy-content ul li{color:#475569;margin-bottom:12px;padding-left:24px;line-height:1.6;position:relative}.privacy-content ul li:before{content:"";background:#0076ff;border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}@media screen and (width<=1200px){.privacy-page-container{padding:100px 80px 60px}}@media screen and (width<=992px){.privacy-page-container{padding:115px 108px 60px}}@media (width<=768px){.privacy-page-container{padding:100px 20px 40px}.privacy-card{border-radius:16px}.privacy-header{padding:32px 24px}.privacy-header-content{text-align:center;flex-direction:column;gap:16px}.privacy-header:after{opacity:.2;width:100px;height:100px;top:10px;right:20px}.shield-icon{width:40px;height:40px}.shield-icon svg{width:36px;height:36px}.header-text h1{letter-spacing:1px;font-size:24px}.header-text p{font-size:14px}.privacy-content{padding:24px}.privacy-content h2{font-size:20px}.privacy-content p,.privacy-content ul li{font-size:15px}.info-box{border-radius:16px;margin:32px 0;padding:20px;display:block}.info-box:before{border-radius:16px 0 0 16px;width:6px}.info-box p{font-size:15px}}@media screen and (width<=600px){.privacy-page-container{padding:90px 20px 32px}.privacy-content{padding:20px}.info-box{margin:24px 0;padding:16px}}@media screen and (width<=480px){.privacy-page-container{padding:90px 25px 32px}.privacy-header{padding:24px 16px}.header-text h1{font-size:20px}.privacy-content h2{font-size:18px}}.privacy-footer{background:#0073ff26;width:100%;height:40px;margin-top:auto}.terms-page-container{z-index:10;background:#fff;justify-content:center;align-items:flex-start;min-height:100vh;padding:128px 180px 64px;display:flex;position:relative}.terms-card{color:#1e293b;background:#fff;border-radius:20px;width:100%;animation:.6s ease-out slideUp;overflow:hidden;box-shadow:0 1px 10px #00000026}.terms-header{color:#fff;background:#11132e;border-bottom:2px solid #ffffff0d;padding:20px;position:relative;overflow:hidden}.terms-header:before{content:"";background:#0073ff33;width:100%;height:18px;position:absolute;top:0;left:0}.terms-header:after{content:"";opacity:.6;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='0' width='14' height='100' fill='rgba(0, 115, 255, 0.2)' /%3E%3Crect x='81' y='0' width='14' height='100' fill='rgba(0, 115, 255, 0.2)' /%3E%3Crect x='25' y='18' width='50' height='14' fill='rgba(0, 115, 255, 0.2)' /%3E%3Crect x='25' y='46' width='50' height='14' fill='rgba(0, 115, 255, 0.2)' /%3E%3Crect x='25' y='74' width='35' height='14' fill='rgba(0, 115, 255, 0.2)' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:135px;height:135px;position:absolute;top:-17px;right:290px}.terms-header-content{z-index:1;align-items:center;gap:32px;display:flex;position:relative}.terms-icon{background:0 0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.terms-icon svg{color:#0076ff;width:44px;height:44px}.header-text h1{letter-spacing:1.5px;color:#fff;margin-bottom:3px;font-size:34px;font-weight:700}.header-text p{color:#0076ff;letter-spacing:.5px;font-size:16px;font-weight:500}.terms-content{padding:30px}.terms-content h2{color:#0076ff;align-items:center;gap:12px;margin-bottom:20px;font-size:22px;font-weight:600;display:flex}.terms-content p{color:#475569;margin-bottom:16px;font-size:17px;line-height:1.7}.terms-content ul{margin-bottom:24px;padding-left:8px;list-style:none}.terms-content ul li{color:#475569;margin-bottom:12px;padding-left:24px;line-height:1.6;position:relative}.terms-content ul li:before{content:"";background:#0076ff;border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.info-box{background:#e0f0ff;border:none;border-radius:999px;align-items:center;width:100%;margin:48px 0;padding:16px 24px 16px 64px;display:inline-flex;position:relative;overflow:hidden}.info-box:before{content:"";background:#11132e;border-radius:999px 0 0 999px;width:40px;height:100%;position:absolute;top:0;left:0}.info-box p{color:#3b5d8f;margin-bottom:0;font-size:17px;font-weight:500;line-height:1.4}.terms-footer{background:#0073ff26;width:100%;height:40px;margin-top:auto}@media screen and (width<=1200px){.terms-page-container{padding:100px 80px 60px}}@media screen and (width<=992px){.terms-page-container{padding:100px 40px 60px}}@media (width<=768px){.terms-page-container{padding:115px 20px 40px}.terms-card{border-radius:16px}.terms-header{padding:32px 24px}.terms-header-content{text-align:center;flex-direction:column;gap:16px}.terms-header:after{opacity:.2;width:100px;height:100px;top:10px;right:20px}.terms-icon{width:40px;height:40px}.terms-icon svg{width:36px;height:36px}.header-text h1{letter-spacing:1px;font-size:24px}.header-text p{font-size:14px}.terms-content{padding:24px}.terms-content h2{font-size:20px}.terms-content p,.terms-content ul li{font-size:15px}.info-box{border-radius:16px;margin:32px 0;padding:20px;display:block}.info-box:before{border-radius:16px 0 0 16px;width:6px}.info-box p{font-size:15px}}@media screen and (width<=600px){.terms-page-container{padding:90px 25px 32px}.terms-content{padding:20px}.info-box{margin:24px 0;padding:16px}}@media screen and (width<=480px){.terms-page-container{padding:90px 25px 32px}.terms-header{padding:24px 16px}.header-text h1{font-size:20px}.terms-content h2{font-size:18px}}
