.Hero-module___w2HtG__hero{text-align:center;min-height:100vh;padding-top:var(--nav-height);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__background{z-index:-1;background:radial-gradient(circle,#0d1b33 0%,#050a14 100%);position:absolute;inset:0}.Hero-module___w2HtG__background:before{content:"";background-image:radial-gradient(var(--glass-border)1px,transparent 1px);opacity:.1;background-size:40px 40px;width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(15deg)}.Hero-module___w2HtG__content{z-index:10;max-width:900px}.Hero-module___w2HtG__hero h1{margin-bottom:24px;font-size:4.5rem;line-height:1.1}.Hero-module___w2HtG__highlight{color:var(--primary);text-shadow:0 0 30px #00f2ff4d}.Hero-module___w2HtG__hero p{color:var(--text-muted);max-width:650px;margin:0 auto 40px;font-size:1.25rem;line-height:1.6}.Hero-module___w2HtG__actions{justify-content:center;gap:20px;display:flex}.Hero-module___w2HtG__primaryBtn{background:var(--primary);color:var(--background);border-radius:8px;padding:16px 32px;font-weight:700;box-shadow:0 0 20px #00f2ff33}.Hero-module___w2HtG__secondaryBtn{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff0d;border-radius:8px;padding:16px 32px;font-weight:600}.Hero-module___w2HtG__secondaryBtn:hover{background:#ffffff1a}.Hero-module___w2HtG__stats{z-index:10;gap:80px;margin-top:100px;display:flex}.Hero-module___w2HtG__statItem{flex-direction:column;gap:8px;display:flex}.Hero-module___w2HtG__number{color:var(--foreground);font-variant-numeric:tabular-nums;font-size:2.5rem;font-weight:800}.Hero-module___w2HtG__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}@media (max-width:768px){.Hero-module___w2HtG__hero h1{font-size:2.5rem}.Hero-module___w2HtG__stats{flex-direction:column;gap:40px;margin-top:60px}}
.ServicesOverview-module__KgCZLq__services{padding:120px 20px}.ServicesOverview-module__KgCZLq__header{text-align:center;margin-bottom:80px}.ServicesOverview-module__KgCZLq__tag{color:var(--primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:16px;font-size:.85rem;font-weight:700;display:block}.ServicesOverview-module__KgCZLq__header h2{margin-bottom:20px;font-size:3rem}.ServicesOverview-module__KgCZLq__header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.ServicesOverview-module__KgCZLq__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.ServicesOverview-module__KgCZLq__card{border-radius:16px;flex-direction:column;gap:20px;padding:40px;transition:all .4s;display:flex}.ServicesOverview-module__KgCZLq__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #0006}.ServicesOverview-module__KgCZLq__iconWrapper{background:var(--secondary);border:1px solid var(--glass-border);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ServicesOverview-module__KgCZLq__placeholderIcon{background:var(--primary);clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);width:30px;height:30px}.ServicesOverview-module__KgCZLq__card h3{color:var(--foreground);font-size:1.5rem}.ServicesOverview-module__KgCZLq__card p{color:var(--text-muted);line-height:1.6}.ServicesOverview-module__KgCZLq__more{color:var(--primary);margin-top:auto;font-size:.9rem;font-weight:600}@media (max-width:992px){.ServicesOverview-module__KgCZLq__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.ServicesOverview-module__KgCZLq__grid{grid-template-columns:1fr}}
.AINexus-module__HzLzYW__ainexus{background:radial-gradient(circle at 80%,#00f2ff0d 0%,#0000 50%);padding:120px 20px}.AINexus-module__HzLzYW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.AINexus-module__HzLzYW__rtl{direction:rtl}.AINexus-module__HzLzYW__rtl .AINexus-module__HzLzYW__textContent{text-align:right}.AINexus-module__HzLzYW__textContent h2{margin-bottom:24px;font-size:3.5rem}.AINexus-module__HzLzYW__textContent p{color:var(--text-muted);margin-bottom:40px;font-size:1.15rem;line-height:1.6}.AINexus-module__HzLzYW__points{flex-direction:column;gap:32px;display:flex}.AINexus-module__HzLzYW__points li strong{color:var(--primary);margin-bottom:8px;font-size:1.25rem;display:block}.AINexus-module__HzLzYW__points li p{margin-bottom:0;font-size:.95rem}.AINexus-module__HzLzYW__visualContent{justify-content:center;align-items:center;display:flex}.AINexus-module__HzLzYW__brainContainer{border-radius:50%;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.AINexus-module__HzLzYW__core{background:var(--primary);width:80px;height:80px;box-shadow:0 0 50px var(--primary);z-index:10;border-radius:50%}.AINexus-module__HzLzYW__pulse{background:var(--primary);opacity:.5;border-radius:50%;width:80px;height:80px;animation:2s infinite AINexus-module__HzLzYW__pulse;position:absolute}@keyframes AINexus-module__HzLzYW__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(3)}}.AINexus-module__HzLzYW__orbits{width:100%;height:100%;animation:20s linear infinite AINexus-module__HzLzYW__rotate;position:absolute}@keyframes AINexus-module__HzLzYW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AINexus-module__HzLzYW__orbit{border:1px solid var(--glass-border);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AINexus-module__HzLzYW__orbit:first-child{width:150px;height:150px}.AINexus-module__HzLzYW__orbit:nth-child(2){border-style:dashed;width:250px;height:250px}.AINexus-module__HzLzYW__orbit:nth-child(3){opacity:.3;width:350px;height:350px}@media (max-width:992px){.AINexus-module__HzLzYW__grid{text-align:center;grid-template-columns:1fr}.AINexus-module__HzLzYW__rtl .AINexus-module__HzLzYW__textContent{text-align:center}.AINexus-module__HzLzYW__points{align-items:center}.AINexus-module__HzLzYW__visualContent{margin-top:60px}}
.ThreatMap-module__PMJj7q__threatmap{padding:120px 20px}.ThreatMap-module__PMJj7q__grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:80px;display:grid}.ThreatMap-module__PMJj7q__rtl{direction:rtl;grid-template-columns:1fr 1.5fr}.ThreatMap-module__PMJj7q__rtl .ThreatMap-module__PMJj7q__textContent{text-align:right}.ThreatMap-module__PMJj7q__visualContent{width:100%}.ThreatMap-module__PMJj7q__mapPlaceholder{aspect-ratio:16/9;background-image:radial-gradient(circle,#0a1a33 0%,#050a14 100%);border-radius:24px;position:relative;overflow:hidden}.ThreatMap-module__PMJj7q__glowPoint{background:var(--primary);width:10px;height:10px;box-shadow:0 0 20px var(--primary);border-radius:50%;animation:2s infinite ThreatMap-module__PMJj7q__mapPulse;position:absolute}@keyframes ThreatMap-module__PMJj7q__mapPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}.ThreatMap-module__PMJj7q__textContent h2{margin-bottom:24px;font-size:3.5rem}.ThreatMap-module__PMJj7q__textContent p{color:var(--text-muted);margin-bottom:40px;font-size:1.15rem;line-height:1.6}.ThreatMap-module__PMJj7q__stats{grid-template-columns:1fr 1fr;gap:30px;display:grid}.ThreatMap-module__PMJj7q__stats h4{color:var(--primary);margin-bottom:4px;font-size:2rem}.ThreatMap-module__PMJj7q__stats span{color:var(--text-muted);font-size:.9rem}@media (max-width:992px){.ThreatMap-module__PMJj7q__grid{grid-template-columns:1fr}}
.Process-module__MDuI_q__process{background:#02050a;padding:120px 20px}.Process-module__MDuI_q__header{text-align:center;margin-bottom:100px}.Process-module__MDuI_q__header h2{margin-bottom:20px;font-size:3rem}.Process-module__MDuI_q__header p{color:var(--text-muted);font-size:1.1rem}.Process-module__MDuI_q__grid{justify-content:space-between;gap:40px;display:flex}.Process-module__MDuI_q__rtl{flex-direction:row-reverse}.Process-module__MDuI_q__rtl .Process-module__MDuI_q__line{background:linear-gradient(to left,var(--primary),transparent);left:auto;right:60%}.Process-module__MDuI_q__step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.Process-module__MDuI_q__numWrapper{justify-content:center;width:100%;margin-bottom:40px;display:flex;position:relative}.Process-module__MDuI_q__num{background:var(--card-bg);border:1px solid var(--primary);width:80px;height:80px;color:var(--primary);z-index:5;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;box-shadow:0 0 30px #00f2ff1a}.Process-module__MDuI_q__line{background:linear-gradient(to right,var(--primary),transparent);z-index:1;width:80%;height:2px;position:absolute;top:50%;left:60%}.Process-module__MDuI_q__content h3{margin-bottom:16px;font-size:1.5rem}.Process-module__MDuI_q__content p{color:var(--text-muted);max-width:300px;margin:0 auto;line-height:1.6}@media (max-width:768px){.Process-module__MDuI_q__grid{flex-direction:column;gap:80px}.Process-module__MDuI_q__line{display:none}}
.Capabilities-module__sgr-qq__capabilities{padding:120px 20px}.Capabilities-module__sgr-qq__header{text-align:center;margin-bottom:80px}.Capabilities-module__sgr-qq__header h2{margin-top:10px;font-size:3rem}.Capabilities-module__sgr-qq__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Capabilities-module__sgr-qq__card{border-radius:20px;padding:40px}.Capabilities-module__sgr-qq__card h3{color:var(--primary);margin-bottom:16px;font-size:1.25rem}.Capabilities-module__sgr-qq__card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:992px){.Capabilities-module__sgr-qq__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Capabilities-module__sgr-qq__grid{grid-template-columns:1fr}}
.Testimonials-module__X7R5sW__testimonials{background:#02050a;padding:120px 20px}.Testimonials-module__X7R5sW__grid{grid-template-columns:1fr 2fr;align-items:center;gap:80px;display:grid}.Testimonials-module__X7R5sW__rtl{direction:rtl}.Testimonials-module__X7R5sW__rtl .Testimonials-module__X7R5sW__header{text-align:right}.Testimonials-module__X7R5sW__header h2{margin-bottom:24px;font-size:3.5rem}.Testimonials-module__X7R5sW__header p{color:var(--text-muted);font-size:1.15rem;line-height:1.6}.Testimonials-module__X7R5sW__cards{grid-template-columns:1fr 1fr;gap:30px;display:grid}.Testimonials-module__X7R5sW__card{border-radius:20px;flex-direction:column;gap:30px;padding:40px;display:flex}.Testimonials-module__X7R5sW__card p{color:var(--foreground);font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__X7R5sW__author{align-items:center;gap:16px;display:flex}.Testimonials-module__X7R5sW__avatar{background:var(--glass-border);border-radius:50%;width:50px;height:50px;overflow:hidden}.Testimonials-module__X7R5sW__profileImg{object-fit:cover;width:100%;height:100%}.Testimonials-module__X7R5sW__author h4{margin-bottom:2px;font-size:1rem}.Testimonials-module__X7R5sW__author span{color:var(--text-muted);font-size:.85rem}@media (max-width:992px){.Testimonials-module__X7R5sW__grid,.Testimonials-module__X7R5sW__cards{grid-template-columns:1fr}}
.Compliance-module__0NFLZW__compliance{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);background:#ffffff05;padding:80px 20px}.Compliance-module__0NFLZW__header{text-align:center;margin-bottom:40px}.Compliance-module__0NFLZW__header h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;font-size:.9rem}.Compliance-module__0NFLZW__grid{opacity:.5;flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;display:flex}.Compliance-module__0NFLZW__item{color:var(--foreground);font-size:1.25rem;font-weight:800}@media (max-width:768px){.Compliance-module__0NFLZW__grid{gap:30px}}
.FAQ-module__uDLo1a__faq{padding:120px 20px}.FAQ-module__uDLo1a__header{text-align:center;margin-bottom:80px}.FAQ-module__uDLo1a__header h2{margin-top:10px;font-size:3rem}.FAQ-module__uDLo1a__grid{flex-direction:column;gap:20px;max-width:900px;margin:0 auto;display:flex}.FAQ-module__uDLo1a__item{border-radius:16px;padding:30px 40px}.FAQ-module__uDLo1a__item h4{color:var(--primary);margin-bottom:12px;font-size:1.25rem}.FAQ-module__uDLo1a__item p{color:var(--text-muted);margin-bottom:0;line-height:1.6}
.page-module___8aEwW__page{overflow-x:hidden}.page-module___8aEwW__trust{text-align:center;background:#ffffff05;padding:60px 20px}.page-module___8aEwW__trust h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;margin-bottom:40px;font-size:.9rem}.page-module___8aEwW__logos{opacity:.6;flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;display:flex}.page-module___8aEwW__logoItem{letter-spacing:-.05em;color:var(--foreground);font-size:1.5rem;font-weight:800}.page-module___8aEwW__news{padding:120px 20px}.page-module___8aEwW__newsHeader{justify-content:space-between;align-items:flex-end;margin-bottom:60px;display:flex}.page-module___8aEwW__newsHeader h2{font-size:3rem}.page-module___8aEwW__viewAll{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:700}.page-module___8aEwW__newsGrid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.page-module___8aEwW__newsCard{border-radius:24px;padding:50px}.page-module___8aEwW__newsCard span{color:var(--primary);margin-bottom:16px;font-size:.85rem;font-weight:700;display:block}.page-module___8aEwW__newsCard h4{margin-bottom:16px;font-size:1.5rem}.page-module___8aEwW__newsCard p{color:var(--text-muted);line-height:1.6}.page-module___8aEwW__cta{text-align:center;padding:120px 20px}.page-module___8aEwW__ctaBox{border-radius:24px;flex-direction:column;align-items:center;gap:24px;max-width:1000px;margin:0 auto;padding:80px 40px;display:flex}.page-module___8aEwW__ctaBox h2{font-size:3rem}.page-module___8aEwW__ctaBox p{color:var(--text-muted);max-width:600px;font-size:1.25rem}.page-module___8aEwW__ctaBtn{background:var(--primary);color:var(--background);border-radius:12px;margin-top:20px;padding:18px 48px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 0 30px #00f2ff4d}.page-module___8aEwW__ctaBtn:hover{transform:scale(1.05);box-shadow:0 0 50px #00f2ff80}@media (max-width:768px){.page-module___8aEwW__ctaBox h2{font-size:2rem}}
