.Navbar-module__dVeNwG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ab3;border-bottom:1px solid #4cbc9233;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__logoContainer{align-items:center;display:flex}.Navbar-module__dVeNwG__logoImage{object-fit:contain;width:auto;height:40px}.Navbar-module__dVeNwG__navLinks{gap:2.5rem;display:flex}.Navbar-module__dVeNwG__link{color:var(--text-main);text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__dVeNwG__link:hover{color:var(--primary)}.Navbar-module__dVeNwG__link:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__link:hover:after{width:100%}.Navbar-module__dVeNwG__burger{cursor:pointer;flex-direction:column;gap:6px;display:none}.Navbar-module__dVeNwG__line{background-color:var(--primary);width:30px;height:2px;transition:all .3s}.Navbar-module__dVeNwG__burger:hover .Navbar-module__dVeNwG__line{background-color:var(--secondary);box-shadow:0 0 8px var(--secondary)}@media (max-width:768px){.Navbar-module__dVeNwG__navLinks{display:none}.Navbar-module__dVeNwG__burger{display:flex}}
.Footer-module__rnk_JG__footer{background:linear-gradient(to top,#000,var(--dark-bg));color:var(--text-muted);border-top:1px solid #4cbc921a;padding:4rem 2rem 2rem;font-size:.9rem}.Footer-module__rnk_JG__topSection{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__rnk_JG__brandColumn{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__rnk_JG__logoImage{opacity:.9;width:150px;height:auto}.Footer-module__rnk_JG__description{max-width:300px;line-height:1.6}.Footer-module__rnk_JG__linksColumn h3,.Footer-module__rnk_JG__contactColumn h3{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__rnk_JG__linksList{flex-direction:column;gap:.8rem;display:flex}.Footer-module__rnk_JG__footerLink{transition:color .3s,padding-left .3s}.Footer-module__rnk_JG__footerLink:hover{color:var(--secondary);padding-left:5px}.Footer-module__rnk_JG__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__contactItem{justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.Footer-module__rnk_JG__contactText{color:var(--text-main);font-size:.95rem;font-weight:600}.Footer-module__rnk_JG__contactIcon{width:36px;min-width:36px;height:36px;color:var(--text-main);background:#ffffff08;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;margin-right:.5rem;transition:all .2s;display:inline-flex}.Footer-module__rnk_JG__contactIcon:hover{background:var(--primary);color:#000;transform:translate(4px)}.Footer-module__rnk_JG__socialIcons{gap:1rem;margin-top:1rem;display:flex}.Footer-module__rnk_JG__socialIcon{background:#ffffff0d;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{background:var(--primary);color:#000;box-shadow:0 0 10px var(--primary)}.Footer-module__rnk_JG__bottomSection{text-align:center;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}@media (max-width:768px){.Footer-module__rnk_JG__topSection{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__bottomSection{flex-direction:column;gap:1rem}}
.Hero-module__PgAKtG__hero{background:radial-gradient(circle,#4cbc921a 0%,#0a0a0a00 70%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__content{text-align:center;z-index:2;padding:0 20px}.Hero-module__PgAKtG__title{opacity:0;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1;animation:1s .2s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__highlight{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__PgAKtG__subtitle{color:var(--text-muted);opacity:0;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.5rem;animation:1s .4s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__buttons{opacity:0;justify-content:center;gap:1.5rem;animation:1s .6s forwards Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__primaryButton{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:all .3s;box-shadow:0 0 20px #4cbc924d}.Hero-module__PgAKtG__primaryButton:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 0 30px #fbfac266}.Hero-module__PgAKtG__secondaryButton{color:var(--text-main);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:all .3s}.Hero-module__PgAKtG__secondaryButton:hover{border-color:var(--primary);background:#4cbc921a}@keyframes Hero-module__PgAKtG__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__glow{filter:blur(100px);z-index:1;opacity:.4;border-radius:50%;animation:10s ease-in-out infinite Hero-module__PgAKtG__float;position:absolute}.Hero-module__PgAKtG__glow1{background:var(--primary);width:400px;height:400px;top:-100px;left:-100px}.Hero-module__PgAKtG__glow2{background:var(--secondary);width:500px;height:500px;animation-delay:-5s;bottom:-100px;right:-100px}@keyframes Hero-module__PgAKtG__float{0%{transform:translate(0)}50%{transform:translate(30px,50px)}to{transform:translate(0)}}@media (max-width:768px){.Hero-module__PgAKtG__title{font-size:3rem}.Hero-module__PgAKtG__subtitle{font-size:1.1rem}.Hero-module__PgAKtG__buttons{flex-direction:column}}
.ServiceCards-module__QTGVIW__section{padding:8rem 0;position:relative;overflow:hidden}.ServiceCards-module__QTGVIW__heading{text-align:center;margin-bottom:4rem}.ServiceCards-module__QTGVIW__title{margin-bottom:1rem;font-size:3rem}.ServiceCards-module__QTGVIW__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:0 1rem;display:grid}.ServiceCards-module__QTGVIW__card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:16px;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:block;position:relative;overflow:hidden}.ServiceCards-module__QTGVIW__card:hover{border-color:var(--primary);transform:translateY(-10px)scale(1.02);box-shadow:0 10px 40px -10px #4cbc9233}.ServiceCards-module__QTGVIW__card:before{content:"";z-index:1;background:linear-gradient(135deg,#ffffff08 0%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ServiceCards-module__QTGVIW__cardContent{z-index:2;position:relative}.ServiceCards-module__QTGVIW__icon{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem;transition:all .3s}.ServiceCards-module__QTGVIW__card:hover .ServiceCards-module__QTGVIW__icon{color:var(--secondary);transform:scale(1.1)}.ServiceCards-module__QTGVIW__cardTitle{color:var(--text-main);margin-bottom:1rem;font-size:1.5rem}.ServiceCards-module__QTGVIW__cardDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.ServiceCards-module__QTGVIW__cardImageWrapper{padding:0}.ServiceCards-module__QTGVIW__cardImage{border-radius:12px;width:100%;height:260px;display:block;position:relative;overflow:hidden}.ServiceCards-module__QTGVIW__cardImage img{object-fit:cover;width:100%;height:100%;display:block}
.ClientsBelt-module__ZDnk-G__section{background:#050505;padding:4rem 0;position:relative;overflow:hidden}.ClientsBelt-module__ZDnk-G__heading{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;font-size:.9rem}.ClientsBelt-module__ZDnk-G__beltContainer{flex-direction:column;gap:2rem;padding:1rem 0;display:flex;position:relative}.ClientsBelt-module__ZDnk-G__beltRow{will-change:transform;gap:2rem;width:max-content;display:flex}.ClientsBelt-module__ZDnk-G__clientItem{box-sizing:border-box;cursor:grab;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#f3f3f3;border:1px solid #0000000f;border-radius:8px;flex:0 0 240px;justify-content:center;align-items:center;width:240px;height:140px;padding:2.25rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.ClientsBelt-module__ZDnk-G__clientItem:active,.ClientsBelt-module__ZDnk-G__beltRow.ClientsBelt-module__ZDnk-G__dragging .ClientsBelt-module__ZDnk-G__clientItem{cursor:grabbing}.ClientsBelt-module__ZDnk-G__clientItem:hover{z-index:10;border-color:var(--primary);transform:scale(1.03);box-shadow:0 6px 24px #4cbc922e,inset 0 0 12px #4cbc9214}.ClientsBelt-module__ZDnk-G__clientLink{width:100%;height:100%;color:inherit;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;text-decoration:none;transition:opacity .12s;display:flex}.ClientsBelt-module__ZDnk-G__clientLink:active{opacity:.8}.ClientsBelt-module__ZDnk-G__clientLogo{color:var(--text-muted);white-space:nowrap;font-size:1.2rem;font-weight:700}.ClientsBelt-module__ZDnk-G__clientImage{object-fit:contain;filter:none;opacity:1;pointer-events:none;max-width:100%;max-height:100px;transition:transform .18s,opacity .18s}.ClientsBelt-module__ZDnk-G__clientItem:hover .ClientsBelt-module__ZDnk-G__clientImage{opacity:1;transform:scale(1.02)}.ClientsBelt-module__ZDnk-G__section:before,.ClientsBelt-module__ZDnk-G__section:after{content:"";display:none}
.about-module__-i9KWa__container{background:var(--dark-bg);min-height:100vh;padding-top:80px}.about-module__-i9KWa__hero{text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.about-module__-i9KWa__title{margin-bottom:2rem;font-size:4rem}.about-module__-i9KWa__description{max-width:800px;color:var(--text-muted);margin:0 auto;font-size:1.2rem;line-height:1.8}.about-module__-i9KWa__statsSection{background:#ffffff05;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:4rem 0;padding:4rem 2rem;display:grid}.about-module__-i9KWa__statItem{text-align:center}.about-module__-i9KWa__statNumber{color:var(--primary);margin-bottom:.5rem;font-size:3rem;font-weight:800}.about-module__-i9KWa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.about-module__-i9KWa__visionSection{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about-module__-i9KWa__visionTitle{text-align:center;margin-bottom:2rem;font-size:2.5rem}.about-module__-i9KWa__visionText{color:var(--text-main);text-align:justify;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;font-size:1.1rem;line-height:1.8}
.client-detail-module__ARIQvW__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.client-detail-module__ARIQvW__wrapper{text-align:center;max-width:900px;margin:0 auto;padding:0 20px}.client-detail-module__ARIQvW__logoArea{background:var(--glass-bg);border:2px solid var(--glass-border);width:150px;height:150px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex;overflow:hidden}.client-detail-module__ARIQvW__logoArea img{object-fit:cover;width:100%;height:100%;display:block}.client-detail-module__ARIQvW__name{margin-bottom:.5rem;font-size:3rem}.client-detail-module__ARIQvW__industry{color:var(--secondary);margin-bottom:3rem;font-size:1.2rem;display:block}.client-detail-module__ARIQvW__descriptionCard{border:1px solid var(--glass-border);text-align:left;background:#ffffff08;border-radius:20px;padding:3rem}.client-detail-module__ARIQvW__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.9rem}.client-detail-module__ARIQvW__text{color:var(--text-main);font-size:1.1rem;line-height:1.8}.client-detail-module__ARIQvW__backLink{color:var(--text-muted);margin-top:3rem;transition:color .3s;display:inline-block}.client-detail-module__ARIQvW__backLink:hover{color:var(--primary)}
.clients-module__qYdUmq__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.clients-module__qYdUmq__heading{text-align:center;margin-bottom:4rem}.clients-module__qYdUmq__title{margin-bottom:1rem;font-size:3.5rem}.clients-module__qYdUmq__grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}@media (max-width:1024px){.clients-module__qYdUmq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.clients-module__qYdUmq__grid{grid-template-columns:1fr;padding:0 15px}}.clients-module__qYdUmq__card{text-align:center;cursor:pointer;color:#111;background:#f3f3f3;border:2px solid #e3e3e3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:2.25rem;transition:all .2s;display:flex;position:relative}.clients-module__qYdUmq__card:hover{border-color:var(--primary);background:#f3f3f3;transform:translateY(-6px);box-shadow:0 0 25px #4cbc92b3}.clients-module__qYdUmq__logo{background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;overflow:visible}.clients-module__qYdUmq__logo img{object-fit:contain;width:140px;height:80px;margin:0 auto;display:block}.clients-module__qYdUmq__cardHeader{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.clients-module__qYdUmq__clientName{color:#333;margin:0;font-size:1.1rem;font-weight:600;position:absolute;bottom:1.5rem;left:0;right:0}.clients-module__qYdUmq__industry{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}
.contact-module__xwJ-uq__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.contact-module__xwJ-uq__content{max-width:1200px;margin:0 auto;padding:0 20px}.contact-module__xwJ-uq__header{text-align:center;margin-bottom:4rem}.contact-module__xwJ-uq__title{margin-bottom:1rem;font-size:3.5rem}.contact-module__xwJ-uq__subtitle{color:var(--text-muted);font-size:1.1rem}.contact-module__xwJ-uq__grid{grid-template-columns:1fr 1.5fr;gap:4rem;display:grid}.contact-module__xwJ-uq__infoSection{flex-direction:column;gap:2rem;display:flex}.contact-module__xwJ-uq__infoCard{background:var(--glass-bg);border:1px solid var(--glass-border);color:inherit;cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.contact-module__xwJ-uq__infoCard:hover{border-color:var(--primary);opacity:.95;transform:translate(4px)}.contact-module__xwJ-uq__textBlock{flex-direction:column;display:flex}.contact-module__xwJ-uq__icon{width:42px;height:42px;color:var(--text-main);background:#ffffff08;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-module__xwJ-uq__label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem}.contact-module__xwJ-uq__value{color:var(--text-main);font-size:1.2rem;font-weight:600}.contact-module__xwJ-uq__formCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;padding:3rem}.contact-module__xwJ-uq__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__xwJ-uq__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__xwJ-uq__inputLabel{color:var(--text-main);font-size:.95rem}.contact-module__xwJ-uq__input,.contact-module__xwJ-uq__textarea{border:1px solid var(--glass-border);color:var(--text-main);background:#0000004d;border-radius:8px;outline:none;padding:1rem;font-family:inherit;transition:border-color .3s}.contact-module__xwJ-uq__textarea{resize:vertical;min-height:150px}.contact-module__xwJ-uq__input:focus,.contact-module__xwJ-uq__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #4cbc921a}.contact-module__xwJ-uq__submitButton{background:var(--primary);color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-weight:700;transition:all .3s}.contact-module__xwJ-uq__submitButton:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 4px 20px #4cbc924d}@media (max-width:900px){.contact-module__xwJ-uq__grid{grid-template-columns:1fr}}
.faq-module__VSI0LW__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.faq-module__VSI0LW__content{max-width:800px;margin:0 auto;padding:0 20px}.faq-module__VSI0LW__header{text-align:center;margin-bottom:3rem}.faq-module__VSI0LW__title{margin-bottom:1rem;font-size:3rem}.faq-module__VSI0LW__subtitle{color:var(--text-muted)}.faq-module__VSI0LW__faqList{flex-direction:column;gap:1.5rem;display:flex}.faq-module__VSI0LW__faqItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;transition:all .3s;overflow:hidden}.faq-module__VSI0LW__faqItem:hover{border-color:var(--primary)}.faq-module__VSI0LW__question{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.faq-module__VSI0LW__icon{color:var(--primary);font-size:1.5rem;transition:transform .3s}.faq-module__VSI0LW__answer{color:var(--text-muted);border-top:1px solid #ffffff0d;padding:0 1.5rem 1.5rem;line-height:1.6}.faq-module__VSI0LW__rotate{transform:rotate(45deg)}
.service-detail-module__6R0GNa__container{background-color:var(--dark-bg);min-height:100vh;color:var(--text-main);font-family:var(--font-family);padding-top:80px;position:relative;overflow-x:hidden}.service-detail-module__6R0GNa__heroBackground{z-index:0;background:linear-gradient(135deg,#4cbc9214,#6464ff0d,#0000 60%);height:80vh;position:absolute;top:0;left:0;right:0;overflow:hidden}.service-detail-module__6R0GNa__gradientOrb{filter:blur(80px);opacity:.6;background:radial-gradient(circle,#4cbc921a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:10s ease-in-out infinite alternate service-detail-module__6R0GNa__float;position:absolute;top:-20%;right:-10%}@keyframes service-detail-module__6R0GNa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.service-detail-module__6R0GNa__contentWrapper{z-index:1;max-width:1280px;margin:0 auto;padding:0 24px;position:relative}.service-detail-module__6R0GNa__hero{justify-content:space-between;align-items:center;gap:4rem;padding:6rem 0 8rem;display:flex}.service-detail-module__6R0GNa__heroContent{flex:550px}.service-detail-module__6R0GNa__categoryLabel{text-transform:uppercase;letter-spacing:2px;color:var(--primary);background:#4cbc921a;border:1px solid #4cbc9233;border-radius:4px;margin-bottom:1.5rem;padding:4px 12px;font-size:.85rem;font-weight:600;display:inline-block}.service-detail-module__6R0GNa__title{color:#fff;letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.05}.service-detail-module__6R0GNa__lead{color:var(--text-muted);max-width:90%;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.service-detail-module__6R0GNa__heroActions{gap:1.5rem;display:flex}.service-detail-module__6R0GNa__primaryBtn{background:var(--primary);color:#000;border-radius:50px;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 0 20px #4cbc9233}.service-detail-module__6R0GNa__primaryBtn:hover{background:var(--secondary);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #fbfac24d}.service-detail-module__6R0GNa__secondaryBtn{color:var(--text-main);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s}.service-detail-module__6R0GNa__secondaryBtn:hover{border-color:var(--primary);color:var(--primary);background:#4cbc921a;box-shadow:0 0 15px #4cbc924d}.service-detail-module__6R0GNa__heroVisual{flex:0 0 550px;position:relative}.service-detail-module__6R0GNa__visualCard{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;transition:all .5s;position:relative;overflow:hidden;transform:none;box-shadow:0 30px 60px #00000080}.service-detail-module__6R0GNa__visualCard:hover{border-color:var(--primary);transform:scale(1.02);box-shadow:0 0 30px #4cbc9266}.service-detail-module__6R0GNa__cardGlow{pointer-events:none;z-index:1;background:radial-gradient(circle at 100% 0,#ffffff1a,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.service-detail-module__6R0GNa__mainImage{object-fit:cover;opacity:.9;width:100%;height:auto;transition:transform .5s;display:block}.service-detail-module__6R0GNa__visualCard:hover .service-detail-module__6R0GNa__mainImage{transform:scale(1.05)}.service-detail-module__6R0GNa__floatingBadge{border:1px solid var(--primary);color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#4cbc9233;border-radius:14px;padding:14px 28px;font-size:1rem;animation:4s ease-in-out infinite service-detail-module__6R0GNa__float;position:absolute;bottom:30px;left:-20px;box-shadow:0 10px 30px #0006}.service-detail-module__6R0GNa__badgeLine{background:#fff3;width:1px;height:16px}.service-detail-module__6R0GNa__statsSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;justify-content:space-around;align-items:center;margin-bottom:6rem;padding:3rem;display:flex;position:relative;top:-40px;box-shadow:0 4px 20px #0003}.service-detail-module__6R0GNa__statBox{text-align:center}.service-detail-module__6R0GNa__statNumber{background:linear-gradient(135deg,#fff,var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.service-detail-module__6R0GNa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.service-detail-module__6R0GNa__divider{background:#ffffff1a;width:1px;height:60px}.service-detail-module__6R0GNa__detailsSection{margin-bottom:8rem}.service-detail-module__6R0GNa__sectionHeader{text-align:center;max-width:700px;margin:0 auto 5rem}.service-detail-module__6R0GNa__sectionHeader h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.service-detail-module__6R0GNa__sectionHeader p{color:var(--text-muted);font-size:1.15rem}.service-detail-module__6R0GNa__featureGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-detail-module__6R0GNa__featureBox{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem;transition:all .3s}.service-detail-module__6R0GNa__featureBox:hover{border-color:var(--primary);background:#ffffff0a;transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.service-detail-module__6R0GNa__iconContainer{width:60px;height:60px;color:var(--primary);background:#4cbc921a;border:1px solid #4cbc9233;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-detail-module__6R0GNa__detailIcon{width:30px;height:30px}.service-detail-module__6R0GNa__featureBox h3{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-detail-module__6R0GNa__featureBox p{color:var(--text-muted);line-height:1.6}.service-detail-module__6R0GNa__capabilitiesSection{align-items:center;gap:5rem;margin-bottom:8rem;display:flex}.service-detail-module__6R0GNa__capContent{flex:1}.service-detail-module__6R0GNa__capContent h3{color:#fff;margin-bottom:2rem;font-size:2rem}.service-detail-module__6R0GNa__capList{grid-template-columns:1fr 1fr;gap:1.5rem;padding:0;list-style:none;display:grid}.service-detail-module__6R0GNa__capList li{color:#ddd;align-items:center;gap:10px;font-size:1.1rem;font-weight:500;display:flex}.service-detail-module__6R0GNa__checkIcon{color:var(--primary);text-shadow:0 0 10px #4cbc9280;font-weight:800}.service-detail-module__6R0GNa__capVisual{background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;flex:1;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.service-detail-module__6R0GNa__capVisual:hover{border-color:var(--primary);transform:scale(1.02);box-shadow:0 0 30px #4cbc9266}.service-detail-module__6R0GNa__tallImage{object-fit:cover;opacity:.9;border:1px solid #ffffff1a;border-radius:20px;width:100%;height:auto;transition:transform .5s;display:block;box-shadow:0 20px 50px #0006}.service-detail-module__6R0GNa__capVisual:hover .service-detail-module__6R0GNa__tallImage{transform:scale(1.05)}.service-detail-module__6R0GNa__ctaSection{background:linear-gradient(135deg,var(--primary-light-alpha),var(--secondary-light-alpha));border:1px solid var(--primary-alpha);text-align:center;border-radius:24px;margin-bottom:4rem;padding:5rem;position:relative;overflow:hidden;box-shadow:0 15px 40px #0006}.service-detail-module__6R0GNa__ctaSection:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.service-detail-module__6R0GNa__ctaInner{z-index:1;position:relative}.service-detail-module__6R0GNa__ctaInner h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.service-detail-module__6R0GNa__ctaInner p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.2rem}.service-detail-module__6R0GNa__whiteBtn{background:var(--primary);color:var(--dark-bg);border-radius:50px;padding:18px 40px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 25px #4cbc924d}.service-detail-module__6R0GNa__whiteBtn:hover{background:var(--secondary);color:var(--dark-bg);transform:translateY(-3px)scale(1.02);box-shadow:0 0 35px #fbfac280}@media (max-width:960px){.service-detail-module__6R0GNa__hero{text-align:center;flex-direction:column;padding-top:4rem;padding-bottom:4rem}.service-detail-module__6R0GNa__heroContent{width:100%}.service-detail-module__6R0GNa__heroActions{justify-content:center}.service-detail-module__6R0GNa__heroVisual{width:80%;margin:2rem auto 0}.service-detail-module__6R0GNa__visualCard{transform:scale(1)}.service-detail-module__6R0GNa__visualCard:hover{transform:scale(1.02)}.service-detail-module__6R0GNa__mainImage{opacity:1;transform:scale(1)}.service-detail-module__6R0GNa__floatingBadge{animation:none;left:50%;transform:translate(-50%)translateY(0)}.service-detail-module__6R0GNa__statsSection{flex-direction:column;gap:2rem;margin-bottom:4rem;padding:2rem;top:0}.service-detail-module__6R0GNa__divider{width:60px;height:1px}.service-detail-module__6R0GNa__featureGrid{grid-template-columns:1fr}.service-detail-module__6R0GNa__capabilitiesSection{flex-direction:column-reverse;gap:3rem}.service-detail-module__6R0GNa__capList{grid-template-columns:1fr}.service-detail-module__6R0GNa__title{font-size:2.8rem;line-height:1.2}.service-detail-module__6R0GNa__lead{font-size:1.1rem}.service-detail-module__6R0GNa__sectionHeader h2{font-size:2rem}.service-detail-module__6R0GNa__sectionHeader p{font-size:1rem}.service-detail-module__6R0GNa__ctaInner h2{font-size:2rem}.service-detail-module__6R0GNa__ctaInner p{font-size:1.1rem}}
.services-module__EimPha__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.services-module__EimPha__heading{text-align:center;margin-bottom:4rem}.services-module__EimPha__title{margin-bottom:1rem;font-size:3.5rem}.services-module__EimPha__subtitle{color:var(--text-muted);font-size:1.1rem}.services-module__EimPha__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.services-module__EimPha__card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;text-align:center;border-radius:16px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.services-module__EimPha__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 10px 40px #4cbc9233}.services-module__EimPha__icon{margin-bottom:1.5rem;font-size:3rem;display:block}.services-module__EimPha__cardTitle{color:var(--text-main);margin-bottom:1rem;font-size:1.5rem}.services-module__EimPha__description{color:var(--text-muted);line-height:1.6}.services-module__EimPha__learnMore{color:var(--primary);margin-top:1.5rem;font-size:.9rem;font-weight:600;display:inline-block}
.team-detail-module__mxqvrW__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.team-detail-module__mxqvrW__wrapper{align-items:flex-start;gap:4rem;max-width:900px;margin:0 auto;padding:0 20px;display:flex}.team-detail-module__mxqvrW__imageSection{flex:1}.team-detail-module__mxqvrW__imagePlaceholder{aspect-ratio:1;border:1px solid var(--glass-border);width:100%;color:var(--primary);background:linear-gradient(135deg,#4cbc921a,#fbfac20d);border-radius:12px;justify-content:center;align-items:center;font-size:5rem;font-weight:800;display:flex}.team-detail-module__mxqvrW__infoSection{flex:1.5}.team-detail-module__mxqvrW__name{margin-bottom:.5rem;font-size:3rem}.team-detail-module__mxqvrW__role{color:var(--secondary);margin-bottom:2rem;font-size:1.2rem;display:block}.team-detail-module__mxqvrW__bio{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.team-detail-module__mxqvrW__backLink{color:var(--text-main);cursor:pointer;opacity:.7;text-decoration:underline;transition:opacity .3s}.team-detail-module__mxqvrW__backLink:hover{opacity:1}@media (max-width:768px){.team-detail-module__mxqvrW__wrapper{flex-direction:column;gap:2rem}}
.team-module__J7hjuG__container{background:var(--dark-bg);min-height:100vh;padding-top:100px;padding-bottom:4rem}.team-module__J7hjuG__heading{text-align:center;margin-bottom:4rem}.team-module__J7hjuG__title{margin-bottom:1rem;font-size:3.5rem}.team-module__J7hjuG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.team-module__J7hjuG__card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.team-module__J7hjuG__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 10px 40px #4cbc9233}.team-module__J7hjuG__imagePlaceholder{width:100%;height:250px;color:var(--text-muted);background:linear-gradient(135deg,#ffffff0d,#ffffff03);justify-content:center;align-items:center;font-size:3rem;display:flex}.team-module__J7hjuG__info{text-align:center;padding:1.5rem}.team-module__J7hjuG__name{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem}.team-module__J7hjuG__role{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}
.Newsletter-module__stxFWW__section{background:linear-gradient(180deg,var(--dark-bg)0%,#05100a 100%);padding:6rem 0}.Newsletter-module__stxFWW__container{text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.Newsletter-module__stxFWW__card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;position:relative;overflow:visible}.Newsletter-module__stxFWW__cardBg{pointer-events:none;z-index:0;border-radius:20px;position:absolute;inset:0;overflow:hidden}.Newsletter-module__stxFWW__cardBg:before{content:"";pointer-events:none;background:radial-gradient(circle,#4cbc921a 0%,#0000 60%);width:200%;height:200%;animation:5s ease-in-out infinite Newsletter-module__stxFWW__pulse;position:absolute;top:-50%;left:-50%}@keyframes Newsletter-module__stxFWW__pulse{0%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}to{opacity:.3;transform:scale(1)}}.Newsletter-module__stxFWW__title{z-index:1;margin-bottom:1rem;font-size:2.5rem;position:relative}.Newsletter-module__stxFWW__description{color:var(--text-muted);z-index:1;margin-bottom:2.5rem;font-size:1.1rem;position:relative}.Newsletter-module__stxFWW__form{z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.Newsletter-module__stxFWW__inputsContainer{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.Newsletter-module__stxFWW__row{justify-content:center;width:100%;display:flex}.Newsletter-module__stxFWW__input{border:1px solid var(--glass-border);width:100%;max-width:400px;color:var(--text-main);background:#0a0a0acc;border-radius:50px;outline:none;height:54px;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.Newsletter-module__stxFWW__input:focus{border-color:var(--primary);background:#141414e6}.Newsletter-module__stxFWW__whatsappGroup{border:1px solid var(--glass-border);background:#0a0a0acc;border-radius:50px;align-items:center;width:100%;max-width:400px;transition:all .3s;display:flex;position:relative}.Newsletter-module__stxFWW__whatsappGroup:focus-within{border-color:var(--primary);background:#141414e6}.Newsletter-module__stxFWW__selectWrapper{flex-shrink:0;width:100px;position:relative}.Newsletter-module__stxFWW__selectedDisplay{width:100%;height:52px;color:var(--text-main);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:50px 0 0 50px;justify-content:center;align-items:center;padding:0 .5rem 0 1rem;font-size:.95rem;transition:all .3s;display:flex}.Newsletter-module__stxFWW__divider{background:#ffffff26;flex-shrink:0;width:1px;height:24px}.Newsletter-module__stxFWW__whatsappGroup .Newsletter-module__stxFWW__input{background:0 0;border:none;border-radius:0 50px 50px 0;flex:1;max-width:none;height:52px;padding-left:1rem}.Newsletter-module__stxFWW__whatsappGroup .Newsletter-module__stxFWW__input:focus{background:0 0}.Newsletter-module__stxFWW__selectWrapper:hover .Newsletter-module__stxFWW__selectedDisplay{color:var(--primary)}.Newsletter-module__stxFWW__dropdown{z-index:100;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0f0f0ff2;border:1px solid #4cbc924d;border-radius:16px;width:260px;max-height:280px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 20px 50px #000000e6}.Newsletter-module__stxFWW__searchInput{width:100%;color:var(--text-main);border:none;border-bottom:1px solid var(--glass-border);background:#ffffff08;outline:none;padding:.8rem 1rem;font-size:.95rem}.Newsletter-module__stxFWW__searchInput::placeholder{color:#ffffff4d}.Newsletter-module__stxFWW__dropdownList{max-height:220px;overflow-y:auto}.Newsletter-module__stxFWW__dropdownList::-webkit-scrollbar{width:5px}.Newsletter-module__stxFWW__dropdownList::-webkit-scrollbar-thumb{background:#4cbc9280;border-radius:10px}.Newsletter-module__stxFWW__dropdownItem{cursor:pointer;align-items:center;gap:.8rem;padding:.6rem 1rem;transition:all .2s;display:flex}.Newsletter-module__stxFWW__dropdownItem:hover{color:var(--primary);background:#4cbc9226}.Newsletter-module__stxFWW__itemFlag{text-align:center;width:28px}.Newsletter-module__stxFWW__itemName{color:var(--text-main);flex:1;font-size:.95rem}.Newsletter-module__stxFWW__itemCode{color:var(--text-muted);font-size:.9rem}.Newsletter-module__stxFWW__button{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;min-width:220px;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.Newsletter-module__stxFWW__button:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 5px 15px #fbfac233}.Newsletter-module__stxFWW__button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.Newsletter-module__stxFWW__iconWrap{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:relative}.Newsletter-module__stxFWW__loadingIcon{animation:.8s ease-in-out infinite Newsletter-module__stxFWW__flyAway}@keyframes Newsletter-module__stxFWW__flyAway{0%{opacity:1;transform:translate(0)scale(1)}45%{opacity:0;transform:translate(30px,-30px)scale(.6)}50%{opacity:0;transform:translate(-20px,20px)scale(.6)}to{opacity:1;transform:translate(0)scale(1)}}.Newsletter-module__stxFWW__message{z-index:1;margin-top:1rem;font-size:.9rem;font-weight:500;animation:.3s Newsletter-module__stxFWW__fadeIn;position:relative}.Newsletter-module__stxFWW__success{color:#4ade80}.Newsletter-module__stxFWW__error{color:#f87171}@keyframes Newsletter-module__stxFWW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Newsletter-module__stxFWW__form{flex-direction:column;align-items:center}.Newsletter-module__stxFWW__input,.Newsletter-module__stxFWW__button{width:100%}.Newsletter-module__stxFWW__dropdown{width:100%;max-width:260px;max-height:250px}.Newsletter-module__stxFWW__whatsappGroup{max-width:100%}}
