.Header-module__hBw1pG__navWrap{height:var(--header-height);background:var(--white);z-index:1005;border-bottom:1px solid var(--border-color-light);align-items:center;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--dark-blue);align-items:center;gap:8px;font-size:24px;font-weight:800;display:flex}.Header-module__hBw1pG__logoIcon{color:var(--primary-orange);width:32px;height:32px}.Header-module__hBw1pG__logoTextSpan{color:var(--primary-orange)}.Header-module__hBw1pG__navLinksList{align-items:center;gap:32px;margin:0;padding:0;display:flex}.Header-module__hBw1pG__navItem{list-style:none;position:relative}.Header-module__hBw1pG__navLink{color:var(--dark-blue);cursor:pointer;align-items:center;gap:4px;padding:28px 0;font-size:15px;font-weight:600;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--primary-orange)}.Header-module__hBw1pG__caret{width:10px;height:6px;transition:transform .3s}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__caret{transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{background:var(--white);border:1px solid var(--border-color-light);opacity:0;visibility:hidden;z-index:1000;border-radius:0 0 12px 12px;width:900px;transition:all .3s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #0000001a}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__megaLayout{min-height:380px;display:flex}.Header-module__hBw1pG__megaSidebar{border-right:1px solid var(--border-color-light);background:#faf6f2;width:240px;padding:20px 0}.Header-module__hBw1pG__megaSidebarItem{color:var(--dark-blue);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__megaSidebarItem.Header-module__hBw1pG__active,.Header-module__hBw1pG__megaSidebarItem:hover{background:var(--white);color:var(--primary-orange)}.Header-module__hBw1pG__lvl2Arrow{opacity:0;width:12px;height:12px;color:var(--primary-orange);transition:opacity .2s}.Header-module__hBw1pG__megaSidebarItem.Header-module__hBw1pG__active .Header-module__hBw1pG__lvl2Arrow,.Header-module__hBw1pG__megaSidebarItem:hover .Header-module__hBw1pG__lvl2Arrow{opacity:1}.Header-module__hBw1pG__tabPanel{flex:1;padding:30px;display:none}.Header-module__hBw1pG__tabPanel.Header-module__hBw1pG__active{display:block}.Header-module__hBw1pG__l4Columns{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Header-module__hBw1pG__l4Group{flex-direction:column;gap:12px;display:flex}.Header-module__hBw1pG__l4Heading{color:var(--gray-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:13px;font-weight:700}.Header-module__hBw1pG__l4Links{flex-direction:column;gap:10px;display:flex}.Header-module__hBw1pG__l4Link{color:var(--dark-blue);justify-content:space-between;align-items:center;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Header-module__hBw1pG__l4Link:hover{color:var(--primary-orange);padding-left:4px}.Header-module__hBw1pG__lvl4Arrow{opacity:0;width:12px;height:12px;transition:all .2s}.Header-module__hBw1pG__l4Link:hover .Header-module__hBw1pG__lvl4Arrow{opacity:1}.Header-module__hBw1pG__companyDropdown{width:780px}.Header-module__hBw1pG__companyContent{gap:30px;height:100%;display:flex}.Header-module__hBw1pG__companyText{flex-direction:column;flex:1;justify-content:center;display:flex}.Header-module__hBw1pG__companyText p{color:var(--gray-text);margin-bottom:20px;font-size:14px;line-height:1.6}.Header-module__hBw1pG__companyImage{background:var(--light-bg);width:200px;height:auto;color:var(--primary-orange);border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.Header-module__hBw1pG__ctas{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__liveDemoLink{color:var(--dark-blue);border-radius:20px;padding:10px 16px;font-size:15px;font-weight:600}.Header-module__hBw1pG__liveDemoLink:hover{color:var(--primary-orange)}.Header-module__hBw1pG__getInTouchBtn{background:var(--primary-orange);color:var(--white);cursor:pointer;border:none;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .3s}.Header-module__hBw1pG__getInTouchBtn:hover{background:var(--primary-orange-hover);transform:translateY(-1px)}.Header-module__hBw1pG__mobileToggleBtn{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__hBw1pG__mobileToggleBtn span{background:var(--dark-blue);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Header-module__hBw1pG__mobileToggleBtn.Header-module__hBw1pG__active span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__mobileToggleBtn.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileToggleBtn.Header-module__hBw1pG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileDrawer{background:var(--white);z-index:1008;flex-direction:column;gap:24px;width:320px;height:100vh;padding:90px 24px 40px;transition:right .4s ease-in-out;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000001a}.Header-module__hBw1pG__mobileDrawer.Header-module__hBw1pG__open{right:0}.Header-module__hBw1pG__mobileOverlay{z-index:1007;opacity:0;visibility:hidden;background:#0006;width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open{opacity:1;visibility:visible}.Header-module__hBw1pG__mobileNavLinks{flex-direction:column;gap:8px;display:flex}.Header-module__hBw1pG__mobileNavItem{border-bottom:1px solid var(--border-color-light)}.Header-module__hBw1pG__mobileNavLink{color:var(--dark-blue);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 0;font-size:16px;font-weight:600;display:flex}.Header-module__hBw1pG__mobileSubmenu{flex-direction:column;gap:12px;padding-bottom:12px;padding-left:16px;display:flex}.Header-module__hBw1pG__mobileSubmenuLink{color:var(--gray-text);font-size:14px;font-weight:500}.Header-module__hBw1pG__mobileSubmenuLink:hover{color:var(--primary-orange)}.Header-module__hBw1pG__mobileCtas{flex-direction:column;gap:12px;margin-top:auto;display:flex}@media (max-width:1200px){.Header-module__hBw1pG__navLinksList,.Header-module__hBw1pG__ctas{display:none}.Header-module__hBw1pG__mobileToggleBtn{display:flex}}
.Footer-module__S6Hkya__footerSec{background:var(--dark-blue);color:var(--white);font-family:var(--font-family);border-top:5px solid var(--primary-orange);padding:80px 0 30px}.Footer-module__S6Hkya__navGrid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:60px;padding-bottom:50px;display:grid}.Footer-module__S6Hkya__navCol{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__navHeading{text-transform:uppercase;letter-spacing:.5px;color:var(--white);padding-bottom:8px;font-size:16px;font-weight:700;position:relative}.Footer-module__S6Hkya__navHeading:after{content:"";background:var(--primary-orange);width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__navList{flex-direction:column;gap:12px;padding:0;display:flex}.Footer-module__S6Hkya__navList li{list-style:none}.Footer-module__S6Hkya__navList a{color:#c0c6c9;font-size:14px;transition:all .3s}.Footer-module__S6Hkya__navList a:hover{color:var(--primary-orange);padding-left:4px}.Footer-module__S6Hkya__bottomFooter{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__dataCol{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__dataCol h3{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:700;position:relative}.Footer-module__S6Hkya__locationsList{flex-direction:column;gap:24px;display:flex}.Footer-module__S6Hkya__locationItem{flex-direction:column;gap:8px;display:flex}.Footer-module__S6Hkya__locationHeader{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__flag{font-size:20px}.Footer-module__S6Hkya__locationTitle{color:var(--white);font-size:15px;font-weight:700}.Footer-module__S6Hkya__locationPhone{color:#c0c6c9;font-size:14px}.Footer-module__S6Hkya__locationAddress{color:#8fa0a6;font-size:13px;line-height:1.5;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__locationAddress:hover{color:var(--primary-orange)}.Footer-module__S6Hkya__enquiryBox{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__enquiryItem{flex-direction:column;gap:6px;display:flex}.Footer-module__S6Hkya__enquiryItem h4{text-transform:uppercase;color:var(--primary-orange);letter-spacing:.5px;font-size:14px;font-weight:700}.Footer-module__S6Hkya__enquiryItem p{color:#c0c6c9;font-size:14px}.Footer-module__S6Hkya__enquiryItem a{color:var(--white);font-weight:600}.Footer-module__S6Hkya__enquiryItem a:hover{color:var(--primary-orange)}.Footer-module__S6Hkya__aboutText{color:#c0c6c9;font-size:14px;line-height:1.6}.Footer-module__S6Hkya__socialIconsList{align-items:center;gap:12px;margin-top:15px;padding:0;display:flex}.Footer-module__S6Hkya__socialIconLink{width:36px;height:36px;color:var(--white);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIconLink:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-2px)}.Footer-module__S6Hkya__copyrightRow{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:30px;display:flex}.Footer-module__S6Hkya__copyrightText{color:#8fa0a6;font-size:13px}.Footer-module__S6Hkya__footerPolicies{gap:24px;padding:0;display:flex}.Footer-module__S6Hkya__footerPolicies a{color:#8fa0a6;font-size:13px}.Footer-module__S6Hkya__footerPolicies a:hover{color:var(--primary-orange)}@media (max-width:992px){.Footer-module__S6Hkya__navGrid{grid-template-columns:repeat(2,1fr);gap:30px}.Footer-module__S6Hkya__bottomFooter{grid-template-columns:1fr;gap:40px}}@media (max-width:576px){.Footer-module__S6Hkya__navGrid{grid-template-columns:1fr;gap:24px}.Footer-module__S6Hkya__copyrightRow{text-align:center;flex-direction:column;justify-content:center}.Footer-module__S6Hkya__footerPolicies{justify-content:center;width:100%}}
.ContactFormModal-module__x3iPtq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#17313b99;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.ContactFormModal-module__x3iPtq__modalOverlay.ContactFormModal-module__x3iPtq__open{opacity:1;visibility:visible}.ContactFormModal-module__x3iPtq__modalContainer{background:var(--white);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:580px;max-height:90vh;padding:40px;transition:transform .3s;position:relative;overflow:hidden auto;transform:scale(.9);box-shadow:0 15px 50px #00000026}.ContactFormModal-module__x3iPtq__modalOverlay.ContactFormModal-module__x3iPtq__open .ContactFormModal-module__x3iPtq__modalContainer{transform:scale(1)}.ContactFormModal-module__x3iPtq__closeBtn{cursor:pointer;color:var(--gray-text);background:0 0;border:none;transition:color .2s;position:absolute;top:20px;right:20px}.ContactFormModal-module__x3iPtq__closeBtn:hover{color:var(--primary-orange)}.ContactFormModal-module__x3iPtq__modalHeader{text-align:center;margin-bottom:24px}.ContactFormModal-module__x3iPtq__modalHeader h2{color:var(--dark-blue);margin-bottom:8px;font-size:24px;font-weight:700}.ContactFormModal-module__x3iPtq__modalHeader p{color:var(--gray-text);font-size:14px}.ContactFormModal-module__x3iPtq__formGroup{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.ContactFormModal-module__x3iPtq__inputField{align-items:center;display:flex;position:relative}.ContactFormModal-module__x3iPtq__inputField input,.ContactFormModal-module__x3iPtq__inputField select,.ContactFormModal-module__x3iPtq__formGroup textarea{border:1.5px solid var(--border-color);width:100%;height:48px;color:var(--black);border-radius:8px;outline:none;padding:10px 16px 10px 48px;font-family:inherit;font-size:14px;transition:all .3s}.ContactFormModal-module__x3iPtq__formGroup textarea{resize:vertical;height:100px;padding:12px 16px}.ContactFormModal-module__x3iPtq__inputField input:focus,.ContactFormModal-module__x3iPtq__inputField select:focus,.ContactFormModal-module__x3iPtq__formGroup textarea:focus{border-color:var(--primary-orange);box-shadow:0 0 0 3px #d85d2726}.ContactFormModal-module__x3iPtq__labelIcon{color:var(--gray-text);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:16px}.ContactFormModal-module__x3iPtq__inputField select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:14px}.ContactFormModal-module__x3iPtq__labelError{color:#e62415;margin-top:4px;font-size:12px}.ContactFormModal-module__x3iPtq__badgeWrap{color:var(--dark-blue);border:1px dashed var(--border-color);background:#faf6f2;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.ContactFormModal-module__x3iPtq__badgeIcon{color:var(--primary-orange);flex-shrink:0}.ContactFormModal-module__x3iPtq__successMessage{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 0;display:flex}.ContactFormModal-module__x3iPtq__successIcon{color:#28a745;background:#28a7451a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.ContactFormModal-module__x3iPtq__successMessage h3{color:var(--dark-blue);font-size:20px;font-weight:700}.ContactFormModal-module__x3iPtq__successMessage p{color:var(--gray-text);margin-bottom:20px;font-size:14px}
.HeroSection-module__sBkrQG__heroSec{background-color:var(--white);padding:160px 0 100px;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}.HeroSection-module__sBkrQG__content{flex-direction:column;display:flex}.HeroSection-module__sBkrQG__badge{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-orange);margin-bottom:20px;font-size:14px;font-weight:700}.HeroSection-module__sBkrQG__title{color:var(--dark-blue);margin-bottom:24px;font-size:54px;font-weight:800;line-height:1.15}.HeroSection-module__sBkrQG__titleHighlight{color:var(--primary-orange)}.HeroSection-module__sBkrQG__desc{color:var(--gray-text);margin-bottom:30px;font-size:18px;line-height:1.6}.HeroSection-module__sBkrQG__bulletsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:35px;display:grid}.HeroSection-module__sBkrQG__bulletItem{border:1px solid var(--border-color-light);background:#faf6f2;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;display:flex}.HeroSection-module__sBkrQG__bulletIconWrap{color:#28a745;background:#28a7451a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.HeroSection-module__sBkrQG__bulletText{color:var(--dark-blue);font-size:14px;font-weight:600}.HeroSection-module__sBkrQG__visualWrapper{justify-content:center;align-items:center;width:100%;height:420px;display:flex;position:relative}.HeroSection-module__sBkrQG__illustrationBox{justify-content:center;align-items:center;width:90%;height:90%;display:flex}.HeroSection-module__sBkrQG__illustrationImg{object-fit:contain;width:100%;height:auto;max-height:380px}.HeroSection-module__sBkrQG__floatingBadge{background:var(--white);color:var(--dark-blue);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:12px;padding:12px 20px;animation:4s ease-in-out infinite alternate HeroSection-module__sBkrQG__float;display:flex;position:absolute;box-shadow:0 10px 25px #00000026}.HeroSection-module__sBkrQG__fb1{animation-delay:0s;top:10%;left:-5%}.HeroSection-module__sBkrQG__fb2{animation-delay:1.5s;bottom:10%;right:-5%}.HeroSection-module__sBkrQG__floatingIcon{color:var(--primary-orange)}.HeroSection-module__sBkrQG__floatingText{flex-direction:column;display:flex}.HeroSection-module__sBkrQG__floatingTextTitle{font-size:14px;font-weight:700}.HeroSection-module__sBkrQG__floatingTextSub{color:var(--gray-text);font-size:11px}@keyframes HeroSection-module__sBkrQG__float{0%{transform:translateY(0)}to{transform:translateY(-12px)}}@media (max-width:992px){.HeroSection-module__sBkrQG__heroSec{padding:120px 0 60px}.HeroSection-module__sBkrQG__grid{text-align:center;grid-template-columns:1fr;gap:50px}.HeroSection-module__sBkrQG__content{align-items:center}.HeroSection-module__sBkrQG__title{font-size:42px}.HeroSection-module__sBkrQG__bulletsGrid{justify-content:center;width:100%}}@media (max-width:650px){.HeroSection-module__sBkrQG__bulletsGrid{grid-template-columns:1fr;max-width:320px}.HeroSection-module__sBkrQG__title{font-size:34px}.HeroSection-module__sBkrQG__visualWrapper{height:360px}}
.PartnerTicker-module__rlC2Qa__tickerSec{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#faf6f2;padding:40px 0;position:relative;overflow:hidden}.PartnerTicker-module__rlC2Qa__title{text-align:center;text-transform:uppercase;color:var(--gray-text);letter-spacing:2px;margin-bottom:30px;font-size:13px;font-weight:700}.PartnerTicker-module__rlC2Qa__sliderContainer{width:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.PartnerTicker-module__rlC2Qa__track{align-items:center;gap:40px;width:max-content;animation:30s linear infinite PartnerTicker-module__rlC2Qa__scroll;display:flex}.PartnerTicker-module__rlC2Qa__track:hover{animation-play-state:paused}.PartnerTicker-module__rlC2Qa__partnerCard{background:var(--white);border:1px solid var(--border-color);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-width:150px;height:60px;padding:10px 24px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000005}.PartnerTicker-module__rlC2Qa__partnerCard:hover{border-color:var(--primary-orange);transform:translateY(-2px)}.PartnerTicker-module__rlC2Qa__partnerLogo{object-fit:contain;opacity:.75;width:auto;max-width:120px;height:auto;max-height:36px;transition:opacity .3s}.PartnerTicker-module__rlC2Qa__partnerCard:hover .PartnerTicker-module__rlC2Qa__partnerLogo{opacity:1}@keyframes PartnerTicker-module__rlC2Qa__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 20px))}}
.StatsCounter-module__pCfNiW__counterSec{background:var(--light-bg);font-family:var(--font-family);padding:80px 0}.StatsCounter-module__pCfNiW__ctaBox{background:var(--dark-blue);color:var(--white);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;margin-bottom:60px;padding:40px;display:flex;box-shadow:0 10px 30px #17313b26}.StatsCounter-module__pCfNiW__ctaText{flex:1;max-width:650px}.StatsCounter-module__pCfNiW__ctaText h2{font-size:22px;font-weight:700;line-height:1.4}.StatsCounter-module__pCfNiW__ctaBtnWrap{flex-shrink:0}.StatsCounter-module__pCfNiW__statsGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.StatsCounter-module__pCfNiW__statCard{background:var(--white);text-align:center;border:1px solid var(--border-color-light);border-radius:12px;padding:30px;transition:all .3s;box-shadow:0 4px 20px #00000008}.StatsCounter-module__pCfNiW__statCard:hover{border-color:var(--primary-orange);transform:translateY(-5px);box-shadow:0 10px 30px #0000000f}.StatsCounter-module__pCfNiW__statValue{color:var(--primary-orange);margin-bottom:8px;font-size:38px;font-weight:800}.StatsCounter-module__pCfNiW__statLabel{color:var(--dark-blue);font-size:15px;font-weight:700}@media (max-width:992px){.StatsCounter-module__pCfNiW__statsGrid{grid-template-columns:repeat(2,1fr)}.StatsCounter-module__pCfNiW__ctaBox{text-align:center;flex-direction:column}}@media (max-width:576px){.StatsCounter-module__pCfNiW__statsGrid{grid-template-columns:1fr}.StatsCounter-module__pCfNiW__ctaText h2{font-size:18px}}
.LowCodeTools-module__VGN52a__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.LowCodeTools-module__VGN52a__titleBlock{text-align:center;margin-bottom:50px}.LowCodeTools-module__VGN52a__titleBlock h2{color:var(--dark-blue);margin-bottom:12px;font-size:32px;font-weight:800}.LowCodeTools-module__VGN52a__titleBlock p{color:var(--gray-text);max-width:600px;margin:0 auto;font-size:16px}.LowCodeTools-module__VGN52a__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.LowCodeTools-module__VGN52a__card{border:1.5px solid var(--border-color-light);text-align:center;background:#faf6f2;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:24px;transition:all .3s;display:flex}.LowCodeTools-module__VGN52a__card:hover{background:var(--white);border-color:var(--primary-orange);transform:translateY(-6px);box-shadow:0 12px 30px #d85d271a}.LowCodeTools-module__VGN52a__iconWrapper{background:var(--white);width:56px;height:56px;color:var(--primary-orange);border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #00000008}.LowCodeTools-module__VGN52a__card h3{color:var(--dark-blue);font-size:18px;font-weight:700}.LowCodeTools-module__VGN52a__card p{color:var(--gray-text);font-size:13px;line-height:1.5}@media (max-width:992px){.LowCodeTools-module__VGN52a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.LowCodeTools-module__VGN52a__grid{grid-template-columns:1fr}}
.ServicesList-module__5-_Koa__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.ServicesList-module__5-_Koa__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:50px;display:flex}.ServicesList-module__5-_Koa__titleArea{max-width:700px}.ServicesList-module__5-_Koa__titleArea h2{color:var(--dark-blue);margin-bottom:16px;font-size:36px;font-weight:800}.ServicesList-module__5-_Koa__titleArea p{color:var(--gray-text);font-size:16px;line-height:1.6}.ServicesList-module__5-_Koa__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.ServicesList-module__5-_Koa__card{background:var(--white);border:1.5px solid var(--border-color);text-align:center;cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:30px 24px;transition:all .3s;display:flex}.ServicesList-module__5-_Koa__card:hover{border-color:var(--primary-orange);transform:translateY(-8px);box-shadow:0 15px 35px #d85d271f}.ServicesList-module__5-_Koa__iconWrapper{width:72px;height:72px;color:var(--primary-orange);background:#faf6f2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ServicesList-module__5-_Koa__card:hover .ServicesList-module__5-_Koa__iconWrapper{background:var(--primary-orange);color:var(--white)}.ServicesList-module__5-_Koa__card h3{color:var(--dark-blue);font-size:18px;font-weight:700;line-height:1.3}@media (max-width:1200px){.ServicesList-module__5-_Koa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ServicesList-module__5-_Koa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.ServicesList-module__5-_Koa__grid{grid-template-columns:1fr}.ServicesList-module__5-_Koa__headerRow{flex-direction:column;align-items:flex-start}}
.DigitalMarketing-module__MMrL2a__section{background:var(--light-bg);border-top:1.5px solid var(--border-color);border-bottom:1.5px solid var(--border-color);font-family:var(--font-family);padding:100px 0}.DigitalMarketing-module__MMrL2a__headerRow{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.DigitalMarketing-module__MMrL2a__titleArea{max-width:700px}.DigitalMarketing-module__MMrL2a__titleArea h2{color:var(--dark-blue);margin:12px 0 16px;font-size:38px;font-weight:800;line-height:1.2}.DigitalMarketing-module__MMrL2a__titleArea p{color:var(--gray-text);font-size:16px;line-height:1.6}.DigitalMarketing-module__MMrL2a__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.DigitalMarketing-module__MMrL2a__card{background:var(--white);border:1.5px solid var(--border-color);border-radius:16px;flex-direction:column;align-items:flex-start;gap:20px;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.DigitalMarketing-module__MMrL2a__card:hover{border-color:var(--primary-orange);transform:translateY(-8px);box-shadow:0 15px 35px #e11d4814}.DigitalMarketing-module__MMrL2a__card:before{content:"";background:var(--primary-orange);transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.DigitalMarketing-module__MMrL2a__card:hover:before{transform:scaleX(1)}.DigitalMarketing-module__MMrL2a__iconWrapper{background:var(--light-bg);width:54px;height:54px;color:var(--primary-orange);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 10px #e11d480d}.DigitalMarketing-module__MMrL2a__card:hover .DigitalMarketing-module__MMrL2a__iconWrapper{background:var(--primary-orange);color:var(--white);transform:rotate(-3deg)scale(1.05)}.DigitalMarketing-module__MMrL2a__card h3{color:var(--dark-blue);margin:0;font-size:18px;font-weight:700}.DigitalMarketing-module__MMrL2a__card p{color:var(--gray-text);flex-grow:1;margin:0;font-size:13.5px;line-height:1.55}.DigitalMarketing-module__MMrL2a__bulletList{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;display:flex}.DigitalMarketing-module__MMrL2a__bulletItem{color:var(--dark-blue);align-items:center;gap:8px;font-size:12px;font-weight:600;list-style:none;display:flex}.DigitalMarketing-module__MMrL2a__bulletPoint{background:var(--primary-orange);border-radius:50%;width:5px;height:5px}@media (max-width:1024px){.DigitalMarketing-module__MMrL2a__grid{grid-template-columns:repeat(2,1fr)}.DigitalMarketing-module__MMrL2a__headerRow{flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:600px){.DigitalMarketing-module__MMrL2a__grid{grid-template-columns:1fr}}
.SectorsCatered-module__1-Vepa__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.SectorsCatered-module__1-Vepa__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:50px;display:flex}.SectorsCatered-module__1-Vepa__titleArea{max-width:750px}.SectorsCatered-module__1-Vepa__titleArea h2{color:var(--dark-blue);margin-bottom:16px;font-size:36px;font-weight:800}.SectorsCatered-module__1-Vepa__titleArea p{color:var(--gray-text);font-size:16px;line-height:1.6}.SectorsCatered-module__1-Vepa__grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.SectorsCatered-module__1-Vepa__card{background:var(--white);border:1px solid var(--border-color);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:16px;padding:24px 16px;transition:all .3s;display:flex}.SectorsCatered-module__1-Vepa__card:hover{border-color:var(--primary-orange);transform:scale(1.05);box-shadow:0 10px 25px #d85d2714}.SectorsCatered-module__1-Vepa__iconWrapper{color:var(--primary-orange);justify-content:center;align-items:center;display:flex}.SectorsCatered-module__1-Vepa__card h3{color:var(--dark-blue);font-size:14px;font-weight:700;line-height:1.3}@media (max-width:1200px){.SectorsCatered-module__1-Vepa__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.SectorsCatered-module__1-Vepa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.SectorsCatered-module__1-Vepa__grid{grid-template-columns:repeat(2,1fr);gap:12px}.SectorsCatered-module__1-Vepa__headerRow{flex-direction:column;align-items:flex-start}}
.PortfolioShowcase-module__qEWAJq__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.PortfolioShowcase-module__qEWAJq__titleArea{margin-bottom:50px}.PortfolioShowcase-module__qEWAJq__titleArea h2{color:var(--dark-blue);margin-top:10px;font-size:36px;font-weight:800}.PortfolioShowcase-module__qEWAJq__grid{flex-direction:column;gap:24px;display:flex}.PortfolioShowcase-module__qEWAJq__portfolioCard{cursor:pointer;border:1px solid var(--border-color-light);border-radius:16px;align-items:center;width:100%;height:200px;padding:0 40px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.PortfolioShowcase-module__qEWAJq__portfolioCard:after{content:"";z-index:1;background:linear-gradient(90deg,#17313be6 0%,#17313b66 60%,#0000 100%);width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.PortfolioShowcase-module__qEWAJq__portfolioCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #17313b26}.PortfolioShowcase-module__qEWAJq__portfolioCard:hover:after{background:linear-gradient(90deg,#d85d27f2 0%,#d85d2799 60%,#0000 100%)}.PortfolioShowcase-module__qEWAJq__cardContent{z-index:2;color:var(--white);flex-direction:column;gap:8px;max-width:500px;display:flex;position:relative}.PortfolioShowcase-module__qEWAJq__cardContent h3{font-size:24px;font-weight:800}.PortfolioShowcase-module__qEWAJq__cardContent p{opacity:.9;font-size:14px;line-height:1.4}.PortfolioShowcase-module__qEWAJq__viewWork{text-transform:uppercase;letter-spacing:1px;color:var(--white);opacity:.8;align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:700;transition:opacity .3s;display:flex}.PortfolioShowcase-module__qEWAJq__portfolioCard:hover .PortfolioShowcase-module__qEWAJq__viewWork{opacity:1}.PortfolioShowcase-module__qEWAJq__mobileCard{background-color:#2b5c6e}.PortfolioShowcase-module__qEWAJq__webCard{background-color:#264a5c}.PortfolioShowcase-module__qEWAJq__gameCard{background-color:#1a3a47}.PortfolioShowcase-module__qEWAJq__designCard{background-color:#2e4d58}.PortfolioShowcase-module__qEWAJq__blockchainCard{background-color:#1c404f}.PortfolioShowcase-module__qEWAJq__aiCard{background-color:#15323e}.PortfolioShowcase-module__qEWAJq__lowcodeCard{background-color:#254452}@media (max-width:768px){.PortfolioShowcase-module__qEWAJq__portfolioCard{height:160px;padding:0 24px}.PortfolioShowcase-module__qEWAJq__cardContent h3{font-size:20px}.PortfolioShowcase-module__qEWAJq__cardContent p{font-size:12px}}
.HowItWorks-module__tSMH5W__section{background:var(--light-gray);font-family:var(--font-family);padding:80px 0}.HowItWorks-module__tSMH5W__titleArea{margin-bottom:50px}.HowItWorks-module__tSMH5W__titleArea h2{color:var(--dark-blue);margin-top:10px;font-size:32px;font-weight:800}.HowItWorks-module__tSMH5W__stepsTrack{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:30px;padding:20px 10px 40px;display:flex;overflow-x:auto}.HowItWorks-module__tSMH5W__stepsTrack::-webkit-scrollbar{height:6px}.HowItWorks-module__tSMH5W__stepsTrack::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:3px}.HowItWorks-module__tSMH5W__stepCard{background:var(--white);border:1px solid var(--border-color-light);scroll-snap-align:start;border-radius:16px;flex:0 0 320px;padding:30px;transition:all .3s;position:relative;box-shadow:0 4px 15px #00000005}.HowItWorks-module__tSMH5W__stepCard:hover{border-color:var(--primary-orange);transform:translateY(-5px);box-shadow:0 10px 25px #d85d2714}.HowItWorks-module__tSMH5W__stepNumber{color:#d85d271a;font-size:40px;font-weight:800;line-height:1;position:absolute;top:30px;right:30px}.HowItWorks-module__tSMH5W__iconWrapper{background:var(--light-bg);width:56px;height:56px;color:var(--primary-orange);border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.HowItWorks-module__tSMH5W__stepCard h3{color:var(--dark-blue);margin-bottom:12px;font-size:18px;font-weight:700}.HowItWorks-module__tSMH5W__stepCard p{color:var(--gray-text);font-size:14px;line-height:1.6}@media (max-width:992px){.HowItWorks-module__tSMH5W__stepCard{flex:0 0 280px}}
.HireUsUpwork-module__WuwGga__section{background:var(--white);font-family:var(--font-family);border-bottom:1px solid var(--border-color);padding:80px 0}.HireUsUpwork-module__WuwGga__grid{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.HireUsUpwork-module__WuwGga__leftCol{flex-direction:column;gap:16px;display:flex}.HireUsUpwork-module__WuwGga__upworkBrand{color:#14a800;align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.HireUsUpwork-module__WuwGga__leftCol h2{color:var(--dark-blue);font-size:28px;font-weight:800;line-height:1.35}.HireUsUpwork-module__WuwGga__profileLink{color:var(--primary-orange);align-items:center;gap:8px;margin-top:12px;font-size:15px;font-weight:700;display:flex}.HireUsUpwork-module__WuwGga__profileLink:hover{color:var(--primary-orange-hover)}.HireUsUpwork-module__WuwGga__rightCol{flex-direction:column;gap:20px;display:flex}.HireUsUpwork-module__WuwGga__statsRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.HireUsUpwork-module__WuwGga__statCard{border:1px solid var(--border-color-light);text-align:center;background:#faf6f2;border-radius:12px;padding:24px}.HireUsUpwork-module__WuwGga__statCard h3{color:var(--dark-blue);margin-bottom:6px;font-size:36px;font-weight:800}.HireUsUpwork-module__WuwGga__statCard p{color:var(--gray-text);font-size:14px;font-weight:600}.HireUsUpwork-module__WuwGga__highlightCard{background:var(--dark-blue);color:var(--white);border-radius:12px;flex-direction:column;gap:6px;padding:24px 30px;display:flex;box-shadow:0 8px 25px #17313b1a}.HireUsUpwork-module__WuwGga__highlightCard h3{font-size:20px;font-weight:800}.HireUsUpwork-module__WuwGga__highlightCard p{opacity:.8;font-size:13px;line-height:1.4}@media (max-width:992px){.HireUsUpwork-module__WuwGga__grid{text-align:center;grid-template-columns:1fr;gap:40px}.HireUsUpwork-module__WuwGga__leftCol{align-items:center}.HireUsUpwork-module__WuwGga__upworkBrand,.HireUsUpwork-module__WuwGga__profileLink{justify-content:center}}
.TechTabs-module__I06kBa__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.TechTabs-module__I06kBa__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:50px;display:flex}.TechTabs-module__I06kBa__titleArea{max-width:750px}.TechTabs-module__I06kBa__titleArea h2{color:var(--dark-blue);margin-top:10px;margin-bottom:12px;font-size:32px;font-weight:800}.TechTabs-module__I06kBa__titleArea p{color:var(--gray-text);font-size:16px;line-height:1.6}.TechTabs-module__I06kBa__layout{gap:40px;display:flex}.TechTabs-module__I06kBa__sidebar{flex-direction:column;flex-shrink:0;gap:8px;width:260px;display:flex}.TechTabs-module__I06kBa__tabLink{color:var(--dark-blue);cursor:pointer;background:#faf6f2;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.TechTabs-module__I06kBa__tabLink:hover{background:var(--white);color:var(--primary-orange);border-color:var(--border-color)}.TechTabs-module__I06kBa__tabLink.TechTabs-module__I06kBa__active{background:var(--primary-orange);color:var(--white);border-color:var(--primary-orange);box-shadow:0 4px 15px #d85d2733}.TechTabs-module__I06kBa__contentArea{border:1px solid var(--border-color-light);background:#faf6f2;border-radius:16px;flex:1;padding:35px}.TechTabs-module__I06kBa__techGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.TechTabs-module__I06kBa__techCard{background:var(--white);border:1px solid var(--border-color-light);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:18px 12px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000005}.TechTabs-module__I06kBa__techCard:hover{border-color:var(--primary-orange);transform:translateY(-4px);box-shadow:0 8px 20px #d85d2714}.TechTabs-module__I06kBa__techIcon{width:44px;height:44px;color:var(--primary-orange);background:#faf6f2;border-radius:8px;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.TechTabs-module__I06kBa__techCard h3{color:var(--dark-blue);font-size:14px;font-weight:700}@media (max-width:992px){.TechTabs-module__I06kBa__layout{flex-direction:column}.TechTabs-module__I06kBa__sidebar{scrollbar-width:none;flex-direction:row;width:100%;padding-bottom:12px;overflow-x:auto}.TechTabs-module__I06kBa__sidebar::-webkit-scrollbar{display:none}.TechTabs-module__I06kBa__tabLink{white-space:nowrap;flex-shrink:0}.TechTabs-module__I06kBa__techGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:650px){.TechTabs-module__I06kBa__techGrid{grid-template-columns:repeat(2,1fr)}.TechTabs-module__I06kBa__contentArea{padding:20px}}
.Testimonials-module__ItA9Ha__section{background-color:var(--light-bg);font-family:var(--font-family);padding:80px 0}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:50px}.Testimonials-module__ItA9Ha__badge{color:var(--primary-orange);letter-spacing:1.5px;text-transform:uppercase;background:#d85d271a;border-radius:30px;margin-bottom:20px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-block}.Testimonials-module__ItA9Ha__title{color:var(--dark-blue);margin-bottom:16px;font-size:32px;font-weight:800}.Testimonials-module__ItA9Ha__titleHighlight{color:var(--primary-orange)}.Testimonials-module__ItA9Ha__subtitle{color:var(--gray-text);max-width:700px;margin:0 auto;font-size:16px;line-height:1.6}.Testimonials-module__ItA9Ha__tabs{border-bottom:1.5px solid var(--border-color);justify-content:center;gap:20px;margin-bottom:40px;display:flex}.Testimonials-module__ItA9Ha__tab{color:var(--gray-text);cursor:pointer;background:0 0;border:none;padding:14px 32px;font-size:16px;font-weight:600;transition:all .3s;position:relative}.Testimonials-module__ItA9Ha__tab:hover,.Testimonials-module__ItA9Ha__tab.Testimonials-module__ItA9Ha__active{color:var(--primary-orange)}.Testimonials-module__ItA9Ha__tab.Testimonials-module__ItA9Ha__active:after{content:"";background:var(--primary-orange);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-2.5px;left:0;right:0}.Testimonials-module__ItA9Ha__videoGrid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.Testimonials-module__ItA9Ha__videoCard{background:var(--white);border:1px solid var(--border-color-light);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.Testimonials-module__ItA9Ha__videoThumb{cursor:pointer;background:#000;width:100%;height:240px;position:relative}.Testimonials-module__ItA9Ha__videoPoster{object-fit:cover;opacity:.8;width:100%;height:100%;transition:opacity .3s}.Testimonials-module__ItA9Ha__videoThumb:hover .Testimonials-module__ItA9Ha__videoPoster{opacity:.9}.Testimonials-module__ItA9Ha__playBtn{background:var(--white);width:60px;height:60px;color:var(--primary-orange);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #00000026}.Testimonials-module__ItA9Ha__videoThumb:hover .Testimonials-module__ItA9Ha__playBtn{background:var(--primary-orange);color:var(--white);transform:translate(-50%,-50%)scale(1.1)}.Testimonials-module__ItA9Ha__videoInfo{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex}.Testimonials-module__ItA9Ha__videoText{color:var(--gray-text);font-size:14px;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__videoReviewer{border-top:1px solid var(--border-color-light);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.Testimonials-module__ItA9Ha__avatarInfo{flex-direction:column;gap:2px;display:flex}.Testimonials-module__ItA9Ha__stars{color:#e62415;letter-spacing:1px;font-size:14px}.Testimonials-module__ItA9Ha__platformRow{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px;display:grid}.Testimonials-module__ItA9Ha__platformCard{background:var(--white);border:1px solid var(--border-color-light);border-radius:12px;justify-content:space-between;align-items:center;padding:24px;display:flex;box-shadow:0 4px 15px #00000005}.Testimonials-module__ItA9Ha__platformLeft{align-items:center;gap:20px;display:flex}.Testimonials-module__ItA9Ha__ratingCircle{border:3.5px solid var(--dark-blue);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.Testimonials-module__ItA9Ha__ratingCircle.Testimonials-module__ItA9Ha__upwork{border-color:#14a800}.Testimonials-module__ItA9Ha__ratingNum{color:var(--dark-blue);font-size:18px;font-weight:800;line-height:1}.Testimonials-module__ItA9Ha__ratingOf{color:var(--gray-text);font-size:10px}.Testimonials-module__ItA9Ha__platformInfo{flex-direction:column;gap:4px;display:flex}.Testimonials-module__ItA9Ha__platformName{color:var(--dark-blue);font-size:18px;font-weight:800}.Testimonials-module__ItA9Ha__platformName.Testimonials-module__ItA9Ha__upwork{color:#14a800}.Testimonials-module__ItA9Ha__platformDesc{color:var(--gray-text);font-size:12px}.Testimonials-module__ItA9Ha__platformRight{text-align:right}.Testimonials-module__ItA9Ha__percentage{color:var(--dark-blue);font-size:32px;font-weight:800;line-height:1}.Testimonials-module__ItA9Ha__platformCard.Testimonials-module__ItA9Ha__upworkCard .Testimonials-module__ItA9Ha__percentage{color:#14a800}.Testimonials-module__ItA9Ha__percentageDesc{color:var(--gray-text);font-size:11px}.Testimonials-module__ItA9Ha__subtabs{gap:12px;margin-bottom:30px;display:flex}.Testimonials-module__ItA9Ha__subtab{border:2px solid var(--border-color);color:var(--gray-text);cursor:pointer;background:0 0;border-radius:30px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__subtab:hover{border-color:var(--primary-orange);color:var(--primary-orange)}.Testimonials-module__ItA9Ha__subtab.Testimonials-module__ItA9Ha__active{background:var(--primary-orange);border-color:var(--primary-orange);color:var(--white)}.Testimonials-module__ItA9Ha__subtab.Testimonials-module__ItA9Ha__active.Testimonials-module__ItA9Ha__upwork{background:#14a800;border-color:#14a800}.Testimonials-module__ItA9Ha__subtabCount{opacity:.8;font-size:11px;font-style:normal}.Testimonials-module__ItA9Ha__reviewsGrid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.Testimonials-module__ItA9Ha__reviewCard{background:var(--white);border-top:4px solid var(--primary-orange);border-radius:16px;flex-direction:column;gap:16px;padding:30px;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000005}.Testimonials-module__ItA9Ha__reviewCard.Testimonials-module__ItA9Ha__upworkReview{border-top-color:#14a800}.Testimonials-module__ItA9Ha__reviewCard:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000f}.Testimonials-module__ItA9Ha__reviewTitle{color:var(--dark-blue);font-size:16px;font-weight:700}.Testimonials-module__ItA9Ha__reviewCard.Testimonials-module__ItA9Ha__upworkReview .Testimonials-module__ItA9Ha__reviewTitle{color:#14a800}.Testimonials-module__ItA9Ha__reviewText{color:var(--gray-text);flex:1;font-size:14px;line-height:1.6}.Testimonials-module__ItA9Ha__reviewFooter{border-top:1px solid var(--border-color-light);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.Testimonials-module__ItA9Ha__reviewer{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__reviewerName{color:var(--dark-blue);font-size:15px;font-weight:700}.Testimonials-module__ItA9Ha__reviewerRole{color:var(--gray-text);font-size:12px}.Testimonials-module__ItA9Ha__verifiedLabel{text-align:right;color:var(--gray-text);font-size:10px;font-weight:700}.Testimonials-module__ItA9Ha__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2100;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Testimonials-module__ItA9Ha__modalContent{aspect-ratio:16/9;width:90%;max-width:960px;position:relative}.Testimonials-module__ItA9Ha__modalClose{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:36px;position:absolute;top:-45px;right:0}.Testimonials-module__ItA9Ha__modalIframe{border:none;width:100%;height:100%}@media (max-width:992px){.Testimonials-module__ItA9Ha__videoGrid,.Testimonials-module__ItA9Ha__platformRow,.Testimonials-module__ItA9Ha__reviewsGrid{grid-template-columns:1fr}}
.services-module__GAy2gG__section{background:var(--white);font-family:var(--font-family);min-height:calc(100vh - var(--header-height) - 400px);padding:80px 0}.services-module__GAy2gG__backLink{color:var(--primary-orange);align-items:center;gap:8px;margin-bottom:40px;font-size:14px;font-weight:600;display:inline-flex}.services-module__GAy2gG__backLink:hover{color:var(--primary-orange-hover)}.services-module__GAy2gG__grid{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:60px;display:grid}.services-module__GAy2gG__leftCol{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.services-module__GAy2gG__iconBox{background:var(--light-bg);width:80px;height:80px;color:var(--primary-orange);border-radius:16px;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.services-module__GAy2gG__leftCol h1{color:var(--dark-blue);font-size:40px;font-weight:800;line-height:1.2}.services-module__GAy2gG__descText{color:var(--gray-text);margin-bottom:10px;font-size:18px;line-height:1.6}.services-module__GAy2gG__rightCol{border:1px solid var(--border-color-light);background:#faf6f2;border-radius:16px;padding:40px}.services-module__GAy2gG__rightCol h3{color:var(--dark-blue);margin-bottom:24px;font-size:20px;font-weight:700;position:relative}.services-module__GAy2gG__featuresList{flex-direction:column;gap:16px;padding:0;display:flex}.services-module__GAy2gG__featureItem{color:var(--dark-blue);align-items:center;gap:12px;font-size:15px;font-weight:600;list-style:none;display:flex}.services-module__GAy2gG__bullet{background:var(--primary-orange);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (max-width:992px){.services-module__GAy2gG__grid{grid-template-columns:1fr;gap:40px}}
.FaqAccordion-module__VyPCzG__section{background:var(--white);font-family:var(--font-family);padding:80px 0}.FaqAccordion-module__VyPCzG__titleArea{text-align:center;margin-bottom:50px}.FaqAccordion-module__VyPCzG__titleArea h2{color:var(--dark-blue);margin-top:10px;margin-bottom:12px;font-size:32px;font-weight:800}.FaqAccordion-module__VyPCzG__titleArea p{color:var(--gray-text);font-size:16px}.FaqAccordion-module__VyPCzG__accordionGrid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px;display:grid}.FaqAccordion-module__VyPCzG__faqItem{border:1px solid var(--border-color-light);background:#faf6f2;border-radius:12px;height:fit-content;transition:all .3s;overflow:hidden}.FaqAccordion-module__VyPCzG__faqItem.FaqAccordion-module__VyPCzG__active{border-color:var(--primary-orange);background:var(--white);box-shadow:0 4px 15px #d85d270d}.FaqAccordion-module__VyPCzG__questionHeader{text-align:left;cursor:pointer;width:100%;color:var(--dark-blue);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:700;display:flex}.FaqAccordion-module__VyPCzG__faqItem.FaqAccordion-module__VyPCzG__active .FaqAccordion-module__VyPCzG__questionHeader{color:var(--primary-orange)}.FaqAccordion-module__VyPCzG__chevron{color:var(--gray-text);flex-shrink:0;transition:transform .3s}.FaqAccordion-module__VyPCzG__faqItem.FaqAccordion-module__VyPCzG__active .FaqAccordion-module__VyPCzG__chevron{color:var(--primary-orange);transform:rotate(180deg)}.FaqAccordion-module__VyPCzG__answerBody{max-height:0;transition:max-height .3s;overflow:hidden}.FaqAccordion-module__VyPCzG__faqItem.FaqAccordion-module__VyPCzG__active .FaqAccordion-module__VyPCzG__answerBody{max-height:300px}.FaqAccordion-module__VyPCzG__answerContent{color:var(--gray-text);padding:0 24px 20px;font-size:14px;line-height:1.6}.FaqAccordion-module__VyPCzG__btnContainer{justify-content:center;display:flex}@media (max-width:992px){.FaqAccordion-module__VyPCzG__accordionGrid{grid-template-columns:1fr}}
