*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}body{overflow-x:hidden}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none}.navbar{background-color:#fff;height:70px;width:100%;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d;padding-left:15px}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:100%;position:relative}.navbar-logo{display:flex;align-items:center;position:relative;left:0;padding-left:0;font-weight:700;font-size:28px;color:#673de6}.navbar-logo a{display:flex;align-items:center;gap:8px;text-decoration:none;color:#673de6}.navbar-logo img{max-width:180px;height:auto;object-fit:contain}.navbar-logo{display:flex;align-items:center;justify-content:center;padding:5px 15px}.navbar-menu{display:flex;gap:30px;font-size:16px;font-weight:500}.navbar-menu a{position:relative;color:#333;transition:color .3s;text-decoration:none;display:flex;align-items:center}.navbar-menu a.active,.navbar-menu a:hover{color:#673de6}.dropdown{position:relative}.dropdown-arrow{font-size:8px;margin-left:2px;display:inline-block;vertical-align:middle;transition:transform .3s ease}.dropdown.open .dropdown-arrow,.mobile-dropdown-title.active .dropdown-arrow{transform:rotate(180deg);margin-left:1px}.dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);width:280px;background-color:#fff;box-shadow:0 5px 15px #0000001a;border-radius:10px;padding:15px 0;margin-top:5px;z-index:101;transition:all .3s ease;overflow:hidden}.dropdown-content a{display:block;padding:10px 20px;color:#333;text-decoration:none;transition:background-color .3s;text-align:left}.dropdown-content a:hover{background-color:#f5f5f5;color:#673de6}.dropdown-content a:first-child{font-weight:500}.mobile-dropdown{position:relative}.mobile-dropdown-title{display:flex;justify-content:space-between;align-items:center;padding:10px;font-size:16px;font-weight:700;cursor:pointer;background:none;border:none;color:inherit;font-family:inherit;width:100%;text-align:left}.mobile-dropdown-title.active{color:#673de6}.mobile-dropdown-content{display:flex;flex-direction:column;padding-left:15px}.mobile-dropdown-content a{padding:5px 0!important;border-bottom:none!important;font-size:16px!important}.navbar-user{display:flex;align-items:center}.navbar-user .user-info{display:flex;align-items:center;gap:12px;color:#333;font-weight:500}.navbar-user .user-info span{color:#1a1a1a}.navbar-user .user-info button{padding:6px 12px;border-radius:8px;border:1px solid #673DE6;background:transparent;color:#673de6;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.navbar-user .user-info button:hover{background:#673de6;color:#fff;box-shadow:0 6px 20px #673de640}.user-btn{background-color:#673de6;color:#fff;padding:8px 16px;border-radius:20px;font-weight:500;display:flex;align-items:center;gap:8px;transition:background-color .3s;border:none;cursor:pointer}.user-btn:hover{background-color:#5b3cb9}.menu-icon{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:110;margin-right:10px}.menu-icon span{display:block;height:3px;width:100%;background-color:#673de6;border-radius:3px;transition:all .3s ease}.mobile-menu{display:none;position:absolute;top:70px;left:0;width:100%;background-color:#fff;box-shadow:0 5px 10px #0000001a;padding:20px;z-index:99;flex-direction:column;gap:20px}.mobile-menu a{color:#333;font-size:18px;font-weight:500;text-decoration:none;padding:10px 0;border-bottom:1px solid #eee;transition:color .3s}.mobile-menu-toggle{display:none;cursor:pointer;margin-right:12px;background:none;border:none;padding:0}.mobile-menu-toggle span{display:block;width:20px;height:4px;margin:5px auto;background-color:#333}.mobile-menu a.active,.mobile-menu a:hover{color:#673de6;display:block}.popup-container{background:#fff;width:420px;padding:25px;border-radius:12px;box-shadow:0 5px 15px #0003;text-align:center;position:relative;animation:fadeIn .3s ease-in-out;max-height:90vh;overflow-y:auto}.auth-tabs{display:flex;justify-content:center;margin-bottom:20px;border-bottom:1px solid #eee}.tab-btn{background:none;border:none;padding:10px 20px;font-size:16px;cursor:pointer;opacity:.7;position:relative;transition:all .3s ease}.tab-btn.active{opacity:1;font-weight:700;color:#6a5acd}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#6a5acd}.tab-btn:hover{opacity:1}.auth-form{display:flex;flex-direction:column;gap:8px}.form-group{position:relative;margin-bottom:10px}.form-group.half{flex:1}input{width:100%;padding:12px;margin:0;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;transition:border-color .3s ease-in-out}.error-text{color:#e74c3c;font-size:12px;text-align:left;display:block;margin-top:4px;margin-left:2px}.error-message{background-color:#ffebee;color:#c62828;padding:10px;border-radius:4px;margin-bottom:15px;font-size:14px}.verify-btn:disabled{background:#a097e0;cursor:not-allowed}.switch-auth{margin-top:15px;font-size:14px;color:#555}.switch-btn{background:none;border:none;color:#6a5acd;font-weight:700;cursor:pointer;padding:0;font-size:14px}@media (max-width: 480px){.popup-container{width:90%;padding:20px}h2{font-size:16px}input{font-size:13px;padding:10px}.verify-btn{font-size:14px;padding:10px}.form-row{flex-direction:column;gap:0}}@media (max-width: 480px){.navbar{height:55px;padding:0 10px}.navbar-container{padding:0 10px}.navbar-logo img{height:50px}.navbar-menu{display:none}.menu-icon{display:flex;width:30px;height:20px}.mobile-menu{top:60px;padding:15px;gap:15px}.mobile-menu a{font-size:16px;padding:5px 0}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-title{padding:12px 0;font-size:16px}.mobile-dropdown-content{padding-left:15px;gap:10px}.user-btn{font-size:12px;padding:5px 14px}.navbar-user .user-info span,.navbar-user{display:none}.navbar-logo img{max-width:140px}.mobile-user-info{padding:10px 0!important;border-bottom:1px solid #eee!important;margin-bottom:5px}.mobile-user-info span{color:#333;font-weight:500;font-size:16px}}@media (max-width: 400px){.navbar{padding:8px 15px}.menu{width:100%;padding:10px}.menu a{font-size:14px;padding:8px 10px;text-align:left;border-bottom:1px solid #eee}}@media (max-width: 768px){.navbar-menu{display:none}.menu-icon,.mobile-menu.active{display:flex}.navbar-user{display:flex;align-items:center}.navbar-container{justify-content:space-between}.navbar-user .user-info{gap:8px}.navbar-user .user-info button{padding:6px 10px;font-size:12px}.navbar-logo img{max-width:160px}.menu-icon.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-icon.active span:nth-child(2){opacity:0}.menu-icon.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media screen and (max-width: 768px){.mobile-menu-toggle{display:block;margin-right:12px}.navbar-menu{display:none}}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-container{background:#fff;width:420px;padding:25px;border-radius:12px;box-shadow:0 5px 15px #0003;text-align:center;position:relative;animation:fadeIn .3s ease-in-out}.close-btn{position:absolute;top:12px;right:12px;background:none;border:none;font-size:22px;cursor:pointer;color:#777;transition:color .3s ease}.close-btn:hover{color:#333}.auth-tabs{display:flex;justify-content:center;margin-bottom:20px}.tab-btn{background:none;border:none;padding:10px 20px;margin:0 5px;font-size:16px;cursor:pointer;color:#777;border-bottom:2px solid transparent;transition:all .3s ease}.tab-btn.active{color:#6a5acd;border-bottom:2px solid #6a5acd}h2{font-size:18px;font-weight:700;color:#333;margin-bottom:15px}.auth-form{text-align:left}.half{flex:1}.popup-icon{width:300px;height:200px;margin-bottom:10px}.input-with-icon{display:flex;align-items:center;width:100%;gap:10px;margin:0}.input-icon{color:#777;font-size:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;transition:color .3s ease-in-out}.input-with-icon input{flex:1;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;transition:border-color .3s ease-in-out;background-color:#fff;box-sizing:border-box;width:100%}.input-with-icon input:focus{border-color:#6a5acd}.input-with-icon:focus-within .input-icon{color:#6a5acd}.form-group{margin:4px 0}input{width:100%;padding:12px;margin:8px 0;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;transition:border-color .3s ease-in-out}input:focus{border-color:#6a5acd}.error-text,.error-message{color:#d32f2f;font-size:12px;margin-top:4px;display:block}.error-message{text-align:center;margin-bottom:10px;padding:8px;background-color:#ffebee;border-radius:4px}.verify-btn{background:#6a5acd;color:#fff;padding:12px;border:none;width:100%;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease-in-out;margin-top:10px}.verify-btn:hover{background:#483d8b}.verify-btn:disabled{background:#b0afe0;cursor:not-allowed}.switch-auth{text-align:center;margin-top:15px;font-size:14px;color:#666}.switch-btn{background:none;border:none;color:#6a5acd;font-weight:700;cursor:pointer;padding:0}.switch-btn:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 480px){.popup-container{width:90%;padding:20px}.popup-icon{width:80px;height:80px}h2{font-size:16px}input{font-size:13px;padding:10px}.input-with-icon{gap:8px;margin:0}.form-group{margin:3px 0}.input-with-icon input{padding:10px}.input-icon{font-size:16px;width:20px}.verify-btn{font-size:14px;padding:10px}.form-row{flex-direction:column;gap:0}}.footer{background-color:#5623f0;color:#fff;width:100%}.footer-container{max-width:1150px;margin:0 auto;padding:0 20px}.footer-main{padding:60px 0}.footer-main .footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-info{flex:2;max-width:350px}.footer-company,.footer-links-container{flex:1;text-align:right;min-width:260px}.footer-company h3{font-size:25px;font-weight:600;margin-bottom:25px;text-align:right;font-weight:700}.footer-info h3{font-size:24px;font-weight:700;margin-bottom:20px}.footer-content{display:flex;justify-content:space-between;gap:30px;flex:1;text-align:right;align-items:flex-start}.footer-info p{font-size:16px;line-height:1.6;margin-bottom:30px;opacity:.9}.social-icons{display:flex;gap:15px}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#fff;font-size:18px;transition:background-color .3s}.social-icon:hover{background-color:#fff3}.social-icon svg{width:20px;height:20px}.footer-content h3{font-size:25px;font-weight:600;margin-bottom:25px;text-align:right;font-weight:700}.footer-links{list-style:none;padding:0;margin:5px 0 0;display:inline-block;flex-direction:column;align-items:flex-end;transition:opacity .3s;text-align:right}.footer-links li{margin:3px 0;display:flex;align-items:center}.footer-link{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;margin-bottom:15px;color:#fff;text-decoration:none;transition:opacity .3s}.footer-link:after{content:">";margin-right:10px;font-size:18px;font-weight:700}.footer-link:hover{opacity:.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;background-color:#673de6;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%}.footer-bottom .footer-container{display:flex;align-items:center;justify-content:space-between;width:100%}.footer-logo{display:flex;align-items:center;justify-content:center;gap:10px}.footer-logo img{height:80px;max-width:100%;object-fit:contain;margin:0;padding:0}.footer-copyright{display:flex;align-items:center;gap:15px;font-size:14px;font-weight:700;text-align:center;margin-left:auto}.footer-copyright p{margin:0;font-weight:700;line-height:1.5;word-wrap:break-word}.copyright-text,.footer-links-text{display:inline-block}.copyright-break{display:block}.privacy-link{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s;display:block}.privacy-link:hover{opacity:1}@media (max-width: 992px){.footer-main .footer-container{flex-direction:column;gap:25px;text-align:center;align-items:center}.footer-company,.footer-links-container,.footer-info{min-width:0;width:100%}.footer-bottom .footer-container{flex-direction:column;align-items:center;text-align:center;gap:15px}.footer-info,.footer-company,.footer-content{max-width:100%;text-align:center}.footer-content{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;text-align:center;gap:20px;width:100%}.footer-content h3,.footer-company h3{text-align:center;margin-bottom:15px}.footer-company,.footer-links-container{flex:1;min-width:0;max-width:50%}.footer-links,.footer-company .footer-links,.footer-links-container .footer-links{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0 auto;gap:8px;width:fit-content}.footer-link,.footer-company .footer-link,.footer-links-container .footer-link{text-align:left;justify-content:flex-start;margin-bottom:10px}.footer-link:after{margin-left:5px}.footer-company .footer-link:after,.footer-links-container .footer-link:after{margin-left:5px}.social-icons{justify-content:center;flex-wrap:wrap;gap:10px}.footer-logo{display:flex;justify-content:center;width:100%;margin-bottom:15px}.footer-logo img{height:55px;max-width:250px}.footer-copyright{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:100%;padding:0 10px}.footer-copyright p{font-size:13px;line-height:1.6}}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:12px;padding:12px}.footer-logo img{height:50px;max-width:220px}.footer-copyright{flex-direction:column;text-align:center;gap:10px;margin-left:0;justify-content:center;width:100%;padding:0 15px}.footer-copyright p{font-size:12px;line-height:1.6}}@media (max-width: 480px){.footer-bottom{padding:5px 0;height:auto}.footer-logo img{height:45px;max-width:180px}.footer-copyright{font-size:11px;line-height:1.5;text-align:center;width:100%;padding:0 10px}.footer-copyright p{margin:0;font-size:11px;line-height:1.6;word-break:break-word}.footer-copyright p br{display:block;content:"";margin-top:4px}.footer-links-text{display:block;margin-top:4px}@media (max-width: 360px){.footer-copyright p,.footer-links-text{font-size:10px}}.footer-content{flex-direction:row;justify-content:space-around;gap:15px}.footer-company,.footer-links-container{flex:1;min-width:0}.footer-company .footer-links,.footer-links-container .footer-links{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0 auto;gap:8px;width:fit-content}.footer-company .footer-link,.footer-links-container .footer-link{text-align:left;justify-content:flex-start;margin-bottom:10px}.footer-company .footer-link:after,.footer-links-container .footer-link:after{margin-left:5px}}.chat-widget{position:fixed;bottom:5px;right:20px;z-index:1500;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.chat-btn{background-color:#673de6;color:#fff;padding:12px 20px;border-radius:30px;font-weight:500;font-size:15px;display:flex;align-items:center;gap:8px;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #673de666,0 0 25px #673de64d,0 0 40px #673de633,inset 0 0 20px #ffffff1a;transition:all .3s ease;cursor:pointer;position:relative;animation:button-pulse 2.5s ease-in-out infinite}.chat-btn:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:30px;background:linear-gradient(135deg,#673de6cc,#673de699);z-index:-1;opacity:.6;animation:border-glow 2s ease-in-out infinite}.chat-btn:after{content:"";display:none}.chat-btn .chat-logo-icon{width:20px;height:20px;filter:brightness(1.1);transition:transform .3s ease;margin-right:4px}.chat-btn .chat-icon{width:25px;height:25px;filter:brightness(1.1);transition:transform .3s ease;color:#fff}.chat-btn:hover{background-color:#5a2ec0;transform:translateY(-3px) scale(1.02);border-color:#ffffff80;box-shadow:0 6px 25px #673de699,0 0 35px #673de666,0 0 50px #673de64d,inset 0 0 25px #ffffff26}.chat-btn:hover .chat-icon,.chat-btn:hover .chat-logo-icon{transform:scale(1.1)}@keyframes button-pulse{0%,to{box-shadow:0 4px 15px #673de666,0 0 25px #673de64d,0 0 40px #673de633,inset 0 0 20px #ffffff1a}50%{box-shadow:0 4px 20px #673de680,0 0 30px #673de666,0 0 50px #673de64d,inset 0 0 25px #ffffff26}}@keyframes border-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}}.chat-icon{width:24px;height:24px;display:none}.chat-box{position:fixed;bottom:90px;right:20px;width:340px;height:420px;background:#fff;box-shadow:0 5px 25px #0003;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease-in-out;animation:slideUp .3s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:#673de6;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000001a}.chat-header h3{margin:18px;font-size:14px;font-weight:500}.close-btn,.back-btn{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:background-color .2s}.close-btn:hover,.back-btn:hover{background-color:#fff3}.chat-body{flex:1;padding:15px;font-size:14px;color:#333;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:#f8f8f8}.chat-message-container{display:flex;margin-bottom:5px;animation:fadeIn .3s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-container.user{flex-direction:row-reverse}.avatar-container{display:flex;align-items:flex-start;margin:0 8px}.avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.message-content{display:flex;flex-direction:column;max-width:80%}.chat-message{padding:10px 12px;border-radius:12px;font-size:14px;position:relative;box-shadow:0 1px 2px #0000001a;word-wrap:break-word}.chat-message.user{background:#673de6;color:#fff;border-top-right-radius:4px}.chat-message.bot{background:#fff;border-top-left-radius:4px}.message-timestamp{font-size:11px;color:#888;margin-top:3px;margin-left:4px}.chat-message-container.user .message-timestamp{text-align:right;margin-right:4px}.typing-indicator{display:flex;padding:12px 15px;align-items:center;justify-content:center;height:18px}.typing-indicator span{height:8px;width:8px;border-radius:50%;background-color:#888;display:inline-block;margin:0 1px;animation:bounce 1.3s linear infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-footer{display:flex;padding:12px 15px;background-color:#fff;border-top:1px solid #eee}.chat-footer input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:20px;font-size:14px;outline:none;transition:border-color .3s}.chat-footer input:focus{border-color:#673de6}.send-btn{background:#673de6;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;margin-left:8px;font-weight:500;transition:background-color .3s}.send-btn:hover{background:#5a2ec0}.chat-navigation{display:flex;border-top:1px solid #eee;background-color:#f8f8f8}.nav-btn{flex:1;padding:12px;background:none;border:none;color:#555;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .3s}.nav-btn:hover{background-color:#efefef;color:#673de6}.nav-btn:first-child{border-right:1px solid #eee}.faq-view{flex:1;overflow-y:auto;padding:10px}.faq-view h3{margin-top:0;margin-bottom:10px;color:#333;font-size:18px;font-weight:500}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background-color:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 5px #0000000d;transition:transform .2s,box-shadow .2s}.faq-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.faq-question{display:flex;align-items:center;margin-bottom:8px}.faq-icon{font-size:18px;margin-right:10px;background:#f0eaff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.faq-question h4{margin:0;font-size:15px;color:#444;font-weight:500}.faq-answer{margin:8px 0 0 40px;font-size:14px;color:#666;line-height:1.5}.news-view{flex:1;overflow-y:auto;padding:15px}.news-view h3{margin-top:0;margin-bottom:15px;color:#333;font-size:18px;font-weight:500}.news-list{display:flex;flex-direction:column;gap:15px}.news-item{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000000d;transition:transform .2s,box-shadow .2s}.news-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.news-image{width:80px;background-color:#e0e0ff;position:relative}.news-image[data-image=feature-update]{background-color:#d1ecf1}.news-image[data-image=maintenance]{background-color:#f8d7da}.news-image[data-image=mobile-update]{background-color:#d4edda}.news-image[data-image=support-hours]{background-color:#fff3cd}.news-content{padding:12px;flex:1}.news-content h4{margin:0 0 5px;font-size:15px;color:#444;font-weight:500}.news-date{font-size:12px;color:#888;margin-bottom:6px}.news-content p{margin:5px 0 0;font-size:13px;color:#666;line-height:1.4}@media (min-width: 481px) and (max-width: 992px){.chat-widget{bottom:200px}.chat-box{bottom:290px}}@media (max-width: 480px){.chat-box{width:calc(100% - 40px);right:20px;bottom:80px}.chat-icon{display:block}}.hero{background-color:#673de6;color:#fff;padding:0;overflow:hidden;background-image:url(/assets/Instatax%20banner%20for%20Web%202-CtkfrW-n.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:100%;min-height:100vh;display:flex;justify-content:flex-end;align-items:center}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;z-index:1}.hero-container{display:flex;justify-content:flex-end;align-items:center;width:40%;padding:40px;position:relative;z-index:2;margin-right:1%}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;margin-left:5px}.hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:30px}.hero-subtext{font-size:1rem;margin-top:35px}.hero-points{margin-top:10px;margin-left:10px;line-height:2}.hero-points p{margin:3px 0}*/ .hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:380px}.quote-form input:focus{border-color:#673de6;outline:none}.slider.round{border-radius:50%}.quote-btn{background-color:#673de6;color:#fff;padding:16px 0;border-radius:20px;border:none;font-weight:500;font-size:15px;cursor:pointer;transition:background-color .3s;margin-top:10px;margin-bottom:16px;width:100%}.quote-btn:hover{background-color:#5b3cb9}.quote-form select{padding:18px 25px;border-radius:25px;font-size:12px;outline:none;transition:border-color .3s;margin:5px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.quote-form select:focus{border-color:#673de6}.quote-form select:disabled{background-color:#f5f5f5;cursor:not-allowed}@media (min-width: 1440px){.hero{background-position:30% center;background-size:cover}.hero-container{width:35%;max-width:500px;margin-right:1%;padding:40px}.quote-form{max-width:450px;padding:2rem 1.5rem}}@media (min-width: 768px) and (max-width: 1439px){.hero{background-position:35% center}.hero-container{width:50%;margin-right:.5%;padding:24px}.quote-form{max-width:360px}}@media (min-width: 768px) and (max-width: 1024px){.hero{justify-content:center;background-position:center}.hero-container{width:90%;max-width:520px;padding:20px;margin-right:0}.quote-form{max-width:420px}}@media (max-width: 767px){.hero{flex-direction:column;min-height:auto;padding:30px 0;background-position:center;justify-content:center;align-items:center}.hero:before{background-color:#00000080}.hero-container{width:90%;max-width:400px;padding:20px 10px;margin-right:0;justify-content:center;align-items:center}.quote-form{position:relative;z-index:3;width:100%;max-width:350px;margin:20px auto;padding:1.2rem 1rem}.quote-form h2{font-size:16px}.quote-form form input,.quote-form form select{padding:12px 15px;font-size:14px;height:38px}.form-row{gap:8px}.quote-btn{padding:12px 0;font-size:14px;margin-top:10px}}.app-promotion{position:relative;overflow:visible;padding:120px 0;background-color:#fff;width:100%}.app-promotion-container{max-width:1150px;margin:0 auto;padding:0 0 0 10px;display:flex;align-items:center;justify-content:space-between;position:relative}.app-promotion-content{flex:0 0 40%;z-index:2;padding-right:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.app-promotion-content h2{font-size:40px;font-weight:900;line-height:1.4;margin-bottom:12px;color:#000;text-align:left;max-width:500px;padding-left:20px}.app-ranking{margin-top:20px}.app-ranking p{font-size:20px;font-weight:900;margin-bottom:20px;color:#000}.app-badges{display:flex;flex-direction:column;gap:10px;max-width:200px;align-items:center}.store-badge img{max-width:80%;height:auto}.app-illustration{flex:0 0 55%;height:100%;display:flex;justify-content:flex-end;align-items:center;margin-right:0}.app-illustration img{max-width:fit-content;height:600px;display:block;object-fit:contain;object-position:right center}@media (min-width: 1200px){.app-promotion-container{position:relative;overflow:visible}.app-illustration{position:absolute;right:0;top:0;height:100%;width:85%;max-width:none}.app-illustration img{height:600px;max-width:fit-content;width:auto}}@media (max-width: 992px){.app-promotion-container{flex-direction:column;padding:0 20px}.app-promotion-content{flex:0 0 100%;max-width:100%;text-align:center;margin-bottom:50px;padding-right:0}.app-badges{margin:0 auto;width:100%;align-items:center}.app-illustration{flex:0 0 100%;justify-content:center;width:125%;margin-right:0}.app-illustration img{max-width:100%}}@media (max-width: 768px){.app-promotion-content h2{font-size:36px}.app-ranking p{font-size:18px}}.services{padding:60px;background-color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.services-container{max-width:1200px;width:100%}.services-header{margin-bottom:50px;text-align:left}.services-header h2{font-size:2.5rem;font-weight:900;color:#000;margin-bottom:20px}.services-text p{font-size:1rem;line-height:1.6;color:#000;margin-bottom:25px}.services-content{display:flex;justify-content:space-between;align-items:center;gap:70px;flex-wrap:wrap}.services-text{flex:1;max-width:600px;text-align:left}.service-categories{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:15px;justify-content:center;max-width:600px}.service-category{display:flex;align-items:center;gap:12px;background:#f9f9f9;padding:12px 15px;border-radius:30px;transition:all .3s ease-in-out;cursor:pointer;font-weight:500;font-size:.95rem;text-decoration:none;color:inherit}.service-category:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001a}.category-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;font-size:18px;flex-shrink:0}.start_business-icon{background-color:#ffe9bf}.category-icon{background-color:#ffd5d5}.manage_business-icon{background-color:#d6f3ff}.grow_business-icon{background-color:#fff1d6}.certificate-licenses-icon{background-color:#e1fffa}.category-icon img{max-width:100%;max-height:100%;object-fit:contain}.services-image{flex:1;display:flex;justify-content:center;max-width:600px}.services-image img{width:100%;max-width:500px;height:auto;object-fit:contain}.chat-widget{position:fixed;bottom:30px;right:30px;z-index:99}.chat-btn{background-color:#673de6;color:#fff;padding:12px 20px;border-radius:30px;font-weight:500;font-size:15px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 15px #673de64d;transition:transform .3s,background-color .3s;border:none;cursor:pointer}.chat-btn:hover{background-color:#5b3cb9;transform:translateY(-3px)}.service-categories p{grid-column:1 / -1;text-align:center;padding:20px}@media (max-width: 1200px){.services{padding:50px 40px}.services-content{gap:50px}}@media (max-width: 992px){.services{padding:40px 30px}.services-content{flex-direction:column;align-items:center;gap:40px}.services-header{text-align:center;margin-bottom:30px}.services-header h2{font-size:2rem}.services-text{max-width:100%;text-align:center}.service-categories{grid-template-columns:repeat(2,1fr);max-width:100%;gap:12px}.services-image,.services-image img{max-width:100%}}@media (max-width: 768px){.services{padding:30px 20px}.services-header h2{font-size:1.75rem}.services-text p{font-size:.9rem;margin-bottom:20px}.service-categories{grid-template-columns:repeat(2,1fr);gap:10px}.service-category{padding:10px 12px;font-size:.85rem;gap:10px}.category-icon{width:30px;height:30px;font-size:16px}.services-image img{max-width:100%}.chat-widget{right:15px;bottom:15px}.chat-btn{font-size:13px;padding:10px 16px}}@media (max-width: 480px){.services{padding:25px 15px}.services-header{margin-bottom:25px}.services-header h2{font-size:1.5rem;margin-bottom:15px}.services-text p{font-size:.85rem;line-height:1.5;margin-bottom:20px}.service-categories{grid-template-columns:1fr;gap:10px;max-width:100%}.service-category{padding:12px 15px;font-size:.9rem;justify-content:flex-start}.category-icon{width:32px;height:32px}.services-image{margin-top:20px}.services-image img{max-width:100%}.chat-widget{right:10px;bottom:10px}.chat-btn{font-size:12px;padding:8px 14px}.chat-btn span{display:none}.chat-btn:after{content:"💬";font-size:18px}}@media (max-width: 360px){.services{padding:20px 10px}.services-header h2{font-size:1.3rem}.services-text p{font-size:.8rem}.service-category{padding:10px 12px;font-size:.85rem}}.about-us{background-color:#673de6;padding:60px 0;color:#fff;overflow-x:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:40px}.about-content{flex:1;min-width:0}.about-content h2{font-size:30px;font-weight:600;line-height:1.5;color:#fff;text-align:left;margin:0;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-illustration{flex:1;display:flex;justify-content:center;min-width:0}.about-illustration img{max-width:100%;height:auto}@media (max-width: 992px){.about-container{flex-direction:column;gap:30px}.about-illustration{margin-bottom:0}.about-content h2{font-size:26px;text-align:center;line-height:1.6}}@media (max-width: 768px){.about-us{padding:50px 0}.about-container{padding:0 20px;gap:25px}.about-content h2{font-size:22px;line-height:1.6}}@media (max-width: 480px){.about-us{padding:40px 0}.about-container{padding:0 15px}.about-content h2{font-size:20px;line-height:1.7}}@media (max-width: 360px){.about-us{padding:35px 0}.about-container{padding:0 12px}.about-content h2{font-size:18px;line-height:1.7}}.about-company{padding:80px 0;background-color:#fff}.about-company-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:flex-start;gap:60px}.about-company-content{flex:1}.about-company-content h2{font-size:36px;font-weight:700;margin-bottom:30px;color:#333}.about-company-text{display:flex;flex-direction:column;gap:20px}.about-company-text p{font-size:16px;line-height:1.6;color:#555}.about-company-text a.contact-email{color:#673de6;text-decoration:none;font-weight:600;transition:color .3s ease}.about-company-text a.contact-email:hover{color:#5a2fc7;text-decoration:underline}.about-company-illustration{flex:1;display:flex;justify-content:center;align-items:center}.about-company-illustration img{max-width:100%;height:auto}@media (max-width: 992px){.about-company{padding:60px 0}.about-company-container{flex-direction:column-reverse;gap:40px}.about-company-content h2{font-size:30px}}@media (max-width: 768px){.about-company{padding:40px 0}.about-company-content h2{font-size:26px;text-align:center}}.blog-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.blog-image-container{position:relative;width:100%;height:200px;overflow:hidden}.blog-image{width:100%;height:100%;object-fit:cover}.category-tag{position:absolute;top:12px;left:12px;background-color:#8b5cf6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-content{padding:20px;flex:1;display:flex;flex-direction:column}.blog-title{font-size:18px;font-weight:700;margin-bottom:8px;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-date{font-size:14px;color:#6b7280;margin-bottom:12px;font-weight:400}.blog-excerpt{font-size:14px;line-height:1.5;color:#374151;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{background-color:#8b5cf6;color:#fff;border:none;padding:10px 16px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease;align-self:flex-start;margin-top:auto;text-decoration:none;display:inline-block}.read-more-btn:hover{background-color:#7c3aed}.read-more-btn:active{background-color:#6d28d9}@media (max-width: 768px){.blog-card{margin-bottom:20px}.blog-image-container{height:180px}.blog-content{padding:16px}.blog-title{font-size:16px}.blog-excerpt{font-size:13px}}.blogs-section{padding:80px 0;background-color:#fff}.blogs-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:36px;font-weight:700;margin-bottom:50px;text-align:left;color:#000}.blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.loading-state,.error-state{text-align:center;padding:40px;color:#6b7280}.retry-btn{background-color:#8b5cf6;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;transition:background-color .2s ease}.retry-btn:hover{background-color:#7c3aed}.pagination{display:flex;justify-content:center;margin-top:40px}.next-btn{background-color:#8b5cf6;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.next-btn:hover:not(:disabled){background-color:#7c3aed}.next-btn:disabled{background-color:#d1d5db;cursor:not-allowed}@media (max-width: 1024px){.blogs-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.blogs-section{padding:60px 0}.section-title{font-size:30px;margin-bottom:30px}.blogs-grid{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.blogs-container{padding:0 16px}}.blog-subscription{background-color:#673de6;padding:60px 20px;color:#fff;position:relative}.subscription-container{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.subscription-illustration{flex:1;display:flex;justify-content:center}.subscription-illustration img{max-width:100%;height:auto}.subscription-form{flex:1;max-width:450px}.form-container{background-color:#fff;border-radius:20px;padding:25px;box-shadow:0 4px 15px #0000001a}.form-container h2{font-size:20px;font-weight:600;text-align:center;margin-bottom:20px;color:#333}.name-row{display:flex;gap:10px;margin-bottom:15px}.prefix-group{flex:1}.fullname-group{flex:2}.form-group{margin-bottom:15px}.form-group input,.form-group select{width:100%;padding:12px 15px;border:1px solid #e8e8e8;background-color:#f8f8f8;border-radius:6px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#673de6;background-color:#fff}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:35px}.form-group select:disabled{color:#999}.toggle-group{display:flex;align-items:center;margin-bottom:20px}.toggle-switch{position:relative;width:44px;height:24px;background-color:#e8e8e8;border-radius:12px;margin-right:10px;cursor:pointer;transition:background-color .3s}.subscribe-button{width:100%;padding:14px;background-color:#673de6;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s}.subscribe-button:hover{background-color:#5a35c9}@media (max-width: 992px){.subscription-container{flex-direction:column}.subscription-illustration{margin-bottom:30px}.subscription-form{max-width:100%}}@media (max-width: 480px){.name-row{flex-direction:column;gap:15px}}.blog-detail-container{min-height:100vh;background-color:#fff;padding:2rem 0}.blog-detail-content{max-width:800px;margin:0 auto;padding:0 1rem}.blog-category-tag{display:inline-block;background-color:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.blog-detail-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2;margin-bottom:.5rem}.blog-detail-date{font-size:1rem;color:#6b7280;margin-bottom:2rem}.blog-detail-image{width:100%;margin-bottom:2rem}.blog-detail-image img{width:100%;height:400px;object-fit:cover;border-radius:8px}.blog-detail-body{font-size:1.125rem;line-height:1.7;color:#374151;margin-bottom:3rem}.blog-detail-body h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem}.blog-detail-body p{margin-bottom:1.5rem}.blog-detail-body strong{font-weight:600;color:#1f2937}.blog-detail-footer{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.back-to-blog-btn{display:inline-block;background-color:#8b5cf6;color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .2s ease}.back-to-blog-btn:hover{background-color:#7c3aed;color:#fff;text-decoration:none}.blog-loading{text-align:center;padding:4rem 2rem}.blog-loading h1{font-size:2rem;color:#1f2937;margin-bottom:1rem}.blog-loading p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.blog-not-found{text-align:center;padding:4rem 2rem}.blog-not-found h1{font-size:2rem;color:#1f2937;margin-bottom:1rem}.blog-not-found p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.blog-detail-content{padding:0 1rem}.blog-detail-title{font-size:2rem}.blog-detail-image img{height:250px}.blog-detail-body{font-size:1rem}.blog-detail-body h3{font-size:1.25rem}}@media (max-width: 480px){.blog-detail-container{padding:1rem 0}.blog-detail-title{font-size:1.75rem}.blog-detail-image img{height:200px}}.service-page{background-color:#fff;color:#333;padding:0;overflow:hidden;background-image:url(/assets/Servicespage1-DyOVcxQ-.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center}.service-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;z-index:1}.service-container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1300px;position:relative;z-index:2}.service-illustration{width:35%;height:auto;display:flex;justify-content:center;align-items:center}.service-info{width:30%;text-align:left;padding:0 20px;color:#000;display:flex;flex-direction:column;justify-content:center}.service-info h1{font-size:28px;font-weight:700;margin-bottom:15px}.service-info p{font-size:14px;line-height:1.6}.quote-form-container{width:35%;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.quote-form{background-color:#673de6;padding:1.5rem;border-radius:30px!important;width:100%;max-width:400px;box-shadow:0 4px 15px #00000026;overflow:hidden;border:2px solid white}.form-inner-padding{padding:0 10px}.quote-form h2{font-size:18px;font-weight:600;margin-top:20px;margin-bottom:20px;text-align:center;color:#fff}.quote-form form{display:flex;flex-direction:column;gap:8px}.form-row{display:flex;gap:10px}.prefix-input{width:30%}.fullname-input{width:70%}.quote-form form input,.quote-form form select{border-radius:20px;border:none;padding:10px 25px;font-size:.9rem;width:100%;height:40px;background-color:#ffffff65;box-shadow:0 1px 3px #0000001a}.quote-form input:focus,.quote-form select:focus{border-color:#673de6;outline:none}.quote-form select{padding:10px 25px;border-radius:20px;font-size:.9rem;outline:none;transition:border-color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.form-toggle{display:flex;align-items:center;gap:10px;margin-top:5px;font-size:14px;color:#fff}.toggle{position:relative;display:inline-block;width:40px;height:20px}.toggle input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#673de6}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.quote-btn-service{background-color:#673de6;color:#fff;padding:16px 0;border-radius:20px;border:none;font-weight:500;font-size:15px;cursor:pointer;transition:background-color .3s;margin-top:10px;margin-bottom:16px;width:100%}.quote-btn-service:hover{background-color:#5b3cb9}.form-message{margin:10px 0;padding:8px 12px;border-radius:4px;font-size:14px;text-align:center;color:#fff}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (min-width: 1440px){.service-container{justify-content:space-between}.quote-form{max-width:450px;padding:2rem 1.5rem}}@media (min-width: 768px) and (max-width: 1439px){.service-container{justify-content:space-between}.quote-form{max-width:380px}}@media (max-width: 767px){.service-page{padding:30px 0}.service-container{flex-direction:column;justify-content:center;align-items:center;width:90%}.service-illustration{width:100%;margin-bottom:20px}.service-info{width:100%;text-align:center;margin-bottom:20px}.quote-form-container{width:100%}.quote-form{max-width:350px;margin:0 auto;padding:1.2rem 1rem}.quote-form h2{font-size:16px}.quote-form form input,.quote-form form select{padding:12px 15px;font-size:14px;height:38px}.form-row{gap:8px}.quote-btn-service{padding:12px 0;font-size:14px}}.services-page{min-height:calc(100vh - 70px);background-color:#f9fafc;padding:40px 20px;display:flex;justify-content:center;align-items:center}.services-container{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:50px}.services-list{flex:1;max-width:100%;width:100%;text-align:center}.services-list h1{font-size:32px;font-weight:700;margin-bottom:25px;color:#333}.service-card{background-color:#f2f2f2;border-radius:10px;padding:15px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;cursor:pointer;flex-wrap:wrap}.service-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}.service-info{flex:1;text-align:left}.service-card h2{font-size:18px;font-weight:600;margin-bottom:5px;color:#333}.service-description{font-size:14px;color:#666;margin-bottom:5px}.service-price{font-size:16px;font-weight:600;color:#333}.service-arrow{width:36px;height:36px;display:flex;justify-content:center;align-items:center;color:#673de6}.service-arrow svg{width:100%;height:100%}.services-illustration{flex:1;display:flex;justify-content:center;align-items:center;min-height:100vh}.services-illustration img{width:100%;max-width:600px;height:auto;transform:scale(1);object-fit:contain;margin-bottom:10%}@media (max-width: 992px){.services-container{flex-direction:column;align-items:center;text-align:center}.services-list{width:85%;max-width:600px}.services-illustration{order:2;margin-top:20px}.services-illustration img{max-width:75%}}@media (max-width: 768px){.services-list{width:90%;max-width:450px}.service-card{flex-direction:column;align-items:center;text-align:center;padding:15px}.service-info{text-align:center}.services-illustration img{max-width:90%}}@media (max-width: 480px){.services-list{width:100%;max-width:350px}.service-card{width:100%;padding:10px}.services-illustration img{max-width:100%}}@media (max-width: 320px){.services-list{max-width:300px}.services-illustration img{max-width:90%}}.payment-container{background-color:#9747ff;background-image:url(/assets/Payment1-DxNSqQBJ.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:400px;width:100%;display:flex;justify-content:space-between;position:relative;padding:2rem 1rem}.payment-form-container{width:35%;height:min-content;margin-left:25px;background-color:#fff;padding:1.2em;border-radius:12px;box-shadow:0 8px 24px #00000026;align-self:center;transition:all .3s ease}.payment-form-container:hover{box-shadow:0 12px 30px #0003}.payment-header{margin-bottom:.8rem}.payment-header h2{color:#333;margin-bottom:.25rem;font-size:1.8rem;font-weight:700;line-height:1.2}.payment-subheader{color:#333;font-size:1rem;margin-top:.15rem}.payment-icons{display:flex;justify-content:center;gap:2.5rem;margin-top:1.5rem;margin-bottom:0;align-items:center;flex-wrap:wrap;border-top:1px solid #eee;padding-top:1rem}.payment-icons img{height:40px;object-fit:contain;transition:transform .2s ease;opacity:.9}.payment-icons img:hover{transform:scale(1.1);opacity:1}.more-payment-methods{color:#777;font-size:.9rem;font-style:italic}.payment-form{width:100%}.form-row{display:flex;gap:2px;margin-bottom:.25rem;width:100%}.form-field{margin-bottom:.1rem;position:relative}.half-width{width:50%}.full-input::placeholder{color:#888;font-size:.9rem}.full-input,.text-input,.select-input{padding:.95rem;border:1px solid #e0e0e0;border-radius:6px;width:100%;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background-color:#f9f9f9;height:42px}.full-input:focus,.text-input:focus,.select-input:focus{border-color:#9747ff;box-shadow:0 0 0 2px #9747ff33;outline:none;background-color:#fff}.pay-button{background-color:#f39c12;color:#fff;padding:.7rem;width:100%;border:none;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease;margin-top:.75rem;box-shadow:0 4px 8px #f39c124d}.pay-button:hover{background-color:#e67e22;transform:translateY(-2px);box-shadow:0 6px 12px #f39c1266}.pay-button:active{transform:translateY(1px)}.pay-button span{margin-left:8px}.secure-payment-note{display:flex;align-items:center;color:#666;font-size:.8rem;margin-bottom:.55rem}.lock-icon{margin-right:6px}@media (max-width: 768px){.payment-container{flex-direction:column;padding:1rem}.payment-form-container{width:100%;margin-left:0;margin-bottom:1.5rem}.payment-image{width:100%;justify-content:center}.form-row{flex-direction:column;gap:8px}.half-width{width:100%}}@media (max-width: 480px){.payment-form-container{width:100%;padding:1rem}.payment-icons{gap:1.5rem}.payment-icons img{height:30px}}.contact-page{display:block;background-color:#fff}.contact-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.contact-hero{padding:80px 0 40px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #eef2f7}.contact-hero h1{margin:0 0 12px;font-size:2.5rem;line-height:1.2;font-weight:900;color:#333}.contact-hero p{margin:0;font-size:1rem;line-height:1.6;color:#555}.contact-content{padding:60px 0 80px;background-color:#fff}.contact-info{display:grid;gap:16px;align-content:start}.info-card{border:1px solid #e5e7eb;border-radius:20px;padding:16px;background:#fff}.info-title{font-size:13px;color:#64748b;margin-bottom:6px}.info-value{font-size:16px;color:#333}.info-note{font-size:13px;color:#6b7280}.contact-form{border:1px solid #e5e7eb;border-radius:30px;padding:40px;background:#fff;display:grid;gap:20px;box-shadow:0 4px 15px #0000000d;max-width:700px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.contact-form{padding:30px 20px}}.form-field{display:grid;gap:8px}.form-field label{font-size:14px;font-weight:500;color:#333}.form-field input,.form-field textarea{width:100%;padding:12px 18px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#333;outline:none;font-size:15px;transition:border-color .3s,box-shadow .3s}.form-field input:focus,.form-field textarea:focus{border-color:#673de6;box-shadow:0 0 0 3px #673de61a}.contact-submit{padding:16px 24px;border-radius:25px;border:0;background:#673de6;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .3s,transform .2s;margin-top:10px}.contact-submit:hover{background:#5b3cb9;transform:translateY(-2px);box-shadow:0 4px 15px #673de64d}.form-disclaimer{font-size:12px;color:#6b7280;text-align:center;margin-top:8px}@media (max-width: 768px){.contact-hero{padding:60px 0 30px}.contact-hero h1{font-size:2rem}.contact-content{padding:40px 0 60px}}@media (max-width: 480px){.contact-hero{padding:50px 0 25px}.contact-hero h1{font-size:1.75rem}.contact-hero p{font-size:.9rem}.contact-content{padding:30px 0 50px}.contact-form{padding:25px 15px;border-radius:20px}.contact-submit{padding:14px 20px;font-size:15px}}.benefits-container{background-color:#f4f4f4;display:flex;justify-content:center;align-items:center;padding:40px 20px;width:100%;margin:0}.benefits-content{width:100%;max-width:1200px;background-color:transparent;padding:20px 0}.benefits-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-align:center}.benefits-list{display:flex;flex-direction:column;gap:15px;width:100%}.benefit-item{background-color:#fff;box-shadow:0 1px 3px #0000000d;cursor:pointer;transition:all .3s ease;width:100%;border-radius:8px;overflow:hidden}.benefit-item:hover{box-shadow:0 2px 5px #0000001a}.benefit-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;width:100%}.benefit-text{color:#333;font-size:16px;font-weight:400}.benefit-icon{display:flex;align-items:center;justify-content:center;background-color:#06c;color:#fff;width:18px;height:18px;border-radius:50%;transition:transform .3s ease}.benefit-icon.rotate{transform:rotate(90deg)}.benefit-icon svg{width:10px;height:10px}.benefit-description{padding:15px 20px;color:#666;font-size:14px;line-height:1.5;border-top:1px solid #eee;animation:fadeIn .3s ease}@media (max-width: 768px){.benefits-container{padding:30px 15px}.benefits-content{max-width:100%}.benefits-title{font-size:22px}.benefit-text{font-size:15px}.benefit-header{padding:12px 15px}}@media (max-width: 480px){.benefits-container{padding:20px 10px}.benefits-title{font-size:20px}.benefit-text{font-size:14px}.benefit-header{padding:10px 12px}.benefit-icon{width:16px;height:16px}.benefit-icon svg{width:9px;height:9px}}.deliverables-container{background-color:#673de6;display:flex;justify-content:center;align-items:center;color:#fff;padding:40px 20px}.deliverables-content{width:100%;max-width:1500px;object-fit:contain}.deliverables-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:30px;text-align:center;text-decoration:underline}.deliverables-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.deliverable-item{display:flex;align-items:center;font-size:16px;color:#fff;padding:8px 0}.check-icon{background-color:#fff;color:#673de6;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-right:12px}.deliverable-text{font-size:14px;line-height:1.4}@media (max-width: 768px){.deliverables-grid{grid-template-columns:1fr}.deliverables-content{padding:20px 0}.deliverables-title{font-size:20px}.deliverable-text{font-size:14px}}@media (max-width: 480px){.deliverables-title{font-size:18px}.check-icon{width:20px;height:20px;font-size:12px;margin-right:8px}}.faqs-container{background-color:#f4f5f7;display:flex;justify-content:center;align-items:center;padding:30px 20px;width:100%;margin:0}.faqs-content{width:100%;max-width:1200px;background-color:transparent;padding:15px 0}.faqs-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-align:center;text-decoration:none}.faqs-list{display:flex;flex-direction:column;gap:13px}.faq-item{background-color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;border:none;overflow:hidden;width:100%}.faq-item:hover{box-shadow:0 2px 5px #0000001a;background-color:#fff}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:2px 10px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.faq-text{color:#333;font-size:16px;font-weight:400}.faq-icon{display:flex;align-items:center;justify-content:center;background-color:#06c;color:#fff;width:18px;height:18px;border-radius:50%;transition:transform .3s ease}.faq-icon.open{transform:rotate(90deg)}.faq-icon svg{width:10px;height:10px}.faq-answer{padding:15px 10px 8px;color:#666;font-size:14px;line-height:1.5;border-top:1px solid #eee;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faqs-container{padding:30px 15px}.faqs-content{max-width:100%}.faqs-title{font-size:22px}.faq-text{font-size:15px}.faq-question{padding:12px 15px}.faq-icon{width:16px;height:16px}.faq-icon svg{width:9px;height:9px}}@media (max-width: 480px){.faqs-container{padding:20px 10px}.faqs-title{font-size:20px}.faq-question{padding:10px 12px}.faq-text{font-size:14px}.faq-icon{width:16px;height:16px}.faq-icon svg{width:9px;height:9px}}.overview-container{background-color:#ececec;display:flex;justify-content:center;align-items:center}.overview-content{width:100%;display:flex;background-color:#ececec;box-shadow:0 4px 6px #0000001a;padding:40px}.overview-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-decoration:underline}.overview-text{margin-bottom:30px}.overview-text p{color:#555;margin-bottom:10px;line-height:1.6}.payment-section{flex:1;display:flex;justify-content:center;align-items:center}.payment-card{background-color:#673de6;border-radius:12px;padding:25px;text-align:center;width:300px}.payment-card h3{color:#fff;font-size:18px;margin-bottom:15px}.payment-button{background-color:gold;color:#673de6;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s;width:100%}.payment-button:hover{background-color:#ffec00;transform:scale(1.05)}@media (max-width: 992px){.overview-content{flex-direction:column;padding:20px}.overview-text-section{padding-right:0;margin-bottom:20px}.payment-section{width:100%}.payment-card{width:100%;max-width:400px}}@media (max-width: 576px){.overview-content{padding:24px 20px;box-sizing:border-box}.overview-title{font-size:20px}.overview-text p{font-size:14px}.payment-card h3{font-size:16px}.payment-button{padding:10px 20px}}.pre-requisites-container{background-color:#f4f5f7;display:flex;justify-content:center;align-items:center}.pre-requisites-content{width:100%;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:40px}.pre-requisites-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-decoration:underline}.pre-requisites-list{padding-left:30px}.pre-requisites-list li{color:#555;margin-bottom:10px;line-height:1.6}@media (max-width: 768px){.pre-requisites-content{padding:20px;margin:0 10px}.pre-requisites-title{font-size:20px}.pre-requisites-list{padding-left:20px}.pre-requisites-list li{font-size:14px}}.service-quote-container{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100vh;background-color:#fff}.service-detail-illustration{position:absolute;width:100%;height:100%;background:url(/assets/pvtltdcompany1-DwkEs1hl.png) no-repeat center center;background-size:cover;z-index:1}.service-content{display:flex;align-items:center;justify-content:space-between;width:80%;max-width:1000px;position:relative;z-index:2;flex-direction:row-reverse}.service-info{width:40%;color:#000;text-align:left;font-size:18px;font-weight:500}.price-section{display:flex;justify-content:flex-start}.quote-form-container{width:400px;padding:2px;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.quote-form{background-color:#fff;border-radius:10px;padding:5px;box-shadow:none;border:none}.quote-form h2{font-size:18px;font-weight:600;margin-bottom:10px;text-align:center;color:#333}.form-group{margin-bottom:1px}.form-group input{width:100%;padding:8px;border:1px solid #ddd;background-color:#f9f9f9;border-radius:5px;font-size:14px}.form-group input:focus{outline:none;border-color:#673de6;background-color:#fff}.toggle-group{display:flex;align-items:center;margin-bottom:15px}.toggle-switch{width:45px;height:24px;background-color:#e8e8e8;border-radius:13px;margin-right:10px;position:relative;cursor:pointer;transition:background-color .3s}.toggle-switch.active{background-color:#673de6}.toggle-button{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s}.toggle-switch.active .toggle-button{transform:translate(20px)}.toggle-group label{font-size:14px;color:#555}.quote-button{width:100%;padding:8px;background-color:#673de6;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}.quote-button:hover{background-color:#5a35c9}@media (max-width: 992px){.service-content{flex-direction:column;text-align:center;padding:0 20px}.quote-form-container{width:80%}.service-info{width:80%;text-align:center;margin-top:20px}.price-section{justify-content:center}}@media (max-width: 768px){.service-content{padding:0 20px}.service-info{width:100%}.quote-form-container{width:90%}.price-section{justify-content:center}}@media (max-width: 576px){.service-quote-container{padding:20px 16px;box-sizing:border-box}.service-content{width:100%;padding:0}.service-info{padding:0}.service-info h1{font-size:22px}.quote-form-container{width:100%}.price-section{justify-content:center}}
