.Navbar-module__cJzEcG__nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border);background-color:#0b0f14f2;width:100%;height:80px;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:8px;display:flex}.Navbar-module__cJzEcG__links{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-inter);color:var(--text);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--secondary)}.Navbar-module__cJzEcG__mobileLink{color:#fff;cursor:pointer;padding:12px 0;font-size:1.5rem;font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--secondary)}.Navbar-module__cJzEcG__mobileSubSection{width:100%}.Navbar-module__cJzEcG__mobileSubLinks{background:#ffffff0d;border-radius:8px;flex-direction:column;margin-bottom:10px;padding-left:20px;display:flex}.Navbar-module__cJzEcG__mobileSubLink{color:var(--text-muted);padding:10px 0;font-size:1.1rem;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileSubLink:hover{color:var(--secondary)}.Navbar-module__cJzEcG__cta{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-inter);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border-radius:50px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.Navbar-module__cJzEcG__cta:hover{background-color:var(--accent);color:#fff;box-shadow:0 0 20px #f47c2c66}.Navbar-module__cJzEcG__mobileMenu{color:var(--text);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__mobileMenu{z-index:1001;display:block}}.Navbar-module__cJzEcG__mobileOverlay{background-color:var(--background);z-index:999;border-top:1px solid var(--border);flex-direction:column;gap:24px;width:100%;height:calc(100vh - 80px);padding:24px;display:flex;position:fixed;top:80px;left:0}.Navbar-module__cJzEcG__mobileLink{color:var(--text);border-bottom:1px solid var(--border);padding:12px 0;font-size:1.25rem}.Navbar-module__cJzEcG__dropdown{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);background:#0b0f14fa;border-radius:8px;flex-direction:column;gap:4px;min-width:280px;padding:12px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{animation:.2s Navbar-module__cJzEcG__fadeIn;display:flex}.Navbar-module__cJzEcG__dropdownLink{color:var(--text);font-size:.9rem;font-family:var(--font-inter);white-space:nowrap;border-radius:6px;padding:10px 16px;transition:all .2s}.Navbar-module__cJzEcG__dropdownLink:hover{color:var(--secondary);background:#ffffff0d}@keyframes Navbar-module__cJzEcG__fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}
.Contact-module__hcVmEa__section{background-color:var(--surface);padding:100px 24px}.Contact-module__hcVmEa__container{grid-template-columns:1fr 1fr;gap:80px;max-width:1000px;margin:0 auto;display:grid}.Contact-module__hcVmEa__info{flex-direction:column;justify-content:center;display:flex}.Contact-module__hcVmEa__title{color:var(--text-heading);font-size:2.5rem;font-family:var(--font-manrope);margin-bottom:24px;font-weight:700}.Contact-module__hcVmEa__desc{color:var(--text-muted);margin-bottom:32px;font-size:1.1rem}.Contact-module__hcVmEa__contactDetails{margin-top:30px}.Contact-module__hcVmEa__detailBlock{margin-bottom:24px}.Contact-module__hcVmEa__detailBlock h4{color:var(--text);font-size:1.1rem;font-weight:600;font-family:var(--font-manrope);margin-bottom:8px}.Contact-module__hcVmEa__detailBlock span{color:var(--text-highlight);font-size:1rem;font-family:var(--font-inter);font-weight:500}.Contact-module__hcVmEa__form{box-shadow:none;background:0 0;border:none;padding:0}.Contact-module__hcVmEa__group{margin-bottom:24px}.Contact-module__hcVmEa__label{color:var(--text);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:none;border-bottom:2px solid var(--border);width:100%;color:var(--text-heading);font-family:var(--font-inter);background:0 0;border-radius:0;padding:16px 0;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-bottom-color:var(--secondary);box-shadow:none;outline:none}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--text-muted);opacity:.6}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submit{background:var(--accent);color:#fff;border:1px solid var(--accent);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;width:100%;font-weight:700;font-family:var(--font-manrope);border-radius:50px;padding:16px;transition:all .3s;box-shadow:0 4px 15px #f47c2c4d}.Contact-module__hcVmEa__submit:hover{color:var(--accent);background-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #f47c2c33}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:60px 20px}.Contact-module__hcVmEa__container{grid-template-columns:1fr;gap:40px}.Contact-module__hcVmEa__title{font-size:2rem}.Contact-module__hcVmEa__submit{padding:18px;font-size:1.05rem}}
.Footer-module__S6Hkya__footer{background-color:var(--background);border-top:1px solid var(--border);padding:60px 24px 24px;font-size:.9rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__top{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{font-family:var(--font-manrope);color:var(--text);margin-bottom:16px;font-size:1.5rem;font-weight:800;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-muted)}.Footer-module__S6Hkya__links{gap:60px;display:flex}.Footer-module__S6Hkya__column{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__heading{color:var(--text-heading);margin-bottom:8px;font-weight:700}.Footer-module__S6Hkya__link{color:var(--text-muted);transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--text-highlight)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;padding-top:24px;font-size:.8em;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__top{flex-direction:column}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:40px}}
.FAQ-module__V8_xEa__section{background-color:var(--surface);padding:100px 24px}.FAQ-module__V8_xEa__container{max-width:800px;margin:0 auto}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:60px}.FAQ-module__V8_xEa__title{color:var(--text-heading);font-size:2.5rem;font-family:var(--font-manrope);margin-bottom:16px;font-weight:700}.FAQ-module__V8_xEa__subtitle{color:var(--text-muted);font-size:1.1rem}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:16px;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--background);border:1px solid var(--border);border-radius:8px;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__open{border-color:var(--primary);box-shadow:0 4px 20px #0003}.FAQ-module__V8_xEa__questionButton{cursor:pointer;text-align:left;width:100%;color:var(--text-heading);font-family:var(--font-inter);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;display:flex}.FAQ-module__V8_xEa__question{padding-right:20px;font-size:1.1rem;font-weight:600}.FAQ-module__V8_xEa__icon{color:var(--primary);flex-shrink:0;transition:transform .3s}.FAQ-module__V8_xEa__iconOpen{transform:rotate(180deg)}.FAQ-module__V8_xEa__answerWrapper{transition:height .3s}.FAQ-module__V8_xEa__answer{color:var(--text);margin:0;padding:0 24px 24px;line-height:1.6}@media (max-width:768px){.FAQ-module__V8_xEa__section{padding:60px 20px}.FAQ-module__V8_xEa__title{font-size:2rem}.FAQ-module__V8_xEa__questionButton{padding:20px}.FAQ-module__V8_xEa__answer{padding:0 20px 20px}.FAQ-module__V8_xEa__question{font-size:1rem}}
.Hero-module__ZARIfG__section{background-color:var(--background);justify-content:center;align-items:center;padding:160px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__gridBackground{z-index:1;background-image:linear-gradient(90deg,#2f6fb214 1px,#0000 1px),linear-gradient(#2f6fb214 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;text-align:center;max-width:900px;padding:0 24px;position:relative}.Hero-module__ZARIfG__eyebrow{color:var(--secondary);font-family:var(--font-manrope);letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px;font-size:1.1rem;font-weight:600;display:block}.Hero-module__ZARIfG__headline{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__headline span{color:var(--secondary)}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:600px;margin:0 auto 48px;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{justify-content:center;gap:20px;display:flex}.Hero-module__ZARIfG__primaryCta{background-color:var(--accent);color:#fff;font-family:var(--font-manrope);border:1px solid var(--accent);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:14px 40px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #f47c2c66}.Hero-module__ZARIfG__primaryCta:hover{color:var(--accent);background-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #f47c2c33}.Hero-module__ZARIfG__secondaryCta{color:var(--primary);font-family:var(--font-manrope);border:1px solid var(--primary);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border-radius:50px;padding:14px 40px;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__secondaryCta:hover{background-color:#5fabf01a;transform:translateY(-2px);box-shadow:0 4px 15px #5fabf01a}.Hero-module__ZARIfG__spotlight{pointer-events:none;z-index:5;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__trustIndicators{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.Hero-module__ZARIfG__trustItem{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__ZARIfG__trustNumber{color:var(--text);font-size:1.5rem;font-weight:700;font-family:var(--font-manrope)}.Hero-module__ZARIfG__trustLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.Hero-module__ZARIfG__trustDivider{background-color:#ffffff1a;width:1px;height:40px}@media (max-width:768px){.Hero-module__ZARIfG__trustIndicators{flex-direction:column;gap:1.5rem}.Hero-module__ZARIfG__trustDivider{width:60px;height:1px}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:center}.Hero-module__ZARIfG__primaryCta,.Hero-module__ZARIfG__secondaryCta{width:100%;max-width:300px}}
.About-module__vAULUW__section{background-color:var(--surface);text-align:center;padding:100px 24px}.About-module__vAULUW__container{max-width:900px;margin:0 auto}.About-module__vAULUW__mission{margin-bottom:0}.About-module__vAULUW__label{color:var(--primary);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:normal;margin-bottom:12px;font-size:.9rem;font-weight:400;display:block}.About-module__vAULUW__statement{color:var(--text-heading);font-size:clamp(1.25rem,4vw,2.5rem);line-height:1.4;font-family:var(--font-manrope);margin-bottom:40px}.About-module__vAULUW__trust{border-top:1px solid var(--border);padding-top:60px}.About-module__vAULUW__trustTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:32px;font-size:.9rem}.About-module__vAULUW__logos{opacity:.6;flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.About-module__vAULUW__logo{color:var(--text-muted);align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}@media (max-width:768px){.About-module__vAULUW__section{padding:60px 20px}.About-module__vAULUW__statement{margin-bottom:30px;font-size:2rem}.About-module__vAULUW__desc{margin-bottom:40px;font-size:1rem}.About-module__vAULUW__stats{flex-flow:wrap;gap:30px}}
.Solutions-module__agWdoG__section{background-color:var(--background);padding:100px 24px}.Solutions-module__agWdoG__container{width:100%;max-width:1400px;margin:0 auto}.Solutions-module__agWdoG__header{text-align:center;margin-bottom:60px}.Solutions-module__agWdoG__title{color:var(--text);font-size:2.5rem;font-family:var(--font-manrope);margin-bottom:16px;font-weight:700}.Solutions-module__agWdoG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Solutions-module__agWdoG__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}@media (max-width:1024px){.Solutions-module__agWdoG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Solutions-module__agWdoG__grid{grid-template-columns:1fr;gap:30px}.Solutions-module__agWdoG__title{font-size:2rem}.Solutions-module__agWdoG__card{border-radius:16px}.Solutions-module__agWdoG__imageWrapper{height:180px}.Solutions-module__agWdoG__iconWrapper{width:50px;height:50px;top:150px;right:20px}.Solutions-module__agWdoG__content{padding:24px}.Solutions-module__agWdoG__cardTitle{font-size:1.4rem}}.Solutions-module__agWdoG__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Solutions-module__agWdoG__card:hover{border-color:var(--secondary);background:#ffffff0d;transform:translateY(-10px);box-shadow:0 30px 60px -15px #00000080}.Solutions-module__agWdoG__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Solutions-module__agWdoG__cardImage{object-fit:cover;transition:transform .6s}.Solutions-module__agWdoG__card:hover .Solutions-module__agWdoG__cardImage{transform:scale(1.1)}.Solutions-module__agWdoG__content{flex-direction:column;flex-grow:1;padding:32px;display:flex}.Solutions-module__agWdoG__iconWrapper{color:#fff;background:var(--secondary);z-index:2;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:170px;right:32px;box-shadow:0 10px 20px #0003}.Solutions-module__agWdoG__cardTitle{color:var(--text-heading);font-size:1.6rem;font-family:var(--font-manrope);margin-bottom:16px;font-weight:700}.Solutions-module__agWdoG__cardDesc{color:var(--text);margin-bottom:24px;font-size:1rem;line-height:1.6}.Solutions-module__agWdoG__featureItem svg{color:var(--secondary)}.Solutions-module__agWdoG__learnMore{color:#fff;font-weight:600;font-family:var(--font-manrope);background:linear-gradient(135deg,var(--secondary),#1e40af);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding:14px 28px;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:768px){.Solutions-module__agWdoG__learnMore{padding:14px 24px;font-size:1rem}}.Solutions-module__agWdoG__learnMore:hover{background-color:var(--primary);color:#fff;text-shadow:none;transform:translateY(-2px);box-shadow:0 4px 15px #5fabf066}.Solutions-module__agWdoG__learnMoreIcon{transition:transform .2s}.Solutions-module__agWdoG__card:hover .Solutions-module__agWdoG__learnMoreIcon{transform:translate(5px)}.Solutions-module__agWdoG__featuresList{margin:0 0 24px;padding:0;list-style:none}.Solutions-module__agWdoG__featureItem{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;display:flex}.Solutions-module__agWdoG__featureItem:before{content:"•";color:var(--secondary);font-weight:700}
.Features-module__zvCZ4q__section{background-color:var(--surface);padding:100px 24px}.Features-module__zvCZ4q__container{max-width:1200px;margin:0 auto}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:60px}.Features-module__zvCZ4q__label{color:var(--primary);font-family:var(--font-mono);margin-bottom:12px;font-size:.9rem;display:block}.Features-module__zvCZ4q__title{color:var(--white);font-size:2.5rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;display:grid}.Features-module__zvCZ4q__card{text-align:center;border:1px solid var(--border);border-radius:8px;padding:30px;transition:all .3s}.Features-module__zvCZ4q__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #020c1bb3}.Features-module__zvCZ4q__icon{color:var(--primary);margin-bottom:24px;display:inline-block}.Features-module__zvCZ4q__cardTitle{color:var(--white);margin-bottom:16px;font-size:1.25rem}.Features-module__zvCZ4q__cardDesc{color:var(--text-muted);line-height:1.6}
.Team-module__EqCvfq__section{background-color:var(--background);padding:100px 24px}.Team-module__EqCvfq__container{max-width:1200px;margin:0 auto}.Team-module__EqCvfq__header{text-align:center;margin-bottom:60px}.Team-module__EqCvfq__label{color:var(--primary);font-family:var(--font-mono);margin-bottom:12px;display:block}.Team-module__EqCvfq__title{color:var(--white);font-size:2.5rem}.Team-module__EqCvfq__grid{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.Team-module__EqCvfq__card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;max-width:500px;padding:30px;display:flex}.Team-module__EqCvfq__imageWrapper{border:2px solid var(--primary);background-color:var(--white);border-radius:8px;flex-shrink:0;width:120px;height:120px;margin-bottom:24px;overflow:hidden}.Team-module__EqCvfq__image{object-fit:cover;width:100%;height:100%}.Team-module__EqCvfq__content{flex:1}.Team-module__EqCvfq__name{color:var(--white);margin-bottom:4px;font-size:1.5rem}.Team-module__EqCvfq__role{color:var(--primary);font-family:var(--font-mono);margin-bottom:16px;font-size:.9rem;display:block}.Team-module__EqCvfq__bio{color:var(--slate);font-size:.95rem;line-height:1.6}@media (min-width:768px){.Team-module__EqCvfq__card{flex-direction:row;align-items:flex-start;gap:30px}.Team-module__EqCvfq__imageWrapper{margin-bottom:0}}
.BlogCTA-module__i-c4nG__ctaSection{background-color:var(--surface-highlight);border:1px solid var(--border);border-radius:16px;margin:4rem 0;padding:3rem 2rem;position:relative;overflow:hidden}.BlogCTA-module__i-c4nG__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#5fabf00d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.BlogCTA-module__i-c4nG__container{z-index:1;flex-direction:column;gap:2rem;display:flex;position:relative}@media (min-width:768px){.BlogCTA-module__i-c4nG__container{flex-direction:row;justify-content:space-between;align-items:center}}.BlogCTA-module__i-c4nG__content{flex:1}.BlogCTA-module__i-c4nG__title{color:#fff;margin-bottom:.75rem;font-size:1.8rem}.BlogCTA-module__i-c4nG__description{color:var(--text-muted);max-width:600px;font-size:1.05rem}.BlogCTA-module__i-c4nG__action{flex-shrink:0}.BlogCTA-module__i-c4nG__button{background-color:var(--accent);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-flex}.BlogCTA-module__i-c4nG__button:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 15px #f47c2c4d}.BlogCTA-module__i-c4nG__icon{transition:transform .2s}.BlogCTA-module__i-c4nG__button:hover .BlogCTA-module__i-c4nG__icon{transform:translate(4px)}
.BlogCard-module__1Tt43q__card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,border-color .3s;display:flex;overflow:hidden}.BlogCard-module__1Tt43q__card:hover{border-color:var(--primary);transform:translateY(-5px)}.BlogCard-module__1Tt43q__imageLink{background-color:#0000000d;width:100%;height:auto;max-height:400px;display:block;position:relative;overflow:hidden}.BlogCard-module__1Tt43q__imageWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.BlogCard-module__1Tt43q__image{object-fit:contain;width:100%;height:auto;transition:transform .5s;display:block}.BlogCard-module__1Tt43q__card:hover .BlogCard-module__1Tt43q__image{transform:scale(1.05)}.BlogCard-module__1Tt43q__categoryBadge{background-color:var(--primary);color:#fff;z-index:2;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.BlogCard-module__1Tt43q__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.BlogCard-module__1Tt43q__meta{color:var(--text-muted);align-items:center;margin-bottom:.75rem;font-size:.875rem;display:flex}.BlogCard-module__1Tt43q__date{align-items:center;gap:.4rem;display:flex}.BlogCard-module__1Tt43q__icon{color:var(--primary)}.BlogCard-module__1Tt43q__title{color:var(--text);margin-bottom:.75rem;font-size:1.25rem;line-height:1.4;transition:color .2s}.BlogCard-module__1Tt43q__title:hover{color:var(--primary)}.BlogCard-module__1Tt43q__description{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.BlogCard-module__1Tt43q__readMore{color:var(--primary);align-items:center;gap:.5rem;margin-top:auto;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.BlogCard-module__1Tt43q__readMore:hover{color:var(--text)}.BlogCard-module__1Tt43q__arrowIcon{transition:transform .2s}.BlogCard-module__1Tt43q__readMore:hover .BlogCard-module__1Tt43q__arrowIcon{transform:translate(4px)}
.page-module__jXZM3G__main{flex-direction:column;min-height:100vh;display:flex}.page-module__jXZM3G__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-module__jXZM3G__heroSection{background:var(--background);padding:10rem 0 4rem;position:relative;overflow:hidden}.page-module__jXZM3G__heroSection:before{content:"";pointer-events:none;background:radial-gradient(circle at top,#5fabf01a 0%,#0000 70%);width:100vw;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__jXZM3G__heroContent{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.page-module__jXZM3G__title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-module__jXZM3G__title{font-size:3.5rem}}.page-module__jXZM3G__highlight{color:var(--primary)}.page-module__jXZM3G__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}@media (min-width:768px){.page-module__jXZM3G__subtitle{font-size:1.25rem}}.page-module__jXZM3G__blogSection{flex-grow:1;padding:2rem 0 8rem}.page-module__jXZM3G__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.page-module__jXZM3G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__jXZM3G__grid{grid-template-columns:repeat(3,1fr)}}.page-module__jXZM3G__emptyState{text-align:center;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:12px;padding:4rem 1rem;font-size:1.1rem}.page-module__jXZM3G__loadMoreContainer{justify-content:center;margin-top:4rem;display:flex}.page-module__jXZM3G__loadMoreButton{color:var(--text);border:1px solid var(--border);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-inter);background-color:#0000;border-radius:30px;padding:.8rem 2.5rem;transition:all .3s}.page-module__jXZM3G__loadMoreButton:hover{background-color:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}
.page-module__s997bW__main{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module__s997bW__article{padding-top:8rem}.page-module__s997bW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-module__s997bW__contentContainer{max-width:1000px;margin:0 auto;padding:0 1.5rem}.page-module__s997bW__header{padding:2rem 0}.page-module__s997bW__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;transition:color .2s;display:inline-flex}.page-module__s997bW__backLink:hover{color:var(--primary)}.page-module__s997bW__headerContent{max-width:800px}.page-module__s997bW__categoryBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background-color:#5fabf01a;border:1px solid #5fabf033;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.page-module__s997bW__title{color:#fff;margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-module__s997bW__title{font-size:3.2rem}}.page-module__s997bW__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.page-module__s997bW__metaItem{align-items:center;gap:.5rem;display:flex}.page-module__s997bW__icon{color:var(--primary)}.page-module__s997bW__featuredImageContainer{margin:3rem 0}.page-module__s997bW__imageWrapper{border:1px solid var(--border);background-color:#ffffff05;border-radius:16px;justify-content:center;align-items:center;width:100%;height:auto;max-height:700px;display:flex;overflow:hidden}@media (min-width:768px){.page-module__s997bW__imageWrapper{max-height:85vh}}.page-module__s997bW__featuredImage{width:100%;height:auto;max-height:inherit;object-fit:contain;display:block}.page-module__s997bW__grid{grid-template-columns:1fr;gap:4rem;padding:2rem 0 4rem;display:grid}@media (min-width:1024px){.page-module__s997bW__grid{grid-template-columns:1fr 300px}}.page-module__s997bW__prose{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.page-module__s997bW__prose h2{color:#fff;margin:3rem 0 1rem;font-size:1.8rem}.page-module__s997bW__prose h3{color:#fff;margin:2rem 0 1rem;font-size:1.4rem}.page-module__s997bW__prose p{color:var(--text-muted);margin-bottom:1.5rem}.page-module__s997bW__lead{font-size:1.25rem;font-weight:500;color:#fff!important;margin-bottom:2.5rem!important}.page-module__s997bW__prose ul{margin-bottom:2rem;padding-left:1.5rem}.page-module__s997bW__prose li{margin-bottom:.75rem}.page-module__s997bW__prose strong{color:#fff}.page-module__s997bW__prose blockquote{border-left:4px solid var(--accent);background:var(--surface);color:#fff;border-radius:0 8px 8px 0;margin:2.5rem 0;padding:1.5rem 2rem;font-size:1.2rem;font-style:italic}.page-module__s997bW__shareSection{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:4rem;padding-top:2rem;display:flex}.page-module__s997bW__shareText{color:var(--text);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module__s997bW__shareButtons{gap:1rem;display:flex}.page-module__s997bW__shareBtn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.page-module__s997bW__shareBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}.page-module__s997bW__sidebar{display:none}@media (min-width:1024px){.page-module__s997bW__sidebar{display:block}}.page-module__s997bW__stickyContainer{position:sticky;top:100px}.page-module__s997bW__tocTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.1rem}.page-module__s997bW__tocList{border-left:2px solid var(--border);margin:0 0 3rem;padding:0;list-style:none}.page-module__s997bW__tocList li{margin-bottom:1rem}.page-module__s997bW__tocLink{color:var(--text-muted);padding-left:1.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:block;position:relative}.page-module__s997bW__tocLink:hover{color:var(--primary)}.page-module__s997bW__sidebarCTA{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem}.page-module__s997bW__sidebarCTA h5{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.4}.page-module__s997bW__sidebarBtn{background-color:var(--accent);color:#fff;border-radius:8px;width:100%;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;display:inline-block}.page-module__s997bW__sidebarBtn:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.page-module__s997bW__faqWrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:var(--background);margin:4rem 0}.page-module__s997bW__relatedSection{background-color:var(--surface-highlight);padding:6rem 0}.page-module__s997bW__relatedTitle{color:#fff;text-align:center;margin-bottom:3rem;font-size:2rem}.page-module__s997bW__relatedGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.page-module__s997bW__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__s997bW__relatedGrid{grid-template-columns:repeat(3,1fr)}}
.AboutPageContent-module__GCP1HG__section{background-color:var(--background);width:100%;color:var(--text);padding-bottom:80px}.AboutPageContent-module__GCP1HG__hero{background:url(/city-lights.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:300px;margin-bottom:60px;display:flex;position:relative}.AboutPageContent-module__GCP1HG__heroOverlay{background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.AboutPageContent-module__GCP1HG__heroContent{z-index:1;text-align:center;position:relative}.AboutPageContent-module__GCP1HG__heroTitle{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-manrope)}.AboutPageContent-module__GCP1HG__container{max-width:1000px;margin:0 auto;padding:0 24px}.AboutPageContent-module__GCP1HG__intro{text-align:center;margin-bottom:80px}.AboutPageContent-module__GCP1HG__sectionTitle{color:var(--secondary);font-size:2.2rem;font-family:var(--font-manrope);margin-bottom:24px;font-weight:700}.AboutPageContent-module__GCP1HG__introText{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.AboutPageContent-module__GCP1HG__splitSection{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.AboutPageContent-module__GCP1HG__splitSection.AboutPageContent-module__GCP1HG__reversed{direction:rtl}.AboutPageContent-module__GCP1HG__splitSection.AboutPageContent-module__GCP1HG__reversed .AboutPageContent-module__GCP1HG__splitContent{direction:ltr}.AboutPageContent-module__GCP1HG__splitImageWrapper{border-radius:12px;height:300px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.AboutPageContent-module__GCP1HG__splitContent h3,.AboutPageContent-module__GCP1HG__subtitle{color:var(--secondary);font-size:1.8rem;font-family:var(--font-manrope);margin-bottom:20px;font-weight:700}.AboutPageContent-module__GCP1HG__splitContent p{color:var(--text-muted);margin-bottom:16px;font-size:1.05rem;line-height:1.8}.AboutPageContent-module__GCP1HG__teamGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:40px;display:grid}.AboutPageContent-module__GCP1HG__teamCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:24px;transition:transform .3s;overflow:hidden}.AboutPageContent-module__GCP1HG__teamCard:hover{transform:translateY(-5px)}.AboutPageContent-module__GCP1HG__teamImage{border:3px solid var(--secondary);border-radius:50%;width:120px;height:120px;margin:0 auto 20px;position:relative;overflow:hidden}.AboutPageContent-module__GCP1HG__teamName{color:var(--text-heading);font-size:1.25rem;font-family:var(--font-manrope);margin-bottom:8px}.AboutPageContent-module__GCP1HG__teamRole{color:var(--accent);text-transform:uppercase;font-size:.9rem;font-weight:600}.AboutPageContent-module__GCP1HG__testimonial{text-align:center;background:linear-gradient(135deg,#5fabf01a,#0000);border:1px solid #5fabf033;border-radius:16px;margin-top:80px;padding:60px}.AboutPageContent-module__GCP1HG__quote{color:var(--text-heading);margin-bottom:24px;font-size:1.4rem;font-style:italic;line-height:1.6}.AboutPageContent-module__GCP1HG__author{justify-content:center;align-items:center;gap:16px;display:flex}.AboutPageContent-module__GCP1HG__authorImage{object-fit:cover;border-radius:50%;width:60px;height:60px}.AboutPageContent-module__GCP1HG__authorInfo{text-align:left}.AboutPageContent-module__GCP1HG__authorName{color:var(--text-heading);font-weight:700;display:block}.AboutPageContent-module__GCP1HG__authorTitle{color:var(--text-muted);font-size:.9rem}.AboutPageContent-module__GCP1HG__missionVisionGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;margin:80px 0;display:grid}.AboutPageContent-module__GCP1HG__statementCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px;transition:all .3s;position:relative}.AboutPageContent-module__GCP1HG__statementCard:hover{border-color:var(--secondary);transform:translateY(-5px)}.AboutPageContent-module__GCP1HG__iconCircle{background:#5fabf01a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;display:flex}.AboutPageContent-module__GCP1HG__statementCard h3{color:var(--secondary);margin-bottom:16px;font-size:1.5rem}.AboutPageContent-module__GCP1HG__statementCard p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:768px){.AboutPageContent-module__GCP1HG__splitSection{grid-template-columns:1fr;gap:40px}.AboutPageContent-module__GCP1HG__missionVisionGrid{grid-template-columns:1fr}.AboutPageContent-module__GCP1HG__heroTitle{font-size:2rem}}
.Products-module__mFS5Ca__section{background-color:var(--background);padding:100px 24px}.Products-module__mFS5Ca__container{max-width:1200px;margin:0 auto}.Products-module__mFS5Ca__header{text-align:center;margin-bottom:60px}.Products-module__mFS5Ca__title{color:var(--white);margin-bottom:16px;font-size:2.5rem}.Products-module__mFS5Ca__subtitle{color:var(--slate);max-width:600px;margin:0 auto;font-size:1.1rem}.Products-module__mFS5Ca__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;display:grid}.Products-module__mFS5Ca__card{background-color:var(--light-navy);border:1px solid #0000;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Products-module__mFS5Ca__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -15px #020c1bb3}.Products-module__mFS5Ca__imageFrame{background-color:var(--lightest-navy);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.Products-module__mFS5Ca__placeholderIcon{color:var(--slate);opacity:.5;transition:all .3s}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__placeholderIcon{color:var(--primary);opacity:1;transform:scale(1.1)}.Products-module__mFS5Ca__content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.Products-module__mFS5Ca__category{color:var(--primary);font-family:var(--font-mono);margin-bottom:8px;font-size:.8rem}.Products-module__mFS5Ca__productName{color:var(--white);margin-bottom:12px;font-size:1.25rem;font-weight:700}.Products-module__mFS5Ca__description{color:var(--slate);flex-grow:1;margin-bottom:24px;font-size:.9rem;line-height:1.6}.Products-module__mFS5Ca__specs{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.Products-module__mFS5Ca__spec{font-family:var(--font-mono);color:var(--light-slate);background:#8892b01a;border-radius:4px;padding:4px 8px;font-size:.75rem}.Products-module__mFS5Ca__actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.Products-module__mFS5Ca__price{color:var(--white);font-weight:700;font-family:var(--font-mono)}.Products-module__mFS5Ca__detailsBtn{color:var(--primary);border:1px solid var(--primary);cursor:pointer;background:0 0;border-radius:4px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.Products-module__mFS5Ca__detailsBtn:hover{background:var(--primary-dim)}
.Services-module__dpHhBa__section{background-color:var(--background);padding:100px 24px}.Services-module__dpHhBa__container{width:100%;max-width:1400px;margin:0 auto}.Services-module__dpHhBa__header{text-align:center;margin-bottom:60px}.Services-module__dpHhBa__title{color:var(--text);font-size:2.5rem;font-family:var(--font-manrope);margin-bottom:16px;font-weight:700}.Services-module__dpHhBa__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:30px}.Services-module__dpHhBa__title{font-size:2rem}.Services-module__dpHhBa__card{border-radius:16px}.Services-module__dpHhBa__imageWrapper{height:180px}.Services-module__dpHhBa__iconWrapper{width:50px;height:50px;top:150px;right:20px}.Services-module__dpHhBa__content{padding:24px}.Services-module__dpHhBa__cardTitle{font-size:1.4rem}}.Services-module__dpHhBa__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{border-color:var(--secondary);background:#ffffff0d;transform:translateY(-10px);box-shadow:0 30px 60px -15px #00000080}.Services-module__dpHhBa__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Services-module__dpHhBa__cardImage{object-fit:cover;transition:transform .6s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardImage{transform:scale(1.1)}.Services-module__dpHhBa__content{flex-direction:column;flex-grow:1;padding:32px;display:flex}.Services-module__dpHhBa__iconWrapper{color:#fff;background:var(--secondary);z-index:2;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:170px;right:32px;box-shadow:0 10px 20px #0003}.Services-module__dpHhBa__cardTitle{color:var(--text-heading);font-size:1.6rem;font-family:var(--font-manrope);margin-bottom:16px;font-weight:700}.Services-module__dpHhBa__cardDesc{color:var(--text);margin-bottom:24px;font-size:1rem;line-height:1.6}.Services-module__dpHhBa__featureItem svg{color:var(--secondary)}.Services-module__dpHhBa__learnMore{color:#fff;font-weight:600;font-family:var(--font-manrope);background:linear-gradient(135deg,var(--secondary),#1e40af);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding:14px 28px;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:768px){.Services-module__dpHhBa__learnMore{padding:14px 24px;font-size:1rem}}.Services-module__dpHhBa__learnMore:hover{background-color:var(--primary);color:#fff;text-shadow:none;transform:translateY(-2px);box-shadow:0 4px 15px #5fabf066}.Services-module__dpHhBa__learnMoreIcon{transition:transform .2s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__learnMoreIcon{transform:translate(5px)}.Services-module__dpHhBa__featuresList{margin:0 0 24px;padding:0;list-style:none}.Services-module__dpHhBa__featureItem{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;display:flex}.Services-module__dpHhBa__featureItem:before{content:"•";color:var(--secondary);font-weight:700}
