.page_page__ZU32B{display:flex;flex-direction:column;min-height:100vh}.Articles_articles__5qIXQ{padding:6rem 2rem;background:var(--background)}.Articles_container__9EWhu{max-width:1200px;margin:0 auto}.Articles_header__y_ZM8{text-align:center;max-width:800px;margin:0 auto 4rem}.Articles_title__QJ32K{font-size:3rem;font-weight:700;color:var(--foreground);line-height:1.2;margin-bottom:1.5rem}.Articles_subtitle__EiFQq{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.Articles_grid__XKX1x{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Articles_articleLink__fNdgu{text-decoration:none;color:inherit;display:block}.Articles_card__lxrJ6{background:var(--background);border:1px solid var(--border-color);border-radius:0;overflow:hidden;transition:all .3s ease}.Articles_card__lxrJ6:hover{transform:translateY(-4px);border-color:var(--accent-color)}.Articles_imageWrapper__UYPvM{position:relative;width:100%;height:240px}.Articles_image__iSf3v{width:100%;height:100%;object-fit:cover}.Articles_category__5Yof8{position:absolute;top:1rem;left:1rem;background:var(--accent-color);color:var(--background);padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:500}.Articles_content__FJVEi{padding:1.5rem}.Articles_articleTitle__hHQuc{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;line-height:1.4}.Articles_meta__RSaWT{display:flex;gap:1.5rem}.Articles_author__9DZLH,.Articles_date__M7Upe{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem}.Articles_author__9DZLH svg,.Articles_date__M7Upe svg{width:16px;height:16px;flex-shrink:0}.Articles_author__9DZLH svg path,.Articles_date__M7Upe svg path{fill:var(--text-secondary)}@media (max-width:1024px){.Articles_grid__XKX1x{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.Articles_articles__5qIXQ{padding:4rem 1rem}.Articles_title__QJ32K{font-size:2.25rem}.Articles_grid__XKX1x{grid-template-columns:1fr}.Articles_imageWrapper__UYPvM{height:200px}}.CallToAction_container__5A7ru{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}[data-theme=dark] .CallToAction_container__5A7ru{background-image:url(/assets/bg_dark.png)}[data-theme=light] .CallToAction_container__5A7ru{background-image:url(/assets/bg_white.jpg)}.CallToAction_container_filter__FYAOz{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.CallToAction_content__zac09{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative;z-index:2}.CallToAction_title__33J8g{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--foreground);text-transform:uppercase;letter-spacing:1px;max-width:900px}.CallToAction_button__wDNh1{background:var(--accent-color);color:var(--background);border:none;padding:1.5rem 3rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-transform:uppercase;letter-spacing:2px;border-radius:0}.CallToAction_button__wDNh1:hover{background:var(--accent-hover);transform:translateY(-2px)}.CallToAction_button__wDNh1:active{transform:translateY(0)}@media (max-width:768px){.CallToAction_container__5A7ru{padding:6rem 1.5rem}.CallToAction_title__33J8g{font-size:2rem}.CallToAction_button__wDNh1{padding:1.25rem 2.5rem;font-size:1rem}}@media (max-width:480px){.CallToAction_container__5A7ru{padding:5rem 1rem}.CallToAction_title__33J8g{font-size:1.75rem}.CallToAction_button__wDNh1{padding:1rem 2rem;width:100%;max-width:300px}}.Contact_contactSection__weUak{padding:5rem 2rem;background-color:var(--background);color:var(--foreground)}.Contact_successMessage__WvnNW{padding:1rem;margin-bottom:1.5rem;background-color:rgba(0,128,0,.1);border:1px solid green;color:green;border-radius:4px}.Contact_errorMessage__YmUXB{padding:1rem;margin-bottom:1.5rem;background-color:rgba(255,0,0,.1);border:1px solid red;color:red;border-radius:4px}.Contact_fieldError__yDd7H{color:red;font-size:.8rem;margin-top:.25rem}.Contact_inputWrapper__EetD_{display:flex;flex-direction:column;width:100%;margin-bottom:.5rem}.Contact_inputError__MoUc_{border-color:red!important}.Contact_checkboxWrapper__CqPpa{flex:1 1}.Contact_checkboxError__4ugRt{color:red}.Contact_submitButton___5BXb:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact_contactContainer__Dzdus{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:3fr 2fr;grid-gap:4rem;gap:4rem}.Contact_findUs__lVtxK h2,.Contact_messageForm__8ZS94 h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:var(--foreground)}.Contact_findUs__lVtxK{padding:2.5rem;border:1px solid var(--border-color);background:var(--background)}.Contact_formRow__ntlGR{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.Contact_input__hvWdQ{width:100%;padding:1rem;background:var(--background);border:1px solid var(--border-color);color:var(--foreground);font-size:1rem;transition:border-color .3s ease}.Contact_input__hvWdQ:focus{border-color:var(--accent-color);outline:none}.Contact_input__hvWdQ::placeholder{color:var(--text-secondary)}.Contact_textarea__tDtMf{width:100%;padding:1rem;background:var(--background);border:1px solid var(--border-color);color:var(--foreground);font-size:1rem;margin-bottom:1rem;resize:vertical;transition:border-color .3s ease}.Contact_textarea__tDtMf:focus{border-color:var(--accent-color);outline:none}.Contact_textarea__tDtMf::placeholder{color:var(--text-secondary)}.Contact_formFooter__MBuC2{display:flex;justify-content:space-between;align-items:center;gap:2rem}.Contact_checkbox__B7uQE{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.Contact_checkbox__B7uQE input[type=checkbox]{margin-top:.25rem}.Contact_submitButton___5BXb{padding:1rem 2rem;width:300px;background:var(--accent-color);color:var(--background);border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-transform:uppercase;letter-spacing:1px}.Contact_submitButton___5BXb:hover{background:var(--accent-hover);transform:translateY(-2px)}.Contact_submitButton___5BXb:active{transform:translateY(0)}.Contact_contactInfo__hUXvh{display:flex;flex-direction:column;gap:2rem}.Contact_contactInfo__hUXvh h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--foreground);font-weight:600}.Contact_contactInfo__hUXvh p{color:var(--text-secondary);line-height:1.5;font-size:1.125rem}.Contact_whatsappContainer__UWohK{display:flex;align-items:center;gap:.5rem}.Contact_inlineQrCode__gMG5d{border:1px solid var(--border-color);padding:4px;background-color:white}.Contact_qrButton__1Nct4{background:none;border:1px solid var(--border-color);cursor:pointer;color:var(--foreground);padding:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s}.Contact_qrButton__1Nct4:hover{background-color:var(--border-color);border-color:var(--accent-color)}.Contact_qrCodeModal__8pgOj{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Contact_qrCodeContainer__sFdj0{background-color:var(--background);padding:2rem;border:1px solid var(--border-color);position:relative;max-width:90%;box-shadow:0 10px 30px rgba(0,0,0,.3)}.Contact_closeButton__JEth6{position:absolute;top:.75rem;right:.75rem;background:none;border:1px solid var(--border-color);font-size:1.5rem;cursor:pointer;color:var(--foreground);width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s}.Contact_closeButton__JEth6:hover{background-color:var(--border-color);border-color:var(--accent-color)}.Contact_qrCodeImage__fun_c{display:block;max-width:100%;height:auto;border:1px solid var(--border-color);background-color:white;padding:1rem}@media (max-width:768px){.Contact_contactContainer__Dzdus{grid-template-columns:1fr;gap:3rem}.Contact_formFooter__MBuC2{flex-direction:column;align-items:stretch}.Contact_submitButton___5BXb{width:100%}.Contact_findUs__lVtxK{padding:1.5rem}.Contact_findUs__lVtxK h2,.Contact_messageForm__8ZS94 h2{font-size:2rem}}.Hero_hero__1d92z{background-color:var(--background);color:var(--foreground);min-height:850px;display:flex;flex-direction:column;justify-content:center;position:relative;background-size:cover}[data-theme=dark] .Hero_hero__1d92z{background-image:url(/assets/bg_dark.png)}[data-theme=light] .Hero_hero__1d92z{background-image:url(/assets/bg_white.jpg)}.Hero_container__KML1d{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.Hero_content__FJG4L{max-width:800px;text-align:center}.Hero_established__L4aGZ{font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem}.Hero_title__bGj6o{font-family:Josefin Sans,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--foreground)}.Hero_subtitle___gKKT{font-family:Josefin Sans,sans-serif;font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2.5rem}.Hero_refImageContainer__ytJ6w{margin:2rem 0;display:flex;justify-content:center}.Hero_refImage__TtC8J{max-width:100%;height:auto;max-height:50px}.Hero_cta__eILJu{display:flex;margin-bottom:2rem;justify-content:center}.Hero_primaryButton__lbV4g{background-color:var(--accent-color);color:var(--background);border:none;padding:1rem 2rem;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease;margin-right:1rem}.Hero_primaryButton__lbV4g:hover{background-color:var(--accent-hover)}.Hero_buttonIcon__SDHHT{margin-left:.5rem}.Hero_secondaryButton__ttf8W{background-color:transparent;color:var(--foreground);border:1px solid var(--border-color);padding:1rem 2rem;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.Hero_secondaryButton__ttf8W:hover{background-color:var(--border-color);border-color:var(--accent-hover)}.Hero_brandLabel__gVEPV{font-size:.9rem;text-align:center}.Hero_brandLabel__gVEPV,.Hero_scrollIndicator__x9B4e{font-family:Josefin Sans,sans-serif;color:var(--text-secondary)}.Hero_scrollIndicator__x9B4e{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;font-size:.8rem}.Hero_mouseIcon__G5hot{width:24px;height:40px;border:2px solid var(--text-secondary);border-radius:12px;margin-bottom:.5rem;position:relative}.Hero_mouseIcon__G5hot:before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:4px;height:8px;background-color:var(--text-secondary);border-radius:2px;animation:Hero_scrollAnimation__AHQlI 2s infinite}@keyframes Hero_scrollAnimation__AHQlI{0%{opacity:1;transform:translateX(-50%) translateY(0)}75%{opacity:0;transform:translateX(-50%) translateY(16px)}to{opacity:0;transform:translateX(-50%) translateY(16px)}}@media (max-width:992px){.Hero_title__bGj6o{font-size:2.5rem}}@media (max-width:576px){.Hero_cta__eILJu{flex-direction:column}.Hero_primaryButton__lbV4g{margin-right:0;margin-bottom:1rem;justify-content:center}.Hero_title__bGj6o{font-size:2rem}}.LogoCarousel_logoCarousel__QUfJp{width:100%;overflow:hidden;white-space:nowrap;position:relative;display:flex;padding:20px 0;background:transparent}.LogoCarousel_slide__2bWDe{display:flex;animation:LogoCarousel_slide__2bWDe 60s linear infinite}.LogoCarousel_logo__Ea2_w{display:flex;align-items:center;justify-content:center;margin:0 20px;opacity:.7;transition:opacity .3s}.LogoCarousel_logo__Ea2_w:hover{opacity:1}@keyframes LogoCarousel_slide__2bWDe{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.Projects_container__fDhJC{padding:5rem 2rem;max-width:1200px;margin:0 auto}.Projects_header__gaGPB{text-align:center;max-width:800px;margin:0 auto 4rem}.Projects_title__00Oj3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.Projects_subtitle__Q8Rza{color:var(--text-secondary);font-size:1.125rem;line-height:1.75}.Projects_categories__eKaoO{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.Projects_categoryButton__4EwzC{padding:.75rem 1.5rem;border-radius:8px;border:1px solid var(--header-border);background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-size:1rem}.Projects_categoryButton__4EwzC:hover{border-color:var(--text-primary);color:var(--text-primary)}.Projects_categoryButton__4EwzC.Projects_active__JJwv9{background:var(--text-primary);color:var(--background);border-color:var(--text-primary)}.Projects_grid__pXyJr{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.Projects_projectCard__N_Zb5{position:relative;cursor:pointer;border-radius:16px;overflow:hidden;aspect-ratio:16/9}.Projects_imageWrapper__6ph2z{position:relative;width:100%;height:100%}.Projects_imageWrapper__6ph2z img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Projects_projectCard__N_Zb5:hover img{transform:scale(1.05)}.Projects_overlay__tPbjt{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:white;transition:opacity .3s ease}.Projects_overlay__tPbjt h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.Projects_overlay__tPbjt p{font-size:1rem;opacity:.9}.Projects_modal___apoF{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.Projects_modalContent__G0_F_{background:var(--background);border-radius:16px;max-width:900px;width:95%;position:relative;overflow:hidden;max-height:90vh}.Projects_closeButton__5rca2{position:absolute;top:1rem;right:1rem;background:var(--background);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.2)}.Projects_modalLayout__BTosE{display:flex;flex-direction:column;height:100%;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--text-secondary) transparent}.Projects_modalLayout__BTosE::-webkit-scrollbar{width:8px}.Projects_modalLayout__BTosE::-webkit-scrollbar-track{background:transparent}.Projects_modalLayout__BTosE::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:20px}.Projects_modalImagesContainer__rr3BG{position:relative;height:500px;min-height:500px;overflow:hidden}.Projects_modalText___02B_{padding:2rem;border-top:1px solid var(--header-border)}.Projects_modalText___02B_ h3{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.Projects_modalText___02B_ .Projects_category__84V7P{color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem}.Projects_modalText___02B_ .Projects_description___O8HA{color:var(--text-primary);line-height:1.75;font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.Projects_modalText___02B_ .Projects_details__KHQuw{color:var(--text-secondary);line-height:1.75;font-size:1.125rem}.Projects_modalText___02B_ .Projects_details__KHQuw p{margin-bottom:1rem}.Projects_modalImages__Y_4gr{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--text-secondary) transparent;gap:1rem;padding:1rem;scroll-behavior:smooth;height:calc(100% - 40px)}.Projects_modalImages__Y_4gr::-webkit-scrollbar{height:8px}.Projects_modalImages__Y_4gr::-webkit-scrollbar-track{background:transparent}.Projects_modalImages__Y_4gr::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:20px}.Projects_modalImage__xitsR{flex:0 0 100%;height:calc(100% - 50px);position:relative;scroll-snap-align:start;border-radius:8px;overflow:hidden;transition:opacity .3s ease}.Projects_modalImage__xitsR img{width:100%;height:100%;object-fit:contain}.Projects_navButton__fve5p{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:white;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s ease}.Projects_navButton__fve5p:hover{background:rgba(0,0,0,.8)}.Projects_prevButton__Ip89u{left:1rem}.Projects_nextButton__jzXwB{right:1rem}.Projects_imageDots__013Mq{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;padding-bottom:.5rem}.Projects_imageDot__OcRLS{width:10px;height:10px;border-radius:50%;background:var(--text-secondary);opacity:.5;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.Projects_imageDot__OcRLS:hover{opacity:.8}.Projects_activeDot__4cTGF{opacity:1;transform:scale(1.2);background:var(--text-primary)}@media (max-width:768px){.Projects_container__fDhJC{padding:3rem 1rem}.Projects_grid__pXyJr{grid-template-columns:1fr}.Projects_categories__eKaoO{gap:.5rem}.Projects_categoryButton__4EwzC{padding:.5rem 1rem;font-size:.875rem}.Projects_modalContent__G0_F_{margin:1rem;max-height:95vh;width:90%}.Projects_modalImagesContainer__rr3BG{height:250px;min-height:auto}.Projects_modalText___02B_{padding:1.5rem}.Projects_modalText___02B_ h3{font-size:1.5rem}.Projects_modalText___02B_ .Projects_description___O8HA{font-size:1.125rem}.Projects_navButton__fve5p{width:32px;height:32px}.Projects_prevButton__Ip89u{left:.5rem}.Projects_nextButton__jzXwB{right:.5rem}}.CaseStudies_caseStudiesSection__JLdM_{background:var(--background);padding:5rem 0;border-bottom:1px solid var(--border-color)}.CaseStudies_caseStudiesSection__JLdM_:last-child{border-bottom:none}.CaseStudies_container__KQKij{max-width:1200px;margin:0 auto;overflow-x:visible;padding:0 2rem}.CaseStudies_sectionTitle__WAwT6{font-size:2.25rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.CaseStudies_sectionSubtitle__sIJrl{font-size:1.25rem;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;text-align:center;line-height:1.6}.CaseStudies_caseStudyCard__o0THF{background:var(--card-background);border:1px solid var(--border-color);border-radius:4px;overflow:hidden;margin-bottom:3rem}.CaseStudies_caseStudyCard__o0THF:last-child{margin-bottom:0}.CaseStudies_caseStudyContent__bZAAC{display:grid;grid-template-columns:1fr 1fr}.CaseStudies_caseStudyGalleryContainer__S_XNj,.CaseStudies_caseStudyGallery__EjjT5{position:relative;width:100%;height:100%}.CaseStudies_caseStudyGallery__EjjT5{overflow:hidden}.CaseStudies_caseStudyImage__iF43r{width:100%;height:100%;object-fit:cover;display:block}.CaseStudies_galleryControls__mcVDA{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:1rem;background:rgba(0,0,0,.5);padding:.5rem;border-radius:4px;margin:0 1rem}.CaseStudies_galleryButton__cd8C7{background:transparent;border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;transition:background-color .2s ease}.CaseStudies_galleryButton__cd8C7:hover{background-color:rgba(255,255,255,.2)}.CaseStudies_galleryIndicator__Ie8Wa{color:white;font-size:.875rem}.CaseStudies_expandButton__exdmc{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.5);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.CaseStudies_expandButton__exdmc:hover{background-color:rgba(0,0,0,.7)}.CaseStudies_expandedView__z47eW{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:1000;display:flex;align-items:center;justify-content:center}.CaseStudies_expandedImageContainer__vrJCd{position:relative;width:80%;height:80%;display:flex;align-items:center;justify-content:center}.CaseStudies_expandedImage__hf7j2{max-width:100%;max-height:100%;object-fit:contain}.CaseStudies_expandedControls__Q9CDu{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:2rem;background:rgba(0,0,0,.5)}.CaseStudies_expandedButton__mts26{background:transparent;border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.CaseStudies_expandedButton__mts26:hover{background-color:rgba(255,255,255,.2)}.CaseStudies_expandedIndicator__jkjLf{color:white;font-size:1rem}.CaseStudies_closeButton__wDG8w{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.CaseStudies_closeButton__wDG8w:hover{background-color:rgba(255,255,255,.2)}.CaseStudies_caseStudyText__MhkhN{padding:3rem;display:flex;flex-direction:column;gap:1.5rem}.CaseStudies_caseStudyTitle__QeLKS{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.CaseStudies_caseStudySubtitle__pegP_{font-size:1.1rem;font-weight:500;color:var(--primary-color);margin-bottom:1rem}.CaseStudies_caseStudyDescription__XN7GT{font-size:1rem;color:var(--text-secondary);line-height:1.6}.CaseStudies_caseStudyTextContainer__Fi_tx{position:relative;overflow:hidden}.CaseStudies_caseStudyTextContainer__Fi_tx.CaseStudies_truncated__mvR04{max-height:200px;mask-image:linear-gradient(180deg,black 70%,transparent);-webkit-mask-image:linear-gradient(180deg,black 70%,transparent)}.CaseStudies_readMoreButton__oRJwX{display:inline-block;margin-top:.5rem;font-size:.9rem;color:var(--primary-color);cursor:pointer;transition:color .2s ease;text-align:left}.CaseStudies_readMoreButton__oRJwX:hover{color:var(--primary-color-dark);text-decoration:underline}.CaseStudies_caseStudyStats__tYvKZ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.CaseStudies_caseStudyStat__Pv9NI{display:flex;flex-direction:column;gap:.5rem}.CaseStudies_caseStudyStatValue__YK2tQ{font-size:2rem;font-weight:700;color:var(--primary-color)}.CaseStudies_caseStudyStatLabel__qsLUU{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}@media (max-width:1024px){.CaseStudies_caseStudyContent__bZAAC{grid-template-columns:1fr}}@media (max-width:768px){.CaseStudies_caseStudiesSection__JLdM_{padding:3rem 0}.CaseStudies_sectionTitle__WAwT6{font-size:2rem}.CaseStudies_sectionSubtitle__sIJrl{font-size:1.125rem}}@media (max-width:480px){.CaseStudies_container__KQKij{padding:0 1rem}.CaseStudies_caseStudiesSection__JLdM_{padding:2.5rem 0}.CaseStudies_sectionTitle__WAwT6{font-size:1.75rem}.CaseStudies_caseStudyStats__tYvKZ{grid-template-columns:1fr}}.Stats_stats__CMdks{background-color:var(--background);padding:4rem 0}.Stats_container__Z3Zdw{max-width:1400px;margin:0 auto;padding:0 2rem}.Stats_statsGrid__SII2Q{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Stats_statCard__Om98J{background-color:var(--background);border:1px solid var(--border-color);padding:2rem;border-radius:0;display:flex;flex-direction:column;align-items:flex-start}.Stats_statTitle__tfZWU{font-size:1rem;font-weight:500;margin-bottom:1rem}.Stats_statTitle__tfZWU,.Stats_statValue__391_6{font-family:Josefin Sans,sans-serif;color:var(--accent-color)}.Stats_statValue__391_6{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.Stats_statIncrease__rjnLc{display:flex;align-items:center;font-family:Josefin Sans,sans-serif;font-size:.9rem;color:var(--accent-color)}.Stats_trendingIcon___9sSR{margin-right:.5rem}@media (max-width:992px){.Stats_statsGrid__SII2Q{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Stats_statsGrid__SII2Q{grid-template-columns:1fr}}.Testimonials_testimonials__0Y6Xy{padding:4rem 1.5rem;max-width:1200px;margin:0 auto;background-color:var(--background);color:var(--foreground);overflow-x:hidden;width:100%;box-sizing:border-box}.Testimonials_header__YeKEP{text-align:center;margin-bottom:4rem}.Testimonials_label__s_s9i{background:var(--accent-color);color:var(--background);padding:.7rem 1rem .5rem;font-size:.875rem;font-weight:500;display:inline-block}.Testimonials_title__ILVQf{font-size:2.5rem;margin:1.25rem 0 1rem;font-weight:600;color:var(--foreground)}.Testimonials_subtitle__WE0D3{color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6;font-size:1.125rem}.Testimonials_slider__RZJw5{width:100%;overflow:hidden;margin-bottom:40px;padding:0 20px;box-sizing:border-box}.Testimonials_slideTrack__48bmK{display:flex;width:100%;transition:transform .5s ease-in-out;gap:30px}.Testimonials_testimonial__ItHdm{min-width:calc(50% - 15px);width:calc(50% - 15px);background:var(--background);border:1px solid var(--border-color);padding:2rem;transition:transform .3s ease;flex-shrink:0;box-sizing:border-box}.Testimonials_testimonial__ItHdm:hover{border-color:var(--accent-color)}.Testimonials_content__ioCTk{margin-bottom:1.5rem;color:var(--foreground);line-height:1.75}.Testimonials_author__dcWXd{display:flex;align-items:flex-start;gap:16px}.Testimonials_avatar__zQx18{width:50px;height:50px;border-radius:25px;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;font-weight:500;color:var(--text-secondary);overflow:hidden}.Testimonials_avatarImage__wtLaW{width:100%;height:100%;object-fit:cover;object-position:top}.Testimonials_info__9zEFA h3{font-size:1.125rem;margin:0 0 .25rem;color:var(--foreground)}.Testimonials_info__9zEFA p{color:var(--text-secondary);font-size:14px;margin:0}.Testimonials_socialLinks__jU5eH{display:flex;gap:12px;margin-top:8px}.Testimonials_socialLinks__jU5eH a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--accent-color);color:var(--background);transition:all .2s ease}.Testimonials_socialLinks__jU5eH a:hover{background:var(--accent-hover);color:var(--background)}.Testimonials_dots__8YFAO{display:flex;justify-content:center;gap:8px}.Testimonials_dotActive__IefgL,.Testimonials_dot__osH_9{width:8px;height:8px;border-radius:4px;background:var(--border-color);cursor:pointer;transition:all .2s}.Testimonials_dotActive__IefgL{width:24px;background:var(--accent-color)}@media (max-width:768px){.Testimonials_testimonials__0Y6Xy{padding:3rem 1rem}.Testimonials_testimonial__ItHdm{min-width:100%;width:100%;padding:1.5rem}.Testimonials_slider__RZJw5{padding:0;margin-bottom:30px;width:100%}.Testimonials_slideTrack__48bmK{gap:0;width:100%}.Testimonials_title__ILVQf{font-size:28px;margin:1rem 0 .75rem}.Testimonials_subtitle__WE0D3{font-size:14px}.Testimonials_header__YeKEP{margin-bottom:2.5rem}.Testimonials_content__ioCTk{font-size:15px;margin-bottom:1.25rem}.Testimonials_author__dcWXd{gap:12px}.Testimonials_avatar__zQx18{width:40px;height:40px}.Testimonials_info__9zEFA h3{font-size:1rem}.Testimonials_info__9zEFA p{font-size:13px}}.WhatWeOffer_container__OUB1Q{padding:5rem 2rem;max-width:1260px;margin:0 auto;z-index:5}.WhatWeOffer_header__r7iZn{text-align:center;max-width:800px;margin:0 auto 4rem}.WhatWeOffer_title__SFuY2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.WhatWeOffer_subtitle__sXQde{color:var(--text-secondary);font-size:1.125rem;line-height:1.75}.WhatWeOffer_grid__olkMT{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}.WhatWeOffer_card__WuVLi{background:var(--background);border-radius:0;padding:2rem;transition:all .3s ease;border:1px solid var(--border-color);position:relative}.WhatWeOffer_card__WuVLi:hover{transform:translateY(-5px);border-color:var(--accent-color)}.WhatWeOffer_iconWrapper__8XwSM{background:var(--accent-color);width:48px;height:48px;border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.WhatWeOffer_icon__qaPIB{color:var(--background);width:24px;height:24px}.WhatWeOffer_card__WuVLi h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.WhatWeOffer_card__WuVLi p{color:var(--text-secondary);line-height:1.75;margin-bottom:1.5rem;font-size:1rem}.WhatWeOffer_card__WuVLi ul{list-style-type:none;padding-left:0;margin:1.5rem 0}.WhatWeOffer_card__WuVLi li{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.75rem;position:relative;line-height:1.5}.WhatWeOffer_card__WuVLi li:before{content:"•";color:var(--accent-color);font-size:1.5em;position:absolute;left:.5rem;top:-.25rem}.WhatWeOffer_note__eOKQt{font-size:.875rem;color:var(--text-secondary);font-style:italic;margin-top:1.5rem;line-height:1.5}.WhatWeOffer_providedBy__vCXYQ{position:absolute;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;align-items:flex-end}.WhatWeOffer_providedBy__vCXYQ span{font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.WhatWeOffer_providerLogo___b6XV{width:130px;height:auto;object-fit:contain}.WhatWeOffer_learnMore__PGwW1{display:inline-flex;align-items:center;background-color:var(--accent-color);color:var(--background);padding:.5rem 1rem;border-radius:0;font-weight:500;text-decoration:none;transition:all .2s ease;margin-top:1rem}.WhatWeOffer_externalLinkIcon___TMzr{margin-left:4px}.WhatWeOffer_learnMore__PGwW1:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.WhatWeOffer_comingSoonBanner__vYzxD{position:absolute;top:0;right:0;width:150px;height:150px;overflow:hidden;z-index:1}.WhatWeOffer_comingSoonBanner__vYzxD:before{content:"COMING SOON";position:absolute;display:block;width:225px;padding:.5rem 0;background-color:var(--accent-color);color:var(--background);font-weight:600;font-size:.65rem;text-align:center;right:-70px;top:28px;transform:rotate(45deg);box-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width:768px){.WhatWeOffer_container__OUB1Q{padding:2rem 1rem}.WhatWeOffer_title__SFuY2{font-size:2rem;margin-bottom:2rem}.WhatWeOffer_grid__olkMT{grid-template-columns:1fr}.WhatWeOffer_card__WuVLi{padding:1.5rem}}