.button-module-scss-module__LB1xaG__button{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:background-color .16s,color .16s,box-shadow .16s,transform .1s;display:inline-flex}.button-module-scss-module__LB1xaG__button--primary{background-color:var(--color-button-primary-bg);color:var(--color-button-primary-text)}.button-module-scss-module__LB1xaG__button--primary:hover{background-color:var(--color-button-primary-bg-hover)}.button-module-scss-module__LB1xaG__button--secondary{background-color:var(--color-button-secondary-bg);color:var(--color-button-secondary-text)}.button-module-scss-module__LB1xaG__button--secondary:hover{background-color:var(--color-button-secondary-bg-hover)}.button-module-scss-module__LB1xaG__button--ghost{color:var(--color-button-ghost-text);background-color:#0000}.button-module-scss-module__LB1xaG__button--ghost:hover{background-color:var(--color-button-ghost-hover-bg)}.button-module-scss-module__LB1xaG__button--sm{padding:.35rem .9rem;font-size:.85rem}.button-module-scss-module__LB1xaG__button--md{padding:.5rem 1.2rem;font-size:.95rem}.button-module-scss-module__LB1xaG__button--lg{padding:.7rem 1.6rem;font-size:1rem}.button-module-scss-module__LB1xaG__button--fullWidth{width:100%}.button-module-scss-module__LB1xaG__button--disabled,.button-module-scss-module__LB1xaG__button--disabled:hover{opacity:.6;cursor:not-allowed;background-color:var(--color-button-disabled-bg);color:var(--color-button-disabled-text)}
.badge-module-scss-module__khxdOG__badge{letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.15rem .6rem;font-size:.72rem;font-weight:500;display:inline-flex}.badge-module-scss-module__khxdOG__badge--neutral{background-color:var(--color-surface-strong);color:var(--color-muted)}.badge-module-scss-module__khxdOG__badge--primary{background-color:var(--color-primary-soft);color:var(--color-primary-strong)}.badge-module-scss-module__khxdOG__badge--success{color:var(--color-success);background-color:#16a34a14}.badge-module-scss-module__khxdOG__badge--danger{color:var(--color-danger);background-color:#dc262614}
.input-module-scss-module__wsKLcW__field{flex-direction:column;gap:.35rem;display:flex}.input-module-scss-module__wsKLcW__label{color:var(--foreground);letter-spacing:.01em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.input-module-scss-module__wsKLcW__input{border:1.5px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--foreground);border-radius:.75rem;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),background-color .3s,transform .2s}.input-module-scss-module__wsKLcW__input:hover{background-color:var(--color-surface-strong);border-color:var(--color-primary);transform:translateY(-1px)}.input-module-scss-module__wsKLcW__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft);background-color:var(--color-surface-strong);transform:translateY(-1px)}.input-module-scss-module__wsKLcW__input--error{border-color:var(--color-danger)}.input-module-scss-module__wsKLcW__helper{color:var(--color-muted);font-size:.78rem}.input-module-scss-module__wsKLcW__error{color:var(--color-danger);font-size:.78rem}
.select-module-scss-module__l-AkHa__field{flex-direction:column;gap:.5rem;display:flex;position:relative}.select-module-scss-module__l-AkHa__label{color:var(--foreground);letter-spacing:.01em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.select-module-scss-module__l-AkHa__control{border:1.5px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--foreground);text-align:left;cursor:pointer;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),background-color .3s,transform .2s;display:flex}.select-module-scss-module__l-AkHa__control:hover{background-color:var(--color-surface-strong);border-color:var(--color-primary);transform:translateY(-1px)}.select-module-scss-module__l-AkHa__control--open{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft);background-color:var(--color-surface-strong);transform:translateY(-1px)}.select-module-scss-module__l-AkHa__control--error{border-color:var(--color-danger)}.select-module-scss-module__l-AkHa__control--disabled{opacity:.6;cursor:not-allowed}.select-module-scss-module__l-AkHa__value,.select-module-scss-module__l-AkHa__value--placeholder{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.select-module-scss-module__l-AkHa__value--placeholder{color:var(--color-muted)}.select-module-scss-module__l-AkHa__icon{border-left:6px solid #0000;border-right:6px solid #0000;border-top:7px solid var(--color-muted);flex-shrink:0;width:0;height:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.select-module-scss-module__l-AkHa__control--open .select-module-scss-module__l-AkHa__icon{border-top-color:var(--color-primary);transform:rotate(180deg)}.select-module-scss-module__l-AkHa__dropdown{inset-inline:0;background-color:var(--color-surface-strong);border:1.5px solid var(--color-border);z-index:20;border-radius:.75rem;max-height:280px;animation:.2s cubic-bezier(.4,0,.2,1) select-module-scss-module__l-AkHa__dropdownFadeIn;position:absolute;top:calc(100% + .5rem);overflow-y:auto;box-shadow:0 20px 50px #0f172a26,0 8px 20px #0f172a1a,0 0 0 1px #2563eb1a}@keyframes select-module-scss-module__l-AkHa__dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.select-module-scss-module__l-AkHa__option{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.select-module-scss-module__l-AkHa__option:hover{background-color:var(--color-primary-soft);color:var(--color-primary-strong);padding-left:2.75rem}.select-module-scss-module__l-AkHa__option--selected{background-color:var(--color-primary-soft);color:var(--color-primary-strong);font-weight:600}.select-module-scss-module__l-AkHa__option--selected:before{content:"✓";color:var(--color-primary-strong);font-size:1rem;font-weight:700;position:absolute;left:1rem}.select-module-scss-module__l-AkHa__option--selected:hover{padding-left:2.75rem}.select-module-scss-module__l-AkHa__option--disabled{opacity:.55;cursor:not-allowed}.select-module-scss-module__l-AkHa__optionEmpty{color:var(--color-muted);padding:.45rem .9rem;font-size:.86rem}.select-module-scss-module__l-AkHa__helper{color:var(--color-muted);margin-top:.25rem;font-size:.875rem}.select-module-scss-module__l-AkHa__error{color:var(--color-danger);margin-top:.25rem;font-size:.875rem;font-weight:500}.select-module-scss-module__l-AkHa__field--disabled .select-module-scss-module__l-AkHa__dropdown{pointer-events:none}
.table-module-scss-module__yIevmG__tableWrapper{width:100%;overflow-x:auto}.table-module-scss-module__yIevmG__table{border-collapse:collapse;width:100%;color:var(--foreground);background-color:#0000;font-size:.9rem}.table-module-scss-module__yIevmG__table th,.table-module-scss-module__yIevmG__table td{border-bottom:1px solid var(--color-border);padding:.6rem .75rem}.table-module-scss-module__yIevmG__table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);background-color:var(--color-surface);font-size:.8rem}.table-module-scss-module__yIevmG__table tbody tr:nth-child(2n) td{background-color:var(--color-surface)}.table-module-scss-module__yIevmG__table tbody tr:hover td{background-color:var(--color-surface-strong)}.table-module-scss-module__yIevmG__cell--center{text-align:center}.table-module-scss-module__yIevmG__cell--right{text-align:right}.table-module-scss-module__yIevmG__empty{text-align:center;color:var(--color-muted);padding:1.2rem .75rem;font-size:.9rem}
.card-module-scss-module__eFAFMW__card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:.6rem;width:100%;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card-module-scss-module__eFAFMW__card:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#2563eb14 50%,#0000 100%);width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.card-module-scss-module__eFAFMW__card:hover:before{left:100%}.card-module-scss-module__eFAFMW__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1f,0 4px 12px #0f172a14}.card-module-scss-module__eFAFMW__header{border-bottom:1px solid var(--color-border);z-index:1;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex;position:relative}.card-module-scss-module__eFAFMW__title{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.card-module-scss-module__eFAFMW__extra{align-items:center;gap:.5rem;display:flex}.card-module-scss-module__eFAFMW__body{color:var(--foreground);z-index:1;padding:1.2rem;position:relative}
.cta-module-scss-module__NUX02W__ctaSection{padding:4rem 0;position:relative}.cta-module-scss-module__NUX02W__container{justify-content:center;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.cta-module-scss-module__NUX02W__cta{background:var(--hero-gradient);-webkit-backdrop-filter:blur(24px)saturate(200%);border:2px solid var(--color-border);border-radius:1.5rem;width:100%;max-width:900px;padding:3.5rem 3rem;animation:.8s cta-module-scss-module__NUX02W__fadeInUp;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014,0 2px 8px #2563eb1a}[data-theme=dark] .cta-module-scss-module__NUX02W__cta{box-shadow:0 8px 32px #0000004d,0 2px 8px #60a5fa1a}.cta-module-scss-module__NUX02W__cta:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)8%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)8%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;opacity:.6;position:absolute;inset:0}.cta-module-scss-module__NUX02W__cta:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)12%,transparent)0%,transparent 70%);opacity:.4;pointer-events:none;z-index:0;width:200%;height:200%;position:absolute;top:-50%;right:-50%}.cta-module-scss-module__NUX02W__cta.cta-module-scss-module__NUX02W__primary:after{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)15%,transparent)0%,transparent 70%);opacity:.5}.cta-module-scss-module__NUX02W__cta.cta-module-scss-module__NUX02W__secondary:after{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-strong)10%,transparent)0%,transparent 70%);opacity:.4}.cta-module-scss-module__NUX02W__content{text-align:center;z-index:1;position:relative}.cta-module-scss-module__NUX02W__title{letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:800;line-height:1.2}.cta-module-scss-module__NUX02W__description{color:var(--color-muted);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.8}.cta-module-scss-module__NUX02W__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-module-scss-module__NUX02W__actions a{text-decoration:none}.cta-module-scss-module__NUX02W__actions .button--primary{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);color:#fff;border:none;position:relative;overflow:hidden;box-shadow:0 4px 16px #2563eb4d,0 2px 8px #2563eb33}.cta-module-scss-module__NUX02W__actions .button--primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-module-scss-module__NUX02W__actions .button--primary:hover:before{left:100%}.cta-module-scss-module__NUX02W__actions .button--primary:hover{background:linear-gradient(135deg,var(--color-primary-strong)0%,var(--color-primary)100%);transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66,0 4px 12px #2563eb4d}.cta-module-scss-module__NUX02W__actions .button--primary:active{transform:translateY(0);box-shadow:0 4px 16px #2563eb4d,0 2px 8px #2563eb33}.cta-module-scss-module__NUX02W__actions .button--secondary{color:var(--color-primary);background:0 0;background-image:linear-gradient(var(--background),var(--background)),linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;box-shadow:0 2px 8px #2563eb26}.cta-module-scss-module__NUX02W__actions .button--secondary:hover{background-image:linear-gradient(var(--color-surface-strong),var(--color-surface-strong)),linear-gradient(135deg,var(--color-primary-strong)0%,var(--color-primary)100%);color:var(--color-primary-strong);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb40}@keyframes cta-module-scss-module__NUX02W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cta-module-scss-module__NUX02W__ctaSection{padding:3rem 0}.cta-module-scss-module__NUX02W__container{padding:0 1.5rem}.cta-module-scss-module__NUX02W__cta{padding:2.5rem 2rem}.cta-module-scss-module__NUX02W__actions{flex-direction:column;width:100%}.cta-module-scss-module__NUX02W__actions a{width:100%}}@media (max-width:480px){.cta-module-scss-module__NUX02W__cta{padding:2rem 1.5rem}}
.dropdown-module-scss-module__YNrGMG__dropdown{display:inline-block;position:relative}.dropdown-module-scss-module__YNrGMG__trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown-module-scss-module__YNrGMG__trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:.25rem}.dropdown-module-scss-module__YNrGMG__content{background-color:var(--color-surface);border:1px solid var(--color-border);z-index:20;border-radius:.6rem;min-width:120px;padding-block:.25rem;animation:.15s ease-out dropdown-module-scss-module__YNrGMG__fadeIn;position:absolute;box-shadow:0 18px 40px #0f172a24,0 0 1px #0f172a14}@keyframes dropdown-module-scss-module__YNrGMG__fadeIn{0%{opacity:0;transform:translateY(-4px)translate(0)}to{opacity:1;transform:translateY(0)translate(0)}}.dropdown-module-scss-module__YNrGMG__content--bottom{top:calc(100% + .25rem);inset-inline:0}.dropdown-module-scss-module__YNrGMG__content--top{bottom:calc(100% + .25rem);inset-inline:0}.dropdown-module-scss-module__YNrGMG__content--left{right:calc(100% + .25rem);inset-block:0}.dropdown-module-scss-module__YNrGMG__content--right{left:calc(100% + .25rem);inset-block:0}.dropdown-module-scss-module__YNrGMG__content--center.dropdown-module-scss-module__YNrGMG__content--bottom,.dropdown-module-scss-module__YNrGMG__content--center.dropdown-module-scss-module__YNrGMG__content--top{inset-inline-start:50%;transform:translate(-50%)translateY(0)}.dropdown-module-scss-module__YNrGMG__content--center.dropdown-module-scss-module__YNrGMG__content--left,.dropdown-module-scss-module__YNrGMG__content--center.dropdown-module-scss-module__YNrGMG__content--right{inset-block-start:50%;transform:translate(0)translateY(-50%)}.dropdown-module-scss-module__YNrGMG__content--end.dropdown-module-scss-module__YNrGMG__content--bottom,.dropdown-module-scss-module__YNrGMG__content--end.dropdown-module-scss-module__YNrGMG__content--top{inset-inline:auto 0}.dropdown-module-scss-module__YNrGMG__content--end.dropdown-module-scss-module__YNrGMG__content--left,.dropdown-module-scss-module__YNrGMG__content--end.dropdown-module-scss-module__YNrGMG__content--right{inset-block:auto 0}
.heading-module-scss-module__sulJeG__heading{text-align:center;max-width:900px;margin:0 auto 5rem;animation:.8s heading-module-scss-module__sulJeG__fadeInUp}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__title{color:var(--foreground);background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;letter-spacing:-.02em;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:900;line-height:1.15;animation:4s infinite heading-module-scss-module__sulJeG__gradientShift;display:inline-block;position:relative}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__title:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--color-primary)50%,transparent 100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}@keyframes heading-module-scss-module__sulJeG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__subtitle{color:var(--foreground);letter-spacing:-.01em;width:fit-content;margin:0 auto;font-size:clamp(1.25rem,3.5vw,1.875rem);font-weight:700;line-height:1.3;display:block;position:relative}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__subtitle:before,.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__subtitle:after{content:"•";color:var(--color-primary);opacity:.5;font-size:.8em;position:absolute;top:50%;transform:translateY(-50%)}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__subtitle:before{left:-1.5rem}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__subtitle:after{right:-1.5rem}.heading-module-scss-module__sulJeG__heading .heading-module-scss-module__sulJeG__description{color:var(--color-muted);letter-spacing:.01em;max-width:750px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:400;line-height:1.9}
.loading-module-scss-module__46rJXa__loadingScreen{background:var(--background);justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 200px);padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.loading-module-scss-module__46rJXa__content{z-index:2;text-align:center;color:var(--foreground);animation:.8s loading-module-scss-module__46rJXa__fadeInUp;position:relative}.loading-module-scss-module__46rJXa__logoContainer{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.loading-module-scss-module__46rJXa__logoIcon{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 50%,#2563eb 100%);border-radius:1.25rem;justify-content:center;align-items:center;width:80px;height:80px;animation:2s ease-in-out infinite loading-module-scss-module__46rJXa__logoPulse;display:flex;position:relative;box-shadow:0 8px 32px #60a5fa66}.loading-module-scss-module__46rJXa__logoIcon:before{content:"";opacity:.3;filter:blur(12px);z-index:-1;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 50%,#2563eb 100%);border-radius:1.25rem;animation:2s ease-in-out infinite loading-module-scss-module__46rJXa__logoGlow;position:absolute;inset:-4px}@keyframes loading-module-scss-module__46rJXa__logoPulse{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.05)rotate(5deg)}}@keyframes loading-module-scss-module__46rJXa__logoGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.loading-module-scss-module__46rJXa__icon{color:#fff;z-index:1;font-size:2.5rem;position:relative}.loading-module-scss-module__46rJXa__logoText{flex-direction:column;gap:.25rem;display:flex}.loading-module-scss-module__46rJXa__logoName{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 50%,#2563eb 100%);-webkit-text-fill-color:#0000;letter-spacing:-.02em;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900;line-height:1.2;animation:3s infinite loading-module-scss-module__46rJXa__gradientShift}.loading-module-scss-module__46rJXa__logoTagline{color:var(--color-muted);letter-spacing:.02em;font-size:.875rem;font-weight:500}@keyframes loading-module-scss-module__46rJXa__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.loading-module-scss-module__46rJXa__spinner{width:80px;height:80px;margin:0 auto 2rem;position:relative}.loading-module-scss-module__46rJXa__spinnerRing{border:4px solid #0000;border-top-color:#60a5fa;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(.4,0,.2,1) infinite loading-module-scss-module__46rJXa__spin;position:absolute}.loading-module-scss-module__46rJXa__spinnerRing:first-child{border-top-color:#60a5fa;animation-delay:0s}.loading-module-scss-module__46rJXa__spinnerRing:nth-child(2){border-top-color:#3b82f6;width:70%;height:70%;animation-delay:.2s;top:15%;left:15%}.loading-module-scss-module__46rJXa__spinnerRing:nth-child(3){border-top-color:#2563eb;width:50%;height:50%;animation-delay:.4s;top:25%;left:25%}@keyframes loading-module-scss-module__46rJXa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-module-scss-module__46rJXa__loadingText{color:var(--color-muted);font-size:1.125rem;font-weight:500;animation:2s ease-in-out infinite loading-module-scss-module__46rJXa__textPulse}@keyframes loading-module-scss-module__46rJXa__textPulse{0%,to{opacity:.8}50%{opacity:1}}@keyframes loading-module-scss-module__46rJXa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading-module-scss-module__46rJXa__inlineLoader{justify-content:center;align-items:center;padding:2rem;display:flex}.loading-module-scss-module__46rJXa__inlineLoader .loading-module-scss-module__46rJXa__spinner{width:40px;height:40px;margin:0}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__sm .loading-module-scss-module__46rJXa__spinner{width:24px;height:24px}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__sm .loading-module-scss-module__46rJXa__spinnerRing{border-width:2px}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__md .loading-module-scss-module__46rJXa__spinner{width:32px;height:32px}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__md .loading-module-scss-module__46rJXa__spinnerRing{border-width:3px}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__lg .loading-module-scss-module__46rJXa__spinner{width:60px;height:60px}.loading-module-scss-module__46rJXa__inlineLoader.loading-module-scss-module__46rJXa__lg .loading-module-scss-module__46rJXa__spinnerRing{border-width:4px}@media (max-width:768px){.loading-module-scss-module__46rJXa__logoIcon{width:70px;height:70px}.loading-module-scss-module__46rJXa__icon{font-size:2rem}.loading-module-scss-module__46rJXa__logoName{font-size:1.75rem}.loading-module-scss-module__46rJXa__spinner{width:60px;height:60px}.loading-module-scss-module__46rJXa__loadingText{font-size:1rem}}
.heroSection-module-scss-module__9NniuG__hero{background:var(--hero-gradient);justify-content:center;align-items:center;padding:2rem 0;display:flex;position:relative;overflow:hidden}.heroSection-module-scss-module__9NniuG__hero:before,.heroSection-module-scss-module__9NniuG__hero:after{content:"";filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.heroSection-module-scss-module__9NniuG__hero:before{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)25%,transparent)0%,color-mix(in srgb,var(--color-primary)15%,transparent)50%,transparent 100%);width:500px;height:500px;animation:20s ease-in-out infinite heroSection-module-scss-module__9NniuG__floatOrb1;top:10%;left:5%}.heroSection-module-scss-module__9NniuG__hero:after{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-strong)30%,transparent)0%,color-mix(in srgb,var(--color-primary-strong)18%,transparent)50%,transparent 100%);width:400px;height:400px;animation:25s ease-in-out infinite heroSection-module-scss-module__9NniuG__floatOrb2;bottom:15%;right:8%}@keyframes heroSection-module-scss-module__9NniuG__floatOrb1{0%,to{opacity:.6;transform:translate(0)scale(1)}25%{opacity:.8;transform:translate(30px,-40px)scale(1.1)}50%{opacity:.7;transform:translate(-20px,30px)scale(.9)}75%{opacity:.85;transform:translate(40px,20px)scale(1.05)}}@keyframes heroSection-module-scss-module__9NniuG__floatOrb2{0%,to{opacity:.5;transform:translate(0)scale(1)}33%{opacity:.75;transform:translate(-50px,30px)scale(1.15)}66%{opacity:.6;transform:translate(30px,-50px)scale(.85)}}.heroSection-module-scss-module__9NniuG__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.heroSection-module-scss-module__9NniuG__content{z-index:1;justify-content:center;align-items:center;min-height:calc(100vh - 70px - 4rem);display:flex;position:relative}.heroSection-module-scss-module__9NniuG__content:before,.heroSection-module-scss-module__9NniuG__content:after{content:"";filter:blur(50px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.heroSection-module-scss-module__9NniuG__content:before{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)20%,transparent)0%,color-mix(in srgb,var(--color-primary)12%,transparent)50%,transparent 100%);width:350px;height:350px;animation:18s ease-in-out infinite heroSection-module-scss-module__9NniuG__floatOrb3;top:20%;right:10%}.heroSection-module-scss-module__9NniuG__content:after{background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-strong)22%,transparent)0%,color-mix(in srgb,var(--color-primary-strong)14%,transparent)50%,transparent 100%);width:300px;height:300px;animation:22s ease-in-out infinite heroSection-module-scss-module__9NniuG__floatOrb4;bottom:25%;left:12%}@keyframes heroSection-module-scss-module__9NniuG__floatOrb3{0%,to{opacity:.5;transform:translate(0)scale(1)}30%{opacity:.7;transform:translate(-35px,25px)scale(1.1)}60%{opacity:.6;transform:translate(25px,-35px)scale(.95)}90%{opacity:.65;transform:translate(-20px,-20px)scale(1.05)}}@keyframes heroSection-module-scss-module__9NniuG__floatOrb4{0%,to{opacity:.55;transform:translate(0)scale(1)}40%{opacity:.8;transform:translate(45px,-30px)scale(1.2)}80%{opacity:.6;transform:translate(-30px,45px)scale(.9)}}.heroSection-module-scss-module__9NniuG__textContainer{text-align:center;color:var(--foreground);z-index:1;max-width:900px;animation:1s heroSection-module-scss-module__9NniuG__fadeInUp;position:relative}.heroSection-module-scss-module__9NniuG__textContainer:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)20%,transparent)0%,color-mix(in srgb,var(--color-primary)12%,transparent)30%,color-mix(in srgb,var(--color-primary)6%,transparent)60%,transparent 100%);filter:blur(80px);z-index:-1;pointer-events:none;border-radius:50%;width:600px;height:600px;animation:4s ease-in-out infinite heroSection-module-scss-module__9NniuG__bulbPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.heroSection-module-scss-module__9NniuG__textContainer:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-strong)25%,transparent)0%,color-mix(in srgb,var(--color-primary-strong)15%,transparent)40%,transparent 80%);filter:blur(60px);z-index:-1;pointer-events:none;border-radius:50%;width:400px;height:400px;animation:3s ease-in-out .5s infinite heroSection-module-scss-module__9NniuG__bulbPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes heroSection-module-scss-module__9NniuG__bulbPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.heroSection-module-scss-module__9NniuG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;animation:1.2s cubic-bezier(.4,0,.2,1) heroSection-module-scss-module__9NniuG__titleSlideIn}@keyframes heroSection-module-scss-module__9NniuG__titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.heroSection-module-scss-module__9NniuG__highlight{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite heroSection-module-scss-module__9NniuG__gradientShift;display:block}@keyframes heroSection-module-scss-module__9NniuG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.heroSection-module-scss-module__9NniuG__subtitle{color:var(--color-muted);margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.35rem);line-height:1.7;animation:1.2s cubic-bezier(.4,0,.2,1) .2s both heroSection-module-scss-module__9NniuG__subtitleSlideIn}@keyframes heroSection-module-scss-module__9NniuG__subtitleSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.heroSection-module-scss-module__9NniuG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;animation:1s .4s both heroSection-module-scss-module__9NniuG__fadeInUp;display:flex}.heroSection-module-scss-module__9NniuG__actions a{text-decoration:none;animation:3s ease-in-out .5s infinite heroSection-module-scss-module__9NniuG__buttonFloat}.heroSection-module-scss-module__9NniuG__actions a:first-child{animation-delay:.5s}.heroSection-module-scss-module__9NniuG__actions a:last-child{animation-delay:.7s}@keyframes heroSection-module-scss-module__9NniuG__buttonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.heroSection-module-scss-module__9NniuG__typingContainer{background:color-mix(in srgb,var(--color-surface)80%,transparent);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:700px;min-height:60px;margin:0 auto;padding:1.5rem 2rem;animation:1s .6s both heroSection-module-scss-module__9NniuG__fadeInUp;display:flex}.heroSection-module-scss-module__9NniuG__typingLabel{color:var(--color-muted);font-size:1.1rem;font-weight:500}.heroSection-module-scss-module__9NniuG__typingText{color:var(--color-primary);text-align:left;min-height:1.8rem;font-size:1.5rem;font-weight:600;display:inline-block}.heroSection-module-scss-module__9NniuG__cursor{color:var(--color-primary);margin-left:2px;animation:1s infinite heroSection-module-scss-module__9NniuG__blink;display:inline-block}@keyframes heroSection-module-scss-module__9NniuG__blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes heroSection-module-scss-module__9NniuG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.heroSection-module-scss-module__9NniuG__hero:before{filter:blur(50px);width:350px;height:350px}.heroSection-module-scss-module__9NniuG__hero:after{filter:blur(45px);width:300px;height:300px}.heroSection-module-scss-module__9NniuG__content:before{filter:blur(40px);width:250px;height:250px}.heroSection-module-scss-module__9NniuG__content:after{filter:blur(40px);width:220px;height:220px}}@media (max-width:768px){.heroSection-module-scss-module__9NniuG__hero{padding:1.5rem 0}.heroSection-module-scss-module__9NniuG__container{padding:0 1.5rem}.heroSection-module-scss-module__9NniuG__hero:before{filter:blur(40px);width:250px;height:250px;top:5%;left:2%}.heroSection-module-scss-module__9NniuG__hero:after{filter:blur(35px);width:200px;height:200px;bottom:10%;right:3%}.heroSection-module-scss-module__9NniuG__content:before{filter:blur(30px);width:180px;height:180px;top:15%;right:5%}.heroSection-module-scss-module__9NniuG__content:after{filter:blur(30px);width:160px;height:160px;bottom:20%;left:5%}.heroSection-module-scss-module__9NniuG__textContainer:before{filter:blur(60px);width:400px;height:400px}.heroSection-module-scss-module__9NniuG__textContainer:after{filter:blur(40px);width:300px;height:300px}.heroSection-module-scss-module__9NniuG__actions{flex-direction:column;width:100%}.heroSection-module-scss-module__9NniuG__actions a{width:100%}.heroSection-module-scss-module__9NniuG__features{grid-template-columns:1fr;gap:.75rem}.heroSection-module-scss-module__9NniuG__feature{padding:.65rem .9rem;font-size:.9rem}}@media (max-width:480px){.heroSection-module-scss-module__9NniuG__hero:before,.heroSection-module-scss-module__9NniuG__hero:after,.heroSection-module-scss-module__9NniuG__content:before,.heroSection-module-scss-module__9NniuG__content:after{opacity:.4}}
.aboutSection-module-scss-module__g01EaG__about{background:var(--background);padding:5rem 0;position:relative}.aboutSection-module-scss-module__g01EaG__container{max-width:1280px;margin:0 auto;padding:0 2rem}.aboutSection-module-scss-module__g01EaG__content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}.aboutSection-module-scss-module__g01EaG__card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 2px 8px color-mix(in srgb,var(--foreground)4%,transparent);border-radius:1rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both aboutSection-module-scss-module__g01EaG__fadeInUp;position:relative;overflow:hidden}.aboutSection-module-scss-module__g01EaG__card:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.aboutSection-module-scss-module__g01EaG__card:hover:before{left:100%}.aboutSection-module-scss-module__g01EaG__card:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)6%,transparent)0%,transparent 70%);opacity:0;pointer-events:none;z-index:0;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.aboutSection-module-scss-module__g01EaG__card:hover:after{opacity:1}.aboutSection-module-scss-module__g01EaG__card:first-child{animation-delay:.1s}.aboutSection-module-scss-module__g01EaG__card:nth-child(2){animation-delay:.2s}.aboutSection-module-scss-module__g01EaG__card:nth-child(3){animation-delay:.3s}.aboutSection-module-scss-module__g01EaG__card:hover{box-shadow:0 16px 32px color-mix(in srgb,var(--color-primary)12%,transparent),0 6px 12px color-mix(in srgb,var(--color-primary)8%,transparent);background:var(--color-surface-strong);transform:translateY(-10px)}[data-theme=dark] .aboutSection-module-scss-module__g01EaG__card:hover{box-shadow:0 16px 32px color-mix(in srgb,var(--color-primary)15%,transparent);background:var(--color-surface-strong)}.aboutSection-module-scss-module__g01EaG__cardTitle{color:var(--foreground);z-index:2;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:1.625rem;font-weight:800;display:flex;position:relative}.aboutSection-module-scss-module__g01EaG__cardTitle:before{content:"";background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:5px;height:28px;box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)30%,transparent);border-radius:3px;flex-shrink:0}.aboutSection-module-scss-module__g01EaG__cardDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}.aboutSection-module-scss-module__g01EaG__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.aboutSection-module-scss-module__g01EaG__statItem{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.8s both aboutSection-module-scss-module__g01EaG__fadeInUp;position:relative;overflow:hidden}.aboutSection-module-scss-module__g01EaG__statItem:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)8%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.aboutSection-module-scss-module__g01EaG__statItem:hover:before{left:100%}.aboutSection-module-scss-module__g01EaG__statItem:first-child{animation-delay:.4s}.aboutSection-module-scss-module__g01EaG__statItem:nth-child(2){animation-delay:.5s}.aboutSection-module-scss-module__g01EaG__statItem:nth-child(3){animation-delay:.6s}.aboutSection-module-scss-module__g01EaG__statItem:nth-child(4){animation-delay:.7s}.aboutSection-module-scss-module__g01EaG__statItem:hover{box-shadow:0 8px 16px color-mix(in srgb,var(--color-primary)15%,transparent),0 4px 8px color-mix(in srgb,var(--color-primary)10%,transparent);transform:translateY(-4px)scale(1.05)}[data-theme=dark] .aboutSection-module-scss-module__g01EaG__statItem:hover{box-shadow:0 8px 16px color-mix(in srgb,var(--color-primary)20%,transparent)}.aboutSection-module-scss-module__g01EaG__statNumber{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);-webkit-text-fill-color:#0000;z-index:2;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;position:relative}.aboutSection-module-scss-module__g01EaG__statLabel{color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;z-index:2;font-size:1rem;font-weight:500;position:relative}@keyframes aboutSection-module-scss-module__g01EaG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.aboutSection-module-scss-module__g01EaG__about{padding:3rem 0}.aboutSection-module-scss-module__g01EaG__container{padding:0 1.5rem}.aboutSection-module-scss-module__g01EaG__header{margin-bottom:3.5rem}.aboutSection-module-scss-module__g01EaG__title:after{width:60px;height:3px;bottom:-.5rem}.aboutSection-module-scss-module__g01EaG__subtitle:before,.aboutSection-module-scss-module__g01EaG__subtitle:after{display:none}.aboutSection-module-scss-module__g01EaG__content{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.aboutSection-module-scss-module__g01EaG__card{padding:2rem}.aboutSection-module-scss-module__g01EaG__stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.aboutSection-module-scss-module__g01EaG__statItem{padding:1.5rem 1rem}}@media (max-width:480px){.aboutSection-module-scss-module__g01EaG__stats{grid-template-columns:1fr}}
.servicesSection-module-scss-module__wmKtXa__services{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.servicesSection-module-scss-module__wmKtXa__services:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.servicesSection-module-scss-module__wmKtXa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.servicesSection-module-scss-module__wmKtXa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.servicesSection-module-scss-module__wmKtXa__serviceCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 2px 8px color-mix(in srgb,var(--foreground)4%,transparent);cursor:pointer;border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both servicesSection-module-scss-module__wmKtXa__fadeInUp;position:relative;overflow:hidden}.servicesSection-module-scss-module__wmKtXa__serviceCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover:before{left:100%}.servicesSection-module-scss-module__wmKtXa__serviceCard:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)8%,transparent)0%,transparent 70%);opacity:0;pointer-events:none;z-index:0;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover:after{opacity:1}.servicesSection-module-scss-module__wmKtXa__serviceCard:first-child{animation-delay:50ms}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(2){animation-delay:.1s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(3){animation-delay:.15s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(4){animation-delay:.2s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(5){animation-delay:.25s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(6){animation-delay:.3s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(7){animation-delay:.35s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(8){animation-delay:.4s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(9){animation-delay:.45s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(10){animation-delay:.5s}.servicesSection-module-scss-module__wmKtXa__serviceCard:nth-child(11){animation-delay:.55s}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)15%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)10%,transparent);background:var(--color-surface-strong);transform:translateY(-12px)scale(1.02)}[data-theme=dark] .servicesSection-module-scss-module__wmKtXa__serviceCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)20%,transparent);background:var(--color-surface-strong)}.servicesSection-module-scss-module__wmKtXa__serviceIcon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);z-index:2;width:70px;height:70px;box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)35%,transparent);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.servicesSection-module-scss-module__wmKtXa__serviceIcon:before{content:"";background:linear-gradient(135deg,color-mix(in srgb,var(--color-button-primary-text)20%,transparent)0%,transparent 100%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover .servicesSection-module-scss-module__wmKtXa__serviceIcon:before{opacity:1}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover .servicesSection-module-scss-module__wmKtXa__serviceIcon{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent);transform:scale(1.15)rotate(10deg)}.servicesSection-module-scss-module__wmKtXa__iconText{color:var(--color-button-primary-text);text-transform:uppercase;z-index:1;letter-spacing:.05em;font-size:1.75rem;font-weight:900;position:relative}.servicesSection-module-scss-module__wmKtXa__serviceTitle{color:var(--foreground);z-index:2;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800;line-height:1.3;transition:color .3s;position:relative}.servicesSection-module-scss-module__wmKtXa__serviceCard:hover .servicesSection-module-scss-module__wmKtXa__serviceTitle{color:var(--color-primary-strong)}.servicesSection-module-scss-module__wmKtXa__serviceDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}@keyframes servicesSection-module-scss-module__wmKtXa__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.servicesSection-module-scss-module__wmKtXa__services{padding:4rem 0}.servicesSection-module-scss-module__wmKtXa__container{padding:0 1.5rem}.servicesSection-module-scss-module__wmKtXa__header{margin-bottom:3.5rem}.servicesSection-module-scss-module__wmKtXa__title:after{width:60px;height:3px;bottom:-.5rem}.servicesSection-module-scss-module__wmKtXa__subtitle:before,.servicesSection-module-scss-module__wmKtXa__subtitle:after{display:none}.servicesSection-module-scss-module__wmKtXa__servicesGrid{grid-template-columns:1fr;gap:2rem}.servicesSection-module-scss-module__wmKtXa__serviceCard{padding:2rem}.servicesSection-module-scss-module__wmKtXa__serviceIcon{width:60px;height:60px;margin-bottom:1.5rem}.servicesSection-module-scss-module__wmKtXa__iconText{font-size:1.5rem}}@media (max-width:480px){.servicesSection-module-scss-module__wmKtXa__services{padding:3rem 0}.servicesSection-module-scss-module__wmKtXa__serviceCard{padding:1.75rem}}
.servicesHeroSection-module-scss-module__XCnFma__hero{background:var(--hero-gradient);justify-content:center;align-items:center;width:100%;padding:4rem 0;display:flex;position:relative;overflow:hidden}.servicesHeroSection-module-scss-module__XCnFma__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.servicesHeroSection-module-scss-module__XCnFma__content{justify-content:center;align-items:center;display:flex}.servicesHeroSection-module-scss-module__XCnFma__textContainer{text-align:center;color:var(--foreground);max-width:900px;animation:1s servicesHeroSection-module-scss-module__XCnFma__fadeInUp;position:relative}.servicesHeroSection-module-scss-module__XCnFma__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;animation:1.2s cubic-bezier(.4,0,.2,1) servicesHeroSection-module-scss-module__XCnFma__titleSlideIn}@keyframes servicesHeroSection-module-scss-module__XCnFma__titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.servicesHeroSection-module-scss-module__XCnFma__highlight{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite servicesHeroSection-module-scss-module__XCnFma__gradientShift;display:inline-block}@keyframes servicesHeroSection-module-scss-module__XCnFma__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.servicesHeroSection-module-scss-module__XCnFma__subtitle{color:color-mix(in srgb,var(--foreground)95%,transparent);margin-bottom:1.5rem;font-size:clamp(1.25rem,3.5vw,1.875rem);font-weight:700;line-height:1.4;animation:1.2s cubic-bezier(.4,0,.2,1) .2s both servicesHeroSection-module-scss-module__XCnFma__subtitleSlideIn}@keyframes servicesHeroSection-module-scss-module__XCnFma__subtitleSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.servicesHeroSection-module-scss-module__XCnFma__description{color:var(--color-muted);margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;animation:1s .4s both servicesHeroSection-module-scss-module__XCnFma__fadeInUp}.servicesHeroSection-module-scss-module__XCnFma__actions{flex-wrap:wrap;justify-content:center;gap:1rem;animation:1s .4s both servicesHeroSection-module-scss-module__XCnFma__fadeInUp;display:flex}.servicesHeroSection-module-scss-module__XCnFma__actions a{text-decoration:none;animation:3s ease-in-out .5s infinite servicesHeroSection-module-scss-module__XCnFma__buttonFloat}.servicesHeroSection-module-scss-module__XCnFma__actions a:first-child{animation-delay:.5s}.servicesHeroSection-module-scss-module__XCnFma__actions a:last-child{animation-delay:.7s}@keyframes servicesHeroSection-module-scss-module__XCnFma__buttonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes servicesHeroSection-module-scss-module__XCnFma__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.servicesHeroSection-module-scss-module__XCnFma__hero{padding:1.5rem 0}.servicesHeroSection-module-scss-module__XCnFma__container{padding:0 1.5rem}.servicesHeroSection-module-scss-module__XCnFma__actions{flex-direction:column;width:100%}.servicesHeroSection-module-scss-module__XCnFma__actions a{width:100%}}
.aboutHeroSection-module-scss-module__P48tfG__hero{background:var(--hero-gradient);justify-content:center;align-items:center;width:100%;padding:4rem 0;display:flex;position:relative;overflow:hidden}.aboutHeroSection-module-scss-module__P48tfG__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.aboutHeroSection-module-scss-module__P48tfG__content{justify-content:center;align-items:center;display:flex}.aboutHeroSection-module-scss-module__P48tfG__textContainer{text-align:center;color:var(--foreground);max-width:900px;animation:1s aboutHeroSection-module-scss-module__P48tfG__fadeInUp;position:relative}.aboutHeroSection-module-scss-module__P48tfG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;animation:1.2s cubic-bezier(.4,0,.2,1) aboutHeroSection-module-scss-module__P48tfG__titleSlideIn}@keyframes aboutHeroSection-module-scss-module__P48tfG__titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.aboutHeroSection-module-scss-module__P48tfG__highlight{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite aboutHeroSection-module-scss-module__P48tfG__gradientShift;display:inline-block}@keyframes aboutHeroSection-module-scss-module__P48tfG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.aboutHeroSection-module-scss-module__P48tfG__subtitle{color:color-mix(in srgb,var(--foreground)95%,transparent);margin-bottom:1.5rem;font-size:clamp(1.25rem,3.5vw,1.875rem);font-weight:700;line-height:1.4;animation:1.2s cubic-bezier(.4,0,.2,1) .2s both aboutHeroSection-module-scss-module__P48tfG__subtitleSlideIn}@keyframes aboutHeroSection-module-scss-module__P48tfG__subtitleSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.aboutHeroSection-module-scss-module__P48tfG__description{color:var(--color-muted);margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;animation:1s .4s both aboutHeroSection-module-scss-module__P48tfG__fadeInUp}.aboutHeroSection-module-scss-module__P48tfG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;animation:1s .4s both aboutHeroSection-module-scss-module__P48tfG__fadeInUp;display:flex}.aboutHeroSection-module-scss-module__P48tfG__actions a{text-decoration:none;animation:3s ease-in-out .5s infinite aboutHeroSection-module-scss-module__P48tfG__buttonFloat}.aboutHeroSection-module-scss-module__P48tfG__actions a:first-child{animation-delay:.5s}.aboutHeroSection-module-scss-module__P48tfG__actions a:last-child{animation-delay:.7s}@keyframes aboutHeroSection-module-scss-module__P48tfG__buttonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.aboutHeroSection-module-scss-module__P48tfG__statsContainer{background:color-mix(in srgb,var(--color-surface)80%,transparent);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:800px;margin:0 auto;padding:2.5rem;animation:1s .6s both aboutHeroSection-module-scss-module__P48tfG__fadeInUp;display:grid}.aboutHeroSection-module-scss-module__P48tfG__statItem{text-align:center;position:relative}.aboutHeroSection-module-scss-module__P48tfG__statNumber{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1;animation:3s infinite aboutHeroSection-module-scss-module__P48tfG__gradientShift}.aboutHeroSection-module-scss-module__P48tfG__statLabel{color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500}@keyframes aboutHeroSection-module-scss-module__P48tfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.aboutHeroSection-module-scss-module__P48tfG__hero{padding:1.5rem 0}.aboutHeroSection-module-scss-module__P48tfG__container{padding:0 1.5rem}.aboutHeroSection-module-scss-module__P48tfG__actions{flex-direction:column;width:100%;margin-bottom:3rem}.aboutHeroSection-module-scss-module__P48tfG__actions a{width:100%}.aboutHeroSection-module-scss-module__P48tfG__statsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 1.5rem}.aboutHeroSection-module-scss-module__P48tfG__statItem{padding:.5rem}}@media (max-width:480px){.aboutHeroSection-module-scss-module__P48tfG__statsContainer{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.aboutHeroSection-module-scss-module__P48tfG__subtitle{margin-bottom:1rem}.aboutHeroSection-module-scss-module__P48tfG__description{margin-bottom:2rem}}
.technologySection-module-scss-module__Fe8BYa__technology{background:var(--background);padding:6rem 0;position:relative;overflow:hidden}.technologySection-module-scss-module__Fe8BYa__container{max-width:1280px;margin:0 auto;padding:0 2rem}.technologySection-module-scss-module__Fe8BYa__categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;animation:.8s .2s both technologySection-module-scss-module__Fe8BYa__fadeInUp;display:flex}.technologySection-module-scss-module__Fe8BYa__categoryButton{color:var(--color-muted);background:var(--color-surface);border:2px solid var(--color-border);cursor:pointer;border-radius:.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.technologySection-module-scss-module__Fe8BYa__categoryButton:before{content:"";background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--color-primary)10%,transparent),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.technologySection-module-scss-module__Fe8BYa__categoryButton:hover:before{left:100%}.technologySection-module-scss-module__Fe8BYa__categoryButton:hover{color:var(--color-primary);border-color:var(--color-primary);box-shadow:0 4px 12px color-mix(in srgb,var(--color-primary)15%,transparent);transform:translateY(-2px)}.technologySection-module-scss-module__Fe8BYa__categoryButton.technologySection-module-scss-module__Fe8BYa__active{color:var(--color-button-primary-text);background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);border-color:var(--color-primary);box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)30%,transparent)}.technologySection-module-scss-module__Fe8BYa__categoryButton.technologySection-module-scss-module__Fe8BYa__active:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--color-primary)40%,transparent);transform:translateY(-2px)}.technologySection-module-scss-module__Fe8BYa__technologiesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;animation:.8s .4s both technologySection-module-scss-module__Fe8BYa__fadeInUp;display:grid}.technologySection-module-scss-module__Fe8BYa__techCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 4px 16px color-mix(in srgb,var(--foreground)5%,transparent);cursor:pointer;border-radius:1rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s both technologySection-module-scss-module__Fe8BYa__fadeInUp;position:relative;overflow:hidden}.technologySection-module-scss-module__Fe8BYa__techBadge{z-index:2;position:absolute;top:1rem;right:1rem}.technologySection-module-scss-module__Fe8BYa__techCard:before{content:"";background:linear-gradient(90deg,var(--color-primary)0%,var(--color-primary-strong)100%);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.technologySection-module-scss-module__Fe8BYa__techCard:hover:before{transform:scaleX(1)}.technologySection-module-scss-module__Fe8BYa__techCard:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)6%,transparent)0%,transparent 70%);opacity:0;pointer-events:none;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.technologySection-module-scss-module__Fe8BYa__techCard:hover:after{opacity:1}.technologySection-module-scss-module__Fe8BYa__techCard:hover{box-shadow:0 16px 32px color-mix(in srgb,var(--color-primary)12%,transparent);border-color:var(--color-primary);background:var(--color-surface-strong);transform:translateY(-8px)}[data-theme=dark] .technologySection-module-scss-module__Fe8BYa__techCard:hover{box-shadow:0 16px 32px color-mix(in srgb,var(--color-primary)15%,transparent)}.technologySection-module-scss-module__Fe8BYa__techIcon{z-index:1;width:70px;height:70px;box-shadow:0 4px 12px color-mix(in srgb,var(--foreground)10%,transparent);border:2px solid;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex;position:relative}.technologySection-module-scss-module__Fe8BYa__techCard:hover .technologySection-module-scss-module__Fe8BYa__techIcon{box-shadow:0 6px 16px color-mix(in srgb,var(--foreground)15%,transparent);transform:scale(1.1)rotate(5deg)}.technologySection-module-scss-module__Fe8BYa__iconText{text-transform:uppercase;font-size:2rem;font-weight:800;transition:all .3s}.technologySection-module-scss-module__Fe8BYa__iconSvg{width:2.5rem;height:2.5rem;transition:all .3s}.technologySection-module-scss-module__Fe8BYa__techContent{z-index:1;position:relative}.technologySection-module-scss-module__Fe8BYa__techName{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:800;transition:color .3s}.technologySection-module-scss-module__Fe8BYa__techCard:hover .technologySection-module-scss-module__Fe8BYa__techName{color:var(--color-primary-strong)}.technologySection-module-scss-module__Fe8BYa__techDescription{color:var(--color-muted);margin:0;font-size:.95rem;line-height:1.7}.technologySection-module-scss-module__Fe8BYa__loadMoreContainer{justify-content:center;margin-top:3rem;animation:.6s .6s both technologySection-module-scss-module__Fe8BYa__fadeInUp;display:flex}.technologySection-module-scss-module__Fe8BYa__loadMoreButton{min-width:220px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.technologySection-module-scss-module__Fe8BYa__loadMoreButton:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--color-primary)20%,transparent);transform:translateY(-2px)}@keyframes technologySection-module-scss-module__Fe8BYa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.technologySection-module-scss-module__Fe8BYa__technology{padding:4rem 0}.technologySection-module-scss-module__Fe8BYa__container{padding:0 1.5rem}.technologySection-module-scss-module__Fe8BYa__header{margin-bottom:3rem}.technologySection-module-scss-module__Fe8BYa__title:after{width:60px;height:3px;bottom:-.5rem}.technologySection-module-scss-module__Fe8BYa__subtitle:before,.technologySection-module-scss-module__Fe8BYa__subtitle:after{display:none}.technologySection-module-scss-module__Fe8BYa__categories{gap:.75rem;margin-bottom:2.5rem}.technologySection-module-scss-module__Fe8BYa__categoryButton{padding:.5rem 1.25rem;font-size:.9rem}.technologySection-module-scss-module__Fe8BYa__technologiesGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.technologySection-module-scss-module__Fe8BYa__techCard{padding:1.75rem}.technologySection-module-scss-module__Fe8BYa__techIcon{width:60px;height:60px;margin-bottom:1.25rem}.technologySection-module-scss-module__Fe8BYa__iconText{font-size:1.75rem}}@media (max-width:480px){.technologySection-module-scss-module__Fe8BYa__technologiesGrid{grid-template-columns:1fr}.technologySection-module-scss-module__Fe8BYa__categoryButton{padding:.5rem 1rem;font-size:.85rem}}
.servicesGridSection-module-scss-module__a6em_W__services{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.servicesGridSection-module-scss-module__a6em_W__services:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.servicesGridSection-module-scss-module__a6em_W__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.servicesGridSection-module-scss-module__a6em_W__categorySection{margin-bottom:5rem}.servicesGridSection-module-scss-module__a6em_W__categorySection:last-child{margin-bottom:0}.servicesGridSection-module-scss-module__a6em_W__categoryTitle{color:var(--foreground);text-align:center;margin-bottom:2.5rem;padding-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;position:relative}.servicesGridSection-module-scss-module__a6em_W__categoryTitle:after{content:"";background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.servicesGridSection-module-scss-module__a6em_W__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.servicesGridSection-module-scss-module__a6em_W__serviceCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 2px 8px color-mix(in srgb,var(--foreground)4%,transparent);cursor:pointer;border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both servicesGridSection-module-scss-module__a6em_W__fadeInUp;position:relative;overflow:hidden}.servicesGridSection-module-scss-module__a6em_W__serviceCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover:before{left:100%}.servicesGridSection-module-scss-module__a6em_W__serviceCard:after{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--color-primary)8%,transparent)0%,transparent 70%);opacity:0;pointer-events:none;z-index:0;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover:after{opacity:1}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)15%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)10%,transparent);background:var(--color-surface-strong);transform:translateY(-12px)scale(1.02)}[data-theme=dark] .servicesGridSection-module-scss-module__a6em_W__serviceCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)20%,transparent);background:var(--color-surface-strong)}.servicesGridSection-module-scss-module__a6em_W__serviceIcon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);z-index:2;width:70px;height:70px;box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)35%,transparent);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.servicesGridSection-module-scss-module__a6em_W__serviceIcon:before{content:"";background:linear-gradient(135deg,color-mix(in srgb,var(--color-button-primary-text)20%,transparent)0%,transparent 100%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover .servicesGridSection-module-scss-module__a6em_W__serviceIcon:before{opacity:1}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover .servicesGridSection-module-scss-module__a6em_W__serviceIcon{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent);transform:scale(1.15)rotate(10deg)}.servicesGridSection-module-scss-module__a6em_W__iconText{color:var(--color-button-primary-text);text-transform:uppercase;z-index:1;letter-spacing:.05em;font-size:1.75rem;font-weight:900;position:relative}.servicesGridSection-module-scss-module__a6em_W__serviceTitle{color:var(--foreground);z-index:2;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800;line-height:1.3;transition:color .3s;position:relative}.servicesGridSection-module-scss-module__a6em_W__serviceCard:hover .servicesGridSection-module-scss-module__a6em_W__serviceTitle{color:var(--color-primary-strong)}.servicesGridSection-module-scss-module__a6em_W__serviceDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}@keyframes servicesGridSection-module-scss-module__a6em_W__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.servicesGridSection-module-scss-module__a6em_W__services{padding:4rem 0}.servicesGridSection-module-scss-module__a6em_W__container{padding:0 1.5rem}.servicesGridSection-module-scss-module__a6em_W__categorySection{margin-bottom:4rem}.servicesGridSection-module-scss-module__a6em_W__categoryTitle{margin-bottom:2rem}.servicesGridSection-module-scss-module__a6em_W__servicesGrid{grid-template-columns:1fr;gap:2rem}.servicesGridSection-module-scss-module__a6em_W__serviceCard{padding:2rem}.servicesGridSection-module-scss-module__a6em_W__serviceIcon{width:60px;height:60px;margin-bottom:1.5rem}.servicesGridSection-module-scss-module__a6em_W__iconText{font-size:1.5rem}}@media (max-width:480px){.servicesGridSection-module-scss-module__a6em_W__services{padding:3rem 0}.servicesGridSection-module-scss-module__a6em_W__categorySection{margin-bottom:3rem}.servicesGridSection-module-scss-module__a6em_W__serviceCard{padding:1.75rem}}
.missionVisionSection-module-scss-module__juNKka__missionVision{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.missionVisionSection-module-scss-module__juNKka__missionVision:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.missionVisionSection-module-scss-module__juNKka__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.missionVisionSection-module-scss-module__juNKka__grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.missionVisionSection-module-scss-module__juNKka__missionCard,.missionVisionSection-module-scss-module__juNKka__visionCard{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 4px 20px color-mix(in srgb,var(--foreground)4%,transparent);border-radius:1.5rem;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both missionVisionSection-module-scss-module__juNKka__fadeInUp;position:relative;overflow:hidden}.missionVisionSection-module-scss-module__juNKka__missionCard:before,.missionVisionSection-module-scss-module__juNKka__visionCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.missionVisionSection-module-scss-module__juNKka__missionCard:hover:before,.missionVisionSection-module-scss-module__juNKka__visionCard:hover:before{left:100%}.missionVisionSection-module-scss-module__juNKka__missionCard{animation-delay:.1s}.missionVisionSection-module-scss-module__juNKka__visionCard{animation-delay:.2s}.missionVisionSection-module-scss-module__juNKka__missionCard:hover,.missionVisionSection-module-scss-module__juNKka__visionCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)15%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)10%,transparent);border-color:var(--color-primary);transform:translateY(-8px)}[data-theme=dark] .missionVisionSection-module-scss-module__juNKka__missionCard:hover,[data-theme=dark] .missionVisionSection-module-scss-module__juNKka__visionCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)20%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)15%,transparent)}.missionVisionSection-module-scss-module__juNKka__iconContainer{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:80px;height:80px;box-shadow:0 4px 20px color-mix(in srgb,var(--color-primary)40%,transparent),0 0 0 4px color-mix(in srgb,var(--color-primary)10%,transparent);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.missionVisionSection-module-scss-module__juNKka__missionCard:hover .missionVisionSection-module-scss-module__juNKka__iconContainer,.missionVisionSection-module-scss-module__juNKka__visionCard:hover .missionVisionSection-module-scss-module__juNKka__iconContainer{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent),0 0 20px color-mix(in srgb,var(--color-primary)30%,transparent);transform:scale(1.1)rotate(5deg)}.missionVisionSection-module-scss-module__juNKka__icon{color:var(--color-button-primary-text);width:auto;height:auto;font-size:2rem;line-height:1}.missionVisionSection-module-scss-module__juNKka__title{color:var(--foreground);z-index:2;background:linear-gradient(135deg,var(--foreground)0%,var(--color-primary)100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2rem;font-weight:800;position:relative}.missionVisionSection-module-scss-module__juNKka__description{color:var(--color-muted);z-index:2;font-size:1.1rem;line-height:1.8;position:relative}@keyframes missionVisionSection-module-scss-module__juNKka__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.missionVisionSection-module-scss-module__juNKka__missionVision{padding:4rem 0}.missionVisionSection-module-scss-module__juNKka__container{padding:0 1.5rem}.missionVisionSection-module-scss-module__juNKka__grid{grid-template-columns:1fr;gap:2rem}.missionVisionSection-module-scss-module__juNKka__missionCard,.missionVisionSection-module-scss-module__juNKka__visionCard{padding:2rem}.missionVisionSection-module-scss-module__juNKka__iconContainer{width:70px;height:70px;margin-bottom:1.5rem}.missionVisionSection-module-scss-module__juNKka__icon{font-size:1.75rem}.missionVisionSection-module-scss-module__juNKka__title{margin-bottom:1rem;font-size:1.75rem}.missionVisionSection-module-scss-module__juNKka__description{font-size:1rem}}
.contactHeroSection-module-scss-module__taLhZq__hero{background:var(--hero-gradient);justify-content:center;align-items:center;width:100%;padding:4rem 0;display:flex;position:relative;overflow:hidden}.contactHeroSection-module-scss-module__taLhZq__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.contactHeroSection-module-scss-module__taLhZq__content{justify-content:center;align-items:center;display:flex}.contactHeroSection-module-scss-module__taLhZq__textContainer{text-align:center;color:var(--foreground);max-width:900px;animation:1s contactHeroSection-module-scss-module__taLhZq__fadeInUp;position:relative}.contactHeroSection-module-scss-module__taLhZq__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;animation:1.2s cubic-bezier(.4,0,.2,1) contactHeroSection-module-scss-module__taLhZq__titleSlideIn}@keyframes contactHeroSection-module-scss-module__taLhZq__titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.contactHeroSection-module-scss-module__taLhZq__highlight{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)50%,var(--color-primary)100%);-webkit-text-fill-color:#0000;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite contactHeroSection-module-scss-module__taLhZq__gradientShift;display:inline-block}@keyframes contactHeroSection-module-scss-module__taLhZq__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.contactHeroSection-module-scss-module__taLhZq__subtitle{color:color-mix(in srgb,var(--foreground)95%,transparent);margin-bottom:1.5rem;font-size:clamp(1.25rem,3.5vw,1.875rem);font-weight:700;line-height:1.4;animation:1.2s cubic-bezier(.4,0,.2,1) .2s both contactHeroSection-module-scss-module__taLhZq__subtitleSlideIn}@keyframes contactHeroSection-module-scss-module__taLhZq__subtitleSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.contactHeroSection-module-scss-module__taLhZq__description{color:var(--color-muted);margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;animation:1s .4s both contactHeroSection-module-scss-module__taLhZq__fadeInUp}.contactHeroSection-module-scss-module__taLhZq__actions{flex-wrap:wrap;justify-content:center;gap:1rem;animation:1s .4s both contactHeroSection-module-scss-module__taLhZq__fadeInUp;display:flex}.contactHeroSection-module-scss-module__taLhZq__actions a{text-decoration:none;animation:3s ease-in-out .5s infinite contactHeroSection-module-scss-module__taLhZq__buttonFloat}.contactHeroSection-module-scss-module__taLhZq__actions a:first-child{animation-delay:.5s}.contactHeroSection-module-scss-module__taLhZq__actions a:last-child{animation-delay:.7s}@keyframes contactHeroSection-module-scss-module__taLhZq__buttonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes contactHeroSection-module-scss-module__taLhZq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contactHeroSection-module-scss-module__taLhZq__hero{padding:1.5rem 0}.contactHeroSection-module-scss-module__taLhZq__container{padding:0 1.5rem}.contactHeroSection-module-scss-module__taLhZq__actions{flex-direction:column;width:100%}.contactHeroSection-module-scss-module__taLhZq__actions a{width:100%}}
.featuresSection-module-scss-module__w_swia__features{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.featuresSection-module-scss-module__w_swia__features:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.featuresSection-module-scss-module__w_swia__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.featuresSection-module-scss-module__w_swia__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.featuresSection-module-scss-module__w_swia__featureCard{text-align:center;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both featuresSection-module-scss-module__w_swia__fadeInUp;position:relative;overflow:hidden}.featuresSection-module-scss-module__w_swia__featureCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.featuresSection-module-scss-module__w_swia__featureCard:hover:before{left:100%}.featuresSection-module-scss-module__w_swia__featureCard:first-child{animation-delay:.1s}.featuresSection-module-scss-module__w_swia__featureCard:nth-child(2){animation-delay:.2s}.featuresSection-module-scss-module__w_swia__featureCard:nth-child(3){animation-delay:.3s}.featuresSection-module-scss-module__w_swia__featureCard:nth-child(4){animation-delay:.4s}.featuresSection-module-scss-module__w_swia__featureCard:nth-child(5){animation-delay:.5s}.featuresSection-module-scss-module__w_swia__featureCard:nth-child(6){animation-delay:.6s}.featuresSection-module-scss-module__w_swia__featureCard:hover{transform:translateY(-8px)}.featuresSection-module-scss-module__w_swia__featureIcon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:80px;height:80px;box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)35%,transparent);z-index:1;border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.featuresSection-module-scss-module__w_swia__featureCard:hover .featuresSection-module-scss-module__w_swia__featureIcon{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent);transform:scale(1.1)rotate(5deg)}.featuresSection-module-scss-module__w_swia__icon{width:2.5rem;height:2.5rem;color:var(--color-button-primary-text)}.featuresSection-module-scss-module__w_swia__featureTitle{color:var(--foreground);z-index:1;margin-bottom:1rem;font-size:1.5rem;font-weight:800;position:relative}.featuresSection-module-scss-module__w_swia__featureDescription{color:var(--color-muted);z-index:1;font-size:1.05rem;line-height:1.8;position:relative}@keyframes featuresSection-module-scss-module__w_swia__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.featuresSection-module-scss-module__w_swia__features{padding:4rem 0}.featuresSection-module-scss-module__w_swia__header{margin-bottom:3.5rem}.featuresSection-module-scss-module__w_swia__featuresGrid{grid-template-columns:1fr;gap:2rem}.featuresSection-module-scss-module__w_swia__featureCard{padding:2rem}}
.header-module-scss-module__F4vtIq__header{z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);width:100%;transition:all .3s;position:fixed;top:0}.header-module-scss-module__F4vtIq__container{justify-content:space-between;align-items:center;gap:2.5rem;max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex}.header-module-scss-module__F4vtIq__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.header-module-scss-module__F4vtIq__logo:hover{transform:translateY(-1px)}.header-module-scss-module__F4vtIq__logoIcon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:40px;height:40px;color:var(--color-button-primary-text);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)20%,transparent);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.header-module-scss-module__F4vtIq__logo:hover .header-module-scss-module__F4vtIq__logoIcon{box-shadow:0 4px 12px color-mix(in srgb,var(--color-primary)30%,transparent);transform:rotate(5deg)scale(1.05)}.header-module-scss-module__F4vtIq__logoText{flex-direction:column;gap:.1rem;display:flex}.header-module-scss-module__F4vtIq__logoName{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);-webkit-text-fill-color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800;line-height:1.2}.header-module-scss-module__F4vtIq__logoTagline{color:var(--color-muted);letter-spacing:.02em;font-size:.7rem;font-weight:500;line-height:1}.header-module-scss-module__F4vtIq__nav{flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}.header-module-scss-module__F4vtIq__navLink{color:var(--color-muted);border-radius:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.header-module-scss-module__F4vtIq__navLink:before{content:"";background:color-mix(in srgb,var(--color-primary)10%,transparent);opacity:0;z-index:-1;border-radius:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scale(.95)}.header-module-scss-module__F4vtIq__navLink:hover:before{opacity:1;background:color-mix(in srgb,var(--color-primary)12%,transparent);transform:scale(1)}.header-module-scss-module__F4vtIq__navLink:hover{color:var(--color-primary-strong);transform:translateY(-1px)}.header-module-scss-module__F4vtIq__navLink:after{content:"";background:linear-gradient(90deg,var(--color-primary)0%,var(--color-primary-strong)100%);border-radius:2px;width:60%;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:.25rem;left:50%;transform:translate(-50%)scaleX(0)}.header-module-scss-module__F4vtIq__navLink:hover:after{transform:translate(-50%)scaleX(1)}.header-module-scss-module__F4vtIq__navLinkActive{color:var(--color-primary-strong);font-weight:600}.header-module-scss-module__F4vtIq__navLinkActive:before{opacity:1;background:color-mix(in srgb,var(--color-primary)15%,transparent);transform:scale(1)}.header-module-scss-module__F4vtIq__navLinkActive:after{transform:translate(-50%)scaleX(1)}.header-module-scss-module__F4vtIq__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header-module-scss-module__F4vtIq__themeToggle{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;width:40px;height:40px;color:var(--foreground);border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.header-module-scss-module__F4vtIq__themeToggle:before{content:"";background:linear-gradient(135deg,var(--color-primary-soft)0%,var(--color-primary)100%);opacity:0;transition:opacity .25s;position:absolute;inset:0}.header-module-scss-module__F4vtIq__themeToggle:hover{border-color:var(--color-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)15%,transparent);transform:scale(1.05)rotate(15deg)}.header-module-scss-module__F4vtIq__themeToggle:hover:before{opacity:.15}.header-module-scss-module__F4vtIq__themeIcon{z-index:1;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.header-module-scss-module__F4vtIq__themeToggle:hover .header-module-scss-module__F4vtIq__themeIcon{color:var(--color-primary)}.header-module-scss-module__F4vtIq__mobileThemeToggle{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;width:100%;color:var(--foreground);border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1.05rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.header-module-scss-module__F4vtIq__mobileThemeToggle:hover{background:var(--color-surface-strong);border-color:var(--color-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)10%,transparent);transform:translate(4px)}.header-module-scss-module__F4vtIq__desktopButton{box-shadow:0 2px 6px color-mix(in srgb,var(--color-primary)25%,transparent);white-space:nowrap;min-height:40px;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.header-module-scss-module__F4vtIq__desktopButton:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--color-primary)35%,transparent);transform:translateY(-2px)}.header-module-scss-module__F4vtIq__menuButton{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;z-index:101;width:40px;height:40px;color:var(--foreground);border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);display:none;position:relative;overflow:hidden}.header-module-scss-module__F4vtIq__menuButton:before{content:"";background:linear-gradient(135deg,var(--color-primary-soft)0%,var(--color-primary)100%);opacity:0;transition:opacity .25s;position:absolute;inset:0}.header-module-scss-module__F4vtIq__menuButton:hover{border-color:var(--color-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)15%,transparent);transform:scale(1.05)}.header-module-scss-module__F4vtIq__menuButton:hover:before{opacity:.15}.header-module-scss-module__F4vtIq__menuIcon{z-index:1;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.header-module-scss-module__F4vtIq__menuButton:hover .header-module-scss-module__F4vtIq__menuIcon{color:var(--color-primary);transform:rotate(90deg)}.header-module-scss-module__F4vtIq__mobileMenu{background:color-mix(in srgb,var(--background)95%,transparent);-webkit-backdrop-filter:blur(20px)saturate(180%);border-left:1px solid var(--color-border);width:320px;height:100vh;box-shadow:-4px 0 24px color-mix(in srgb,var(--foreground)10%,transparent);z-index:100;padding-top:5rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto}[data-theme=dark] .header-module-scss-module__F4vtIq__mobileMenu{box-shadow:-4px 0 24px color-mix(in srgb,var(--foreground)50%,transparent)}.header-module-scss-module__F4vtIq__mobileMenuOpen{right:0}.header-module-scss-module__F4vtIq__mobileNav{flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:flex}.header-module-scss-module__F4vtIq__mobileNavLink{color:var(--foreground);border-radius:.75rem;padding:1rem 1.25rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.header-module-scss-module__F4vtIq__mobileNavLink:before{content:"";background:color-mix(in srgb,var(--color-primary)10%,transparent);opacity:0;z-index:-1;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(-100%)}.header-module-scss-module__F4vtIq__mobileNavLink:hover:before{opacity:1;background:color-mix(in srgb,var(--color-primary)12%,transparent);transform:translate(0)}.header-module-scss-module__F4vtIq__mobileNavLink:hover{color:var(--color-primary-strong);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)10%,transparent);transform:translate(4px)}.header-module-scss-module__F4vtIq__mobileNavLinkActive{color:var(--color-primary-strong);background:color-mix(in srgb,var(--color-primary)15%,transparent);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)15%,transparent);font-weight:600}.header-module-scss-module__F4vtIq__mobileNavLinkActive:before{opacity:1;background:color-mix(in srgb,var(--color-primary)15%,transparent);transform:translate(0)}.header-module-scss-module__F4vtIq__mobileNavLinkActive:hover{background:color-mix(in srgb,var(--color-primary)18%,transparent)}.header-module-scss-module__F4vtIq__mobileActions{border-top:1px solid var(--color-border);flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.header-module-scss-module__F4vtIq__mobileButton{background:var(--color-surface);border:1px solid var(--color-border);width:100%;color:var(--foreground);text-align:center;border-radius:.75rem;justify-content:center;align-items:center;min-height:56px;padding:1rem 1.25rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.header-module-scss-module__F4vtIq__mobileButton:hover{background:var(--color-surface-strong);border-color:var(--color-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary)10%,transparent);color:var(--color-primary);transform:translate(4px)}.header-module-scss-module__F4vtIq__overlay{background:color-mix(in srgb,var(--foreground)60%,transparent);-webkit-backdrop-filter:blur(4px);z-index:99;width:100%;height:100vh;animation:.3s header-module-scss-module__F4vtIq__fadeIn;display:none;position:fixed;top:0;left:0}[data-theme=dark] .header-module-scss-module__F4vtIq__overlay{background:color-mix(in srgb,var(--foreground)80%,transparent)}@keyframes header-module-scss-module__F4vtIq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1280px){.header-module-scss-module__F4vtIq__container{gap:1.5rem}}@media (max-width:768px){.header-module-scss-module__F4vtIq__container{gap:1.25rem;padding:.875rem 1.25rem}.header-module-scss-module__F4vtIq__logoIcon{width:36px;height:36px;font-size:1.3rem}.header-module-scss-module__F4vtIq__logoName{font-size:1.1rem}.header-module-scss-module__F4vtIq__logoTagline{font-size:.65rem}.header-module-scss-module__F4vtIq__nav,.header-module-scss-module__F4vtIq__desktopButton{display:none}.header-module-scss-module__F4vtIq__themeToggle{width:40px;height:40px}.header-module-scss-module__F4vtIq__themeIcon{width:22px;height:22px}.header-module-scss-module__F4vtIq__menuButton{display:flex}.header-module-scss-module__F4vtIq__overlay{display:block}}@media (max-width:480px){.header-module-scss-module__F4vtIq__mobileMenu{border-left:none;width:100%}}
.servicesBenefitsSection-module-scss-module__4MIxea__benefits{background:var(--color-surface-strong);padding:6rem 0;position:relative;overflow:hidden}.servicesBenefitsSection-module-scss-module__4MIxea__benefits:before{content:"";background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 20% 80%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.servicesBenefitsSection-module-scss-module__4MIxea__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.servicesBenefitsSection-module-scss-module__4MIxea__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard{text-align:center;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both servicesBenefitsSection-module-scss-module__4MIxea__fadeInUp;position:relative;overflow:hidden}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)5%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:hover:before{left:100%}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:hover{box-shadow:0 12px 32px color-mix(in srgb,var(--color-primary)12%,transparent);transform:translateY(-8px)}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:first-child{animation-delay:.1s}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:nth-child(2){animation-delay:.2s}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:nth-child(3){animation-delay:.3s}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:nth-child(4){animation-delay:.4s}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:nth-child(5){animation-delay:.5s}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:nth-child(6){animation-delay:.6s}.servicesBenefitsSection-module-scss-module__4MIxea__iconContainer{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);z-index:2;width:80px;height:80px;box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)30%,transparent);border-radius:1.25rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:hover .servicesBenefitsSection-module-scss-module__4MIxea__iconContainer{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)40%,transparent);transform:scale(1.1)rotate(5deg)}.servicesBenefitsSection-module-scss-module__4MIxea__icon{color:var(--color-button-primary-text);z-index:1;font-size:2rem;position:relative}.servicesBenefitsSection-module-scss-module__4MIxea__benefitTitle{color:var(--foreground);z-index:2;margin-bottom:1rem;font-size:1.5rem;font-weight:800;transition:color .3s;position:relative}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard:hover .servicesBenefitsSection-module-scss-module__4MIxea__benefitTitle{color:var(--color-primary-strong)}.servicesBenefitsSection-module-scss-module__4MIxea__benefitDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}@keyframes servicesBenefitsSection-module-scss-module__4MIxea__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.servicesBenefitsSection-module-scss-module__4MIxea__benefits{padding:4rem 0}.servicesBenefitsSection-module-scss-module__4MIxea__container{padding:0 1.5rem}.servicesBenefitsSection-module-scss-module__4MIxea__benefitsGrid{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.servicesBenefitsSection-module-scss-module__4MIxea__benefitCard{padding:2rem}.servicesBenefitsSection-module-scss-module__4MIxea__iconContainer{width:70px;height:70px;margin-bottom:1.25rem}.servicesBenefitsSection-module-scss-module__4MIxea__icon{font-size:1.75rem}}
.valuesSection-module-scss-module__kSIyVG__values{background:var(--background);padding:6rem 0;position:relative;overflow:hidden}.valuesSection-module-scss-module__kSIyVG__values:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.valuesSection-module-scss-module__kSIyVG__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.valuesSection-module-scss-module__kSIyVG__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.valuesSection-module-scss-module__kSIyVG__valueCard{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 4px 20px color-mix(in srgb,var(--foreground)4%,transparent);border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both valuesSection-module-scss-module__kSIyVG__fadeInUp;position:relative;overflow:hidden}.valuesSection-module-scss-module__kSIyVG__valueCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.valuesSection-module-scss-module__kSIyVG__valueCard:hover:before{left:100%}.valuesSection-module-scss-module__kSIyVG__valueCard:first-child{animation-delay:.1s}.valuesSection-module-scss-module__kSIyVG__valueCard:nth-child(2){animation-delay:.2s}.valuesSection-module-scss-module__kSIyVG__valueCard:nth-child(3){animation-delay:.3s}.valuesSection-module-scss-module__kSIyVG__valueCard:nth-child(4){animation-delay:.4s}.valuesSection-module-scss-module__kSIyVG__valueCard:nth-child(5){animation-delay:.5s}.valuesSection-module-scss-module__kSIyVG__valueCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)15%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)10%,transparent);border-color:var(--color-primary);transform:translateY(-8px)}[data-theme=dark] .valuesSection-module-scss-module__kSIyVG__valueCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)20%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)15%,transparent)}.valuesSection-module-scss-module__kSIyVG__iconContainer{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:70px;height:70px;box-shadow:0 4px 20px color-mix(in srgb,var(--color-primary)40%,transparent),0 0 0 3px color-mix(in srgb,var(--color-primary)10%,transparent);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.valuesSection-module-scss-module__kSIyVG__valueCard:hover .valuesSection-module-scss-module__kSIyVG__iconContainer{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent),0 0 20px color-mix(in srgb,var(--color-primary)30%,transparent);transform:scale(1.1)rotate(5deg)}.valuesSection-module-scss-module__kSIyVG__icon{color:var(--color-button-primary-text);width:auto;height:auto;font-size:1.75rem;line-height:1}.valuesSection-module-scss-module__kSIyVG__valueTitle{color:var(--foreground);z-index:2;margin-bottom:1rem;font-size:1.5rem;font-weight:800;transition:color .3s;position:relative}.valuesSection-module-scss-module__kSIyVG__valueCard:hover .valuesSection-module-scss-module__kSIyVG__valueTitle{color:var(--color-primary)}.valuesSection-module-scss-module__kSIyVG__valueDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}@keyframes valuesSection-module-scss-module__kSIyVG__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.valuesSection-module-scss-module__kSIyVG__values{padding:4rem 0}.valuesSection-module-scss-module__kSIyVG__container{padding:0 1.5rem}.valuesSection-module-scss-module__kSIyVG__valuesGrid{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.valuesSection-module-scss-module__kSIyVG__valueCard{padding:2rem}.valuesSection-module-scss-module__kSIyVG__iconContainer{width:60px;height:60px;margin-bottom:1.25rem}.valuesSection-module-scss-module__kSIyVG__icon{font-size:1.5rem}.valuesSection-module-scss-module__kSIyVG__valueTitle{font-size:1.375rem}.valuesSection-module-scss-module__kSIyVG__valueDescription{font-size:1rem}}
.contactFormSection-module-scss-module__Gu23rW__contactForm{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.contactFormSection-module-scss-module__Gu23rW__contactForm:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.contactFormSection-module-scss-module__Gu23rW__container{z-index:1;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.contactFormSection-module-scss-module__Gu23rW__form{background:var(--color-surface-strong);border:1px solid var(--color-border);box-shadow:0 4px 20px color-mix(in srgb,var(--foreground)5%,transparent);border-radius:1.5rem;margin-top:4rem;padding:3rem;animation:.8s contactFormSection-module-scss-module__Gu23rW__fadeInUp;position:relative;overflow:hidden}.contactFormSection-module-scss-module__Gu23rW__form:before{content:"";background:linear-gradient(90deg,var(--color-primary)0%,var(--color-primary-strong)100%);z-index:1;height:4px;position:absolute;top:0;left:0;right:0}.contactFormSection-module-scss-module__Gu23rW__formGrid{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-bottom:1.75rem;display:grid}.contactFormSection-module-scss-module__Gu23rW__selectWrapper,.contactFormSection-module-scss-module__Gu23rW__textAreaWrapper{margin-bottom:1.75rem}.contactFormSection-module-scss-module__Gu23rW__formActions{border-top:1px solid var(--color-border);justify-content:center;margin-top:2.5rem;padding-top:1.5rem;display:flex}.contactFormSection-module-scss-module__Gu23rW__submitButton{min-width:220px;box-shadow:0 4px 15px color-mix(in srgb,var(--color-primary)30%,transparent);padding:.875rem 2rem;font-size:1.05rem;transition:all .3s}.contactFormSection-module-scss-module__Gu23rW__submitButton:hover:not(:disabled){box-shadow:0 6px 25px color-mix(in srgb,var(--color-primary)40%,transparent);transform:translateY(-2px)}.contactFormSection-module-scss-module__Gu23rW__successMessage,.contactFormSection-module-scss-module__Gu23rW__errorMessage{border-radius:.875rem;align-items:center;gap:.75rem;margin-top:1.75rem;margin-bottom:.5rem;padding:1.25rem 1.75rem;font-size:1rem;font-weight:500;line-height:1.6;animation:.4s contactFormSection-module-scss-module__Gu23rW__fadeInUp;display:flex}.contactFormSection-module-scss-module__Gu23rW__successMessage{background:linear-gradient(135deg,color-mix(in srgb,var(--color-success)10%,transparent)0%,color-mix(in srgb,var(--color-success)5%,transparent)100%);border:1px solid color-mix(in srgb,var(--color-success)30%,transparent);color:var(--color-success)}.contactFormSection-module-scss-module__Gu23rW__successMessage:before{content:"✓";color:var(--color-success);font-size:1.25rem;font-weight:700}.contactFormSection-module-scss-module__Gu23rW__errorMessage{background:linear-gradient(135deg,color-mix(in srgb,var(--color-danger)10%,transparent)0%,color-mix(in srgb,var(--color-danger)5%,transparent)100%);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);color:var(--color-danger)}.contactFormSection-module-scss-module__Gu23rW__errorMessage:before{content:"✕";color:var(--color-danger);font-size:1.25rem;font-weight:700}@keyframes contactFormSection-module-scss-module__Gu23rW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contactFormSection-module-scss-module__Gu23rW__contactForm{padding:4rem 0}.contactFormSection-module-scss-module__Gu23rW__container{padding:0 1.5rem}.contactFormSection-module-scss-module__Gu23rW__form{border-radius:1.25rem;margin-top:3rem;padding:2rem 1.5rem}.contactFormSection-module-scss-module__Gu23rW__formGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.contactFormSection-module-scss-module__Gu23rW__formActions{margin-top:2rem;padding-top:1.25rem}.contactFormSection-module-scss-module__Gu23rW__submitButton{width:100%;min-width:auto}.contactFormSection-module-scss-module__Gu23rW__successMessage,.contactFormSection-module-scss-module__Gu23rW__errorMessage{padding:1rem 1.25rem;font-size:.95rem}}
.processSection-module-scss-module__QFRina__process{background:var(--color-surface);padding:6rem 0;position:relative;overflow:hidden}.processSection-module-scss-module__QFRina__process:before{content:"";background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--color-primary)3%,transparent)0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--color-primary-strong)3%,transparent)0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.processSection-module-scss-module__QFRina__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.processSection-module-scss-module__QFRina__processGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.processSection-module-scss-module__QFRina__processCard{text-align:center;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s both processSection-module-scss-module__QFRina__fadeInUp;position:relative;overflow:hidden}.processSection-module-scss-module__QFRina__processCard:before{content:"";background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--color-primary)10%,transparent)50%,transparent 100%);z-index:0;pointer-events:none;width:100%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.processSection-module-scss-module__QFRina__processCard:hover:before{left:100%}.processSection-module-scss-module__QFRina__processCard:first-child{animation-delay:.1s}.processSection-module-scss-module__QFRina__processCard:nth-child(2){animation-delay:.2s}.processSection-module-scss-module__QFRina__processCard:nth-child(3){animation-delay:.3s}.processSection-module-scss-module__QFRina__processCard:nth-child(4){animation-delay:.4s}.processSection-module-scss-module__QFRina__processCard:nth-child(5){animation-delay:.5s}.processSection-module-scss-module__QFRina__processCard:nth-child(6){animation-delay:.6s}.processSection-module-scss-module__QFRina__processCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)15%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)10%,transparent);transform:translateY(-8px)}[data-theme=dark] .processSection-module-scss-module__QFRina__processCard:hover{box-shadow:0 20px 40px color-mix(in srgb,var(--color-primary)20%,transparent),0 8px 16px color-mix(in srgb,var(--color-primary)15%,transparent)}.processSection-module-scss-module__QFRina__stepNumber{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);width:80px;height:80px;box-shadow:0 4px 16px color-mix(in srgb,var(--color-primary)35%,transparent);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.processSection-module-scss-module__QFRina__processCard:hover .processSection-module-scss-module__QFRina__stepNumber{box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary)50%,transparent);transform:scale(1.1)rotate(5deg)}.processSection-module-scss-module__QFRina__numberText{color:var(--color-button-primary-text);font-size:2rem;font-weight:900;line-height:1}.processSection-module-scss-module__QFRina__stepTitle{color:var(--foreground);z-index:2;margin-bottom:1rem;font-size:1.5rem;font-weight:800;position:relative}.processSection-module-scss-module__QFRina__stepDescription{color:var(--color-muted);z-index:2;font-size:1.05rem;line-height:1.8;position:relative}@keyframes processSection-module-scss-module__QFRina__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.processSection-module-scss-module__QFRina__process{padding:4rem 0}.processSection-module-scss-module__QFRina__header{margin-bottom:3.5rem}.processSection-module-scss-module__QFRina__processGrid{grid-template-columns:1fr;gap:2rem}.processSection-module-scss-module__QFRina__processCard{padding:2rem}.processSection-module-scss-module__QFRina__stepNumber{width:70px;height:70px;margin-bottom:1.25rem}.processSection-module-scss-module__QFRina__numberText{font-size:1.75rem}.processSection-module-scss-module__QFRina__stepTitle{font-size:1.375rem}.processSection-module-scss-module__QFRina__stepDescription{font-size:1rem}}@media (max-width:480px){.processSection-module-scss-module__QFRina__process{padding:3rem 0}.processSection-module-scss-module__QFRina__header{margin-bottom:3rem}.processSection-module-scss-module__QFRina__title:after{width:60px;height:3px;bottom:-.5rem}.processSection-module-scss-module__QFRina__subtitle:before,.processSection-module-scss-module__QFRina__subtitle:after{display:none}.processSection-module-scss-module__QFRina__processCard{padding:1.75rem}.processSection-module-scss-module__QFRina__stepNumber{width:60px;height:60px;margin-bottom:1rem}.processSection-module-scss-module__QFRina__numberText{font-size:1.5rem}}
.footer-module-scss-module__MNsEkq__footer{background:linear-gradient(180deg,var(--color-surface-strong)0%,var(--color-surface)100%);border-top:1px solid var(--color-border);margin-top:auto;position:relative;overflow:hidden}.footer-module-scss-module__MNsEkq__footer:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 80%,#2563eb08 0%,#0000 50%),radial-gradient(circle at 80% 20%,#60a5fa08 0%,#0000 50%);position:absolute;inset:0}.footer-module-scss-module__MNsEkq__container{z-index:1;max-width:1280px;margin:0 auto;padding:3rem 1.5rem 1.5rem;position:relative}.footer-module-scss-module__MNsEkq__content{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(2),.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(3){flex-direction:column;display:flex}.footer-module-scss-module__MNsEkq__section{flex-direction:column;gap:1rem;display:flex}.footer-module-scss-module__MNsEkq__section:first-child{animation-delay:.1s}.footer-module-scss-module__MNsEkq__section:nth-child(2){animation-delay:.2s}.footer-module-scss-module__MNsEkq__section:nth-child(3){animation-delay:.3s}.footer-module-scss-module__MNsEkq__logo{align-items:center;gap:.75rem;width:fit-content;margin-bottom:.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer-module-scss-module__MNsEkq__logo:hover{transform:translateY(-1px)}.footer-module-scss-module__MNsEkq__logoIcon{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);color:#fff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #2563eb33}.footer-module-scss-module__MNsEkq__logo:hover .footer-module-scss-module__MNsEkq__logoIcon{transform:rotate(5deg)scale(1.05);box-shadow:0 4px 12px #2563eb4d}.footer-module-scss-module__MNsEkq__logoText{flex-direction:column;gap:.1rem;display:flex}.footer-module-scss-module__MNsEkq__logoName{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-strong)100%);-webkit-text-fill-color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800;line-height:1.2}.footer-module-scss-module__MNsEkq__logoTagline{color:var(--color-muted);letter-spacing:.02em;font-size:.7rem;font-weight:500;line-height:1}.footer-module-scss-module__MNsEkq__description{color:var(--color-muted);max-width:350px;margin:.5rem 0 0;font-size:.9rem;line-height:1.6}.footer-module-scss-module__MNsEkq__socialLinks{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.footer-module-scss-module__MNsEkq__socialLink{background:var(--color-surface-strong);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-muted);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.125rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer-module-scss-module__MNsEkq__socialLink:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.footer-module-scss-module__MNsEkq__sectionTitle{color:var(--foreground);letter-spacing:-.01em;margin:0 0 .5rem;padding-bottom:.5rem;font-size:1rem;font-weight:600;position:relative}.footer-module-scss-module__MNsEkq__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--color-primary)0%,var(--color-primary-strong)100%);border-radius:2px;width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-module-scss-module__MNsEkq__links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer-module-scss-module__MNsEkq__link{color:var(--color-muted);width:fit-content;padding-left:0;font-size:.9rem;text-decoration:none;transition:all .25s;display:inline-block;position:relative}.footer-module-scss-module__MNsEkq__link:before{content:"";background:var(--color-primary);border-radius:50%;width:4px;height:4px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:-8px;transform:translateY(-50%)scaleX(0)}.footer-module-scss-module__MNsEkq__link:hover{color:var(--color-primary-strong);padding-left:12px;transform:translate(4px)}.footer-module-scss-module__MNsEkq__link:hover:before{transform:translateY(-50%)scaleX(1)}.footer-module-scss-module__MNsEkq__bottom{border-top:1px solid var(--color-border);text-align:center;padding-top:1.5rem;position:relative}.footer-module-scss-module__MNsEkq__bottom:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--color-primary)50%,transparent 100%);width:100px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-module-scss-module__MNsEkq__copyright{color:var(--color-muted);margin:0;font-size:.85rem}@media (max-width:968px){.footer-module-scss-module__MNsEkq__content{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}}@media (max-width:768px){.footer-module-scss-module__MNsEkq__container{padding:2rem 1rem 1rem}.footer-module-scss-module__MNsEkq__content{grid-template-rows:auto auto;grid-template-columns:1fr auto;justify-content:space-between;align-items:start;gap:2rem;margin-bottom:2rem;display:grid}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:first-child{flex-direction:column;grid-area:1/1/auto/-1;display:flex}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(2),.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(3){flex-direction:column;display:flex}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(2){grid-area:2/1}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(3){grid-area:2/2}.footer-module-scss-module__MNsEkq__section:nth-child(3) .footer-module-scss-module__MNsEkq__links{flex-direction:column}.footer-module-scss-module__MNsEkq__section{gap:.875rem}.footer-module-scss-module__MNsEkq__sectionTitle{margin-bottom:.5rem;padding-bottom:.5rem;font-size:.95rem}.footer-module-scss-module__MNsEkq__sectionTitle:after{width:35px}.footer-module-scss-module__MNsEkq__logoIcon{width:36px;height:36px;font-size:1.3rem}.footer-module-scss-module__MNsEkq__logoName{font-size:1.1rem}.footer-module-scss-module__MNsEkq__logoTagline{font-size:.65rem}.footer-module-scss-module__MNsEkq__description{max-width:100%;font-size:.9rem}.footer-module-scss-module__MNsEkq__socialLinks{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.footer-module-scss-module__MNsEkq__socialLink{flex:calc(33.333% - .5rem);min-width:calc(33.333% - .5rem);max-width:calc(33.333% - .5rem)}.footer-module-scss-module__MNsEkq__link{font-size:.9rem}.footer-module-scss-module__MNsEkq__bottom{padding-top:1.25rem}}@media (max-width:480px){.footer-module-scss-module__MNsEkq__container{padding:2rem 1.25rem 1rem}.footer-module-scss-module__MNsEkq__content{grid-template-rows:auto auto;grid-template-columns:1fr auto;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;display:grid}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:first-child{flex-direction:column;grid-area:1/1/auto/-1;display:flex}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(2){grid-area:2/1}.footer-module-scss-module__MNsEkq__content>.footer-module-scss-module__MNsEkq__section:nth-child(3){grid-area:2/2}.footer-module-scss-module__MNsEkq__section{gap:.75rem}.footer-module-scss-module__MNsEkq__sectionTitle{font-size:1rem}.footer-module-scss-module__MNsEkq__copyright{font-size:.85rem}.footer-module-scss-module__MNsEkq__socialLinks{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.footer-module-scss-module__MNsEkq__socialLink{flex:calc(33.333% - .5rem);width:auto;min-width:calc(33.333% - .5rem);max-width:calc(33.333% - .5rem);height:40px;font-size:1rem}.footer-module-scss-module__MNsEkq__section:nth-child(3) .footer-module-scss-module__MNsEkq__links{flex-direction:column}}
