@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");.home_section__bCaaS{width:100%;padding:5rem 2rem;max-width:var(--container-width);margin:0 auto}.home_section_title___8K5M{font-size:2.5rem;text-align:center;margin-bottom:1rem;line-height:1.3}.home_section_subtitle__6j4vS{font-size:1.125rem;color:var(--text-light);text-align:center;max-width:600px;margin:0 auto 3rem}.home_hero__o4ZPq{padding-top:calc(var(--nav-height) + 6rem);padding-bottom:calc(var(--nav-height) + 2.8rem);min-height:90vh;display:flex;align-items:center;text-align:center;color:var(--text-white);overflow:hidden;position:relative;z-index:0;isolation:isolate}.home_hero_bg__6NiWL{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0!important}.home_hero_bg__6NiWL img,.home_hero_bg__6NiWL span,.home_hero_bg__6NiWL>span img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;z-index:0!important}.home_hero__o4ZPq:before{background:rgba(0,0,0,.3);z-index:1}.home_hero__o4ZPq:after,.home_hero__o4ZPq:before{content:"";position:absolute;inset:0;pointer-events:none}.home_hero__o4ZPq:after{background:linear-gradient(180deg,rgba(0,20,40,.3),rgba(0,20,40,.1));z-index:2}.home_hero_content__IbDEB{max-width:800px;margin:0 auto;position:relative;z-index:3}.home_hero_title__tWjkM{font-size:4.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.home_hero_subtitle__9ET_B{font-size:1.25rem;color:#e2e8f0;opacity:.9;margin-bottom:2.5rem}.home_hero_button__lQzR6{padding:1rem 2.5rem;background:var(--secondary-color);color:var(--text-dark);border:none;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,192,255,.2)}.home_hero_button__lQzR6:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px rgba(0,192,255,.4)}@keyframes home_move-aurora-1___9Eg_{0%{transform:translate(-10%,-10%) rotate(0deg)}to{transform:translate(10%,10%) rotate(45deg)}}@keyframes home_move-aurora-2__MrBcP{0%{transform:translate(5%,15%) rotate(0deg)}to{transform:translate(-15%,-5%) rotate(-30deg)}}.home_services_grid__WbKM8{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.home_service_card__sFOGL{background:var(--bg-main);padding:2.5rem;border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-md);text-align:left;transition:all .3s ease}.home_service_card__sFOGL:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.home_service_card__sFOGL h3{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.5rem}.home_service_card__sFOGL p{color:var(--text-light);line-height:1.6}.home_about___4_IK{background:radial-gradient(circle at 15% 25%,rgba(0,123,255,.05),transparent 40%),radial-gradient(circle at 85% 75%,rgba(0,192,255,.05),transparent 40%),var(--bg-alt)}.home_features_grid__c2jmQ{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;text-align:left}.home_feature_card__Zv_Be{background:var(--bg-main);padding:2.5rem;border-radius:var(--border-radius);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.165,.84,.44,1);box-shadow:var(--shadow-sm)}.home_feature_card__Zv_Be:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:var(--shadow-xl);border-color:rgba(0,123,255,.3)}.home_feature_icon__htv8p{margin-bottom:1.5rem;color:var(--primary-color)}.home_feature_card__Zv_Be h3{font-size:1.25rem;margin-bottom:.75rem}.home_feature_card__Zv_Be p{color:var(--text-light);line-height:1.7}.home_tech_tabs___OmWO{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.home_tech_tab_button__A3VfD{padding:.75rem 1.5rem;border-radius:50px;background-color:var(--bg-main);color:var(--text-light);font-weight:500;border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease-in-out}.home_tech_tab_button__A3VfD:hover{background-color:var(--bg-alt);color:var(--text-dark)}.home_active_tab__g4fTP{border-color:var(--primary-color)}.home_active_tab__g4fTP,.home_active_tab__g4fTP:hover{background-color:var(--primary-color);color:var(--text-white)}.home_tech_grid__Co3I4{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto}.home_tech_grid_item__ytjXq{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;text-align:center;transition:all .3s ease;flex-basis:140px}.home_tech_grid_logo_wrapper__vJQsG{height:40px;width:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.home_tech_grid_item__ytjXq:hover{transform:translateY(-8px);background-color:var(--bg-alt);box-shadow:var(--shadow-md)}.home_tech_grid_item__ytjXq span{font-weight:500;font-size:.9rem}.home_tech_marquee_wrapper__d8f_K{overflow:hidden;position:relative;padding:2rem 0;margin-bottom:1rem;border-top:1px solid var(--border-color)}.home_tech_marquee_wrapper__d8f_K:after,.home_tech_marquee_wrapper__d8f_K:before{content:"";position:absolute;top:0;height:100%;width:150px;z-index:2}.home_tech_marquee_wrapper__d8f_K:before{left:0;background:linear-gradient(to right,var(--bg-main),transparent)}.home_tech_marquee_wrapper__d8f_K:after{right:0;background:linear-gradient(to left,var(--bg-main),transparent)}.home_tech_marquee__SgB05{display:flex;width:max-content;animation:home_marquee__80nTT 60s linear infinite}.home_tech_item__ByPMG{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;margin:0 1rem;background:var(--bg-alt);border:1px solid var(--border-color);border-radius:var(--border-radius);font-weight:500;color:var(--text-light);white-space:nowrap}.home_tech_item_logo_wrapper__5tSnP{height:24px;width:24px;display:flex;align-items:center;justify-content:center}.home_tech_item_logo_wrapper__5tSnP img,.home_tech_item_logo_wrapper__5tSnP svg{max-width:100%;max-height:100%;object-fit:contain}@keyframes home_marquee__80nTT{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes home_fillProgressBar__23d6B{0%{width:0}to{width:100%}}.home_reviews__LZFy0{background:#fdfcff;overflow:visible;padding-top:5rem;padding-bottom:6rem}.home_testimonial_highlight__IPe_2{color:var(--primary-color)}.home_testimonial_slider_container__5_Oc_{max-width:800px;margin:3rem auto 0;position:relative}.home_testimonial_stack__yvU4I{position:relative;width:100%;min-height:340px;display:flex;justify-content:center;align-items:flex-start}.home_review_card__qSI_J{position:absolute;background:#fff;padding:3.5rem 2.5rem 2.5rem;border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);width:90%;max-width:620px;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform-origin:center bottom;text-align:left;margin-top:2rem}.home_review_card__qSI_J:first-child{opacity:1;transform:translateY(0) scale(1);z-index:3}.home_review_card__qSI_J:nth-child(2){opacity:1;transform:translateY(15px) scale(.95);box-shadow:var(--shadow-md);z-index:2}.home_review_card__qSI_J:nth-child(3){opacity:1;transform:translateY(30px) scale(.9);box-shadow:var(--shadow-sm);z-index:1}.home_review_card__qSI_J:nth-child(n+4){opacity:0;transform:translateY(45px) scale(.85);z-index:0}.home_review_author_avatar__KNeT8{position:absolute;top:0;left:1rem;transform:translateY(-50%);z-index:10;border-radius:50%;overflow:hidden;border:5px solid #fdfcff;box-shadow:var(--shadow-md);object-fit:contain}.home_review_author_avatar__KNeT8 img{display:block}.home_review_text__jD6yq{font-size:1rem;color:var(--text-dark);line-height:1.6;margin-bottom:1.5rem;min-height:110px}.home_star_rating__48hh2{display:flex;gap:.25rem;margin-bottom:1.5rem}.home_review_author_info__vqCKw{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color)}.home_review_author_info__vqCKw h4{font-weight:700;color:var(--text-dark);font-size:1rem}.home_review_author_info__vqCKw p{color:var(--text-light);font-size:.9rem}.home_slider_nav__ZNCTT{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:5rem;padding:0 1rem}.home_nav_bar__vfzfu{border:none;background-color:#e2e8f0;height:4px;flex:1 1;max-width:120px;border-radius:2px;cursor:pointer;padding:0;position:relative;overflow:hidden}.home_nav_bar__vfzfu.home_active__dMTcZ{background-color:rgba(0,123,255,.2)}.home_nav_bar_progress__not7i{position:absolute;top:0;left:0;height:100%;width:0;background-color:var(--primary-color);border-radius:2px}.home_nav_bar__vfzfu.home_active__dMTcZ .home_nav_bar_progress__not7i{animation:home_fillProgressBar__23d6B 1s cubic-bezier(.175,.885,.32,1.275) forwards}.home_start_project__jPW_q{background:var(--bg-alt)}.home_highlights_grid__LuOl0{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.home_highlight_card__S4ZM3{text-align:center;padding:2rem;background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .3s ease}.home_highlight_card__S4ZM3:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.home_highlight_card__S4ZM3 .home_icon__VHvJ3{font-size:2rem;margin-bottom:1rem}.home_highlight_card__S4ZM3 h3{font-size:1.25rem;margin-bottom:.5rem}.home_highlight_card__S4ZM3 p{color:var(--text-light)}.home_contact_options_grid__2Yq0h{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.home_contact_option__qEP3Y{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:var(--border-radius);text-decoration:none;transition:all .3s ease;color:var(--text-white);box-shadow:var(--shadow-md)}.home_contact_option__qEP3Y:hover{transform:translateY(-5px) scale(1.02);box-shadow:var(--shadow-lg)}.home_contact_option__qEP3Y .home_icon__VHvJ3{font-size:1.5rem}.home_contact_option_text__w9eHV h4{font-weight:600;color:var(--text-white)}.home_contact_option_text__w9eHV p{opacity:.8;font-size:.9rem}.home_email_button__RqsBZ{background:var(--primary-color)}.home_whatsapp_button__eclJW{background:#25d366}.home_schedule_button__dtZNk{background:#4f46e5}.home_contact_note__iJBfR{text-align:center;margin-top:2.5rem;color:var(--text-light)}@media (max-width:768px){.home_section__bCaaS{padding:4rem 1.5rem}.home_testimonial_stack__yvU4I{min-height:380px}.home_review_author_avatar__KNeT8{left:50%;transform:translate(-50%,-50%)}.home_review_card__qSI_J{text-align:center;width:100%}.home_review_author_info__vqCKw{border-top:none}.home_star_rating__48hh2{justify-content:center}}@media (max-width:1200px){.home_section__bCaaS{padding:4.5rem 2rem}.home_section_title___8K5M{font-size:2.25rem}.home_hero__o4ZPq{min-height:80vh;background-position:top}.home_hero_title__tWjkM{font-size:3.25rem}.home_features_grid__c2jmQ,.home_services_grid__WbKM8{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.home_tech_grid_item__ytjXq{flex-basis:120px}}@media (max-width:1024px){.home_section__bCaaS{padding:4rem 1.75rem}.home_section_subtitle__6j4vS{max-width:680px}.home_hero__o4ZPq{padding-top:calc(var(--nav-height) + 3.5rem);padding-bottom:3rem}.home_hero_content__IbDEB{max-width:680px;padding:0 .5rem}.home_hero_title__tWjkM{font-size:2.75rem;line-height:1.15}.home_hero_subtitle__9ET_B{font-size:1.063rem}.home_tech_tabs___OmWO{gap:.75rem}.home_tech_tab_button__A3VfD{padding:.7rem 1.25rem;font-size:.938rem}.home_testimonial_slider_container__5_Oc_{max-width:92%}}@media (max-width:768px){.home_slider_nav__ZNCTT{margin-top:-3rem}.home_section__bCaaS{padding:3.25rem 1.25rem}.home_section_title___8K5M{font-size:2rem;line-height:1.2}.home_section_subtitle__6j4vS{font-size:.975rem;margin-bottom:2rem;max-width:100%}.home_hero__o4ZPq{padding-top:calc(var(--nav-height) + 2.25rem);padding-bottom:2rem;min-height:70vh;background-position:50%}.home_hero_title__tWjkM{font-size:2.25rem;line-height:1.18;word-break:break-word;overflow-wrap:anywhere}.home_hero_subtitle__9ET_B{font-size:1rem;line-height:1.55;margin-bottom:1.5rem}.home_hero_button__lQzR6{padding:.9rem 1.75rem;font-size:.95rem;width:100%;max-width:320px}.home_services_grid__WbKM8{grid-template-columns:1fr;gap:1.25rem}.home_service_card__sFOGL{padding:1.75rem}.home_service_card__sFOGL h3{font-size:1.25rem}.home_service_card__sFOGL p{font-size:.95rem;line-height:1.65}.home_features_grid__c2jmQ{grid-template-columns:1fr;gap:1.25rem}.home_feature_card__Zv_Be{padding:1.75rem}.home_feature_card__Zv_Be h3{font-size:1.2rem}.home_tech_tabs___OmWO{margin-bottom:1.5rem}.home_tech_tab_button__A3VfD{padding:.6rem 1rem;font-size:.875rem}.home_tech_grid__Co3I4{gap:.9rem}.home_tech_grid_item__ytjXq{flex-basis:110px;padding:1.1rem}.home_tech_grid_item__ytjXq span{font-size:.82rem}.home_tech_marquee_wrapper__d8f_K{padding:1.4rem 0}.home_tech_item__ByPMG{padding:.8rem 1.3rem;font-size:.9rem}.home_reviews__LZFy0{padding-top:3.5rem;padding-bottom:4.5rem}.home_testimonial_stack__yvU4I{min-height:400px}.home_review_card__qSI_J{width:100%;padding:2rem 1.25rem;text-align:center}.home_review_text__jD6yq{font-size:.95rem;min-height:96px}.home_review_author_avatar__KNeT8{left:50%;transform:translate(-50%,-50%)}.home_review_author_info__vqCKw{border-top:none;padding-top:0}.home_star_rating__48hh2{justify-content:center}.home_start_project__jPW_q{padding-top:3.25rem;padding-bottom:3.25rem}.home_highlights_grid__LuOl0{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}.home_highlight_card__S4ZM3{padding:1.5rem}.home_contact_options_grid__2Yq0h{grid-template-columns:1fr;gap:1.1rem}.home_contact_option__qEP3Y{padding:1.25rem;gap:1rem}.home_contact_option__qEP3Y .home_icon__VHvJ3{font-size:1.35rem}}@media (max-width:640px){.home_slider_nav__ZNCTT{margin-top:-5rem}.home_section__bCaaS{padding:2.5rem 1rem}.home_section_title___8K5M{font-size:1.75rem}.home_hero__o4ZPq{min-height:62vh;padding-top:calc(var(--nav-height) + 1.75rem)}.home_hero_title__tWjkM{font-size:2rem}.home_tech_item__ByPMG{padding:.75rem 1.1rem;font-size:.85rem}.home_tech_grid_item__ytjXq{flex-basis:100px}.home_tech_grid_logo_wrapper__vJQsG{height:34px;width:34px}}@media (max-width:480px){.home_slider_nav__ZNCTT{margin-top:-5rem}.home_section__bCaaS{padding:2rem 1rem}.home_section_title___8K5M{font-size:1.6rem}.home_hero__o4ZPq{padding-top:calc(var(--nav-height) + 1.25rem);padding-bottom:1.5rem;min-height:58vh}.home_hero_title__tWjkM{font-size:1.75rem;letter-spacing:-.01em}.home_hero_subtitle__9ET_B{font-size:.92rem}.home_hero_button__lQzR6{padding:.75rem 1.35rem;font-size:.875rem}.home_tech_tab_button__A3VfD{padding:.5rem .9rem;font-size:.8rem}.home_tech_grid_item__ytjXq{flex-basis:92px;padding:.9rem}.home_tech_grid_item__ytjXq span{font-size:.78rem}.home_tech_marquee_wrapper__d8f_K:after,.home_tech_marquee_wrapper__d8f_K:before{width:56px}.home_tech_item__ByPMG{padding:.65rem 1rem;font-size:.8rem}.home_review_text__jD6yq{font-size:.875rem;min-height:88px}.home_highlight_card__S4ZM3 h3{font-size:1.05rem}.home_highlight_card__S4ZM3 p{font-size:.875rem}.home_contact_option_text__w9eHV h4{font-size:1rem}.home_contact_option_text__w9eHV p{font-size:.82rem}}@media (max-width:375px){.home_hero_title__tWjkM{font-size:1.6rem}.home_hero_subtitle__9ET_B{font-size:.875rem}.home_tech_grid_item__ytjXq{flex-basis:86px}}@media (max-width:1024px){.home_hero__o4ZPq,.home_reviews__LZFy0,.home_section__bCaaS,.home_start_project__jPW_q{overflow-x:clip}}@media (max-width:768px){.home_hero__o4ZPq,.home_hero__o4ZPq:after,.home_hero__o4ZPq:before{inset:0;max-width:100vw}.home_tech_marquee_wrapper__d8f_K{overflow:clip}.home_tech_marquee__SgB05{will-change:transform}.home_review_card__qSI_J,.home_testimonial_slider_container__5_Oc_{max-width:100%;overflow-x:clip}.home_contact_options_grid__2Yq0h,.home_features_grid__c2jmQ,.home_highlights_grid__LuOl0,.home_services_grid__WbKM8{margin-left:0;margin-right:0}.home_tech_item__ByPMG{margin:0 .5rem}}@media (max-width:480px){.home_hero__o4ZPq,.home_reviews__LZFy0,.home_section__bCaaS,.home_start_project__jPW_q{overflow-x:clip}.home_hero__o4ZPq,.home_section__bCaaS{padding-left:1rem;padding-right:1rem}.home_tech___0W5NZ marquee_wrapper:before,.home_tech_marquee_wrapper__d8f_K:after{width:48px}}