@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea,select{background-color:#fff!important;color:#1a1a1a!important}input::placeholder,textarea::placeholder{color:#9ca3af!important;opacity:1}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#1a1a1a!important;background-color:#fff!important}select option{background-color:#fff!important;color:#1a1a1a!important}input:-moz-autofill,input:-moz-autofill-preview{background-color:#fff!important;color:#1a1a1a!important}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--gradient-purple-start: #C05AFF;--gradient-purple-end: #4D73F8;--purple-accent: #8A38EE;--purple-link: #7C4EE4;--text-dark: #3B3B3B;--text-gray: #4b5563;--text-light-gray: #BFBFBF;--news-gap-sm: 18px;--news-gap-md: 19px;--news-gap-lg: 24px;--news-image-radius: 16px;--news-badge-radius: 100px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;margin:0;padding:0}body{font-family:Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}#root{width:100%;overflow-x:hidden}.app{width:100%;min-height:100vh;background:#fff;position:relative;overflow-x:hidden}.bg-decoration{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.bg-blur{position:absolute;width:1200px;height:800px;background:radial-gradient(ellipse at center,rgba(77,115,248,.03) 0%,transparent 70%);top:40%;left:50%;transform:translate(-50%,-50%)}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.purple-text{color:#c05aff;font-weight:700}.header-wrapper{position:relative}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;max-width:1440px;margin:0 auto;position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;transform:translateY(0)}.header-sticky{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;padding:1rem 5%}body{padding-top:88px}.logo{display:flex;align-items:center;gap:.75rem;height:40px;z-index:1003}.logo img{max-height:100%}.nav{display:flex;gap:3rem}.nav-link{color:#4c4c4c;text-decoration:none;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-link:hover{color:#c05aff}.header-actions{display:flex;align-items:center;gap:1rem}.login-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border:1px solid #C05AFF;border-radius:100px;background:#fff;color:#c05aff;font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease}.login-btn:hover{background:linear-gradient(180deg,#c05aff,#4d73f8);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #c05aff4d}.login-btn img{width:20px;height:20px}.mobile-menu-btn{display:none;background:none;border:none;font-size:28px;cursor:pointer;color:#0b0b77;padding:.5rem;line-height:1;z-index:1003}.overlay{display:none}@media (max-width: 1024px){body{padding-top:80px}.nav{gap:2rem}.nav-link{font-size:15px}.login-btn{padding:.65rem 1.5rem;font-size:16px}}@media (max-width: 768px){body{padding-top:72px}.header{padding:1.5rem 5%}.header-sticky{padding:1rem 5%}.mobile-menu-btn{display:block}.nav{position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;background:#fff;flex-direction:column;padding:5rem 2rem 2rem;box-shadow:-5px 0 15px #0000001a;transition:right .3s ease-in-out;gap:1.5rem;z-index:1002;overflow-y:auto}.nav-open{right:0}.nav-link{font-size:18px;padding:.75rem 0;border-bottom:1px solid #f0f0f0;width:100%}.overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1001}.login-btn{padding:.6rem 1.5rem;font-size:15px}}@media (max-width: 480px){body{padding-top:68px}.header{padding:1rem 4%}.header-sticky{padding:.75rem 4%}.logo{height:35px}.nav{width:85%;max-width:280px}.mobile-menu-btn{font-size:26px;padding:.25rem}.login-btn{padding:.5rem 1rem;font-size:14px;gap:.3rem}.login-btn img{width:16px;height:16px}}.hero-section{padding:6rem 5%;background:linear-gradient(rgba(103,101,101,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(103,101,101,.06) 1px,transparent 1px),radial-gradient(ellipse 95.31% 389.95% at 94.9% 91.82%,#dcdcdc1f,#67656503),#fafbff;background-size:60px 60px,60px 60px,100% 100%;border-radius:6px;max-width:1440px;margin:0 auto;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%)}.hero-content{text-align:center;max-width:900px;margin:0 auto 3rem}.hero-title{font-size:37px;font-weight:700;background:linear-gradient(180deg,#c05aff,#4d73f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.hero-subtitle{font-size:37px;font-weight:500;color:#3b3b3b;margin-bottom:1rem}.hero-description{font-size:16px;line-height:1.6;color:#7c7b7b;max-width:760px;margin:0 auto}.dashboard-container{max-width:1000px;margin:0 auto}.dashboard-wrapper{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 20px 60px #00000026}.dashboard-image{width:100%;height:auto;display:block}.gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(180deg,#fff0,#fff);pointer-events:none}.trusted-section{padding:4rem 5%;max-width:1440px;margin:0 auto}.trusted-content{text-align:center}.trusted-title{font-size:30px;font-weight:500;color:#3b3b3b;margin-bottom:3rem}.logo-grid{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}.company-logo{height:40px;opacity:.9}.about-section{padding:6rem 5% 3rem;max-width:1440px;background:#fafbff;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-left{display:flex;flex-direction:column;gap:2rem}.section-label{color:#8a38ee;font-size:16px;font-weight:600;margin-bottom:0}.about-title{font-size:37px;font-weight:500;color:#3b3b3b;line-height:1.3;margin-bottom:2rem}.about-right{margin-top:.9rem;display:flex;flex-direction:column;gap:2rem}.about-description{font-size:14px;color:#4b5563;line-height:1.8}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-card{padding:2rem 1.5rem;padding-bottom:0%;margin-bottom:0%;border-radius:16px;border:1px solid #C05AFF;text-align:center;transition:all .3s ease;width:192px;height:144px}.stat-card:hover{border-color:#c05aff;transform:translateY(-2px);box-shadow:0 4px 20px #c05aff33}.stat-number{font-size:38px;font-weight:500;color:#c05aff;margin-bottom:.5rem;font-family:Poppins,sans-serif}.stat-label{font-size:13px;color:#4b5563;font-weight:400;width:150px}.join-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:1.5rem}.join-content{display:flex;flex-direction:column;gap:1rem}.join-text{font-size:18px;font-weight:500;color:#3b3b3b}.avatar-group{display:flex;align-items:center}.avatar{width:50px;height:50px;border-radius:50%;border:3px solid white;margin-left:-12px;object-fit:cover}.avatar:first-child{margin-left:0}.get-pricing-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#8a38ee,#6e44ff);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 8px 20px #8a38ee4d;transition:all .3s ease;white-space:nowrap;margin-top:2rem}.get-pricing-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #8a38ee66}.get-pricing-btn:active{transform:translateY(0);box-shadow:0 4px 12px #8a38ee4d}.get-pricing-btn:focus{outline:none;box-shadow:0 8px 20px #8a38ee4d,0 0 0 3px #8a38ee33}.get-pricing-btn:focus-visible{outline:2px solid #8A38EE;outline-offset:2px}.get-pricing-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.get-pricing-btn svg{width:20px;height:20px}.price-icon{margin-left:6px;width:20px;height:20px}.defense-section{padding:6rem 5%;max-width:1440px;margin:0 auto}.defense-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.defense-content{display:flex;flex-direction:column;gap:2rem}.defense-title{font-size:37px;font-weight:500;color:#3b3b3b;line-height:1.3}.defense-description{font-size:14px;color:#4b5563;line-height:1.8}.security-feature{padding:2rem;background:#fff;border-radius:20px;box-shadow:0 -2px 40px #bb9bff26}.feature-label{font-size:14px;color:#4b5563;margin-bottom:1rem}.progress-dots{display:flex;align-items:center;gap:.5rem}.dot-active{color:#4b5563;font-size:14px}.dot-total{color:#8a38ee;font-size:14px}.dots-container{display:flex;gap:.5rem;margin-left:auto}.dot{width:40px;height:4px;background:#8a38ee;border-radius:2px}.dot.inactive{background:#8a38ee33}.defense-images{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:400px}.defense-main-img{position:relative;width:100%;max-width:500px;border-radius:20px;box-shadow:0 10px 40px #c05aff33;z-index:1}.defense-secondary-img{position:absolute;bottom:-20px;left:-40px;width:45%;max-width:250px;border-radius:20px;box-shadow:0 10px 40px #c05aff40;border:4px solid white;z-index:2}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.defense-grid{grid-template-columns:1fr}.defense-images{justify-content:center;min-height:350px}.defense-secondary-img{left:20px;bottom:-30px}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.join-section{flex-direction:column;align-items:flex-start}.get-pricing-btn{width:100%;justify-content:center}.about-title,.defense-title{font-size:28px}.defense-images{min-height:300px}.defense-secondary-img{left:10px;bottom:-20px;width:40%}}@media (max-width: 480px){.about-title,.defense-title{font-size:24px}.stat-number{font-size:30px}.avatar{width:40px;height:40px}}.features-comparison{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 -2px 40px #bb9bff1a}.feature-row{display:grid;grid-template-columns:300px 1fr 3fr;align-items:center;padding:1.5rem 0;border-bottom:1px solid #F0F0F5}.feature-row:last-child{border-bottom:none}.feature-label{font-size:14px;color:#4b5563;font-weight:500}.feature-divider{width:100%;height:1px}.feature-values{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.feature-value{font-size:12px;color:#8a38ee;font-weight:500}.feature-icon.check{color:#038921}.feature-icon.cross{color:#d5091c}.steps-section{padding:6rem 5%;padding-bottom:0%;background:linear-gradient(rgba(233,232,232,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(231,231,231,.15) 1px,transparent 1px),#fafbff;background-size:60px 60px,60px 60px,100% 100%;max-width:1440px;margin:0 auto;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%)}.steps-container{max-width:1300px;margin:0 auto}.steps-title{font-size:37px;font-family:Poppins,sans-serif;font-weight:500;color:#3b3b3b;margin-bottom:0rem;margin-top:2rem;max-width:400px;line-height:1.2}.steps-wrapper{position:relative;min-height:700px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;z-index:2}.step-card{width:391.997px;height:342.64px;padding:2rem;background:#fff;border-radius:18.02px;border:1.13px solid #C05AFF;position:relative;box-shadow:0 -2px 40px #bb9bff26;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 -2px 50px #bb9bff40}.step-1{margin-top:100px}.step-2{margin-top:0}.step-3{margin-top:55px}.step-number{position:absolute;top:1.5rem;right:1.5rem;font-size:70px;font-family:Montserrat,sans-serif;font-weight:700;color:#c05aff14;line-height:1}.step-icon-wrapper{width:64.32px;height:64.32px;margin-bottom:2rem;position:relative}.step-icon-img{width:75.32px;height:75.32px;object-fit:contain}.step-title{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:1rem;font-family:Montserrat,sans-serif}.step-description{font-size:12px;color:#4b5563;line-height:2;font-family:Montserrat,sans-serif}.curved-arrow{position:absolute;width:550px;height:300px;z-index:1;pointer-events:none;opacity:1}.arrow-1{top:310px;left:12%}.arrow-2{top:-200px;left:45%}@media (max-width: 1200px){.step-card{width:100%;height:auto;min-height:342.64px}.curved-arrow{display:none}}@media (max-width: 1024px){.steps-grid{grid-template-columns:1fr}.step-1,.step-2,.step-3{margin-top:0!important}}.pricing-section{padding:6rem 5%;padding-top:0%;max-width:1440px;margin:0 auto;background:#fff}.pricing-container{max-width:1300px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 -2px 40px #bb9bff4d}.pricing-full-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:3rem}.pricing-left-column{display:flex;flex-direction:column}.pricing-title{font-size:37px;font-weight:500;color:#8a38ee;line-height:1.3;margin-bottom:0;height:240px;display:flex;align-items:flex-start}.feature-labels{display:flex;flex-direction:column;gap:0;margin-top:0}.feature-label-item{font-size:14px;color:#4b5563;font-weight:400;padding:1.5rem 0;border-bottom:1px solid #F0F0F5;height:80px;display:flex;align-items:center;line-height:1.4}.feature-label-item:first-child{padding-top:0}.feature-label-item:last-child{border-bottom:none}.pricing-plan-column{display:flex;flex-direction:column;text-align:center}.plan-header{height:240px;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:0}.plan-name{font-size:32px;font-weight:600;color:#3b3b3b;margin-bottom:.5rem;margin-top:0}.plan-desc{font-size:14px;color:#b8b8b8;margin-bottom:1.5rem}.plan-price{font-size:28px;font-weight:600;color:#8a38ee;margin-bottom:1.5rem}.subscribe-btn,.coming-soon-btn{width:100%;max-width:180px;padding:.875rem 1.25rem;border:none;border-radius:50px;font-size:14px;font-weight:700;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.5rem}.subscribe-btn{background:linear-gradient(135deg,#8a38ee,#6e44ff);color:#fff;cursor:pointer;transition:all .3s ease}.subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8a38ee59}.coming-soon-btn{background:#dbdbdb;color:#fff;cursor:not-allowed}.plan-features{display:flex;flex-direction:column;gap:0;margin-top:0}.feature-value-item{font-size:13px;color:#8a38ee;font-weight:500;padding:1.5rem 0;border-bottom:1px solid #F0F0F5;height:80px;display:flex;align-items:center;justify-content:center}.feature-value-item:first-child{padding-top:0}.feature-value-item:last-child{border-bottom:none}@media (max-width: 1024px){.pricing-full-grid{grid-template-columns:1fr;gap:3rem}.pricing-title,.plan-header{height:auto}.feature-labels{display:none}.plan-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.feature-value-item{border:1px solid #F0F0F5;border-radius:8px;height:60px}}@media (max-width: 768px){.pricing-title{font-size:28px}.plan-features{grid-template-columns:1fr}}.testimonials-section{padding:6rem 5%;background:#fafbff;max-width:1440px;margin:0 auto}.testimonials-container{max-width:1200px;margin:0 auto}.testimonial-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.testimonial-left{display:flex;flex-direction:column;gap:1.5rem}.testimonial-title{font-size:31px;font-weight:500;color:#3b3b3b;line-height:1.3}.testimonial-subtitle{font-size:16px;color:#b8b8b8;text-transform:capitalize}.avatar-stack{display:flex;align-items:center;gap:0;margin-top:1rem}.small-avatar{width:55px;height:55px;border-radius:50%;border:3px solid white;margin-left:-15px;object-fit:cover}.small-avatar:first-child{margin-left:0}.avatar-next-btn{width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#8a38ee,#6e44ff);border:3px solid white;margin-left:-15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.avatar-next-btn:hover{transform:scale(1.1)}.testimonial-card{padding:3rem;background:#fff;border-radius:20px;box-shadow:0 -2px 10px #c05aff33;text-align:center;position:relative}.testimonial-quote{font-size:16px;color:#4b5563;line-height:1.8;margin-bottom:2rem}.testimonial-avatar{width:71px;height:71px;border-radius:50%;margin:0 auto 1rem;object-fit:cover}.testimonial-name{font-size:20px;font-weight:700;color:#3b3b3b;margin-bottom:.5rem}.testimonial-role{font-size:12px;color:#c05aff;margin-bottom:2rem}.testimonial-progress{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #F0F0F5}.progress-text{font-size:14px;color:#4b5563}.progress-text sup{color:#c05aff}.progress-dots{display:flex;gap:.75rem}.progress-dot{width:40px;height:4px;background:#c05aff33;border-radius:2px}.progress-dot.active{background:#c05aff}.testimonial-card.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testimonial-content.hidden{opacity:0;pointer-events:none;visibility:hidden}.testimonial-content.visible{opacity:1;visibility:visible;transition:opacity .4s ease-in-out}.blog-section{padding:6rem 5%;max-width:1440px;margin:0 auto;background:#fff}.blog-container{max-width:1200px;margin:0 auto}.blog-header{text-align:center;margin-bottom:4rem}.blog-title{font-size:37px;font-weight:600;color:#3b3b3b;margin-bottom:1rem}.blog-subtitle{font-size:16px;color:#4b5563}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-card{position:relative;background:transparent;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-image-wrapper{width:100%;height:280px;border-radius:20px;overflow:hidden}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-content{position:relative;background:#fff;border-radius:20px;padding:2rem;margin:-60px 1.5rem 0;box-shadow:0 10px 30px #00000014;z-index:1;transition:all .3s ease}.blog-card:hover .blog-content{box-shadow:0 15px 40px #bb9bff26}.blog-meta{display:flex;align-items:center;gap:.75rem;font-size:12px;color:#b7b7b7;margin-bottom:1rem}.blog-date{display:flex;align-items:center;gap:.25rem}.blog-divider{color:#e0e0e0}.blog-comments{display:flex;align-items:center;gap:.5rem}.blog-card-title{font-size:18px;font-weight:600;color:#3b3b3b;margin-bottom:1rem;line-height:1.5}.blog-excerpt{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.read-more{display:inline-flex;align-items:center;gap:.5rem;font-size:16px;color:#c05aff;font-weight:700;text-decoration:none;transition:gap .3s ease}.read-more:hover{gap:.75rem}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}.blog-content{margin:-40px 1rem 0;padding:1.5rem}}.blog-card-wrapper.fade-in{animation:fadeInBlog .4s ease-in-out}.fade-slide{animation:fadeInBlog .4s ease-in-out}@keyframes fadeInBlog{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.features-section{padding:0 5% 6rem;background:#fafbff;max-width:1440px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;justify-items:center}.feature-card{width:287px;min-height:277.14px;padding:1.5rem 1rem;background:#fff;border-radius:20px;box-shadow:0 -2px 20px #bb9bff66;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;overflow:hidden;box-sizing:border-box}.feature-card .feature-icon{align-self:flex-start;margin-left:5px;margin-right:auto}.feature-card:hover{box-shadow:0 -2px 30px #bb9bff33;transform:translateY(-5px)}.feature-icon{width:70px;height:70px;background-color:#6e44ff0f;border-radius:50%;margin-bottom:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon img,.feature-icon svg{width:35px;height:35px;object-fit:contain}.feature-title{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:1rem;line-height:1.3;word-wrap:break-word}.feature-description{font-size:13px;color:#4b5563;line-height:1.6;word-break:break-word;overflow-wrap:break-word;margin:0}@media (max-width: 1199px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{width:100%;min-height:auto}.feature-icon{width:60px;height:60px;margin-bottom:15px}.feature-icon img,.feature-icon svg{width:30px;height:30px}}.footer{padding:4rem 5% 2rem;background:#fafbff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem;max-width:1440px;margin-left:auto;margin-right:auto}.footer-logo{font-size:18px;font-weight:600;color:#0b0b77;margin-bottom:1.5rem}.footer-text{font-size:12px;color:#4b5563;line-height:2}.footer-title{font-size:16px;font-weight:600;color:#8a38ee;margin-bottom:2rem}.link-list{list-style:none;padding:0}.link-list li{margin-bottom:1rem}.footer-link{font-size:12px;color:#4b5563;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.footer-link:hover{color:#8a38ee}.link-arrow{color:#8a38ee;font-size:18px}.newsletter-text{font-size:12px;color:#4b5563;margin-bottom:1.5rem}.newsletter-input-wrapper{position:relative;margin-bottom:1.5rem}.email-input{width:100%;padding:1rem 3.5rem 1rem 1rem;border-radius:10px;border:1px solid #E6E6E6;font-size:12px;color:#4b5563}.footer-email-text{color:#4b5563}.newsletter-submit{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#8a38ee;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:transform .3s ease}.newsletter-submit:hover{transform:translateY(-50%) scale(1.1)}.footer-email{display:flex;align-items:center;gap:.75rem;font-size:14px;color:#989797a1}.footer-bottom{border-top:1px solid rgba(152,151,151,.1);padding-top:2rem;text-align:center;max-width:1440px;margin:0 auto}.copyright{font-size:10px;color:#4b5563;font-weight:300}@media (max-width: 1024px){.steps-grid{grid-template-columns:1fr}.step-card-1,.step-card-2,.step-card-3{margin-top:0!important}.pricing-grid{grid-template-columns:1fr}.features-comparison{overflow-x:auto}.feature-row{grid-template-columns:200px 1fr 2fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.steps-title,.pricing-title{font-size:28px}.feature-row{grid-template-columns:1fr;gap:1rem}.feature-divider{display:none}.feature-values{grid-template-columns:1fr;gap:.5rem}.footer-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.about-grid,.defense-grid,.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hero-title,.hero-subtitle{font-size:28px}.stats-grid,.features-grid,.steps-grid,.pricing-grid,.blog-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title,.hero-subtitle{font-size:24px}.container{padding:0 1rem}}@media (max-width: 1024px){.testimonial-layout{grid-template-columns:1fr;gap:3rem}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}.testimonial-title{font-size:24px}.blog-title{font-size:28px}.avatar-stack{justify-content:center}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{animation:fadeInUp .8s ease-out .2s backwards}.hero-subtitle{animation:fadeInUp .8s ease-out .4s backwards}.hero-description{animation:fadeInUp .8s ease-out .6s backwards}.dashboard-wrapper{animation:scaleIn 1s ease-out .8s backwards}.dashboard-image{animation:float 3s ease-in-out infinite}.about-left{animation:fadeInLeft .8s ease-out}.section-label{animation:fadeInUp .8s ease-out .2s backwards}.about-title{animation:fadeInUp .8s ease-out .3s backwards}.stat-card{animation:fadeInUp .8s ease-out backwards}.stat-card:nth-child(1){animation-delay:.4s}.stat-card:nth-child(2){animation-delay:.5s}.stat-card:nth-child(3){animation-delay:.6s}.about-right{animation:fadeInRight .8s ease-out .3s backwards}.join-section{animation:fadeInUp .8s ease-out .7s backwards}.avatar{animation:scaleIn .5s ease-out backwards}.avatar:nth-child(1){animation-delay:.8s}.avatar:nth-child(2){animation-delay:.9s}.avatar:nth-child(3){animation-delay:1s}.avatar:nth-child(4){animation-delay:1.1s}.feature-card{animation:fadeInUp .8s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-icon{animation:scaleIn .6s ease-out .3s backwards}.defense-content{animation:fadeInLeft .8s ease-out}.defense-title{animation:fadeInUp .8s ease-out .2s backwards}.defense-description{animation:fadeInUp .8s ease-out .4s backwards}.security-feature{animation:fadeInUp .8s ease-out .6s backwards}.defense-images{animation:fadeInRight .8s ease-out .3s backwards}.defense-main-img{animation:float 4s ease-in-out infinite}.defense-secondary-img{animation:float 4s ease-in-out infinite .5s}@media (max-width: 768px){.dashboard-image,.defense-main-img,.defense-secondary-img{animation:none}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.steps-title{animation:fadeInUp .8s ease-out .2s backwards}.step-card{animation:fadeInUp .8s ease-out backwards}.step-card.step-1{animation-delay:.3s}.step-card.step-2{animation-delay:.5s}.step-card.step-3{animation-delay:.7s}.step-icon{animation:scaleIn .6s ease-out .5s backwards}.curved-arrow{opacity:0;animation:fadeIn 1s ease-out .9s forwards}@keyframes fadeIn{to{opacity:1}}.pricing-title{animation:fadeInLeft .8s ease-out .2s backwards}.feature-labels{animation:fadeInLeft .8s ease-out .4s backwards}.pricing-plan-column{animation:fadeInUp .8s ease-out backwards}.pricing-plan-column:nth-child(2){animation-delay:.3s}.pricing-plan-column:nth-child(3){animation-delay:.4s}.pricing-plan-column:nth-child(4){animation-delay:.5s}.subscribe-btn,.coming-soon-btn{transition:all .3s ease}.subscribe-btn:hover{transform:translateY(-3px)}.testimonial-left{animation:fadeInLeft .8s ease-out .2s backwards}.testimonial-title{animation:fadeInUp .8s ease-out .3s backwards}.testimonial-subtitle{animation:fadeInUp .8s ease-out .4s backwards}.avatar-stack{animation:fadeInUp .8s ease-out .5s backwards}.small-avatar{animation:scaleIn .5s ease-out backwards}.small-avatar:nth-child(1){animation-delay:.6s}.small-avatar:nth-child(2){animation-delay:.7s}.small-avatar:nth-child(3){animation-delay:.8s}.small-avatar:nth-child(4){animation-delay:.9s}.avatar-next-btn{animation:scaleIn .5s ease-out 1s backwards}.testimonial-card{animation:fadeInRight .8s ease-out .4s backwards}.testimonial-avatar{animation:scaleIn .6s ease-out .8s backwards}.trusted-title{animation:fadeInUp .8s ease-out .2s backwards}.company-logo{animation:fadeInUp .6s ease-out backwards;transition:all .3s ease}.company-logo:nth-child(1){animation-delay:.3s}.company-logo:nth-child(2){animation-delay:.4s}.company-logo:nth-child(3){animation-delay:.5s}.company-logo:nth-child(4){animation-delay:.6s}.company-logo:nth-child(5){animation-delay:.7s}.company-logo:hover{opacity:1;transform:scale(1.1)}.blog-header{animation:fadeInUp .8s ease-out .2s backwards}.blog-title{animation:fadeInUp .8s ease-out .3s backwards}.blog-subtitle{animation:fadeInUp .8s ease-out .4s backwards}.blog-card{animation:fadeInUp .8s ease-out backwards}.blog-card:nth-child(1){animation-delay:.5s}.blog-card:nth-child(2){animation-delay:.6s}.blog-card:nth-child(3){animation-delay:.7s}.blog-image{transition:transform .5s ease}.read-more{transition:gap .3s ease}.footer-grid>div{animation:fadeInUp .8s ease-out backwards}.footer-grid>div:nth-child(1){animation-delay:.2s}.footer-grid>div:nth-child(2){animation-delay:.3s}.footer-grid>div:nth-child(3){animation-delay:.4s}.footer-grid>div:nth-child(4){animation-delay:.5s}.footer-bottom{animation:fadeInUp .8s ease-out .7s backwards}.footer-link{transition:all .3s ease}.footer-link:hover .link-arrow{transform:translate(5px)}.link-arrow{transition:transform .3s ease}.newsletter-submit:hover{transform:translateY(-50%) scale(1.15)}@media (max-width: 768px){.step-card,.pricing-plan-column,.blog-card,.company-logo{animation-duration:.5s}.step-card.step-1,.step-card.step-2,.step-card.step-3,.pricing-plan-column:nth-child(2),.pricing-plan-column:nth-child(3),.pricing-plan-column:nth-child(4),.blog-card:nth-child(1),.blog-card:nth-child(2),.blog-card:nth-child(3),.company-logo:nth-child(1),.company-logo:nth-child(2),.company-logo:nth-child(3),.company-logo:nth-child(4),.company-logo:nth-child(5){animation-delay:.2s}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header{animation:slideDown .6s ease-out}.logo{animation:fadeInLeft .8s ease-out .2s backwards}.nav-link{animation:fadeInDown .6s ease-out backwards}.nav-link:nth-child(1){animation-delay:.3s}.nav-link:nth-child(2){animation-delay:.4s}.nav-link:nth-child(3){animation-delay:.5s}.nav-link:nth-child(4){animation-delay:.6s}.login-btn{animation:fadeInRight .8s ease-out .4s backwards}.mobile-menu-btn{animation:fadeIn .5s ease-out .5s backwards}.nav-open{animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav-open .nav-link{animation:fadeInRight .4s ease-out backwards}.nav-open .nav-link:nth-child(1){animation-delay:.1s}.nav-open .nav-link:nth-child(2){animation-delay:.2s}.nav-open .nav-link:nth-child(3){animation-delay:.3s}.nav-open .nav-link:nth-child(4){animation-delay:.4s}.overlay{animation:fadeIn .3s ease-out}.header-sticky{animation:slideDown .3s ease!important}.nav-link{position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#c05aff;transition:width .3s ease}.nav-link:hover:after{width:100%}.mobile-menu-btn{transition:transform .3s ease}.mobile-menu-btn:active{transform:scale(.9)}@media (max-width: 768px){.logo,.nav-link,.login-btn,.mobile-menu-btn{animation-duration:.4s}.nav-link:nth-child(1),.nav-link:nth-child(2),.nav-link:nth-child(3),.nav-link:nth-child(4){animation-delay:.1s}}.signup-section{padding:6rem 0%;max-width:780px;background:#fff;margin:0 auto}.signup-container{max-width:1300px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 -2px 40px #bb9bff4d;display:flex;flex-direction:column;justify-content:center;align-items:center}.signup-title{font-size:2rem;font-weight:600;font-family:Poppins;color:#111827;text-align:center;margin-bottom:.5rem}.signup-paragraph{color:#6b7280cc;font-family:Poppins;text-align:center;font-size:.875rem;margin:.75rem 0% 2.75rem}.signup-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:470px}.signup-input{width:100%;padding:.75rem 1rem;border:2px solid rgba(107,114,128,.25);border-radius:.5rem;font-size:.875rem;height:50px;margin:.2rem 0%;outline:none;box-sizing:border-box}.signup-input:focus{border-color:#7c3aed}.password-input-wrapper{position:relative;width:100%}.password-toggle-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;display:flex;align-items:center;padding:0}.password-toggle-btn:hover{color:#6b7280}.password-strength-container{background-color:#f9fafb;border-radius:.5rem;padding:1rem;margin:.5rem 0}.password-strength-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.password-strength-header span{font-size:.875rem}.password-strength-label{font-weight:600}.password-strength-checks{display:flex;flex-direction:column;gap:.375rem}.password-check-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.password-check-complete{color:#9ca3af}.password-check-incomplete{color:#4b5563}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;margin:.5rem 0}.checkbox-input{width:1rem;height:1rem;margin-top:.125rem;cursor:pointer}.checkbox-text{margin-left:.5rem;font-size:.875rem;color:#4b5563}.submit-btn{width:100%;background:linear-gradient(to right,#7c3aed,#3b82f6);color:#fff;padding:.75rem;border-radius:9999px;font-weight:500;border:none;cursor:pointer;font-size:1rem;margin-top:.5rem}.submit-btn:hover{opacity:.9}.account-text{text-align:center;font-size:.875rem;color:#4b5563;margin:1rem 0}.account-link{color:#7c3aed;font-weight:500;text-decoration:none}.account-link:hover{color:#6d28d9}.divider-container{position:relative;margin:1.5rem 0;width:100%}.divider-line{position:absolute;inset:0;display:flex;align-items:center}.divider-border{width:100%;border-top:1px solid #e5e7eb}.divider-text-wrapper{position:relative;display:flex;justify-content:center;font-size:.875rem}.divider-text{padding:0 1rem;background-color:#fff;color:#6b7280}.social-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.social-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;transition:background-color .2s}.social-btn:hover{background-color:#f9fafb}.social-icon{width:3rem;height:3rem}.login-section{padding:6rem 0%;max-width:780px;background:#fff;margin:0 auto}.login-container{max-width:1300px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 -2px 40px #bb9bff4d;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-title{font-size:2rem;font-weight:600;color:#111827;font-family:Poppins;text-align:center;margin-top:2rem;margin-bottom:1rem}.login-paragraph{color:#6b7280;text-align:center;font-size:.875rem;margin-top:1rem;margin-bottom:2rem;font-family:Poppins}.login-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:470px}.login-input{width:100%;padding:.75rem 1rem;border:2px solid rgba(107,114,128,.25);border-radius:.5rem;font-size:.875rem;outline:none;box-sizing:border-box;height:50px}.login-input:focus{border-color:#7c3aed}.remember-forgot-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;margin-top:.5rem}.remember-label{display:flex;align-items:center;cursor:pointer}.remember-checkbox{width:1rem;height:1rem;cursor:pointer}.remember-text{margin-left:.5rem;font-size:.875rem;color:#4b5563}.forgot-link{font-size:.875rem;color:#7c3aed;text-decoration:none}.forgot-link:hover{color:#6d28d9}.login2-btn{width:100%;background:linear-gradient(to right,#7c3aed,#3b82f6);color:#fff;padding:.75rem;border-radius:9999px;font-weight:500;border:none;cursor:pointer;font-size:1rem}.login2-btn:hover{opacity:.9}.signup-text{text-align:center;font-size:.875rem;color:#4b5563;margin:1rem 0}.signup-link{color:#7c3aed;font-weight:500;text-decoration:none}.signup-link:hover{color:#6d28d9}.login-divider-container{position:relative;margin:1.5rem 0;width:100%}.login-divider-line{position:absolute;inset:0;display:flex;align-items:center}.login-divider-border{width:100%;border-top:1px solid #e5e7eb}.login-divider-text-wrapper{position:relative;display:flex;justify-content:center;font-size:.875rem}.login-divider-text{padding:0 1rem;background-color:#fff;color:#6b7280}.login-social-buttons{display:flex;justify-content:center;gap:1rem}.login-social-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;transition:background-color .2s}.login-social-btn:hover{background-color:#f9fafb}.login-social-icon{width:3.25rem;height:3.25rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.guardian-container{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;min-height:100vh}.top-section{background:linear-gradient(180deg,#c94eff,#156ec2);font-family:Poppins;padding:80px 40px 120px;text-align:center;position:relative;overflow:hidden}.top-section:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px);pointer-events:none}.main-title{position:relative;z-index:1;color:#fff;font-size:42px;font-weight:700;margin-bottom:20px;letter-spacing:-.5px;animation:fadeInUp .8s ease-out}.subtitle{position:relative;z-index:1;color:#fff;font-size:16px;line-height:1.6;font-weight:400;opacity:.95;animation:fadeInUp .8s ease-out .2s backwards}.bottom-section{background:#fff;padding:80px 40px;margin-top:-40px}.content-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}.left-content{flex:1;max-width:550px;animation:slideInLeft .8s ease-out}.section-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.3;font-family:Poppins}.highlight{color:#8b5cf6;display:block}.description{color:#4b5563;font-size:12px;line-height:2;margin-bottom:30px;font-weight:400}.subheading{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px;margin-top:10px}.right-content{flex:1;max-width:550px;animation:slideInRight .8s ease-out}.defense-images{position:relative;width:100%}.defense-main-img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #00000026}.about-features-section{font-family:Poppins;background:#4d73f808;padding:0 5% 6rem;max-width:1440px;margin:0 auto}.about-features-title{margin-top:1rem;padding:3rem 0;font-size:30px;font-weight:600;color:#3b3b3b;margin-bottom:1rem;display:flex;justify-content:center;font-family:Poppins;animation:fadeInUp .8s ease-out}.features-highlight{margin-left:8px;margin-right:8px;color:#8b5cf6}.about-features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;justify-items:center}.about-feature-card{width:287px;min-height:277.14px;padding:1.5rem 1rem;background:#fff;border-radius:20px;box-shadow:0 -2px 20px #bb9bff66;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;overflow:hidden;box-sizing:border-box}.about-feature-card:nth-child(1){animation-delay:.1s}.about-feature-card:nth-child(2){animation-delay:.2s}.about-feature-card:nth-child(3){animation-delay:.3s}.about-feature-card:nth-child(4){animation-delay:.4s}.about-feature-card:nth-child(5){animation-delay:.5s}.about-feature-card:hover{box-shadow:0 -2px 30px #bb9bff33;transform:translateY(-5px)}.about-feature-icon{width:60px;height:60px;background-color:#6e44ff0f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-start;margin-left:5px;margin-right:auto}.about-feature-icon img{width:35px;height:35px;object-fit:contain}.about-feature-title{margin-top:1rem;font-size:16px;font-weight:550;color:#3b3b3b;margin-bottom:.5rem;font-family:Poppins}.about-feature-description{font-size:13px;color:#4b5563;line-height:1.6;word-break:break-word;overflow-wrap:break-word;margin:0}.professional-section{background:#fff;padding:80px 40px}.professional-container{max-width:1400px;margin:0 auto;display:flex;gap:60px;align-items:center}.professional-image{flex:0 0 45%;animation:slideInLeft .8s ease-out}.professional-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #0000001a}.professional-content{flex:1;display:flex;flex-direction:column;gap:30px;animation:slideInRight .8s ease-out}.professional-heading-1,.professional-heading-2{width:624.61px;max-width:100%;height:auto;min-height:240.73px;padding:30px;background:#fff;border-radius:20px;box-shadow:0 -2px 20px #bb9bff4d;transition:all .3s ease}.professional-heading-1:hover,.professional-heading-2:hover{transform:translateY(-5px);box-shadow:0 -5px 30px #bb9bff66}.professional-content h2{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:15px;line-height:1.4}.professional-content p{font-size:14px;color:#4b5563;line-height:1.8;margin:0}.professional-content h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:15px;line-height:1.4}.cta-section{background:#fff;padding:80px 40px 0;position:relative;z-index:0}.cta-container{max-width:925px;margin:0 auto}.cta-box{width:100%;max-width:925px;height:auto;min-height:200px;background:#fff;border:2px solid #e5d4f5;border-radius:16px;padding:40px 60px;text-align:center;animation:fadeInUp .8s ease-out;position:relative;z-index:10;box-shadow:0 10px 40px #8b5cf64d;display:flex;flex-direction:column;justify-content:center;align-items:center}.cta-box h2{font-size:26px;font-weight:600;color:#8b5cf6;margin-bottom:15px}.cta-box p{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:25px}.cta-links{display:inline-flex;justify-content:center;align-items:center;border:1px solid rgba(139,92,246,.2);border-radius:9999px;box-shadow:0 4px 15px #8b5cf61a;background-color:#fff9;overflow:hidden;height:40px}.cta-link{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;padding:0 20px;height:40px;font-size:13px;color:#8b5cf6;text-decoration:none;transition:color .3s ease;white-space:nowrap;position:relative}.cta-link:hover{color:#7c3aed}.cta-link:after{margin-left:5px;transition:transform .3s ease}.arrow-img{height:14.82px;width:14.82px}.cta-link:hover:after{transform:translate(3px)}.cta-link:not(:last-child):before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:20px;width:1px;background:#8b5cf633}@media (max-width: 1199px){.about-features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.about-feature-card{width:100%;min-height:auto}}@media (max-width: 1024px){.content-wrapper,.professional-container{flex-direction:column;gap:40px}.left-content,.right-content,.professional-image,.professional-content{max-width:100%;flex:1}.professional-image{flex:1}.professional-heading-1,.professional-heading-2{width:100%;min-height:auto}}@media (max-width: 768px){.top-section{padding:60px 20px 100px}.main-title{font-size:32px}.subtitle{font-size:14px}.bottom-section{padding:60px 20px}.section-title{font-size:28px}.description{font-size:14px}.subheading{font-size:18px}.about-features-title{font-size:24px;text-align:center}.professional-section{padding:60px 20px}.professional-content h2,.professional-content h3{font-size:18px}.cta-section{padding:60px 20px 0}.cta-box{padding:30px 25px;margin-bottom:0;min-height:auto}.cta-box h2{font-size:22px}.cta-box p{font-size:13px}.cta-links{flex-direction:column;height:auto;border-radius:12px;width:100%}.cta-link{width:100%;height:45px;border-bottom:1px solid rgba(139,92,246,.2)}.cta-link:last-child{border-bottom:none}.cta-link:not(:last-child):before{display:none}}@media (max-width: 480px){.cta-box{padding:25px 20px}.cta-box h2{font-size:20px}.cta-links{width:100%}}.product-main-section{background:#fff;padding:80px 40px}.product-content-wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.product-image-side{flex:1;animation:slideInLeft .8s ease-out}.product-laptop-mockup{width:100%;max-width:484.078px;height:auto;aspect-ratio:484.078 / 449.545;filter:drop-shadow(0 20px 60px rgba(0,0,0,.15))}.product-device-mockup{width:100%;max-width:571.166748046875px;height:344.29693603515625px;aspect-ratio:484.078 / 449.545;filter:drop-shadow(0 20px 60px rgba(0,0,0,.15))}.product-text-side{flex:1;animation:slideInRight .8s ease-out}.product-text-side h2{font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:25px;line-height:1.3}.product-text-side h2 .highlight-purple{color:#8b5cf6}.product-text-side .management-text{color:#4b5563;font-family:Poppins}.product-text-side p{font-size:14px;color:#4b5563;line-height:1.8;margin-bottom:15px}.product-cta-button{display:inline-flex;align-items:center;justify-content:center;height:50.25px;width:190px;gap:8px;padding:14px 28px;background:linear-gradient(180deg,#c94eff,#156ec2);color:#fff;border-radius:35px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease;margin-top:20px;cursor:pointer}.product-cta-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #8b5cf64d}.community-support-section{background:#fff;padding:60px 40px 80px}.community-support-container{max-width:900px;margin:0 auto}.community-support-box{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:50px 60px;text-align:center;animation:fadeInUp .8s ease-out}.community-support-box h2{font-size:26px;font-weight:600;color:#8b5cf6;margin-bottom:20px}.community-support-box p{font-size:14px;color:#6b7280;line-height:1.8;margin-bottom:30px}.community-links{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.community-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#8b5cf6;text-decoration:none;transition:all .3s ease}.community-link:hover{color:#7c3aed;transform:translate(3px)}.community-link:after{content:"→";transition:transform .3s ease}.community-link:hover:after{transform:translate(3px)}@media (max-width: 768px){.product-content-wrapper{flex-direction:column;gap:40px;padding:0 20px}.product-image-side{margin-top:2rem;text-align:center}.product-laptop-mockup{max-width:90%}}.product-features-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;background:#f9fafb;padding:80px 40px}.product-features-wrapper{max-width:1200px;margin:0 auto}.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-feature-card{width:398.0384521484375px;max-width:100%;height:250.613525390625px;min-height:250.613525390625px;border:1px solid #d4b5f5;border-radius:16px;padding:40px 30px;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start}.product-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #8b5cf61a;border-color:#d4b5f5}.product-feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:28px}.product-feature-icon img{width:35px;height:35px;object-fit:contain}.product-feature-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:15px;line-height:1.4}.product-feature-description{font-size:14px;color:#6b7280;line-height:1.7;margin:0}.product-feature-card{animation:fadeInUp .8s ease-out backwards}.product-feature-card:nth-child(1){animation-delay:.1s}.product-feature-card:nth-child(2){animation-delay:.2s}.product-feature-card:nth-child(3){animation-delay:.3s}@media (max-width: 1024px){.product-features-grid{grid-template-columns:repeat(2,1fr)}.product-feature-card{width:100%;height:auto;min-height:250px}}@media (max-width: 768px){.product-features-container{padding:60px 20px}.product-features-grid{grid-template-columns:1fr;gap:20px}.product-feature-card{width:100%;height:auto;min-height:auto;padding:30px 25px}.product-feature-title{font-size:16px}.product-feature-description{font-size:13px}}.blog-detail-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;background:#fff}.blog-hero{position:relative;width:100%;max-width:1245.44921875px;height:572.4142456054688px;margin:0 auto;background-image:url(/images/news-hero-image.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.blog-hero:before{content:"";position:absolute;inset:0}.blog-hero-overlay{position:relative;z-index:1;background:linear-gradient(180deg,#c05aff80 50%,#4d73f880);padding:40px 60px;border-radius:12px;text-align:center;width:749.494140625px;max-width:90%;height:154.253173828125px;display:flex;flex-direction:column;align-items:center;justify-content:center}.blog-hero h1{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.blog-hero-overlay{color:#fff}.blog-hero p{font-size:14px;color:#fff;opacity:.95}.blog-content-wrapper{max-width:1245px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1fr 401px;gap:40px}.blog-meta{display:flex;align-items:center;gap:30px;margin-bottom:30px;font-size:13px;color:#6b7280}.blog-meta-item{display:flex;align-items:center;gap:8px}.blog-meta-icon{color:#8b5cf6}.blog-main-content{background:#fff;padding:40px;border-radius:12px}.blog-content-text{font-size:14px;color:#4b5563;line-height:1.8;margin-bottom:20px}.blog-share{margin-top:50px;padding-top:30px;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:15px}.share-label{font-size:14px;font-weight:600;color:#1a1a1a}.share-icons{display:flex;gap:12px}.share-icon{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#8b5cf6;text-decoration:none;transition:all .3s ease;font-size:18px;cursor:pointer}.share-icon:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px)}.share-icon svg{width:18px;height:18px}.blog-sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-widget{width:401px;max-width:100%;background:#fff;padding:30px;box-shadow:0 8px 20px #8b5cf666;border-radius:20px}.sidebar-widget h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.category-list{list-style:none}.category-item{padding:12px 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.category-item:last-child{border-bottom:none}.category-divider{width:330px;height:1px;background:#e5e7eb;margin:0 auto}.category-link{font-size:14px;color:#6b7280;text-decoration:none;transition:color .3s ease;cursor:pointer}.category-link:hover{color:#8b5cf6}.category-count{font-size:13px;color:#9ca3af}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.tag{padding:8px 16px;background:#f3f4f6;color:#8b5cf6;border-radius:6px;font-size:13px;text-decoration:none;transition:all .3s ease;cursor:pointer}.tag:hover{background:#8b5cf6;color:#fff}.comment-section{width:100%;max-width:1243.001953125px;height:auto;min-height:569.2841796875px;background:#fff;padding:50px 60px;border-radius:20px;margin:40px auto 0;box-shadow:0 8px 20px #8b5cf666}.comment-section h3{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:40px}.comment-form{display:flex;flex-direction:column;gap:25px}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}.comment-input{width:100%;padding:16px 20px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a1a1a;outline:none;transition:border-color .3s ease;background:#fafafa}.comment-input:focus{border-color:#8b5cf6;background:#fff}.comment-input::placeholder{color:#d1d5db}.comment-textarea{width:100%;padding:16px 20px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a1a1a;outline:none;resize:vertical;min-height:200px;font-family:inherit;transition:border-color .3s ease;background:#fafafa}.comment-textarea:focus{border-color:#8b5cf6;background:#fff}.comment-textarea::placeholder{color:#d1d5db}.comment-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:192.00146484375px;height:50.25210189819336px;padding:0 32px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.comment-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}@media (max-width: 1280px){.blog-hero{max-width:100%;height:auto;min-height:400px}.blog-hero-overlay{width:90%;height:auto;min-height:150px}.blog-content-wrapper{grid-template-columns:1fr;gap:40px}.sidebar-widget{width:100%}.comment-section{max-width:100%;min-height:auto}.comment-submit{width:100%;max-width:190px}}@media (max-width: 768px){.blog-hero{height:auto;min-height:300px;border-radius:0}.blog-hero-overlay{padding:30px 40px}.blog-hero h1{font-size:26px}.blog-content-wrapper{padding:40px 20px}.blog-main-content,.sidebar-widget,.comment-section{padding:30px 25px}.comment-form-row{grid-template-columns:1fr}.blog-meta{flex-wrap:wrap;gap:15px}.comment-submit,.category-divider{width:100%}}.contact-page-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;background:#f9fafb}.contact-hero{background:linear-gradient(135deg,#8a38ee,#6e44ff);padding:80px 40px;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px);pointer-events:none}.contact-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.contact-hero h1{font-size:42px;font-weight:700;color:#fff;margin-bottom:15px}.contact-hero p{font-size:15px;color:#fff;opacity:.95;line-height:1.6}.contact-form-section{background:#fff;padding:80px 40px}.contact-form-container{width:889.62646484375px;max-width:100%;height:730px;margin:0 auto;display:flex;flex-direction:column;box-shadow:0 2px 20px #0000001a;padding:3rem 1.5rem;border-radius:20px}.contact-form-title{font-size:28px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:40px}.form-group{margin-bottom:25px}.form-label{display:block;font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:10px}.form-input{width:100%;padding:14px 18px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a1a1a;outline:none;transition:border-color .3s ease}.form-input:focus{border-color:#8b5cf6;background:#fff}.form-input::placeholder{color:#d1d5db}.form-textarea{width:100%;padding:14px 18px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a1a1a;outline:none;resize:vertical;min-height:120px;font-family:inherit;transition:border-color .3s ease}.form-textarea:focus{border-color:#8b5cf6;background:#fff}.form-textarea::placeholder{color:#d1d5db}.form-submit-wrapper{text-align:center;margin-top:30px}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:513.1429443359375px;max-width:100%;height:52.17236328125px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.form-submit:hover{transform:translateY(-2px);box-shadow:0 5px 20px #8b5cf666}@media (max-width: 1024px){.contact-form-container{width:100%;height:auto}.form-submit{width:100%;max-width:513px}}@media (max-width: 768px){.contact-hero{padding:60px 20px}.contact-hero h1{font-size:32px}.contact-form-section{padding:60px 20px}.contact-form-container{height:auto}.form-submit{width:100%}}.contact-cards-section{padding:80px 20px;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.contact-cards-container{max-width:1200px;margin:0 auto}.contact-hero-card{background:#fff;border-radius:20px;padding:60px 40px;margin-bottom:40px;box-shadow:0 4px 20px #00000014;border:2px solid #e5e7eb;text-align:center}.contact-hero-content{max-width:700px;margin:0 auto 40px}.contact-hero-title{font-size:36px;font-weight:700;color:#1f2937;margin-bottom:16px;font-family:Poppins,sans-serif}.highlight-purple{color:#7c3aed}.contact-hero-description{font-size:16px;color:#6b7280;line-height:1.8;margin-bottom:0}.contact-main-email{display:flex;align-items:center;justify-content:center;gap:24px;padding:32px;background:linear-gradient(135deg,#7c3aed14,#3b82f614);border-radius:16px;border:2px solid rgba(124,58,237,.2);max-width:600px;margin:0 auto}.contact-email-content{text-align:left}.contact-email-content h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.contact-email-link{font-size:20px;font-weight:600;color:#7c3aed;text-decoration:none;display:block;margin-bottom:4px;transition:color .3s ease}.contact-email-link:hover{color:#6366f1;text-decoration:underline}.contact-email-note{font-size:13px;color:#6b7280;margin:0}.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:40px}.contact-card{background:#fff;border-radius:16px;padding:32px;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column}.contact-card:hover{border-color:#7c3aed;box-shadow:0 8px 24px #7c3aed26;transform:translateY(-4px)}.contact-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#7c3aed}.contact-card-icon img{width:28px;height:28px}.contact-card h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 12px}.contact-card p{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 20px;flex-grow:1}.contact-card-link{font-size:14px;font-weight:600;color:#7c3aed;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:4px}.contact-card-link:hover{color:#6366f1;gap:8px}.contact-support-banner{background:linear-gradient(135deg,#7c3aed,#6366f1);border-radius:20px;padding:48px 40px;text-align:center;color:#fff}.support-banner-content h3{font-size:28px;font-weight:700;margin:0 0 12px;color:#fff}.support-banner-content p{font-size:16px;color:#ffffffe6;max-width:600px;margin:0 auto 28px;line-height:1.6}.support-banner-button{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#fff;color:#7c3aed;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #0000001a}.support-banner-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media (max-width: 768px){.contact-cards-section{padding:60px 20px}.contact-hero-card{padding:40px 24px}.contact-hero-title{font-size:28px}.contact-hero-description{font-size:15px}.contact-main-email{flex-direction:column;text-align:center;padding:24px}.contact-email-content{text-align:center}.contact-email-link{font-size:18px}.contact-cards-grid{grid-template-columns:1fr;gap:16px}.contact-card{padding:24px}.contact-support-banner{padding:32px 24px}.support-banner-content h3{font-size:24px}.support-banner-content p{font-size:15px}}@media (max-width: 480px){.contact-hero-title{font-size:24px}.contact-email-link{font-size:16px;word-break:break-all}.contact-card-icon{width:48px;height:48px}.support-banner-content h3{font-size:22px}}.documentation-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;background:#fff}.doc-hero{background:linear-gradient(180deg,#c94eff,#156ec2);padding:80px 40px 180px;text-align:center;position:relative;overflow:hidden}.doc-hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(255,255,255,.03) 50px,rgba(255,255,255,.03) 52px);pointer-events:none}.doc-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;background:none}.doc-hero h1{font-size:42px;font-weight:700;color:#fff;margin-bottom:15px}.doc-hero p{font-size:16px;color:#fff;opacity:.95}.support-cards-wrapper{position:relative;margin-top:-120px;padding:0 40px;z-index:10}.support-cards-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.support-card{width:610.79345703125px;max-width:100%;height:190.423095703125px;background:#fff;padding:35px 40px;border-radius:18.2px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;animation:fadeInUp .8s ease-out backwards}.support-card:nth-child(1){animation-delay:.1s}.support-card:nth-child(2){animation-delay:.2s}.support-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #8b5cf626}.support-card h3{font-size:20px;font-weight:600;color:#3b3b3b;margin-bottom:15px}.support-card p{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:20px}.support-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#8b5cf6;text-decoration:none;font-weight:500;transition:all .3s ease}.support-link:hover{gap:12px;color:#7c3aed}.support-link svg{transition:transform .3s ease}.support-link:hover svg{transform:translate(3px)}.doc-main-content{padding:80px 40px;background:#fafafa}.doc-content-wrapper{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 294px;gap:60px}.doc-left-content,.privacy-content{display:flex;flex-direction:column;gap:40px}.doc-section{width:921.9140625px;max-width:100%;background:#fff;padding:40px;border-radius:12px;box-shadow:0 0 4px #712ffd26;opacity:0;transform:translateY(30px);transition:all .6s ease}.doc-section.visible{opacity:1;transform:translateY(0)}.doc-section h2{font-size:24px;font-weight:600;color:#3b3b3b;margin-bottom:15px}.section-intro{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:25px}.section-content h4{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:20px}.doc-list{list-style:none;display:flex;flex-direction:column;gap:15px}.doc-list li{display:flex;gap:12px;align-items:flex-start}.check-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:2px}.doc-list li div{flex:1}.doc-list li strong{color:#3b3b3b;font-weight:600}.doc-list li div{font-size:14px;color:#4b5563;line-height:1.7}.section-footer{font-size:14px;color:#4b5563;line-height:1.7;margin-top:20px}.numbered-list{display:flex;flex-direction:column;gap:15px}.numbered-item{display:flex;gap:20px}.number{flex-shrink:0;width:32px;height:32px;border-radius:50%;color:#8a38ee;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.item-content{flex:1}.item-content h5{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:10px}.item-content p{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:10px}.example-box{background:#f9fafb;padding:20px;border-radius:8px;margin-top:15px;border-left:3px solid #8b5cf6}.example-box strong{display:block;font-size:14px;color:#3b3b3b;margin-bottom:10px}.example-box ul{list-style:none;margin:10px 0}.example-box li{font-size:13px;color:#4b5563;padding:5px 0 5px 15px;position:relative}.example-box li:before{position:absolute;left:0;color:#8b5cf6;font-size:16px}.note{font-size:13px;color:#8b5cf6;font-style:italic;margin-top:10px}.doc-section:nth-of-type(1){min-height:447.26416015625px}.doc-section:nth-of-type(2){min-height:325.433349609375px}.doc-section:nth-of-type(3){min-height:245.504638671875px}.doc-section:nth-of-type(4){min-height:659.6279296875px}.doc-section:nth-of-type(5){min-height:283.2333984375px}.doc-section:nth-of-type(6){min-height:283.2333984375px}.doc-section:nth-of-type(7){min-height:260.74267578125px}.doc-sidebar{position:sticky;top:20px;height:fit-content}.bookmarks-widget{width:294px;height:auto;max-height:484px;background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 2px 20px #0000001a;overflow-y:auto}.bookmarks-widget h3{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:15px;margin-left:1rem}.bookmarks-list{list-style:none;display:flex;flex-direction:column;gap:2px}.bookmarks-list li{border-bottom:1px solid #f3f4f6;padding:10px 0}.bookmarks-list li:last-child{border-bottom:none}.bookmarks-list a{font-size:13px;color:#4b5563;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:8px;line-height:1.4}.bookmarks-list a:before{font-size:16px;opacity:0;transform:translate(-10px);transition:all .3s ease;flex-shrink:0}.bookmarks-list a:hover{color:#8b5cf6;padding-left:10px}.bookmarks-list a:hover:before{opacity:1;transform:translate(0)}@media (max-width: 1280px){.doc-content-wrapper{grid-template-columns:1fr}.doc-sidebar{position:static}.bookmarks-widget{width:100%;height:auto}.support-cards-container{grid-template-columns:1fr}.support-card{width:100%;height:auto;min-height:183px}.doc-section{width:100%;min-height:auto!important}}@media (max-width: 768px){.doc-hero{padding:60px 20px 160px}.doc-hero h1{font-size:32px}.support-cards-wrapper{padding:0 20px;margin-top:-100px}.doc-main-content{padding:60px 20px}.doc-section{padding:30px 25px}.bookmarks-widget{padding:25px 20px}}@media (max-width: 480px){.support-card{padding:25px 20px}.doc-section h2{font-size:20px}.numbered-item{flex-direction:column;gap:10px}}.subscribe-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:80px 40px}.subscribe-container{width:921.9140625px;max-width:100%;height:auto;min-height:415.085693359375px;background:#fff;padding:50px 60px;border-radius:12px;text-align:center;box-shadow:0 10px 40px #00000014;animation:fadeInUp .8s ease-out}.subscribe-container h2{font-size:28px;font-weight:600;color:#3b3b3b;margin-bottom:20px;animation:fadeIn .8s ease-out .2s backwards}.subscribe-intro{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:15px;animation:fadeIn .8s ease-out .3s backwards}.subscribe-details{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:30px;animation:fadeIn .8s ease-out .4s backwards}.subscribe-form{display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeInUp .8s ease-out .5s backwards}.form-input-wrapper{display:flex;align-items:center;gap:15px;width:100%;justify-content:center}.subscribe-input{width:508.1884765625px;max-width:100%;height:52px;padding:0 20px;border:1px solid rgba(237,237,237,1);border-radius:8px;font-size:14px;color:#3b3b3b;outline:none;transition:all .3s ease;background:#fff}.subscribe-input::placeholder{color:#98979780}.subscribe-input:focus{border-color:#c94eff;box-shadow:0 0 0 3px #c94eff1a}.subscribe-button{width:147.0009765625px;height:39.717529296875px;background:linear-gradient(180deg,#c94eff,#156ec2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0}.subscribe-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c94eff66}.subscribe-button:active{transform:translateY(0)}.terms-checkbox{display:flex;align-items:center;gap:10px;justify-content:center}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:#c94eff;flex-shrink:0}.checkbox-label{font-size:13px;color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.subscribe-container{width:100%;min-height:auto;padding:40px 50px}.form-input-wrapper{flex-direction:column;gap:15px}.subscribe-input{width:100%}.subscribe-button{width:100%;max-width:200px}}@media (max-width: 768px){.subscribe-page{padding:60px 20px}.subscribe-container{padding:35px 30px}.subscribe-container h2{font-size:24px;margin-bottom:15px}.subscribe-intro,.subscribe-details{font-size:13px}.subscribe-button{max-width:100%}.terms-checkbox{flex-direction:row;align-items:flex-start}.checkbox-label{font-size:12px;text-align:left}}@media (max-width: 480px){.subscribe-container{padding:30px 20px}.subscribe-container h2{font-size:20px}.subscribe-input{height:48px;font-size:13px}.subscribe-button{height:48px}}.policy-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;background:#fafafa;padding:0 40px 80px}.policy-container{width:1240px;max-width:100%;margin:0 auto;background:#fff;padding:60px 80px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.policy-intro{margin-bottom:50px;opacity:0;transform:translateY(30px);transition:all .6s ease}.policy-intro.visible{opacity:1;transform:translateY(0)}.policy-intro p{font-size:14px;color:#4b5563;line-height:1.8}.policy-section{margin-bottom:50px;opacity:0;transform:translateY(30px);transition:all .6s ease}.policy-section.visible{opacity:1;transform:translateY(0)}.policy-section h2{font-size:24px;font-weight:600;color:#3b3b3b;margin-bottom:25px;margin-top:10px}.policy-section h3{font-size:18px;font-weight:600;color:#3b3b3b;margin-bottom:20px;margin-top:15px}.policy-section h4{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:15px}.policy-section p{font-size:14px;color:#4b5563;line-height:1.8;margin-bottom:15px}.policy-section strong{color:#3b3b3b;font-weight:600}.policy-link{color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .3s ease}.policy-link:hover{color:#7c3aed;text-decoration:underline}.email-link{color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .3s ease}.email-link:hover{color:#7c3aed;text-decoration:underline}.check-list{list-style:none;margin:20px 0;padding:0}.check-list li{display:flex;align-items:center;gap:12px;font-size:14px;color:#4b5563;margin-bottom:12px;line-height:1.6}.bullet-list{list-style:none;margin:20px 0;padding-left:0}.bullet-list li{position:relative;padding-left:25px;font-size:14px;color:#4b5563;margin-bottom:10px;line-height:1.6}.bullet-list li:before{content:"•";position:absolute;left:8px;color:#8b5cf6;font-size:18px}.numbered-list{margin:20px 0;padding-left:25px;counter-reset:item;list-style:none}.numbered-list li{counter-increment:item;font-size:14px;color:#4b5563;margin-bottom:15px;line-height:1.7;position:relative}.numbered-list li:before{content:counter(item) ".";font-weight:600;color:#3b3b3b;margin-right:8px}.sub-list{list-style:none;margin:10px 0 10px 20px;padding:0}.sub-list li{position:relative;padding-left:20px;font-size:14px;color:#4b5563;margin-bottom:8px;line-height:1.6}.sub-list li:before{content:"◦";position:absolute;left:0;color:#8b5cf6;font-size:16px}.process-box{background:#f9fafb;border-left:4px solid #8b5cf6;padding:25px 30px;margin:25px 0;border-radius:8px}.process-box h4{font-size:16px;font-weight:600;color:#3b3b3b;margin-bottom:15px}.important-note{background:#fff7ed;border-left:4px solid #f59e0b;padding:20px 25px;margin:25px 0;border-radius:8px;font-size:14px;color:#4b5563;line-height:1.7}.important-note strong{color:#f59e0b}.contact-info{margin-top:20px;font-size:14px;color:#4b5563}.closing-text{font-size:15px;color:#3b3b3b;font-weight:500;margin-top:30px;margin-bottom:20px}.signature{margin-top:30px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:center}.signature p{margin-bottom:8px;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1280px){.policy-container{width:100%}}@media (max-width: 768px){.policy-page{padding:60px 20px}.policy-container{padding:40px 30px}.policy-section h2{font-size:20px}.policy-section h3{font-size:16px}.policy-intro p,.policy-section p,.check-list li,.bullet-list li,.numbered-list li{font-size:13px}.process-box,.important-note{padding:20px}}@media (max-width: 480px){.policy-container{padding:30px 20px}.policy-section h2{font-size:18px}.policy-section h3{font-size:15px}.numbered-list{padding-left:15px}}.status-message,.newsletter-status{color:#038921}.faqs-section{padding:80px 24px;display:flex;justify-content:center;background-color:#f9fafb}.faqs-container{width:100%;max-width:1200px}.faqs-header{text-align:center;margin-bottom:48px}.faqs-title{font-size:clamp(24px,3vw,32px);color:#1f2937;margin-bottom:12px}.faqs-subtitle{font-size:clamp(16px,2vw,18px);color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.faqs-list{display:grid;grid-template-columns:1fr;gap:16px;justify-content:center}@media (min-width: 992px){.faqs-list{grid-template-columns:repeat(2,1fr);gap:24px 32px}}.faq-item{width:100%;max-width:100%;background:#fff;border-radius:12px;border:2px solid #e5e7eb;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;align-self:start}.faq-item:hover{border-color:#7c3aed;box-shadow:0 4px 16px #7c3aed1a}.faq-item.active{border-color:#7c3aed;box-shadow:0 6px 20px #7c3aed26}.faq-question{width:100%;padding:24px 28px;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:background-color .2s ease}.faq-question:hover{background-color:#f9fafb}.faq-item.active .faq-question{background-color:#f5f3ff}.faq-question-text{font-size:clamp(16px,2vw,18px);font-weight:600;color:#1f2937;line-height:1.5;flex:1}.faq-icon{font-size:28px;font-weight:300;color:#7c3aed;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;transition:all .3s ease}.faq-item.active .faq-icon{background:#7c3aed;color:#fff;transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer-wrapper{max-height:500px}.faq-answer{padding:0 28px 28px;margin-top:10px;color:#4b5563;font-size:clamp(14px,1.8vw,16px);line-height:1.7}.faq-answer p{margin:0}@media (max-width: 768px){.faqs-section{padding:60px 16px}.faqs-header{margin-bottom:40px}.faq-answer{padding:0 20px 20px;margin-top:8px}}@media (min-width: 1024px){.faqs-section{padding:100px 24px}.faqs-container{max-width:1000px}}.faqs-footer-section{margin-top:80px;padding:60px 20px;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:20px;max-width:1000px;margin-left:auto;margin-right:auto;border:2px solid #e5e7eb;box-shadow:0 4px 20px #0000000d}.faqs-footer-content{text-align:center}.faqs-footer-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:12px;font-family:Poppins,sans-serif}.faqs-footer-subtitle{font-size:16px;color:#6b7280;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.faqs-footer-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.faqs-action-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:12px;border:2px solid #e5e7eb;text-decoration:none;transition:all .3s ease;cursor:pointer}.faqs-action-card:hover{border-color:#7c3aed;box-shadow:0 8px 24px #7c3aed26;transform:translateY(-4px)}.faqs-action-icon{width:56px;height:56px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#7c3aed;flex-shrink:0;transition:all .3s ease}.faqs-action-card:hover .faqs-action-icon{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff}.faqs-action-content{text-align:left;flex:1}.faqs-action-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px}.faqs-action-text{font-size:14px;color:#6b7280;margin:0}.faqs-footer-cta{padding:24px;background:linear-gradient(135deg,#7c3aed14,#6366f114);border-radius:12px;border:2px solid rgba(124,58,237,.2)}.faqs-cta-text{font-size:14px;color:#4b5563;margin:0;line-height:1.6}@media (max-width: 768px){.faqs-footer-section{margin-top:60px;padding:40px 20px}.faqs-footer-title{font-size:26px}.faqs-footer-subtitle{font-size:15px;margin-bottom:30px}.faqs-footer-actions{grid-template-columns:1fr;gap:16px}.faqs-action-card{padding:20px}.faqs-action-icon{width:48px;height:48px}}@media (max-width: 480px){.faqs-footer-title{font-size:22px}.faqs-action-title{font-size:15px}.faqs-action-text{font-size:13px}}.stats-section-2{padding:80px 20px;background:linear-gradient(135deg,#f8f9ff,#fef2ff);position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(124,58,237,.05) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.stats-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.stats-header{text-align:center;margin-bottom:50px}.stats-title{font-size:42px;font-weight:700;color:#1f2937;margin-bottom:16px;font-family:Poppins,sans-serif}.stats-subtitle{font-size:16px;color:#6b7280;font-weight:400}.stats-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}.stat-card-2{background:#fff;border-radius:16px;padding:32px 28px;display:flex;align-items:flex-start;gap:20px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(124,58,237,.1)}.stat-card-2:hover{transform:translateY(-4px);box-shadow:0 8px 30px #7c3aed26}.stat-icon-wrapper{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#e0d4f7,#ddd6fe);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-wrapper.issues{background:linear-gradient(135deg,#fef3c7,#fde68a)}.stat-icon-wrapper.setup{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.stat-icon{color:#7c3aed}.stat-icon-wrapper.issues .stat-icon{color:#f59e0b}.stat-icon-wrapper.setup .stat-icon{color:#3b82f6}.stat-content{flex:1}.stat-number{font-size:36px;font-weight:700;color:#1f2937;line-height:1;margin-bottom:8px;font-family:Poppins,sans-serif}.stat-label-2{font-size:16px;font-weight:600;color:#4b5563;margin-bottom:4px}.stat-detail{font-size:13px;color:#9ca3af}.features-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:50px}.feature-tag{padding:10px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:50px;font-size:14px;font-weight:500;color:#6366f1;transition:all .3s ease}.feature-tag:hover{border-color:#7c3aed;background:#f5f3ff;transform:translateY(-2px)}.testimonial-section{max-width:800px;margin:0 auto}.testimonial-card-2{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:40px;box-shadow:0 8px 32px #667eea40;position:relative;overflow:hidden}.testimonial-card-2:before{content:'"';position:absolute;top:20px;left:30px;font-size:120px;color:#ffffff1a;font-family:Georgia,serif;line-height:1}.testimonial-content{position:relative;z-index:1}.testimonial-text{font-size:20px;font-style:italic;color:#fff;line-height:1.6;margin-bottom:20px;font-weight:400}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.testimonial-author{display:flex;flex-wrap:wrap;gap:4px}.author-name{font-size:15px;font-weight:600;color:#fffffff2}.author-role{font-size:15px;color:#fffc}.testimonial-dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#9ca3af}.dot.active{background:#7c3aed;width:32px;border-radius:5px}@media (max-width: 768px){.stats-section{padding:60px 20px}.stats-title{font-size:32px}.stats-subtitle{font-size:14px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card-2{padding:24px 20px}.stat-number{font-size:28px}.stat-label-2{font-size:14px}.features-tags{gap:8px}.feature-tag{padding:8px 16px;font-size:13px}.testimonial-card-2{padding:32px 24px}.testimonial-text{font-size:17px}.author-name,.author-role{font-size:14px}}@media (max-width: 480px){.stats-title{font-size:28px}.stat-icon-wrapper{width:48px;height:48px}.stat-icon{width:24px;height:24px}.testimonial-card-2:before{font-size:80px;top:10px;left:15px}}.news-hero{background:linear-gradient(180deg,var(--gradient-purple-start) 0%,var(--gradient-purple-end) 100%);padding:80px 5%;text-align:center;margin-bottom:60px}.news-hero-content{max-width:1200px;margin:0 auto}.news-hero h1{font-family:Helvetica Neue,Arial,sans-serif;font-size:37px;font-weight:700;color:#fff;margin-bottom:3px;letter-spacing:-1.11px}.news-hero p{font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:#fff;margin:0}.news-container{max-width:1240px;margin:0 auto;padding:0 5%}.featured-post{display:flex;gap:56px;margin-bottom:80px;align-items:flex-start}.featured-post-image{flex:1;max-width:530px}.featured-post-image img{width:100%;height:auto;border-radius:var(--news-image-radius);display:block;object-fit:cover}.featured-post-content{flex:1;display:flex;flex-direction:column;gap:var(--news-gap-sm)}.post-category{font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;color:var(--purple-accent);display:inline-block}.featured-post-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:500;color:var(--text-dark);letter-spacing:-1px;margin:0}.featured-post-excerpt{font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:var(--text-gray);line-height:30px;margin:0}.post-meta{display:flex;gap:var(--news-gap-md);align-items:center;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:7px;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:var(--text-light-gray)}.meta-item svg{width:24px;height:24px;flex-shrink:0}.read-more-link{font-family:Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;color:var(--purple-link);text-decoration:none;display:inline-block;transition:opacity .3s ease}.read-more-link:hover{opacity:.8}.recent-posts-section{margin-bottom:80px}.recent-posts-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:500;color:var(--text-dark);margin-bottom:var(--news-gap-lg)}.recent-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--news-gap-sm)}.news-blog-card{display:flex;flex-direction:column;gap:var(--news-gap-sm)}.news-blog-card-image{position:relative;width:100%;overflow:hidden;border-radius:var(--news-image-radius)}.news-blog-card-image img{width:100%;height:auto;display:block;object-fit:cover}.card-category-badge{position:absolute;top:16px;left:16px;background:#ffffff80;color:#fff;padding:6px 16px;border-radius:var(--news-badge-radius);font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400}.news-blog-card-content{display:flex;flex-direction:column;gap:var(--news-gap-sm)}.card-author{display:flex;align-items:center;gap:7px;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:var(--text-light-gray)}.card-author svg{width:16px;height:18px}.card-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:500;color:var(--text-dark);line-height:26px;text-transform:capitalize;margin:0}.card-excerpt{font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:var(--text-gray);line-height:24px;margin:0}.card-meta{display:flex;gap:var(--news-gap-md);align-items:center}.card-meta-item{display:flex;align-items:center;gap:7px;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:var(--text-light-gray)}.card-meta-item svg{width:24px;height:24px}.card-read-more{font-family:Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;color:var(--purple-link);text-decoration:underline;display:inline-block;transition:opacity .3s ease}.card-read-more:hover{opacity:.8}@media (max-width: 1024px){.featured-post{flex-direction:column;gap:32px}.featured-post-image{max-width:100%}.recent-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.news-hero{padding:60px 5%}.news-hero h1{font-size:28px}.recent-posts-grid{grid-template-columns:1fr}.featured-post-title{font-size:18px}.card-title{font-size:16px}}@media (max-width: 480px){.news-hero{padding:40px 5%}.news-hero h1{font-size:24px}.news-hero p{font-size:14px}.featured-post-excerpt,.card-excerpt{font-size:14px;line-height:22px}}
