.Navbar-module__cJzEcG__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background-color:#fafaf7cc;padding:1.25rem 0;transition:background-color .3s;position:sticky;top:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;color:var(--foreground);font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLinks a{font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:not(.Navbar-module__cJzEcG__cta):hover{color:var(--primary)}.Navbar-module__cJzEcG__cta{background-color:var(--foreground);color:var(--background);border-radius:var(--radius-md);padding:.6rem 1.2rem;transition:transform .2s,opacity .2s}.Navbar-module__cJzEcG__cta:hover{opacity:.9;transform:translateY(-1px)}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__navbar{background-color:#1a1e23cc}.Navbar-module__cJzEcG__cta{background-color:var(--primary);color:var(--background)}}@media (max-width:600px){.Navbar-module__cJzEcG__navbar{padding:1rem 0}.Navbar-module__cJzEcG__logo{font-size:1.1rem}.Navbar-module__cJzEcG__navLinks{gap:1rem}.Navbar-module__cJzEcG__navLinks a{font-size:.9rem}.Navbar-module__cJzEcG__cta{padding:.4rem .8rem}}
.HeroSection-module__sBkrQG__hero{align-items:center;min-height:calc(100vh - 80px);padding:8rem 0;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__hero:before{content:"";background:radial-gradient(circle, var(--primary) 0%, #fafaf700 70%);opacity:.15;z-index:-1;filter:blur(60px);border-radius:50%;width:100vw;max-width:800px;height:100vw;max-height:800px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__heroContainer{text-align:center;flex-direction:column;align-items:center;display:flex}.HeroSection-module__sBkrQG__content{max-width:800px}.HeroSection-module__sBkrQG__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1}.HeroSection-module__sBkrQG__highlight{color:var(--primary);display:inline-block}.HeroSection-module__sBkrQG__subtitle{color:var(--foreground);opacity:.8;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.6}.HeroSection-module__sBkrQG__actions{justify-content:center;align-items:center;gap:1rem;display:flex}.HeroSection-module__sBkrQG__primaryBtn,.HeroSection-module__sBkrQG__secondaryBtn{border-radius:var(--radius-lg);padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.HeroSection-module__sBkrQG__primaryBtn{background-color:var(--foreground);color:var(--background);box-shadow:var(--shadow-md)}.HeroSection-module__sBkrQG__primaryBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.HeroSection-module__sBkrQG__secondaryBtn{color:var(--foreground);border:1px solid var(--border);background-color:#0000}.HeroSection-module__sBkrQG__secondaryBtn:hover{background-color:var(--surface);border-color:var(--foreground)}@media (max-width:600px){.HeroSection-module__sBkrQG__actions{flex-direction:column;width:100%}.HeroSection-module__sBkrQG__primaryBtn,.HeroSection-module__sBkrQG__secondaryBtn{width:100%}}@media (prefers-color-scheme:dark){.HeroSection-module__sBkrQG__hero:before{background:radial-gradient(circle, var(--primary) 0%, #1a1e2300 70%);opacity:.08}}
.AboutSection-module__UGBiha__about{background-color:var(--surface);padding:6rem 0;position:relative}.AboutSection-module__UGBiha__aboutContainer{justify-content:center;display:flex}.AboutSection-module__UGBiha__content{text-align:center;background-color:var(--background);border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:4rem}.AboutSection-module__UGBiha__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.AboutSection-module__UGBiha__bioBlock{flex-direction:column;gap:1.5rem;display:flex}.AboutSection-module__UGBiha__bioText{color:var(--foreground);opacity:.9;font-size:1.125rem;line-height:1.8}@media (max-width:768px){.AboutSection-module__UGBiha__content{padding:2rem}}
.ServicesShowcase-module__HQlGAq__showcase{background-color:var(--background);padding:6rem 0}.ServicesShowcase-module__HQlGAq__header{text-align:center;margin-bottom:4rem}.ServicesShowcase-module__HQlGAq__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.ServicesShowcase-module__HQlGAq__subtitle{color:var(--foreground);opacity:.7;font-size:1.125rem}.ServicesShowcase-module__HQlGAq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.ServicesShowcase-module__HQlGAq__card{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform .3s,box-shadow .3s;overflow:hidden}.ServicesShowcase-module__HQlGAq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.ServicesShowcase-module__HQlGAq__imageWrapper{aspect-ratio:4/3;background-color:var(--border);width:100%;position:relative}.ServicesShowcase-module__HQlGAq__image{object-fit:cover;transition:transform .5s}.ServicesShowcase-module__HQlGAq__card:hover .ServicesShowcase-module__HQlGAq__image{transform:scale(1.05)}.ServicesShowcase-module__HQlGAq__info{padding:1.5rem}.ServicesShowcase-module__HQlGAq__serviceName{color:var(--foreground);margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.ServicesShowcase-module__HQlGAq__serviceDesc{color:var(--foreground);opacity:.8;font-size:.95rem;line-height:1.5}
.ContactSection-module__UONp9G__contact{background-color:var(--background);padding:8rem 0}.ContactSection-module__UONp9G__contactContainer{text-align:center;justify-content:center;display:flex}.ContactSection-module__UONp9G__textBlock{background-color:var(--surface);border-radius:var(--radius-lg);max-width:600px;box-shadow:var(--shadow-md);border:1px solid var(--border);padding:4rem 3rem}.ContactSection-module__UONp9G__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.ContactSection-module__UONp9G__subtitle{color:var(--foreground);opacity:.8;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.ContactSection-module__UONp9G__button{background-color:var(--primary);color:var(--surface);border-radius:var(--radius-md);width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;display:inline-block}.ContactSection-module__UONp9G__button:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ContactSection-module__UONp9G__note{color:var(--foreground);opacity:.5;margin-top:1rem;font-size:.875rem}
.Footer-module__S6Hkya__footer{background-color:var(--surface);border-top:1px solid var(--border);padding:4rem 0 2rem}.Footer-module__S6Hkya__footerContainer{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem;display:flex}.Footer-module__S6Hkya__logo{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__S6Hkya__tagline{color:var(--foreground);opacity:.7}.Footer-module__S6Hkya__contactInfo h4{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__email{color:var(--primary);font-size:1.125rem;font-weight:500;transition:opacity .2s}.Footer-module__S6Hkya__email:hover{opacity:.8}.Footer-module__S6Hkya__bottom{text-align:center;border-top:1px solid var(--border);color:var(--foreground);opacity:.6;padding-top:2rem;font-size:.875rem}
